2007-12-08 22:42:33 +00:00
|
|
|
##
|
2009-04-13 08:27:40 +00:00
|
|
|
## Author: Lasse Collin
|
2007-12-08 22:42:33 +00:00
|
|
|
##
|
2009-04-13 08:27:40 +00:00
|
|
|
## This file has been put into the public domain.
|
|
|
|
## You can do whatever you want with this file.
|
2007-12-08 22:42:33 +00:00
|
|
|
##
|
|
|
|
|
2008-01-18 18:18:08 +00:00
|
|
|
DIST_SUBDIRS = lib src po tests debug
|
2007-12-08 22:42:33 +00:00
|
|
|
SUBDIRS =
|
|
|
|
|
|
|
|
if COND_GNULIB
|
|
|
|
SUBDIRS += lib
|
|
|
|
endif
|
|
|
|
|
|
|
|
SUBDIRS += src po tests
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
2009-06-26 11:18:32 +00:00
|
|
|
version.sh \
|
|
|
|
config.rpath \
|
2007-12-08 22:42:33 +00:00
|
|
|
Doxyfile.in \
|
2007-12-10 13:02:50 +00:00
|
|
|
extra \
|
|
|
|
doc \
|
2009-02-05 19:21:27 +00:00
|
|
|
windows \
|
2007-12-08 22:42:33 +00:00
|
|
|
COPYING.GPLv2 \
|
|
|
|
COPYING.GPLv3 \
|
2007-12-10 13:02:50 +00:00
|
|
|
COPYING.LGPLv2.1
|
2007-12-08 22:42:33 +00:00
|
|
|
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
2008-04-25 10:32:35 +00:00
|
|
|
|
|
|
|
# This works with GNU tar and gives cleaner package than normal 'make dist'.
|
|
|
|
mydist:
|
|
|
|
TAR_OPTIONS='--owner=0 --group=0 --numeric-owner --mode=u+rw,go+r-w' \
|
|
|
|
$(MAKE) dist-gzip
|