31 lines
812 B
Makefile
31 lines
812 B
Makefile
SUBDIRS = build_tools win32 lib src data po doc icons pkg tests
|
|
|
|
dist_doc_DATA = \
|
|
AUTHORS \
|
|
ChangeLog \
|
|
COPYING \
|
|
COPYING.NONGPL \
|
|
COPYING.README
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
EXTRA_DIST= \
|
|
autogen.sh \
|
|
autorevision.conf \
|
|
config.rpath \
|
|
configure.ac \
|
|
macosx/external/bison.sh \
|
|
macosx/prebuilt/SDL.tar.gz \
|
|
macosx/README.BUILD.txt \
|
|
macosx/README.txt \
|
|
macosx/Resources/GenericFramework-Info.plist \
|
|
macosx/Resources/ogg/English.lproj/InfoPlist.strings \
|
|
macosx/Resources/ogg/Info.plist \
|
|
macosx/Resources/theora/English.lproj/InfoPlist.strings \
|
|
macosx/Resources/theora/Info.plist \
|
|
macosx/Resources/vorbis/English.lproj/InfoPlist.strings \
|
|
macosx/Resources/vorbis/Info.plist \
|
|
macosx/Resources/Warzone.icns \
|
|
macosx/Resources/Warzone-Info.plist \
|
|
macosx/Warzone.xcodeproj/project.pbxproj
|