]> icculus.org git repositories - icculus/xz.git/blob - Makefile.am
Put the interesting parts of XZ Utils into the public domain.
[icculus/xz.git] / Makefile.am
1 ##
2 ## Author: Lasse Collin
3 ##
4 ## This file has been put into the public domain.
5 ## You can do whatever you want with this file.
6 ##
7
8 DIST_SUBDIRS = lib src po tests debug
9 SUBDIRS =
10
11 if COND_GNULIB
12 SUBDIRS += lib
13 endif
14
15 SUBDIRS += src po tests
16
17 EXTRA_DIST = \
18         config.rpath  \
19         Doxyfile.in \
20         extra \
21         doc \
22         windows \
23         COPYING.GPLv2 \
24         COPYING.GPLv3 \
25         COPYING.LGPLv2.1
26
27 ACLOCAL_AMFLAGS = -I m4
28
29 # This works with GNU tar and gives cleaner package than normal 'make dist'.
30 mydist:
31         TAR_OPTIONS='--owner=0 --group=0 --numeric-owner --mode=u+rw,go+r-w' \
32                 $(MAKE) dist-gzip