Makefile cleanups.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-04-18 07:05:37 +00:00
parent 9babdbdf79
commit 75df0b6440
2 changed files with 5 additions and 17 deletions

View file

@ -1,9 +1,4 @@
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = foreign
AUTOMAKE_OPTIONS= foreign
SUBDIRS = include source
EXTRA_DIST = tools/gas2masm/Makefile tools/gas2masm/gas2masm.c \
tools/gas2masm/gas2masm.dsp tools/gas2masm/gas2masm.dsw \
tools/gas2masm/gas2masm.mak tools/gas2masm/gas2masm.mdp \
bootstrap
SUBDIRS= include source

View file

@ -3,19 +3,12 @@ AUTOMAKE_OPTIONS= foreign
SUBDIRS= include source
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
changelog::
-touch ChangeLog
-tools/cvs2cl/cvs2cl.pl -b --utc
-rm -f ChangeLog.bak
-touch $(top_srcdir)/ChangeLog
-$(top_srcdir)/tools/cvs2cl/cvs2cl.pl -b --utc
-rm -f $(top_srcdir)/ChangeLog.bak
dist-zip: distdir
-chmod -R a+r $(distdir)