beta-0.89.2
[luatex.git] / source / libs / zziplib / zziplib-0.13.62 / Makefile.mk
blob2fad269481a611581412249c6439d5979e897d5c
1 PUB=pub/
3 auto:
4 aclocal -I m4 && autoconf -I m4 && autoheader && automake
6 boottrap:
7 rm -rf .deps .libs
8 rm -f config.guess config.sub stamp-h.in
9 rm -f install-sh ltconfig ltmain.sh depcomp mkinstalldirs
10 rm -f config.h config.h.in config.log config.cache configure
11 rm -f aclocal.m4 Makefile Makefile.in
12 aclocal
13 autoconf
14 autoheader
15 automake -a -c
17 rpm2: dist-bzip $(PACKAGE).spec
18 rpmbuild -ta pub/$(PACKAGE)-$(VERSION).tar.bz2
20 dist-bzip : dist-bzip2
21 $(MAKE) dist-bzip2-done
22 dist-bzip2-done dist-done :
23 test -d $(PUB) || mkdir $(PUB)
24 @ echo cp $(BUILD)/$(PACKAGE)-$(VERSION).tar.bz2 $(PUB). \
25 ; cp $(BUILD)/$(PACKAGE)-$(VERSION).tar.bz2 $(PUB).
26 snapshot:
27 $(MAKE) dist-bzip2 VERSION=`date +%Y.%m%d`
28 distclean-done:
29 - rm -r *.d
31 configsub :
32 cp ../savannah.config/config.guess uses/config.guess
33 cp ../savannah.config/config.sub uses/config.sub