]> icculus.org git repositories - btb/d2x.git/blob - Makefile.am
Removed automake stuff from "inert" subdirs. And there was much rejoicing.
[btb/d2x.git] / Makefile.am
1 SUBDIRS = 2d 3d maths mem cfile iff texmap misc input video sound arch main
2
3 EXTRA_SUBDIRS = includes tools unused
4
5 dist-hook:
6         list='$(EXTRA_SUBDIRS)'; for subdir in $$list; do \
7          tar --exclude=CVS -cf - $$subdir | ( cd $(distdir) && tar xf - ) \
8         done
9         $(MAKE) changelog
10         cp -a ChangeLog $(distdir)
11
12 changelog::
13         -touch ChangeLog
14         -tools/cvs2cl/cvs2cl.pl -b --utc
15         -rm -f ChangeLog.bak
16
17 EXTRA_DIST = \
18 ChangeLog \
19 djgpp.bat djgpp.sh \
20 autogen.sh cygconf \
21 cvshowto.txt readme.txt license.txt thinking.txt installation.txt mingw32.txt