Use the version from diffutils-2.8.2.
[gnulib.git] / lib / Makefile.am
1 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
2
3 AUTOMAKE_OPTIONS = ../src/ansi2knr
4
5 noinst_LIBRARIES = libfetish.a
6
7 INCLUDES = -I.. -I$(srcdir)
8 DEFS = -DLIBDIR=\"$(libdir)\" @DEFS@
9
10 ## Put relatively complex files at the beginning of the list so
11 ## that parallel compiles finish a tiny bit sooner.  I don't see
12 ## a way to make regex.c appear earlier in the list, since it's
13 ## added by automake, but on systems with an up to date GNU libc,
14 ## regex.c isn't even compiled.
15 libfetish_a_SOURCES = \
16   acl.h acl.c \
17   getdate.h getdate.y \
18   posixtm.c posixtm.h \
19   posixver.c posixver.h \
20   strftime.c \
21   getopt.c getopt.h getopt1.c \
22   hash.c hash.h \
23   hash-pjw.c hash-pjw.h \
24   __fpending.h \
25   addext.c \
26   argmatch.c argmatch.h \
27   backupfile.c backupfile.h \
28   basename.c \
29   bumpalloc.h \
30   canon-host.c \
31   closeout.c closeout.h \
32   diacrit.c diacrit.h \
33   dirname.c dirname.h \
34   dirfd.h \
35   dup-safer.c \
36   exclude.c exclude.h \
37   filemode.c filemode.h \
38   file-type.c file-type.h \
39   fnmatch.h \
40   fopen-safer.c \
41   fsusage.h \
42   full-write.c full-write.h \
43   getline.h \
44   getpagesize.h \
45   getstr.c getstr.h \
46   gettime.c \
47   gettext.h \
48   getugroups.c \
49   group-member.h \
50   hard-locale.c hard-locale.h \
51   human.c human.h \
52   idcache.c \
53   isdir.c \
54   lchown.h \
55   linebuffer.c linebuffer.h \
56   localcharset.c \
57   long-options.c long-options.h \
58   makepath.c makepath.h \
59   mbswidth.c mbswidth.h \
60   md5.c md5.h \
61   memcasecmp.c memcasecmp.h \
62   memcoll.c memcoll.h \
63   modechange.c modechange.h \
64   mountlist.h \
65   path-concat.c path-concat.h \
66   pathmax.h \
67   physmem.c physmem.h \
68   quote.c quote.h \
69   quotearg.c quotearg.h \
70   readtokens.c readtokens.h \
71   readutmp.h \
72   regex.h \
73   safe-read.c safe-read.h \
74   same.c same.h \
75   save-cwd.c save-cwd.h \
76   savedir.c savedir.h \
77   settime.c \
78   sha.c sha.h \
79   sig2str.h \
80   stdio-safer.h \
81   stripslash.c \
82   strverscmp.h \
83   timespec.h \
84   unicodeio.c unicodeio.h \
85   unistd-safer.h \
86   userspec.c \
87   version-etc.c version-etc.h \
88   xalloc.h \
89   xgetcwd.c \
90   xgethostname.c \
91   xmalloc.c \
92   xmemcoll.c xmemcoll.h \
93   xreadlink.c xreadlink.h \
94   xstrdup.c \
95   xstrtod.c xstrtod.h \
96   xstrtol.c xstrtol.h \
97   xstrtoul.c \
98   xstrtoimax.c \
99   xstrtoumax.c \
100   yesno.c
101
102 libfetish_a_LIBADD = @LIBOBJS@ @ALLOCA@
103 libfetish_a_DEPENDENCIES = $(libfetish_a_LIBADD)
104
105
106 BUILT_SOURCES = getdate.c lstat.c stat.c unlocked-io.h
107 MAINTAINERCLEANFILES = $(BUILT_SOURCES)
108 DISTCLEANFILES = lstat.c stat.c unlocked-io.h
109
110 EXTRA_DIST = xstat.in config.charset ref-add.sin ref-del.sin gen-uio
111 lstat.c: xstat.in
112         sed \
113           -e '/@IGNORE@/d' \
114           -e 's/@xstat@/lstat/g' \
115           -e '/_LSTAT_ONLY@/d' \
116           -e '/@BEGIN_STAT_ONLY@/,/@END_STAT_ONLY@/d' \
117           $(srcdir)/xstat.in > $@-t
118         mv $@-t $@
119
120 stat.c: xstat.in
121         sed \
122           -e '/@IGNORE@/d' \
123           -e 's/@xstat@/stat/g' \
124           -e '/_STAT_ONLY@/d' \
125           -e '/@BEGIN_LSTAT_ONLY@/,/@END_LSTAT_ONLY@/d' \
126           $(srcdir)/xstat.in > $@-t
127         mv $@-t $@
128
129 # The following is needed in order to install a simple file in $(libdir)
130 # which is shared with other installed packages. We use a list of referencing
131 # packages so that "make uninstall" will remove the file if and only if it
132 # is not used by another installed package.
133 # On systems with glibc-2.1 or newer, the file is redundant, therefore we
134 # avoid installing it.
135
136 all-local: charset.alias ref-add.sed ref-del.sed lstat.c stat.c unlocked-io.h
137
138 charset_alias = $(DESTDIR)$(libdir)/charset.alias
139 charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
140 install-exec-local: all-local
141         $(mkinstalldirs) $(DESTDIR)$(libdir)
142         if test -f $(charset_alias); then \
143           sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
144           $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
145           rm -f $(charset_tmp) ; \
146         else \
147           if test @GLIBC21@ = no; then \
148             sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
149             $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
150             rm -f $(charset_tmp) ; \
151           fi ; \
152         fi
153
154 uninstall-local: all-local
155         if test -f $(charset_alias); then \
156           sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
157           if grep '^# Packages using this file: $$' $(charset_tmp) \
158               > /dev/null; then \
159             rm -f $(charset_alias); \
160           else \
161             $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \
162           fi; \
163           rm -f $(charset_tmp); \
164         fi
165
166 charset.alias: config.charset
167         $(SHELL) $(srcdir)/config.charset '@host@' > t-$@
168         mv t-$@ $@
169
170 SUFFIXES = .sed .sin
171 .sin.sed:
172         sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $< > $@-t
173         mv $@-t $@
174
175 CLEANFILES = charset.alias ref-add.sed ref-del.sed
176
177 ###############################################
178
179 # FIXME: remove this dependency once automake handles it.
180 # As of cvs automake of about 2002-01-13,
181 # this dependency is necessary to avoid a build failure
182 # when running `make check' before running `make all'.
183 # Otherwise, unlocked-io.h is not built before it's needed.
184 getdate$U.o: unlocked-io.h
185
186 # FIXME: CAUTION this list is a duplicate of one in ../Makefile.cfg.
187 io_functions = \
188   clearerr feof ferror fflush fgets fputc fputs \
189   fread fwrite getc getchar putc putchar
190
191 unlocked-io.h: $(srcdir)/gen-uio Makefile.am
192         srcdir=$(srcdir) $(SHELL) $(srcdir)/gen-uio $(io_functions) > $@t
193         mv $@t $@