]> Dogcows Code - chaz/tar/blob - scripts/Makefile.am
Updated for new directory contents.
[chaz/tar] / scripts / Makefile.am
1 # Copyright (C) 2004 Free Software Foundation, Inc.
2
3 ## This program is free software; you can redistribute it and/or modify
4 ## it under the terms of the GNU General Public License as published by
5 ## the Free Software Foundation; either version 2, or (at your option)
6 ## any later version.
7
8 ## This program is distributed in the hope that it will be useful,
9 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
10 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 ## GNU General Public License for more details.
12
13 ## You should have received a copy of the GNU General Public License
14 ## along with this program; if not, write to the Free Software
15 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
16 ## 02111-1307, USA.
17
18 libexec_SCRIPTS=backup.sh dump-remind
19 AM_INSTALLCHECK_STD_OPTIONS_EXEMPT=backup.sh dump-remind
20 sbin_SCRIPTS=backup
21 EXTRA_DIST=$(libexec_SCRIPTS) backup.in dump-remind.in backup-specs
22 CLEANFILES=backup dump-remind
23
24 backup: $(srcdir)/backup.in
25 sed "s,\@libexecdir\@,$(libexecdir),;\
26 s,\@sysconfdir\@,$(sysconfdir),;\
27 s,\@PACKAGE\@,$(PACKAGE),;\
28 s,\@VERSION\@,$(VERSION),;\
29 s,\@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),;\
30 s,\@DATE_FORMAT_OK\@,$(DATE_FORMAT_OK),;@BACKUP_SED_COND@" $? > $@
31
32 dump-remind: $(srcdir)/dump-remind.in
33 sed "s,\@libexecdir\@,$(libexecdir),;\
34 s,\@sysconfdir\@,$(sysconfdir),;\
35 s,\@PACKAGE\@,$(PACKAGE),;\
36 s,\@VERSION\@,$(VERSION),;\
37 s,\@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),;\
38 s,\@DATE_FORMAT_OK\@,$(DATE_FORMAT_OK),;@BACKUP_SED_COND@" $? > $@
This page took 0.038599 seconds and 5 git commands to generate.