1 ## Makefile for gnulib/lib -*-Makefile-*-
3 # Copyright (C) 1995-2004 Free Software Foundation, Inc.
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)
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.
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
20 noinst_LIBRARIES = libfetish.a
22 AM_CPPFLAGS = -I.. -I$(srcdir)
23 DEFS += -DLIBDIR=\"$(libdir)\"
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 = \
34 posixver.c posixver.h \
35 strftime.c strftime.h \
37 hash-pjw.c hash-pjw.h \
39 argmatch.c argmatch.h \
40 backupfile.c backupfile.h \
42 c-strtod.c c-strtod.h c-strtold.c \
44 canonicalize.c canonicalize.h \
46 closeout.c closeout.h \
47 cycle-check.c cycle-check.h \
56 exitfail.c exitfail.h \
58 filemode.c filemode.h \
59 file-type.c file-type.h \
63 full-read.c full-read.h \
64 full-write.c full-write.h \
72 hard-locale.c hard-locale.h \
77 linebuffer.c linebuffer.h \
78 localcharset.c localcharset.h \
79 long-options.c long-options.h \
80 makepath.c makepath.h \
81 mbswidth.c mbswidth.h \
83 memcasecmp.c memcasecmp.h \
85 modechange.c modechange.h \
89 path-concat.c path-concat.h \
93 quotearg.c quotearg.h \
94 readtokens0.c readtokens0.h \
95 readtokens.c readtokens.h \
98 root-dev-ino.c root-dev-ino.h \
99 safe-read.c safe-read.h \
100 safe-write.c safe-write.h \
102 save-cwd.c save-cwd.h \
103 savedir.c savedir.h \
117 unicodeio.c unicodeio.h \
120 userspec.c userspec.h \
121 utimecmp.c utimecmp.h \
122 utimens.c utimens.h \
123 version-etc.c version-etc.h \
127 xgetcwd.c xgetcwd.h \
128 xgethostname.c xgethostname.h \
130 xmemcoll.c xmemcoll.h \
131 xnanosleep.c xnanosleep.h \
132 xreadlink.c xreadlink.h \
133 xstrndup.c xstrndup.h \
134 xstrtod.c xstrtod.h \
136 xstrtol.c xstrtol.h \
141 libfetish_a_SOURCES += \
147 libfetish_a_LIBADD = $(LIBOBJS) $(ALLOCA)
148 libfetish_a_DEPENDENCIES = $(libfetish_a_LIBADD)
150 lib_OBJECTS = $(libfetish_a_OBJECTS)
153 BUILT_SOURCES = getdate.c
155 MAINTAINERCLEANFILES = $(BUILT_SOURCES)
159 EXTRA_DIST = config.charset ref-add.sin ref-del.sin \
160 getndelim2.c getndelim2.h \
161 inttostr.c inttostr.h
163 # We need the following in order to install a simple file in $(libdir)
164 # which is shared with other installed packages. We use a list of referencing
165 # packages so that "make uninstall" will remove the file if and only if it
166 # is not used by another installed package.
167 # On systems with glibc-2.1 or newer, the file is redundant, therefore we
168 # avoid installing it.
170 all-local: charset.alias ref-add.sed ref-del.sed
172 charset_alias = $(DESTDIR)$(libdir)/charset.alias
173 charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
174 install-exec-local: all-local
175 test $(GLIBC21) != no || $(mkinstalldirs) $(DESTDIR)$(libdir)
176 if test -f $(charset_alias); then \
177 sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
178 $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
179 rm -f $(charset_tmp) ; \
181 if test $(GLIBC21) = no; then \
182 sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
183 $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
184 rm -f $(charset_tmp) ; \
188 uninstall-local: all-local
189 if test -f $(charset_alias); then \
190 sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
191 if grep '^# Packages using this file: $$' $(charset_tmp) \
193 rm -f $(charset_alias); \
195 $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \
197 rm -f $(charset_tmp); \
200 charset.alias: config.charset
201 $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@
204 SUFFIXES += .sed .sin
206 sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@
209 CLEANFILES += charset.alias ref-add.sed ref-del.sed
211 BUILT_SOURCES += $(STDBOOL_H)
212 EXTRA_DIST += stdbool_.h
213 MOSTLYCLEANFILES += stdbool.h stdbool.ht
214 # Create stdbool.h on systems that lack a working one.
215 stdbool.h: stdbool_.h
216 sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' $(srcdir)/stdbool_.h > $@t
219 BUILT_SOURCES += $(ALLOCA_H)
220 EXTRA_DIST += alloca_.h
222 # We need the following in order to create an <alloca.h> when the system
223 # doesn't have one that works with the given compiler.
224 all-local $(lib_OBJECTS): $(ALLOCA_H)
226 cp $(srcdir)/alloca_.h $@-t
228 MOSTLYCLEANFILES += alloca.h alloca.h-t
230 BUILT_SOURCES += $(FNMATCH_H)
231 EXTRA_DIST += fnmatch_.h fnmatch_loop.c
233 # We need the following in order to create an <fnmatch.h> when the system
234 # doesn't have one that supports the required API.
235 all-local $(lib_OBJECTS): $(FNMATCH_H)
236 fnmatch.h: fnmatch_.h
237 cp $(srcdir)/fnmatch_.h $@-t
239 MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t
241 BUILT_SOURCES += $(GETOPT_H)
242 EXTRA_DIST += getopt_.h getopt_int.h
244 # We need the following in order to create an <getopt.h> when the system
245 # doesn't have one that works with the given compiler.
246 all-local $(lib_OBJECTS): $(GETOPT_H)
248 cp $(srcdir)/getopt_.h $@-t
250 MOSTLYCLEANFILES += getopt.h getopt.h-t