26 lines
475 B
Makefile
26 lines
475 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
|
|
|
|
# workaround for e.g. git, which doesn't include empty directories
|
|
macosx/prebuilt:
|
|
$(MKDIR_P) macosx/prebuilt
|
|
|
|
EXTRA_DIST= \
|
|
autogen.sh \
|
|
autorevision.conf \
|
|
config.rpath \
|
|
configure.ac \
|
|
macosx
|
|
|
|
# get rid of SVN stuff in the tarball
|
|
dist-hook:
|
|
rm -rf `find $(distdir) -type d -name .svn`
|