]> Dogcows Code - chaz/tar/blob - Makefile.am
0fea308757d367bfa978b8d0ab896bf4b0668ee4
[chaz/tar] / Makefile.am
1 # Main Makefile for GNU tar.
2
3 # Copyright 1994-1997, 1999-2001, 2003, 2007, 2009, 2013 Free Software
4 # Foundation, Inc.
5
6 # This file is part of GNU tar.
7
8 # GNU tar is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 3 of the License, or
11 # (at your option) any later version.
12
13 # GNU tar is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
17
18 # You should have received a copy of the GNU General Public License
19 # along with this program. If not, see <http://www.gnu.org/licenses/>.
20
21 ACLOCAL_AMFLAGS = -I m4
22 EXTRA_DIST = ChangeLog.1 Make.rules
23 SUBDIRS = doc gnu lib rmt src scripts po tests
24
25 dist-hook:
26 $(MAKE) changelog_dir=$(distdir) ChangeLog
27 -rm -f $(distdir).cpio
28 find $(distdir) | cpio -Hcrc -o | \
29 GZIP=$(GZIP_ENV) gzip -c > $(distdir).cpio.gz
30
31 distclean-local:
32 -rm -f $(distdir).cpio.gz
33
34 include Make.rules
35
36 gen_start_date = 2009-03-06
37 prev_change_log = ChangeLog.CVS
38 changelog_dir = .
This page took 0.029519 seconds and 3 git commands to generate.