mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-29 07:32:02 +00:00
Makefile cleanups.
This commit is contained in:
parent
9babdbdf79
commit
75df0b6440
2 changed files with 5 additions and 17 deletions
|
@ -1,9 +1,4 @@
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS= foreign
|
||||||
|
|
||||||
SUBDIRS = include source
|
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
|
|
||||||
|
|
|
@ -3,19 +3,12 @@ AUTOMAKE_OPTIONS= foreign
|
||||||
|
|
||||||
SUBDIRS= include source
|
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
|
NOCONV_DIST= $(distdir)/include/win32/resources/icon1.ico
|
||||||
|
|
||||||
changelog::
|
changelog::
|
||||||
-touch ChangeLog
|
-touch $(top_srcdir)/ChangeLog
|
||||||
-tools/cvs2cl/cvs2cl.pl -b --utc
|
-$(top_srcdir)/tools/cvs2cl/cvs2cl.pl -b --utc
|
||||||
-rm -f ChangeLog.bak
|
-rm -f $(top_srcdir)/ChangeLog.bak
|
||||||
|
|
||||||
dist-zip: distdir
|
dist-zip: distdir
|
||||||
-chmod -R a+r $(distdir)
|
-chmod -R a+r $(distdir)
|
||||||
|
|
Loading…
Reference in a new issue