2007-12-08 23:42:33 +01:00
|
|
|
##
|
2009-04-13 10:27:40 +02:00
|
|
|
## Author: Lasse Collin
|
2007-12-08 23:42:33 +01:00
|
|
|
##
|
2009-04-13 10:27:40 +02:00
|
|
|
## This file has been put into the public domain.
|
|
|
|
## You can do whatever you want with this file.
|
2007-12-08 23:42:33 +01:00
|
|
|
##
|
|
|
|
|
2008-01-18 19:18:08 +01:00
|
|
|
DIST_SUBDIRS = lib src po tests debug
|
2007-12-08 23:42:33 +01:00
|
|
|
SUBDIRS =
|
|
|
|
|
|
|
|
if COND_GNULIB
|
|
|
|
SUBDIRS += lib
|
|
|
|
endif
|
|
|
|
|
|
|
|
SUBDIRS += src po tests
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
2009-06-26 13:18:32 +02:00
|
|
|
version.sh \
|
|
|
|
config.rpath \
|
2007-12-08 23:42:33 +01:00
|
|
|
Doxyfile.in \
|
2007-12-10 14:02:50 +01:00
|
|
|
extra \
|
|
|
|
doc \
|
2009-02-05 20:21:27 +01:00
|
|
|
windows \
|
2007-12-08 23:42:33 +01:00
|
|
|
COPYING.GPLv2 \
|
|
|
|
COPYING.GPLv3 \
|
2007-12-10 14:02:50 +01:00
|
|
|
COPYING.LGPLv2.1
|
2007-12-08 23:42:33 +01:00
|
|
|
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
2008-04-25 12:32:35 +02: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
|