]> granicus.if.org Git - zziplib/blob - Makefile.mk
This commit was generated by cvs2svn to compensate for changes in r83, which
[zziplib] / Makefile.mk
1
2 auto:
3         aclocal && autoconf && autoheader && automake
4
5 boottrap:
6         rm -rf .deps .libs
7         rm -f config.guess config.sub stamp-h.in
8         rm -f install-sh ltconfig ltmain.sh depcomp mkinstalldirs
9         rm -f config.h config.h.in config.log config.cache configure
10         rm -f aclocal.m4 Makefile Makefile.in
11         aclocal 
12         autoconf 
13         autoheader 
14         automake -a -c 
15
16 rpm: dist-bzip $(PACKAGE).spec
17         rpm -ta $(PACKAGE)-$(VERSION).tar.bz2
18
19 dist-bzip : dist-bzip2
20           cp */$(PACKAGE)-$(VERSION).tar.bz2 .
21
22 configsub :
23         cp ../savannah.config/config.guess uses/config.guess
24         cp ../savannah.config/config.sub   uses/config.sub