Sync usage with man page.
[netbsd-mini2440.git] / external / gpl2 / xcvs / dist / lib / Makefile.gnulib
blob0ec0d069339eb1b9104fb7d32331d053d6658be8
1 ## Process this file with automake to produce Makefile.in.
2 # Copyright (C) 2004 Free Software Foundation, Inc.
4 # This file is free software, distributed under the terms of the GNU
5 # General Public License.  As a special exception to the GNU General
6 # Public License, this file may be distributed as part of a program
7 # that contains a configuration script generated by Automake, under
8 # the same distribution terms as the rest of that program.
10 # Generated by gnulib-tool.
11 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --aux-dir=build-aux --macro-prefix=gl allocsa atexit canon-host canonicalize closeout dirname dup2 error exit exitfail extensions fnmatch fnmatch-posix ftruncate getdate gethostname getline getlogin_r getndelim2 getnline getopt getpagesize getpass-gnu gettext gettime gettimeofday glob lstat malloc md5 memmove minmax mkdir mkstemp mktime nanosleep pagealign_alloc pathmax quotearg readlink realloc regex rename restrict save-cwd setenv stat-macros stdbool stdint strcase strdup strerror strftime strstr strtoul time_r timespec tzset unlocked-io vasnprintf vasprintf xalloc-die xgethostname xreadlink xsize yesno
13 AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
15 noinst_LIBRARIES = libgnu.a
17 libgnu_a_SOURCES =
18 libgnu_a_LIBADD = @LIBOBJS@
19 EXTRA_DIST =
20 BUILT_SOURCES =
21 SUFFIXES =
22 MOSTLYCLEANFILES =
23 CLEANFILES =
24 DISTCLEANFILES =
25 MAINTAINERCLEANFILES =
27 ## begin gnulib module alloca
30 libgnu_a_LIBADD += @ALLOCA@
31 ## end   gnulib module alloca
33 ## begin gnulib module alloca-opt
35 BUILT_SOURCES += $(ALLOCA_H)
36 EXTRA_DIST += alloca_.h
38 # We need the following in order to create <alloca.h> when the system
39 # doesn't have one that works with the given compiler.
40 alloca.h: alloca_.h
41         cp $(srcdir)/alloca_.h $@-t
42         mv $@-t $@
43 MOSTLYCLEANFILES += alloca.h alloca.h-t
45 ## end   gnulib module alloca-opt
47 ## begin gnulib module allocsa
49 libgnu_a_SOURCES += allocsa.h allocsa.c
50 EXTRA_DIST += allocsa.valgrind
52 ## end   gnulib module allocsa
54 ## begin gnulib module cycle-check
56 libgnu_a_SOURCES += cycle-check.c cycle-check.h dev-ino.h
58 ## end   gnulib module cycle-check
60 ## begin gnulib module dirname
62 libgnu_a_SOURCES += basename.c stripslash.c
64 ## end   gnulib module dirname
66 ## begin gnulib module exit
68 libgnu_a_SOURCES += exit.h
70 ## end   gnulib module exit
72 ## begin gnulib module fnmatch
74 BUILT_SOURCES += $(FNMATCH_H)
75 EXTRA_DIST += fnmatch_.h fnmatch_loop.c
77 # We need the following in order to create <fnmatch.h> when the system
78 # doesn't have one that supports the required API.
79 fnmatch.h: fnmatch_.h
80         cp $(srcdir)/fnmatch_.h $@-t
81         mv $@-t $@
82 MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t
84 ## end   gnulib module fnmatch
86 ## begin gnulib module getaddrinfo
88 libgnu_a_SOURCES += getaddrinfo.h
90 ## end   gnulib module getaddrinfo
92 ## begin gnulib module getdate
94 BUILT_SOURCES += getdate.c
95 MAINTAINERCLEANFILES += getdate.c
96 EXTRA_DIST += getdate.c
98 ## end   gnulib module getdate
100 ## begin gnulib module getndelim2
102 EXTRA_DIST += getndelim2.h getndelim2.c
104 ## end   gnulib module getndelim2
106 ## begin gnulib module getnline
108 libgnu_a_SOURCES += getnline.h getnline.c
110 ## end   gnulib module getnline
112 ## begin gnulib module getopt
114 BUILT_SOURCES += $(GETOPT_H)
115 EXTRA_DIST += getopt_.h getopt_int.h
117 # We need the following in order to create <getopt.h> when the system
118 # doesn't have one that works with the given compiler.
119 getopt.h: getopt_.h
120         cp $(srcdir)/getopt_.h $@-t
121         mv $@-t $@
122 MOSTLYCLEANFILES += getopt.h getopt.h-t
124 ## end   gnulib module getopt
126 ## begin gnulib module gettext-h
128 libgnu_a_SOURCES += gettext.h
130 ## end   gnulib module gettext-h
132 ## begin gnulib module glob
134 BUILT_SOURCES += $(GLOB_H)
136 # We need the following in order to create <glob.h> when the system
137 # doesn't have one that works with the given compiler.
138 glob.h: glob_.h
139         cp $(srcdir)/glob_.h $@-t
140         mv $@-t $@
141 MOSTLYCLEANFILES += glob.h glob.h-t
143 ## end   gnulib module glob
145 ## begin gnulib module mbuiter
147 libgnu_a_SOURCES += mbuiter.h
149 ## end   gnulib module mbuiter
151 ## begin gnulib module minmax
153 libgnu_a_SOURCES += minmax.h
155 ## end   gnulib module minmax
157 ## begin gnulib module setenv
159 libgnu_a_SOURCES += setenv.h
161 ## end   gnulib module setenv
163 ## begin gnulib module size_max
165 libgnu_a_SOURCES += size_max.h
167 ## end   gnulib module size_max
169 ## begin gnulib module stdbool
171 BUILT_SOURCES += $(STDBOOL_H)
172 EXTRA_DIST += stdbool_.h
174 # We need the following in order to create <stdbool.h> when the system
175 # doesn't have one that works.
176 stdbool.h: stdbool_.h
177         sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h > $@-t
178         mv $@-t $@
179 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
181 ## end   gnulib module stdbool
183 ## begin gnulib module stdint
185 BUILT_SOURCES += $(STDINT_H)
186 EXTRA_DIST += stdint_.h
188 # We need the following in order to create <stdint.h> when the system
189 # doesn't have one that works with the given compiler.
190 stdint.h: stdint_.h
191         sed -e 's/@''HAVE_LONG_64BIT''@/$(HAVE_LONG_64BIT)/g;s/@''HAVE_LONG_LONG_64BIT@/$(HAVE_LONG_LONG_64BIT)/g' < $(srcdir)/stdint_.h > $@-t
192         mv $@-t $@
193 MOSTLYCLEANFILES += stdint.h stdint.h-t
195 ## end   gnulib module stdint
197 ## begin gnulib module strcase
199 libgnu_a_SOURCES += strcase.h
201 ## end   gnulib module strcase
203 ## begin gnulib module strnlen1
205 libgnu_a_SOURCES += strnlen1.h strnlen1.c
207 ## end   gnulib module strnlen1
209 ## begin gnulib module strstr
211 libgnu_a_SOURCES += strstr.h
213 ## end   gnulib module strstr
215 ## begin gnulib module time_r
217 libgnu_a_SOURCES += time_r.h
219 ## end   gnulib module time_r
221 ## begin gnulib module vasnprintf
223 libgnu_a_SOURCES += printf-args.h printf-parse.h vasnprintf.h
225 ## end   gnulib module vasnprintf
227 ## begin gnulib module vasprintf
229 libgnu_a_SOURCES += vasprintf.h
231 ## end   gnulib module vasprintf
233 ## begin gnulib module xalloc-die
235 libgnu_a_SOURCES += xalloc-die.c
237 ## end   gnulib module xalloc-die
239 ## begin gnulib module xgethostname
241 libgnu_a_SOURCES += xgethostname.h xgethostname.c
243 ## end   gnulib module xgethostname
245 ## begin gnulib module xreadlink
247 libgnu_a_SOURCES += xreadlink.h xreadlink.c
249 ## end   gnulib module xreadlink
251 ## begin gnulib module xsize
253 libgnu_a_SOURCES += xsize.h
255 ## end   gnulib module xsize
258 # Makefile.am ends here