2010-12-11 07:41:57 -08:00
|
|
|
SUBDIRS = \
|
|
|
|
build_tools/autorevision \
|
|
|
|
win32 \
|
|
|
|
lib/framework \
|
|
|
|
lib/exceptionhandler \
|
|
|
|
lib/script \
|
|
|
|
lib/sequence \
|
|
|
|
lib/iniparser \
|
|
|
|
lib/ivis_common \
|
|
|
|
lib/ivis_opengl \
|
|
|
|
lib/gamelib \
|
|
|
|
lib/sound \
|
|
|
|
lib/netplay \
|
|
|
|
lib/widget \
|
|
|
|
src \
|
|
|
|
data \
|
|
|
|
po \
|
|
|
|
doc \
|
|
|
|
icons \
|
|
|
|
pkg/nsis \
|
|
|
|
tests
|
2006-10-30 09:15:30 -08:00
|
|
|
|
2008-10-13 06:04:37 -07:00
|
|
|
dist_doc_DATA = \
|
|
|
|
AUTHORS \
|
|
|
|
ChangeLog \
|
|
|
|
COPYING \
|
2009-03-07 10:09:58 -08:00
|
|
|
COPYING.NONGPL \
|
2008-10-13 06:04:37 -07:00
|
|
|
COPYING.README
|
2007-02-15 07:36:25 -08:00
|
|
|
|
2007-03-29 05:41:18 -07:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
2010-02-23 06:39:06 -08:00
|
|
|
# workaround for e.g. git, which doesn't include empty directories
|
|
|
|
macosx/prebuilt:
|
|
|
|
$(MKDIR_P) macosx/prebuilt
|
|
|
|
|
2007-03-31 08:34:35 -07:00
|
|
|
EXTRA_DIST= \
|
2007-06-28 10:47:08 -07:00
|
|
|
autogen.sh \
|
2010-01-03 13:47:13 -08:00
|
|
|
autorevision.conf \
|
2008-10-13 06:04:37 -07:00
|
|
|
config.rpath \
|
2010-01-14 11:24:04 -08:00
|
|
|
configure.ac \
|
2010-02-23 06:39:06 -08:00
|
|
|
macosx
|
2010-03-13 13:54:05 -08:00
|
|
|
|
|
|
|
# get rid of SVN stuff in the tarball
|
|
|
|
dist-hook:
|
|
|
|
rm -rf `find $(distdir) -type d -name .svn`
|