Files
w3m/Makefile
Fumitoshi UKAI 16eaebf290 [w3m-dev 02473] clean & install-scripts
From: Fumitoshi UKAI  <ukai@debian.or.jp>
2001-11-21 09:42:23 +00:00

46 lines
829 B
Makefile

GCLIBTGZ=gc5.0alpha3.tar.gz
all: XXMakefile
make -f XXMakefile
install: XXMakefile
make -f XXMakefile install
install-scripts: XXMakefile
make -f XXMakefile install-scripts
uninstall: XXMakefile
make -f XXMakefile uninstall
proto: XXMakefile
make -f XXMakefile proto
clean: XXMakefile
make -f XXMakefile clean
sweep: XXMakefile
make -f XXMakefile sweep
veryclean: clean sweep
rm XXMakefile
(cd gc; make clean)
rm -f config.param
rm -f */*~ */*.orig */*.rej
prepare:
rm -rf gc
gzip -dc ../$(GCLIBTGZ) | tar xvf -
cp XMakefile.dist XMakefile
dist: XXMakefile
make -f XXMakefile dist
bindist: XXMakefile
make -f XXMakefile bindist
indent:
indent -orig -nce -ncdb -i4 -di1 -nbc *.c *.h
XXMakefile: XMakefile config.h
awk '/^#ifdef makefile_parameter/,/^#else/' config.h | cat - XMakefile > XXMakefile