2000-05-17 09:25:03 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
2000-11-08 23:57:47 +00:00
|
|
|
AUTOMAKE_OPTIONS= foreign
|
2000-05-17 19:54:59 +00:00
|
|
|
|
2000-11-08 23:57:47 +00:00
|
|
|
SUBDIRS= include source doc
|
2000-05-17 18:20:53 +00:00
|
|
|
|
2000-11-08 23:57:47 +00:00
|
|
|
EXTRA_DIST= README.WIN newtree.dsw ChangeLog \
|
|
|
|
RPM/build_rpm.in RPM/quakeforge.spec.in \
|
|
|
|
tools/gas2masm/Makefile tools/gas2masm/gas2masm.c \
|
|
|
|
tools/gas2masm/gas2masm.dsp tools/gas2masm/gas2masm.dsw \
|
|
|
|
tools/gas2masm/gas2masm.mak tools/gas2masm/gas2masm.mdp \
|
|
|
|
tools/zpak
|
|
|
|
|
|
|
|
NOCONV_DIST= $(distdir)/include/win32/resources/icon1.ico
|
2000-10-03 02:49:27 +00:00
|
|
|
|
2000-10-13 05:36:46 +00:00
|
|
|
changelog::
|
2000-10-03 02:49:27 +00:00
|
|
|
-touch ChangeLog
|
2000-10-14 07:11:53 +00:00
|
|
|
-tools/cvs2cl/cvs2cl.pl -b
|
2000-10-03 03:01:18 +00:00
|
|
|
-rm -f ChangeLog.bak
|
2000-10-03 02:49:27 +00:00
|
|
|
|
|
|
|
dist-zip: distdir
|
|
|
|
-chmod -R a+r $(distdir)
|
2000-11-08 23:57:47 +00:00
|
|
|
ZIP="-r9q" zip $(distdir).zip $(NOCONV_DIST)
|
|
|
|
ZIP="-r9ql" zip $(distdir).zip $(distdir) -x $(NOCONV_DIST)
|
2000-10-03 02:49:27 +00:00
|
|
|
-rm -rf $(distdir)
|
|
|
|
|
|
|
|
dist-bz2: distdir
|
|
|
|
-chmod -R a+r $(distdir)
|
|
|
|
BZIP2="-9" $(TAR) Ichof $(distdir).tar.bz2 $(distdir)
|
|
|
|
-rm -rf $(distdir)
|
|
|
|
|
|
|
|
dist-all-local: distdir
|
|
|
|
-chmod -R a+r $(distdir)
|
|
|
|
GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
|
|
|
|
BZIP2="-9" $(TAR) Ichof $(distdir).tar.bz2 $(distdir)
|
2000-11-08 23:57:47 +00:00
|
|
|
ZIP="-r9q" zip $(distdir).zip $(NOCONV_DIST)
|
|
|
|
ZIP="-r9ql" zip $(distdir).zip $(distdir) -x $(NOCONV_DIST)
|
2000-10-03 02:49:27 +00:00
|
|
|
-rm -rf $(distdir)
|