1 # Makefile for GNU tar library.
3 # Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2003 Free
4 # Software Foundation, Inc.
6 ## This program is free software; you can redistribute it and/or modify
7 ## it under the terms of the GNU General Public License as published by
8 ## the Free Software Foundation; either version 2, or (at your option)
11 ## This program is distributed in the hope that it will be useful,
12 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
13 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 ## GNU General Public License for more details.
16 ## You should have received a copy of the GNU General Public License
17 ## along with this program; if not, write to the Free Software
18 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
21 noinst_LIBRARIES = libtar.a
23 libtar_a_SOURCES = prepargs.c prepargs.h
25 libtar_a_LIBADD = $(LIBOBJS) $(ALLOCA)
26 libtar_a_DEPENDENCIES = $(libtar_a_LIBADD)
30 MAINTAINERCLEANFILES =
32 lib_OBJECTS = $(libtar_a_OBJECTS)
38 BUILT_SOURCES += $(ALLOCA_H)
39 EXTRA_DIST += alloca_.h
41 # We need the following in order to create an <alloca.h> when the system
42 # doesn't have one that works with the given compiler.
43 all-local $(lib_OBJECTS): $(ALLOCA_H)
45 cp $(srcdir)/alloca_.h $@-t
47 MOSTLYCLEANFILES += alloca.h alloca.h-t
50 libtar_a_SOURCES += argmatch.h argmatch.c
53 libtar_a_SOURCES += backupfile.h backupfile.c addext.c
56 libtar_a_SOURCES += dirname.h dirname.c basename.c stripslash.c
59 libtar_a_SOURCES += exclude.h exclude.c
62 libtar_a_SOURCES += exitfail.h exitfail.c
65 libtar_a_SOURCES += exit.h
68 BUILT_SOURCES += $(FNMATCH_H)
69 EXTRA_DIST += fnmatch_.h fnmatch_loop.c
71 # We need the following in order to create an <fnmatch.h> when the system
72 # doesn't have one that supports the required API.
73 all-local $(lib_OBJECTS): $(FNMATCH_H)
75 cp $(srcdir)/fnmatch_.h $@-t
77 MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t
80 libtar_a_SOURCES += full-write.h full-write.c
83 libtar_a_SOURCES += getdate.h getdate.y
84 BUILT_SOURCES += getdate.c
85 MAINTAINERCLEANFILES += getdate.c
87 # Say $(srcdir), so GNU make does not report an ambiguity with the .y.c rule.
88 $(srcdir)/getdate.c: getdate.y
90 $(YACC) $(YFLAGS) getdate.y && \
91 mv -f y.tab.c getdate.c
94 libtar_a_SOURCES += getline.h
95 EXTRA_DIST += getndelim2.h getndelim2.c
98 libtar_a_SOURCES += getopt.h getopt.c getopt1.c
101 libtar_a_SOURCES += gettext.h
104 libtar_a_SOURCES += hash.h hash.c
107 libtar_a_SOURCES += human.h human.c
110 libtar_a_SOURCES += lchown.h
113 libtar_a_SOURCES += modechange.h modechange.c
116 libtar_a_SOURCES += pathmax.h
119 EXTRA_DIST += time_r.h
122 libtar_a_SOURCES += quote.h quote.c
125 libtar_a_SOURCES += quotearg.h quotearg.c
128 libtar_a_SOURCES += safe-read.h safe-read.c
131 libtar_a_SOURCES += safe-write.h safe-write.c
134 libtar_a_SOURCES += save-cwd.h save-cwd.c
137 libtar_a_SOURCES += savedir.h savedir.c
140 BUILT_SOURCES += $(STDBOOL_H)
141 EXTRA_DIST += stdbool_.h
144 EXTRA_DIST += strcase.h
146 # We need the following in order to create an <stdbool.h> when the system
147 # doesn't have one that works.
148 all-local $(lib_OBJECTS): $(STDBOOL_H)
149 stdbool.h: stdbool_.h
150 sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h > $@-t
152 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
155 libtar_a_SOURCES += unlocked-io.h
158 libtar_a_SOURCES += xalloc.h xmalloc.c xstrdup.c
161 libtar_a_SOURCES += xgetcwd.h xgetcwd.c
164 libtar_a_SOURCES += xstrtol.h xstrtol.c xstrtoul.c
167 libtar_a_SOURCES += xstrtoumax.c