]> git.ipfire.org Git - thirdparty/tar.git/blame - Makefile.am
* doc/tar.texi: Define reproducibility.
[thirdparty/tar.git] / Makefile.am
CommitLineData
077dbd77 1# Main Makefile for GNU tar.
077dbd77 2
719d3b44 3# Copyright 1994-2023 Free Software Foundation, Inc.
cd7bdd40
PE
4
5# This file is part of GNU tar.
6
7# GNU tar is free software; you can redistribute it and/or modify
8# it under the terms of the GNU General Public License as published by
9# the Free Software Foundation; either version 3 of the License, or
10# (at your option) any later version.
11
12# GNU tar is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU General Public License for more details.
16
17# You should have received a copy of the GNU General Public License
18# along with this program. If not, see <http://www.gnu.org/licenses/>.
077dbd77 19
143e677b 20ACLOCAL_AMFLAGS = -I m4
ac6caa71
SP
21EXTRA_DIST = ChangeLog.1 Make.rules
22SUBDIRS = doc gnu lib rmt src scripts po tests
7347b4f5 23
0ab5e64a 24dist-hook:
8f390db9 25 $(MAKE) changelog_dir=$(distdir) ChangeLog
00746182
SP
26 -rm -f $(distdir).cpio
27 find $(distdir) | cpio -Hcrc -o | \
731b7b07 28 eval GZIP= gzip $(GZIP_ENV) -c > $(distdir).cpio.gz
29236a68
SP
29
30distclean-local:
6e75833c 31 -rm -f $(distdir).cpio.gz
ac6caa71
SP
32
33include Make.rules
34
35gen_start_date = 2009-03-06
36prev_change_log = ChangeLog.CVS
37changelog_dir = .
576e99a2 38changelog_amend_file=ChangeLog.amend