whoops. add strdup.h, not xstrdup.h.
[platform/upstream/coreutils.git] / lib / Makefile.am
1 ## Makefile for gnulib/lib                              -*-Makefile-*-
2
3 # Copyright (C) 1995-2004 Free Software Foundation, Inc.
4
5 ## This program is free software; you can redistribute it and/or modify
6 ## it under the terms of the GNU General Public License as published by
7 ## the Free Software Foundation; either version 2, or (at your option)
8 ## any later version.
9
10 ## This program is distributed in the hope that it will be useful,
11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 ## GNU General Public License for more details.
14
15 ## You should have received a copy of the GNU General Public License
16 ## along with this program; if not, write to the Free Software
17 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
18 ## 02111-1307, USA.
19
20 noinst_LIBRARIES = libfetish.a
21
22 AM_CPPFLAGS = -I.. -I$(srcdir)
23 DEFS += -DLIBDIR=\"$(libdir)\"
24
25 ## Put relatively complex files at the beginning of the list so
26 ## that parallel compiles finish a tiny bit sooner.  I don't see
27 ## a way to make regex.c appear earlier in the list, since it's
28 ## added by automake, but on systems with an up to date GNU libc,
29 ## regex.c isn't even compiled.
30 libfetish_a_SOURCES = \
31   acl.h acl.c \
32   getdate.h getdate.y \
33   posixtm.c posixtm.h \
34   posixver.c posixver.h \
35   strftime.c strftime.h \
36   getopt.c getopt.h getopt1.c getopt_int.h \
37   hash.c hash.h \
38   hash-pjw.c hash-pjw.h \
39   __fpending.h \
40   addext.c \
41   allocsa.c allocsa.h \
42   argmatch.c argmatch.h \
43   backupfile.c backupfile.h \
44   basename.c \
45   c-strtod.c c-strtod.h \
46   canon-host.c \
47   canonicalize.h \
48   cloexec.c cloexec.h \
49   closeout.c closeout.h \
50   cycle-check.c cycle-check.h \
51   dev-ino.h \
52   diacrit.c diacrit.h \
53   dirname.c dirname.h \
54   dirfd.h \
55   dup-safer.c \
56   euidaccess.h \
57   exclude.c exclude.h \
58   exit.h \
59   exitfail.c exitfail.h \
60   filemode.c filemode.h \
61   file-type.c file-type.h \
62   fopen-safer.c \
63   fsusage.h \
64   fts.c fts_.h \
65   full-read.c full-read.h \
66   full-write.c full-write.h \
67   getline.h \
68   getpagesize.h \
69   gettime.c \
70   gettext.h \
71   getugroups.c \
72   group-member.h \
73   hard-locale.c hard-locale.h \
74   human.c human.h \
75   idcache.c \
76   isdir.c \
77   imaxtostr.c \
78   lchown.h \
79   linebuffer.c linebuffer.h \
80   localcharset.c localcharset.h \
81   long-options.c long-options.h \
82   makepath.c makepath.h \
83   mbswidth.c mbswidth.h \
84   md5.c md5.h \
85   memcasecmp.c memcasecmp.h \
86   memcoll.c memcoll.h \
87   modechange.c modechange.h \
88   mountlist.h \
89   offtostr.c \
90   path-concat.c path-concat.h \
91   pathmax.h \
92   physmem.c physmem.h \
93   quote.c quote.h \
94   quotearg.c quotearg.h \
95   readtokens0.c readtokens0.h \
96   readtokens.c readtokens.h \
97   readutmp.h \
98   regex.h \
99   root-dev-ino.c root-dev-ino.h \
100   safe-read.c safe-read.h \
101   safe-write.c safe-write.h \
102   same.c same.h \
103   save-cwd.c save-cwd.h \
104   savedir.c savedir.h \
105   settime.c \
106   sha1.c sha1.h \
107   sig2str.h \
108   stdio-safer.h \
109   stripslash.c \
110   strdup.h \
111   strndup.h \
112   strverscmp.h \
113   time_r.c time_r.h \
114   timespec.h \
115   umaxtostr.c \
116   unicodeio.c unicodeio.h \
117   unistd-safer.h \
118   unlocked-io.h \
119   userspec.c userspec.h \
120   utimens.c utimens.h \
121   version-etc.c version-etc.h \
122   xalloc.h \
123   xfts.c xfts.h \
124   xgetcwd.c xgetcwd.h \
125   xgethostname.c xgethostname.h \
126   xmalloc.c \
127   xmemcoll.c xmemcoll.h \
128   xnanosleep.c xnanosleep.h \
129   xreadlink.c xreadlink.h \
130   xstrdup.c  \
131   xstrndup.c xstrndup.h \
132   xstrtod.c xstrtod.h \
133   xstrtoimax.c \
134   xstrtol.c xstrtol.h \
135   xstrtoul.c \
136   xstrtoumax.c \
137   yesno.c
138
139 libfetish_a_SOURCES += \
140   printf-args.h \
141   printf-parse.h \
142   vasprintf.h \
143   vasnprintf.h
144
145 libfetish_a_LIBADD = $(LIBOBJS) $(ALLOCA)
146 libfetish_a_DEPENDENCIES = $(libfetish_a_LIBADD)
147
148 lib_OBJECTS = $(libfetish_a_OBJECTS)
149
150
151 BUILT_SOURCES = getdate.c
152 CLEANFILES =
153 MAINTAINERCLEANFILES = $(BUILT_SOURCES)
154 MOSTLYCLEANFILES =
155 SUFFIXES =
156
157 EXTRA_DIST = config.charset ref-add.sin ref-del.sin \
158   getndelim2.c getndelim2.h \
159   inttostr.c inttostr.h
160
161 # We need the following in order to install a simple file in $(libdir)
162 # which is shared with other installed packages. We use a list of referencing
163 # packages so that "make uninstall" will remove the file if and only if it
164 # is not used by another installed package.
165 # On systems with glibc-2.1 or newer, the file is redundant, therefore we
166 # avoid installing it.
167
168 all-local: charset.alias ref-add.sed ref-del.sed
169
170 charset_alias = $(DESTDIR)$(libdir)/charset.alias
171 charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
172 install-exec-local: all-local
173         test $(GLIBC21) != no || $(mkinstalldirs) $(DESTDIR)$(libdir)
174         if test -f $(charset_alias); then \
175           sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
176           $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
177           rm -f $(charset_tmp) ; \
178         else \
179           if test $(GLIBC21) = no; then \
180             sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
181             $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
182             rm -f $(charset_tmp) ; \
183           fi ; \
184         fi
185
186 uninstall-local: all-local
187         if test -f $(charset_alias); then \
188           sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
189           if grep '^# Packages using this file: $$' $(charset_tmp) \
190               > /dev/null; then \
191             rm -f $(charset_alias); \
192           else \
193             $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \
194           fi; \
195           rm -f $(charset_tmp); \
196         fi
197
198 charset.alias: config.charset
199         $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@
200         mv t-$@ $@
201
202 SUFFIXES += .sed .sin
203 .sin.sed:
204         sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@
205         mv t-$@ $@
206
207 CLEANFILES += charset.alias ref-add.sed ref-del.sed
208
209 BUILT_SOURCES += $(STDBOOL_H)
210 EXTRA_DIST += stdbool_.h
211 MOSTLYCLEANFILES += stdbool.h stdbool.ht
212 # Create stdbool.h on systems that lack a working one.
213 stdbool.h: stdbool_.h
214         sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' $(srcdir)/stdbool_.h > $@t
215         mv $@t $@
216
217 BUILT_SOURCES += $(ALLOCA_H)
218 EXTRA_DIST += alloca_.h
219
220 # We need the following in order to create an <alloca.h> when the system
221 # doesn't have one that works with the given compiler.
222 all-local $(lib_OBJECTS): $(ALLOCA_H)
223 alloca.h: alloca_.h
224         cp $(srcdir)/alloca_.h $@-t
225         mv $@-t $@
226 MOSTLYCLEANFILES += alloca.h alloca.h-t
227
228 BUILT_SOURCES += $(FNMATCH_H)
229 EXTRA_DIST += fnmatch_.h fnmatch_loop.c
230
231 # We need the following in order to create an <fnmatch.h> when the system
232 # doesn't have one that supports the required API.
233 all-local $(lib_OBJECTS): $(FNMATCH_H)
234 fnmatch.h: fnmatch_.h
235         cp $(srcdir)/fnmatch_.h $@-t
236         mv $@-t $@
237 MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t