xz/Makefile.am

33 lines
572 B
Makefile
Raw Normal View History

2007-12-08 22:42:33 +00:00
##
## Author: Lasse Collin
2007-12-08 22:42:33 +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
##
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 = \
config.rpath \
Doxyfile.in \
extra \
doc \
windows \
2007-12-08 22:42:33 +00:00
COPYING.GPLv2 \
COPYING.GPLv3 \
COPYING.LGPLv2.1
2007-12-08 22:42:33 +00:00
ACLOCAL_AMFLAGS = -I m4
# 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