265
|
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
|
|
2 ## Process this file with automake to produce Makefile.in.
|
|
3 # Copyright (C) 2002-2009 Free Software Foundation, Inc.
|
|
4 #
|
|
5 # This file is free software, distributed under the terms of the GNU
|
|
6 # General Public License. As a special exception to the GNU General
|
|
7 # Public License, this file may be distributed as part of a program
|
|
8 # that contains a configuration script generated by Autoconf, under
|
|
9 # the same distribution terms as the rest of that program.
|
|
10 #
|
|
11 # Generated by gnulib-tool.
|
|
12 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --no-libtool --macro-prefix=gl argp
|
|
13
|
|
14 AUTOMAKE_OPTIONS = 1.5 gnits
|
|
15
|
|
16 SUBDIRS =
|
|
17 noinst_HEADERS =
|
|
18 noinst_LIBRARIES =
|
|
19 noinst_LTLIBRARIES =
|
|
20 EXTRA_DIST =
|
|
21 BUILT_SOURCES =
|
|
22 SUFFIXES =
|
|
23 MOSTLYCLEANFILES = core *.stackdump
|
|
24 MOSTLYCLEANDIRS =
|
|
25 CLEANFILES =
|
|
26 DISTCLEANFILES =
|
|
27 MAINTAINERCLEANFILES =
|
|
28
|
|
29 AM_CPPFLAGS =
|
|
30 AM_CFLAGS =
|
|
31
|
|
32 noinst_LIBRARIES += libgnu.a
|
|
33
|
|
34 libgnu_a_SOURCES =
|
|
35 libgnu_a_LIBADD = $(gl_LIBOBJS)
|
|
36 libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
|
|
37 EXTRA_libgnu_a_SOURCES =
|
|
38
|
|
39 ## begin gnulib module alloca
|
|
40
|
|
41
|
|
42 EXTRA_DIST += alloca.c
|
|
43
|
|
44 EXTRA_libgnu_a_SOURCES += alloca.c
|
|
45
|
|
46 libgnu_a_LIBADD += @ALLOCA@
|
|
47 libgnu_a_DEPENDENCIES += @ALLOCA@
|
|
48 ## end gnulib module alloca
|
|
49
|
|
50 ## begin gnulib module alloca-opt
|
|
51
|
|
52 BUILT_SOURCES += $(ALLOCA_H)
|
|
53
|
|
54 # We need the following in order to create <alloca.h> when the system
|
|
55 # doesn't have one that works with the given compiler.
|
|
56 alloca.h: alloca.in.h
|
|
57 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
|
58 cat $(srcdir)/alloca.in.h; \
|
|
59 } > $@-t
|
|
60 mv -f $@-t $@
|
|
61 MOSTLYCLEANFILES += alloca.h alloca.h-t
|
|
62
|
|
63 EXTRA_DIST += alloca.in.h
|
|
64
|
|
65 ## end gnulib module alloca-opt
|
|
66
|
|
67 ## begin gnulib module argp
|
|
68
|
|
69 libgnu_a_SOURCES += argp.h argp-ba.c argp-eexst.c \
|
|
70 argp-fmtstream.c argp-fmtstream.h argp-fs-xinl.c argp-help.c \
|
|
71 argp-namefrob.h argp-parse.c argp-pin.c argp-pv.c argp-pvh.c \
|
|
72 argp-xinl.c
|
|
73
|
|
74 ## end gnulib module argp
|
|
75
|
|
76 ## begin gnulib module dirname
|
|
77
|
|
78
|
|
79 EXTRA_DIST += basename.c dirname.c dirname.h stripslash.c
|
|
80
|
|
81 EXTRA_libgnu_a_SOURCES += basename.c dirname.c stripslash.c
|
|
82
|
|
83 ## end gnulib module dirname
|
|
84
|
|
85 ## begin gnulib module errno
|
|
86
|
|
87 BUILT_SOURCES += $(ERRNO_H)
|
|
88
|
|
89 # We need the following in order to create <errno.h> when the system
|
|
90 # doesn't have one that is POSIX compliant.
|
|
91 errno.h: errno.in.h
|
|
92 rm -f $@-t $@
|
|
93 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
|
94 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
|
95 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
|
|
96 -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
|
|
97 -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
|
|
98 -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
|
|
99 -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
|
|
100 -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
|
|
101 -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
|
|
102 -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
|
|
103 < $(srcdir)/errno.in.h; \
|
|
104 } > $@-t
|
|
105 mv $@-t $@
|
|
106 MOSTLYCLEANFILES += errno.h errno.h-t
|
|
107
|
|
108 EXTRA_DIST += errno.in.h
|
|
109
|
|
110 ## end gnulib module errno
|
|
111
|
|
112 ## begin gnulib module error
|
|
113
|
|
114
|
|
115 EXTRA_DIST += error.c error.h
|
|
116
|
|
117 EXTRA_libgnu_a_SOURCES += error.c
|
|
118
|
|
119 ## end gnulib module error
|
|
120
|
|
121 ## begin gnulib module exitfail
|
|
122
|
|
123
|
|
124 EXTRA_DIST += exitfail.c exitfail.h
|
|
125
|
|
126 EXTRA_libgnu_a_SOURCES += exitfail.c
|
|
127
|
|
128 ## end gnulib module exitfail
|
|
129
|
|
130 ## begin gnulib module float
|
|
131
|
|
132 BUILT_SOURCES += $(FLOAT_H)
|
|
133
|
|
134 # We need the following in order to create <float.h> when the system
|
|
135 # doesn't have one that works with the given compiler.
|
|
136 float.h: float.in.h
|
|
137 rm -f $@-t $@
|
|
138 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
|
139 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
|
140 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
|
|
141 -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
|
|
142 < $(srcdir)/float.in.h; \
|
|
143 } > $@-t
|
|
144 mv $@-t $@
|
|
145 MOSTLYCLEANFILES += float.h float.h-t
|
|
146
|
|
147 EXTRA_DIST += float.in.h
|
|
148
|
|
149 ## end gnulib module float
|
|
150
|
|
151 ## begin gnulib module getopt
|
|
152
|
|
153 BUILT_SOURCES += $(GETOPT_H)
|
|
154
|
|
155 # We need the following in order to create <getopt.h> when the system
|
|
156 # doesn't have one that works with the given compiler.
|
|
157 getopt.h: getopt.in.h
|
|
158 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
|
159 cat $(srcdir)/getopt.in.h; \
|
|
160 } > $@-t
|
|
161 mv -f $@-t $@
|
|
162 MOSTLYCLEANFILES += getopt.h getopt.h-t
|
|
163
|
|
164 EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h
|
|
165
|
|
166 EXTRA_libgnu_a_SOURCES += getopt.c getopt1.c
|
|
167
|
|
168 ## end gnulib module getopt
|
|
169
|
|
170 ## begin gnulib module gettext-h
|
|
171
|
|
172 libgnu_a_SOURCES += gettext.h
|
|
173
|
|
174 ## end gnulib module gettext-h
|
|
175
|
|
176 ## begin gnulib module intprops
|
|
177
|
|
178
|
|
179 EXTRA_DIST += intprops.h
|
|
180
|
|
181 ## end gnulib module intprops
|
|
182
|
|
183 ## begin gnulib module link-warning
|
|
184
|
|
185 LINK_WARNING_H=$(top_srcdir)/./link-warning.h
|
|
186
|
|
187 EXTRA_DIST += $(top_srcdir)/./link-warning.h
|
|
188
|
|
189 ## end gnulib module link-warning
|
|
190
|
|
191 ## begin gnulib module malloc
|
|
192
|
|
193
|
|
194 EXTRA_DIST += malloc.c
|
|
195
|
|
196 EXTRA_libgnu_a_SOURCES += malloc.c
|
|
197
|
|
198 ## end gnulib module malloc
|
|
199
|
|
200 ## begin gnulib module malloc-posix
|
|
201
|
|
202
|
|
203 EXTRA_DIST += malloc.c
|
|
204
|
|
205 EXTRA_libgnu_a_SOURCES += malloc.c
|
|
206
|
|
207 ## end gnulib module malloc-posix
|
|
208
|
|
209 ## begin gnulib module mempcpy
|
|
210
|
|
211
|
|
212 EXTRA_DIST += mempcpy.c
|
|
213
|
|
214 EXTRA_libgnu_a_SOURCES += mempcpy.c
|
|
215
|
|
216 ## end gnulib module mempcpy
|
|
217
|
|
218 ## begin gnulib module rawmemchr
|
|
219
|
|
220
|
|
221 EXTRA_DIST += rawmemchr.c rawmemchr.valgrind
|
|
222
|
|
223 EXTRA_libgnu_a_SOURCES += rawmemchr.c
|
|
224
|
|
225 ## end gnulib module rawmemchr
|
|
226
|
|
227 ## begin gnulib module size_max
|
|
228
|
|
229 libgnu_a_SOURCES += size_max.h
|
|
230
|
|
231 ## end gnulib module size_max
|
|
232
|
|
233 ## begin gnulib module sleep
|
|
234
|
|
235
|
|
236 EXTRA_DIST += sleep.c
|
|
237
|
|
238 EXTRA_libgnu_a_SOURCES += sleep.c
|
|
239
|
|
240 ## end gnulib module sleep
|
|
241
|
|
242 ## begin gnulib module stdbool
|
|
243
|
|
244 BUILT_SOURCES += $(STDBOOL_H)
|
|
245
|
|
246 # We need the following in order to create <stdbool.h> when the system
|
|
247 # doesn't have one that works.
|
|
248 stdbool.h: stdbool.in.h
|
|
249 rm -f $@-t $@
|
|
250 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
|
251 sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
|
|
252 } > $@-t
|
|
253 mv $@-t $@
|
|
254 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
|
|
255
|
|
256 EXTRA_DIST += stdbool.in.h
|
|
257
|
|
258 ## end gnulib module stdbool
|
|
259
|
|
260 ## begin gnulib module stdint
|
|
261
|
|
262 BUILT_SOURCES += $(STDINT_H)
|
|
263
|
|
264 # We need the following in order to create <stdint.h> when the system
|
|
265 # doesn't have one that works with the given compiler.
|
|
266 stdint.h: stdint.in.h
|
|
267 rm -f $@-t $@
|
|
268 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
|
269 sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
|
|
270 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
|
271 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
|
|
272 -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
|
|
273 -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
|
|
274 -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
|
|
275 -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
|
|
276 -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
|
|
277 -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
|
|
278 -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
|
|
279 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
|
|
280 -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
|
|
281 -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
|
|
282 -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
|
|
283 -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
|
|
284 -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
|
|
285 -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
|
|
286 -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
|
|
287 -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
|
|
288 -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
|
|
289 -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
|
|
290 -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
|
|
291 -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
|
|
292 -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
|
|
293 < $(srcdir)/stdint.in.h; \
|
|
294 } > $@-t
|
|
295 mv $@-t $@
|
|
296 MOSTLYCLEANFILES += stdint.h stdint.h-t
|
|
297
|
|
298 EXTRA_DIST += stdint.in.h
|
|
299
|
|
300 ## end gnulib module stdint
|
|
301
|
|
302 ## begin gnulib module stdio
|
|
303
|
|
304 BUILT_SOURCES += stdio.h
|
|
305
|
|
306 # We need the following in order to create <stdio.h> when the system
|
|
307 # doesn't have one that works with the given compiler.
|
|
308 stdio.h: stdio.in.h
|
|
309 rm -f $@-t $@
|
|
310 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
|
311 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
|
312 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
|
|
313 -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
|
|
314 -e 's|@''GNULIB_FPRINTF''@|$(GNULIB_FPRINTF)|g' \
|
|
315 -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \
|
|
316 -e 's|@''GNULIB_PRINTF''@|$(GNULIB_PRINTF)|g' \
|
|
317 -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \
|
|
318 -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \
|
|
319 -e 's|@''GNULIB_SPRINTF_POSIX''@|$(GNULIB_SPRINTF_POSIX)|g' \
|
|
320 -e 's|@''GNULIB_VFPRINTF''@|$(GNULIB_VFPRINTF)|g' \
|
|
321 -e 's|@''GNULIB_VFPRINTF_POSIX''@|$(GNULIB_VFPRINTF_POSIX)|g' \
|
|
322 -e 's|@''GNULIB_VPRINTF''@|$(GNULIB_VPRINTF)|g' \
|
|
323 -e 's|@''GNULIB_VPRINTF_POSIX''@|$(GNULIB_VPRINTF_POSIX)|g' \
|
|
324 -e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \
|
|
325 -e 's|@''GNULIB_VSPRINTF_POSIX''@|$(GNULIB_VSPRINTF_POSIX)|g' \
|
|
326 -e 's|@''GNULIB_DPRINTF''@|$(GNULIB_DPRINTF)|g' \
|
|
327 -e 's|@''GNULIB_VDPRINTF''@|$(GNULIB_VDPRINTF)|g' \
|
|
328 -e 's|@''GNULIB_VASPRINTF''@|$(GNULIB_VASPRINTF)|g' \
|
|
329 -e 's|@''GNULIB_OBSTACK_PRINTF''@|$(GNULIB_OBSTACK_PRINTF)|g' \
|
|
330 -e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|$(GNULIB_OBSTACK_PRINTF_POSIX)|g' \
|
|
331 -e 's|@''GNULIB_FOPEN''@|$(GNULIB_FOPEN)|g' \
|
|
332 -e 's|@''GNULIB_FREOPEN''@|$(GNULIB_FREOPEN)|g' \
|
|
333 -e 's|@''GNULIB_FSEEK''@|$(GNULIB_FSEEK)|g' \
|
|
334 -e 's|@''GNULIB_FSEEKO''@|$(GNULIB_FSEEKO)|g' \
|
|
335 -e 's|@''GNULIB_FTELL''@|$(GNULIB_FTELL)|g' \
|
|
336 -e 's|@''GNULIB_FTELLO''@|$(GNULIB_FTELLO)|g' \
|
|
337 -e 's|@''GNULIB_FFLUSH''@|$(GNULIB_FFLUSH)|g' \
|
|
338 -e 's|@''GNULIB_FCLOSE''@|$(GNULIB_FCLOSE)|g' \
|
|
339 -e 's|@''GNULIB_FPUTC''@|$(GNULIB_FPUTC)|g' \
|
|
340 -e 's|@''GNULIB_PUTC''@|$(GNULIB_PUTC)|g' \
|
|
341 -e 's|@''GNULIB_PUTCHAR''@|$(GNULIB_PUTCHAR)|g' \
|
|
342 -e 's|@''GNULIB_FPUTS''@|$(GNULIB_FPUTS)|g' \
|
|
343 -e 's|@''GNULIB_PUTS''@|$(GNULIB_PUTS)|g' \
|
|
344 -e 's|@''GNULIB_FWRITE''@|$(GNULIB_FWRITE)|g' \
|
|
345 -e 's|@''GNULIB_GETDELIM''@|$(GNULIB_GETDELIM)|g' \
|
|
346 -e 's|@''GNULIB_GETLINE''@|$(GNULIB_GETLINE)|g' \
|
|
347 -e 's|@''GNULIB_PERROR''@|$(GNULIB_PERROR)|g' \
|
|
348 -e 's|@''GNULIB_STDIO_H_SIGPIPE''@|$(GNULIB_STDIO_H_SIGPIPE)|g' \
|
|
349 -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
|
|
350 -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
|
|
351 -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
|
|
352 -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
|
|
353 -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
|
|
354 -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
|
|
355 -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
|
|
356 -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
|
|
357 -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
|
|
358 -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
|
|
359 -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
|
|
360 -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
|
|
361 -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
|
|
362 -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
|
|
363 -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
|
|
364 -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
|
|
365 -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
|
|
366 -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
|
|
367 -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
|
|
368 -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
|
|
369 -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
|
|
370 -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
|
|
371 -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
|
|
372 -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
|
|
373 -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
|
|
374 -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
|
|
375 -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
|
|
376 -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
|
|
377 -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
|
|
378 -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
|
|
379 -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
|
|
380 -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
|
|
381 < $(srcdir)/stdio.in.h; \
|
|
382 } > $@-t
|
|
383 mv $@-t $@
|
|
384 MOSTLYCLEANFILES += stdio.h stdio.h-t
|
|
385
|
|
386 EXTRA_DIST += stdio-write.c stdio.in.h
|
|
387
|
|
388 EXTRA_libgnu_a_SOURCES += stdio-write.c
|
|
389
|
|
390 ## end gnulib module stdio
|
|
391
|
|
392 ## begin gnulib module stdlib
|
|
393
|
|
394 BUILT_SOURCES += stdlib.h
|
|
395
|
|
396 # We need the following in order to create <stdlib.h> when the system
|
|
397 # doesn't have one that works with the given compiler.
|
|
398 stdlib.h: stdlib.in.h
|
|
399 rm -f $@-t $@
|
|
400 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
|
401 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
|
402 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
|
|
403 -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
|
|
404 -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
|
|
405 -e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \
|
|
406 -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \
|
|
407 -e 's|@''GNULIB_CALLOC_POSIX''@|$(GNULIB_CALLOC_POSIX)|g' \
|
|
408 -e 's|@''GNULIB_ATOLL''@|$(GNULIB_ATOLL)|g' \
|
|
409 -e 's|@''GNULIB_GETLOADAVG''@|$(GNULIB_GETLOADAVG)|g' \
|
|
410 -e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \
|
|
411 -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \
|
|
412 -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \
|
|
413 -e 's|@''GNULIB_PUTENV''@|$(GNULIB_PUTENV)|g' \
|
|
414 -e 's|@''GNULIB_RANDOM_R''@|$(GNULIB_RANDOM_R)|g' \
|
|
415 -e 's|@''GNULIB_RPMATCH''@|$(GNULIB_RPMATCH)|g' \
|
|
416 -e 's|@''GNULIB_SETENV''@|$(GNULIB_SETENV)|g' \
|
|
417 -e 's|@''GNULIB_STRTOD''@|$(GNULIB_STRTOD)|g' \
|
|
418 -e 's|@''GNULIB_STRTOLL''@|$(GNULIB_STRTOLL)|g' \
|
|
419 -e 's|@''GNULIB_STRTOULL''@|$(GNULIB_STRTOULL)|g' \
|
|
420 -e 's|@''GNULIB_UNSETENV''@|$(GNULIB_UNSETENV)|g' \
|
|
421 -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
|
|
422 -e 's|@''HAVE_CALLOC_POSIX''@|$(HAVE_CALLOC_POSIX)|g' \
|
|
423 -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
|
|
424 -e 's|@''HAVE_MALLOC_POSIX''@|$(HAVE_MALLOC_POSIX)|g' \
|
|
425 -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
|
|
426 -e 's|@''HAVE_REALLOC_POSIX''@|$(HAVE_REALLOC_POSIX)|g' \
|
|
427 -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
|
|
428 -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
|
|
429 -e 's|@''HAVE_SETENV''@|$(HAVE_SETENV)|g' \
|
|
430 -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
|
|
431 -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
|
|
432 -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
|
|
433 -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
|
|
434 -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
|
|
435 -e 's|@''HAVE_UNSETENV''@|$(HAVE_UNSETENV)|g' \
|
|
436 -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
|
|
437 -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
|
|
438 -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
|
|
439 -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
|
|
440 -e 's|@''VOID_UNSETENV''@|$(VOID_UNSETENV)|g' \
|
|
441 -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
|
|
442 < $(srcdir)/stdlib.in.h; \
|
|
443 } > $@-t
|
|
444 mv $@-t $@
|
|
445 MOSTLYCLEANFILES += stdlib.h stdlib.h-t
|
|
446
|
|
447 EXTRA_DIST += stdlib.in.h
|
|
448
|
|
449 ## end gnulib module stdlib
|
|
450
|
|
451 ## begin gnulib module strcase
|
|
452
|
|
453
|
|
454 EXTRA_DIST += strcasecmp.c strncasecmp.c
|
|
455
|
|
456 EXTRA_libgnu_a_SOURCES += strcasecmp.c strncasecmp.c
|
|
457
|
|
458 ## end gnulib module strcase
|
|
459
|
|
460 ## begin gnulib module strchrnul
|
|
461
|
|
462
|
|
463 EXTRA_DIST += strchrnul.c strchrnul.valgrind
|
|
464
|
|
465 EXTRA_libgnu_a_SOURCES += strchrnul.c
|
|
466
|
|
467 ## end gnulib module strchrnul
|
|
468
|
|
469 ## begin gnulib module strerror
|
|
470
|
|
471
|
|
472 EXTRA_DIST += strerror.c
|
|
473
|
|
474 EXTRA_libgnu_a_SOURCES += strerror.c
|
|
475
|
|
476 ## end gnulib module strerror
|
|
477
|
|
478 ## begin gnulib module string
|
|
479
|
|
480 BUILT_SOURCES += string.h
|
|
481
|
|
482 # We need the following in order to create <string.h> when the system
|
|
483 # doesn't have one that works with the given compiler.
|
|
484 string.h: string.in.h
|
|
485 rm -f $@-t $@
|
|
486 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
|
487 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
|
488 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
|
|
489 -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
|
|
490 -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \
|
|
491 -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \
|
|
492 -e 's|@''GNULIB_MBSCHR''@|$(GNULIB_MBSCHR)|g' \
|
|
493 -e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \
|
|
494 -e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \
|
|
495 -e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \
|
|
496 -e 's|@''GNULIB_MBSNCASECMP''@|$(GNULIB_MBSNCASECMP)|g' \
|
|
497 -e 's|@''GNULIB_MBSPCASECMP''@|$(GNULIB_MBSPCASECMP)|g' \
|
|
498 -e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \
|
|
499 -e 's|@''GNULIB_MBSCSPN''@|$(GNULIB_MBSCSPN)|g' \
|
|
500 -e 's|@''GNULIB_MBSPBRK''@|$(GNULIB_MBSPBRK)|g' \
|
|
501 -e 's|@''GNULIB_MBSSPN''@|$(GNULIB_MBSSPN)|g' \
|
|
502 -e 's|@''GNULIB_MBSSEP''@|$(GNULIB_MBSSEP)|g' \
|
|
503 -e 's|@''GNULIB_MBSTOK_R''@|$(GNULIB_MBSTOK_R)|g' \
|
|
504 -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \
|
|
505 -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \
|
|
506 -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \
|
|
507 -e 's|@''GNULIB_RAWMEMCHR''@|$(GNULIB_RAWMEMCHR)|g' \
|
|
508 -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \
|
|
509 -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \
|
|
510 -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \
|
|
511 -e 's|@''GNULIB_STRDUP''@|$(GNULIB_STRDUP)|g' \
|
|
512 -e 's|@''GNULIB_STRNDUP''@|$(GNULIB_STRNDUP)|g' \
|
|
513 -e 's|@''GNULIB_STRNLEN''@|$(GNULIB_STRNLEN)|g' \
|
|
514 -e 's|@''GNULIB_STRPBRK''@|$(GNULIB_STRPBRK)|g' \
|
|
515 -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \
|
|
516 -e 's|@''GNULIB_STRSTR''@|$(GNULIB_STRSTR)|g' \
|
|
517 -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \
|
|
518 -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \
|
|
519 -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \
|
|
520 -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \
|
|
521 -e 's|@''GNULIB_STRVERSCMP''@|$(GNULIB_STRVERSCMP)|g' \
|
|
522 -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
|
|
523 -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
|
|
524 -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
|
|
525 -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
|
|
526 -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
|
|
527 -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
|
|
528 -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
|
|
529 -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
|
|
530 -e 's|@''HAVE_STRNDUP''@|$(HAVE_STRNDUP)|g' \
|
|
531 -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
|
|
532 -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
|
|
533 -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
|
|
534 -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
|
|
535 -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
|
|
536 -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
|
|
537 -e 's|@''HAVE_DECL_STRERROR''@|$(HAVE_DECL_STRERROR)|g' \
|
|
538 -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
|
|
539 -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
|
|
540 -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
|
|
541 -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
|
|
542 -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
|
|
543 -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
|
|
544 -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
|
|
545 -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
|
|
546 -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
|
|
547 < $(srcdir)/string.in.h; \
|
|
548 } > $@-t
|
|
549 mv $@-t $@
|
|
550 MOSTLYCLEANFILES += string.h string.h-t
|
|
551
|
|
552 EXTRA_DIST += string.in.h
|
|
553
|
|
554 ## end gnulib module string
|
|
555
|
|
556 ## begin gnulib module strings
|
|
557
|
|
558 BUILT_SOURCES += strings.h
|
|
559
|
|
560 # We need the following in order to create <strings.h> when the system
|
|
561 # doesn't have one that works with the given compiler.
|
|
562 strings.h: strings.in.h
|
|
563 rm -f $@-t $@
|
|
564 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
|
565 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
|
566 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
|
|
567 -e 's|@''NEXT_STRINGS_H''@|$(NEXT_STRINGS_H)|g' \
|
|
568 -e 's|@''HAVE_STRCASECMP''@|$(HAVE_STRCASECMP)|g' \
|
|
569 -e 's|@''HAVE_DECL_STRNCASECMP''@|$(HAVE_DECL_STRNCASECMP)|g' \
|
|
570 -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
|
|
571 < $(srcdir)/strings.in.h; \
|
|
572 } > $@-t
|
|
573 mv $@-t $@
|
|
574 MOSTLYCLEANFILES += strings.h strings.h-t
|
|
575
|
|
576 EXTRA_DIST += strings.in.h
|
|
577
|
|
578 ## end gnulib module strings
|
|
579
|
|
580 ## begin gnulib module strndup
|
|
581
|
|
582
|
|
583 EXTRA_DIST += strndup.c
|
|
584
|
|
585 EXTRA_libgnu_a_SOURCES += strndup.c
|
|
586
|
|
587 ## end gnulib module strndup
|
|
588
|
|
589 ## begin gnulib module strnlen
|
|
590
|
|
591
|
|
592 EXTRA_DIST += strnlen.c
|
|
593
|
|
594 EXTRA_libgnu_a_SOURCES += strnlen.c
|
|
595
|
|
596 ## end gnulib module strnlen
|
|
597
|
|
598 ## begin gnulib module sysexits
|
|
599
|
|
600 BUILT_SOURCES += $(SYSEXITS_H)
|
|
601
|
|
602 # We need the following in order to create <sysexits.h> when the system
|
|
603 # doesn't have one that works with the given compiler.
|
|
604 sysexits.h: sysexits.in.h
|
|
605 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
|
606 sed -e 's|@''HAVE_SYSEXITS_H''@|$(HAVE_SYSEXITS_H)|g' \
|
|
607 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
|
608 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
|
|
609 -e 's|@''NEXT_SYSEXITS_H''@|$(NEXT_SYSEXITS_H)|g' \
|
|
610 < $(srcdir)/sysexits.in.h; \
|
|
611 } > $@-t
|
|
612 mv -f $@-t $@
|
|
613 MOSTLYCLEANFILES += sysexits.h sysexits.h-t
|
|
614
|
|
615 EXTRA_DIST += sysexits.in.h
|
|
616
|
|
617 ## end gnulib module sysexits
|
|
618
|
|
619 ## begin gnulib module unistd
|
|
620
|
|
621 BUILT_SOURCES += unistd.h
|
|
622
|
|
623 # We need the following in order to create an empty placeholder for
|
|
624 # <unistd.h> when the system doesn't have one.
|
|
625 unistd.h: unistd.in.h
|
|
626 rm -f $@-t $@
|
|
627 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
|
628 sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
|
|
629 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
|
630 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
|
|
631 -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
|
|
632 -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \
|
|
633 -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \
|
|
634 -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \
|
|
635 -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \
|
|
636 -e 's|@''GNULIB_EUIDACCESS''@|$(GNULIB_EUIDACCESS)|g' \
|
|
637 -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \
|
|
638 -e 's|@''GNULIB_FSYNC''@|$(GNULIB_FSYNC)|g' \
|
|
639 -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \
|
|
640 -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \
|
|
641 -e 's|@''GNULIB_GETDOMAINNAME''@|$(GNULIB_GETDOMAINNAME)|g' \
|
|
642 -e 's|@''GNULIB_GETDTABLESIZE''@|$(GNULIB_GETDTABLESIZE)|g' \
|
|
643 -e 's|@''GNULIB_GETHOSTNAME''@|$(GNULIB_GETHOSTNAME)|g' \
|
|
644 -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \
|
|
645 -e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \
|
|
646 -e 's|@''GNULIB_GETUSERSHELL''@|$(GNULIB_GETUSERSHELL)|g' \
|
|
647 -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \
|
|
648 -e 's|@''GNULIB_LINK''@|$(GNULIB_LINK)|g' \
|
|
649 -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \
|
|
650 -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \
|
|
651 -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \
|
|
652 -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|$(GNULIB_UNISTD_H_SIGPIPE)|g' \
|
|
653 -e 's|@''GNULIB_WRITE''@|$(GNULIB_WRITE)|g' \
|
|
654 -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
|
|
655 -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
|
|
656 -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
|
|
657 -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
|
|
658 -e 's|@''HAVE_GETDOMAINNAME''@|$(HAVE_GETDOMAINNAME)|g' \
|
|
659 -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
|
|
660 -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
|
|
661 -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
|
|
662 -e 's|@''HAVE_GETUSERSHELL''@|$(HAVE_GETUSERSHELL)|g' \
|
|
663 -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
|
|
664 -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
|
|
665 -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
|
|
666 -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
|
|
667 -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
|
|
668 -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
|
|
669 -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
|
|
670 -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
|
|
671 -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
|
|
672 -e 's|@''REPLACE_FCHDIR''@|$(REPLACE_FCHDIR)|g' \
|
|
673 -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
|
|
674 -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
|
|
675 -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
|
|
676 -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
|
|
677 -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
|
|
678 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
|
|
679 -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
|
|
680 < $(srcdir)/unistd.in.h; \
|
|
681 } > $@-t
|
|
682 mv $@-t $@
|
|
683 MOSTLYCLEANFILES += unistd.h unistd.h-t
|
|
684
|
|
685 EXTRA_DIST += unistd.in.h
|
|
686
|
|
687 ## end gnulib module unistd
|
|
688
|
|
689 ## begin gnulib module vasnprintf
|
|
690
|
|
691
|
|
692 EXTRA_DIST += asnprintf.c float+.h printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h
|
|
693
|
|
694 EXTRA_libgnu_a_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c
|
|
695
|
|
696 ## end gnulib module vasnprintf
|
|
697
|
|
698 ## begin gnulib module vsnprintf
|
|
699
|
|
700
|
|
701 EXTRA_DIST += vsnprintf.c
|
|
702
|
|
703 EXTRA_libgnu_a_SOURCES += vsnprintf.c
|
|
704
|
|
705 ## end gnulib module vsnprintf
|
|
706
|
|
707 ## begin gnulib module wchar
|
|
708
|
|
709 BUILT_SOURCES += $(WCHAR_H)
|
|
710
|
|
711 # We need the following in order to create <wchar.h> when the system
|
|
712 # version does not work standalone.
|
|
713 wchar.h: wchar.in.h
|
|
714 rm -f $@-t $@
|
|
715 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
|
716 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
|
717 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
|
|
718 -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
|
|
719 -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
|
|
720 -e 's|@''GNULIB_BTOWC''@|$(GNULIB_BTOWC)|g' \
|
|
721 -e 's|@''GNULIB_WCTOB''@|$(GNULIB_WCTOB)|g' \
|
|
722 -e 's|@''GNULIB_MBSINIT''@|$(GNULIB_MBSINIT)|g' \
|
|
723 -e 's|@''GNULIB_MBRTOWC''@|$(GNULIB_MBRTOWC)|g' \
|
|
724 -e 's|@''GNULIB_MBRLEN''@|$(GNULIB_MBRLEN)|g' \
|
|
725 -e 's|@''GNULIB_MBSRTOWCS''@|$(GNULIB_MBSRTOWCS)|g' \
|
|
726 -e 's|@''GNULIB_MBSNRTOWCS''@|$(GNULIB_MBSNRTOWCS)|g' \
|
|
727 -e 's|@''GNULIB_WCRTOMB''@|$(GNULIB_WCRTOMB)|g' \
|
|
728 -e 's|@''GNULIB_WCSRTOMBS''@|$(GNULIB_WCSRTOMBS)|g' \
|
|
729 -e 's|@''GNULIB_WCSNRTOMBS''@|$(GNULIB_WCSNRTOMBS)|g' \
|
|
730 -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \
|
|
731 -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
|
|
732 -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
|
|
733 -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
|
|
734 -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
|
|
735 -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
|
|
736 -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
|
|
737 -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
|
|
738 -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
|
|
739 -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
|
|
740 -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
|
|
741 -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
|
|
742 -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
|
|
743 -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
|
|
744 -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
|
|
745 -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
|
|
746 -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
|
|
747 -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
|
|
748 -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
|
|
749 -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
|
|
750 -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
|
|
751 -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
|
|
752 -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
|
|
753 -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
|
|
754 -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
|
|
755 < $(srcdir)/wchar.in.h; \
|
|
756 } > $@-t
|
|
757 mv $@-t $@
|
|
758 MOSTLYCLEANFILES += wchar.h wchar.h-t
|
|
759
|
|
760 EXTRA_DIST += wchar.in.h
|
|
761
|
|
762 ## end gnulib module wchar
|
|
763
|
|
764 ## begin gnulib module xalloc
|
|
765
|
|
766
|
|
767 EXTRA_DIST += xalloc.h xmalloc.c
|
|
768
|
|
769 EXTRA_libgnu_a_SOURCES += xmalloc.c
|
|
770
|
|
771 ## end gnulib module xalloc
|
|
772
|
|
773 ## begin gnulib module xalloc-die
|
|
774
|
|
775 libgnu_a_SOURCES += xalloc-die.c
|
|
776
|
|
777 ## end gnulib module xalloc-die
|
|
778
|
|
779 ## begin gnulib module xsize
|
|
780
|
|
781 libgnu_a_SOURCES += xsize.h
|
|
782
|
|
783 ## end gnulib module xsize
|
|
784
|
|
785 ## begin gnulib module xstrndup
|
|
786
|
|
787 libgnu_a_SOURCES += xstrndup.h xstrndup.c
|
|
788
|
|
789 ## end gnulib module xstrndup
|
|
790
|
|
791
|
|
792 mostlyclean-local: mostlyclean-generic
|
|
793 @for dir in '' $(MOSTLYCLEANDIRS); do \
|
|
794 if test -n "$$dir" && test -d $$dir; then \
|
|
795 echo "rmdir $$dir"; rmdir $$dir; \
|
|
796 fi; \
|
|
797 done; \
|
|
798 :
|