Add CVS 1.12.12.
[dragonfly.git] / contrib / cvs-1.12.12 / lib / Makefile.gnulib
1 ## Process this file with automake to produce Makefile.in.
2 # Copyright (C) 2004 Free Software Foundation, Inc.
3 #
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.
9 #
10 # Generated by gnulib-tool.
11 # Invoked as: gnulib-tool --import gettext vasnprintf regex atexit save-cwd dirname error exit exitfail extensions fnmatch-posix fnmatch mkstemp getopt stdbool getline getnline getndelim2 gethostname strcase getpass-gnu gettimeofday timespec gettime unlocked-io tzset restrict time_r mktime minmax memmove nanosleep stat lstat strerror vasprintf malloc realloc strftime xsize getpagesize md5 stdint yesno allocsa setenv getdate readlink xreadlink xgethostname mkdir rename dup2 strstr ftruncate strtoul pathmax xalloc-die pagealign_alloc closeout
12 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4   alloca alloca-opt allocsa atexit chdir-long closeout dirname dup2 error exit exitfail extensions fnmatch fnmatch-posix fpending ftruncate getcwd getdate gethostname getline getndelim2 getnline getopt getpagesize getpass-gnu gettext gettime gettimeofday lstat malloc md5 memmove mempcpy memrchr minmax mkdir mkstemp mktime nanosleep openat pagealign_alloc pathmax quotearg readlink realloc regex rename restrict rpmatch save-cwd setenv stat stat-macros stdbool stdint strcase strerror strftime strstr strtol strtoul time_r timespec tzset unlocked-io vasnprintf vasprintf xalloc xalloc-die xgetcwd xgethostname xreadlink xsize yesno
13
14 AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
15
16 noinst_LIBRARIES = libgnu.a
17
18 libgnu_a_SOURCES =
19 libgnu_a_LIBADD = @LIBOBJS@
20 EXTRA_DIST =
21 BUILT_SOURCES =
22 SUFFIXES =
23 MOSTLYCLEANFILES =
24 CLEANFILES =
25 DISTCLEANFILES =
26 MAINTAINERCLEANFILES =
27
28 ## begin gnulib module alloca
29
30
31 libgnu_a_LIBADD += @ALLOCA@
32 ## end   gnulib module alloca
33
34 ## begin gnulib module alloca-opt
35
36 BUILT_SOURCES += $(ALLOCA_H)
37 EXTRA_DIST += alloca_.h
38
39 # We need the following in order to create an <alloca.h> when the system
40 # doesn't have one that works with the given compiler.
41 all-local $(libgnu_a_OBJECTS): $(ALLOCA_H)
42 alloca.h: alloca_.h
43         cp $(srcdir)/alloca_.h $@-t
44         mv $@-t $@
45 MOSTLYCLEANFILES += alloca.h alloca.h-t
46
47 ## end   gnulib module alloca-opt
48
49 ## begin gnulib module allocsa
50
51 libgnu_a_SOURCES += allocsa.h allocsa.c
52 EXTRA_DIST += allocsa.valgrind
53
54 ## end   gnulib module allocsa
55
56 ## begin gnulib module dirname
57
58 libgnu_a_SOURCES += basename.c stripslash.c
59
60 ## end   gnulib module dirname
61
62 ## begin gnulib module exit
63
64 libgnu_a_SOURCES += exit.h
65
66 ## end   gnulib module exit
67
68 ## begin gnulib module fnmatch
69
70 BUILT_SOURCES += $(FNMATCH_H)
71 EXTRA_DIST += fnmatch_.h fnmatch_loop.c
72
73 # We need the following in order to create an <fnmatch.h> when the system
74 # doesn't have one that supports the required API.
75 all-local $(libgnu_a_OBJECTS): $(FNMATCH_H)
76 fnmatch.h: fnmatch_.h
77         cp $(srcdir)/fnmatch_.h $@-t
78         mv $@-t $@
79 MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t
80
81 ## end   gnulib module fnmatch
82
83 ## begin gnulib module getdate
84
85 BUILT_SOURCES += getdate.c
86 MAINTAINERCLEANFILES += getdate.c
87
88 ## end   gnulib module getdate
89
90 ## begin gnulib module getline
91
92 EXTRA_DIST += getndelim2.h getndelim2.c
93
94 ## end   gnulib module getline
95
96 ## begin gnulib module getndelim2
97
98 EXTRA_DIST += getndelim2.h getndelim2.c
99
100 ## end   gnulib module getndelim2
101
102 ## begin gnulib module getnline
103
104 libgnu_a_SOURCES += getnline.h getnline.c
105
106 ## end   gnulib module getnline
107
108 ## begin gnulib module getopt
109
110 BUILT_SOURCES += $(GETOPT_H)
111 EXTRA_DIST += getopt_.h getopt_int.h
112
113 # We need the following in order to create an <getopt.h> when the system
114 # doesn't have one that works with the given compiler.
115 all-local $(libgnu_a_OBJECTS): $(GETOPT_H)
116 getopt.h: getopt_.h
117         cp $(srcdir)/getopt_.h $@-t
118         mv $@-t $@
119 MOSTLYCLEANFILES += getopt.h getopt.h-t
120
121 ## end   gnulib module getopt
122
123 ## begin gnulib module getpass-gnu
124
125 libgnu_a_SOURCES += getpass.h
126
127 ## end   gnulib module getpass-gnu
128
129 ## begin gnulib module gettext
130
131 libgnu_a_SOURCES += gettext.h
132
133 ## end   gnulib module gettext
134
135 ## begin gnulib module minmax
136
137 libgnu_a_SOURCES += minmax.h
138
139 ## end   gnulib module minmax
140
141 ## begin gnulib module regex
142
143 libgnu_a_SOURCES += regex.h
144
145 ## end   gnulib module regex
146
147 ## begin gnulib module setenv
148
149 libgnu_a_SOURCES += setenv.h
150
151 ## end   gnulib module setenv
152
153 ## begin gnulib module stdbool
154
155 BUILT_SOURCES += $(STDBOOL_H)
156 EXTRA_DIST += stdbool_.h
157
158 # We need the following in order to create an <stdbool.h> when the system
159 # doesn't have one that works.
160 all-local $(libgnu_a_OBJECTS): $(STDBOOL_H)
161 stdbool.h: stdbool_.h
162         sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h > $@-t
163         mv $@-t $@
164 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
165
166 ## end   gnulib module stdbool
167
168 ## begin gnulib module stdint
169
170 BUILT_SOURCES += $(STDINT_H)
171 EXTRA_DIST += stdint_.h
172
173 # We need the following in order to create an <stdint.h> when the system
174 # doesn't have one that works with the given compiler.
175 all-local $(libgnu_a_OBJECTS): $(STDINT_H)
176 stdint.h: stdint_.h
177         sed -e 's/@''HAVE_LONG_64BIT''@/$(HAVE_LONG_64BIT)/g;s/@''HAVE_LONG_LONG_64BIT@/$(HAVE_LONG_LONG_64BIT)/g' < $(srcdir)/stdint_.h > $@-t
178         mv $@-t $@
179 MOSTLYCLEANFILES += stdint.h stdint.h-t
180
181 ## end   gnulib module stdint
182
183 ## begin gnulib module strcase
184
185 libgnu_a_SOURCES += strcase.h
186
187 ## end   gnulib module strcase
188
189 ## begin gnulib module strstr
190
191 libgnu_a_SOURCES += strstr.h
192
193 ## end   gnulib module strstr
194
195 ## begin gnulib module time_r
196
197 libgnu_a_SOURCES += time_r.h
198
199 ## end   gnulib module time_r
200
201 ## begin gnulib module vasnprintf
202
203 libgnu_a_SOURCES += printf-args.h printf-parse.h vasnprintf.h
204
205 ## end   gnulib module vasnprintf
206
207 ## begin gnulib module vasprintf
208
209 libgnu_a_SOURCES += vasprintf.h
210
211 ## end   gnulib module vasprintf
212
213 ## begin gnulib module xalloc-die
214
215 libgnu_a_SOURCES += xalloc-die.c
216
217 ## end   gnulib module xalloc-die
218
219 ## begin gnulib module xgetcwd
220
221 libgnu_a_SOURCES += xgetcwd.h xgetcwd.c
222
223 ## end   gnulib module xgetcwd
224
225 ## begin gnulib module xgethostname
226
227 libgnu_a_SOURCES += xgethostname.h xgethostname.c
228
229 ## end   gnulib module xgethostname
230
231 ## begin gnulib module xreadlink
232
233 libgnu_a_SOURCES += xreadlink.h xreadlink.c
234
235 ## end   gnulib module xreadlink
236
237 ## begin gnulib module xsize
238
239 libgnu_a_SOURCES += xsize.h
240
241 ## end   gnulib module xsize
242
243
244 # Makefile.am ends here