]> granicus.if.org Git - zziplib/blob - Makefile.mk
compilefarm is no more.
[zziplib] / Makefile.mk
1 PUB=pub/
2
3 auto:
4         aclocal && autoconf && autoheader && automake
5
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 
16
17 rpm2: dist-bzip $(PACKAGE).spec
18         rpmbuild -ta pub/$(PACKAGE)-$(VERSION).tar.bz2
19
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
30
31 configsub :
32         cp ../savannah.config/config.guess uses/config.guess
33         cp ../savannah.config/config.sub   uses/config.sub
34