aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-02-27 13:34:48 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-02-27 13:34:48 +0000
commitd38374b207f0572ca1ff153b9f26b5883093bd93 (patch)
tree558a1952133d500b2db675572fa0b09bd70255af /Makefile.am
parenta783e2c18c6b566b2f4c2b06e6c388a9645c826c (diff)
downloadcpio-d38374b207f0572ca1ff153b9f26b5883093bd93.tar.gz
cpio-d38374b207f0572ca1ff153b9f26b5883093bd93.tar.bz2
Updated
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am58
1 files changed, 2 insertions, 56 deletions
diff --git a/Makefile.am b/Makefile.am
index 6f048e4..49f3504 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GNU cpio
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -17,58 +17,4 @@
AUTOMAKE_OPTIONS = gnits 1.7.1 dist-bzip2 std-options
-bin_PROGRAMS=cpio @CPIO_MT_PROG@
-libexec_PROGRAMS=@CPIO_RMT_PROG@
-EXTRA_PROGRAMS=mt rmt
-
-cpio_SOURCES = \
- copyin.c\
- copyout.c\
- copypass.c\
- defer.c\
- dstring.c\
- global.c\
- main.c\
- tar.c\
- util.c\
- error.c\
- filemode.c\
- dirname.c\
- idcache.c\
- makepath.c\
- xmalloc.c\
- stripslash.c\
- userspec.c\
- xstrdup.c
-
-noinst_HEADERS =\
- cpio.h\
- cpiohdr.h\
- tar.h\
- tarhdr.h\
- defer.h\
- dstring.h\
- extern.h\
- filetypes.h\
- system.h\
- rmt.h\
- safe-stat.h\
- fnmatch.h\
- getopt.h
-
-cpio_LDADD = @LIBOBJS@
-
-mt_SOURCES = \
- mt.c argmatch.c
-mt_LDADD = @LIBOBJS@
-
-rmt_SOURCES = rmt.c
-rmt_LDADD = @LIBOBJS@
-
-EXTRA_DIST=\
- getopt.c\
- getopt1.c\
- bcopy.c\
- fnmatch.c\
- mkdir.c\
- strdup.c
+SUBDIRS = doc src po

Return to:

Send suggestions and report system problems to the System administrator.