Allow for zero strings.
[platform/upstream/libtasn1.git] / gl / Makefile.am
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2002-2014 Free Software Foundation, Inc.
4 #
5 # This file 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 3 of the License, or
8 # (at your option) any later version.
9 #
10 # This file 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.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this file.  If not, see <http://www.gnu.org/licenses/>.
17 #
18 # As a special exception to the GNU General Public License,
19 # this file may be distributed as part of a program that
20 # contains a configuration script generated by Autoconf, under
21 # the same distribution terms as the rest of that program.
22 #
23 # Generated by gnulib-tool.
24 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --libtool --macro-prefix=gl --no-vc-files autobuild fdl-1.3 gendocs getopt-gnu gettime gnupload maintainer-makefile manywarnings pmccabe2html progname read-file stdint update-copyright valgrind-tests version-etc-fsf warnings
25
26 AUTOMAKE_OPTIONS = 1.9.6 gnits
27
28 SUBDIRS =
29 noinst_HEADERS =
30 noinst_LIBRARIES =
31 noinst_LTLIBRARIES =
32 EXTRA_DIST =
33 BUILT_SOURCES =
34 SUFFIXES =
35 MOSTLYCLEANFILES = core *.stackdump
36 MOSTLYCLEANDIRS =
37 CLEANFILES =
38 DISTCLEANFILES =
39 MAINTAINERCLEANFILES =
40 EXTRA_DIST += m4/gnulib-cache.m4
41
42 AM_CPPFLAGS =
43 AM_CFLAGS =
44
45 noinst_LTLIBRARIES += libgnu.la
46
47 libgnu_la_SOURCES =
48 libgnu_la_LIBADD = $(gl_LTLIBOBJS)
49 libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS)
50 EXTRA_libgnu_la_SOURCES =
51 libgnu_la_LDFLAGS = $(AM_LDFLAGS)
52 libgnu_la_LDFLAGS += -no-undefined
53 libgnu_la_LDFLAGS += $(LIB_CLOCK_GETTIME)
54 libgnu_la_LDFLAGS += $(LTLIBINTL)
55
56 ## begin gnulib module absolute-header
57
58 # Use this preprocessor expression to decide whether #include_next works.
59 # Do not rely on a 'configure'-time test for this, since the expression
60 # might appear in an installed header, which is used by some other compiler.
61 HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER)
62
63 ## end   gnulib module absolute-header
64
65 ## begin gnulib module errno
66
67 BUILT_SOURCES += $(ERRNO_H)
68
69 # We need the following in order to create <errno.h> when the system
70 # doesn't have one that is POSIX compliant.
71 if GL_GENERATE_ERRNO_H
72 errno.h: errno.in.h $(top_builddir)/config.status
73         $(AM_V_GEN)rm -f $@-t $@ && \
74         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
75           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
76               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
77               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
78               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
79               -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
80               -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
81               -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
82               -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
83               -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
84               -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
85               -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
86               < $(srcdir)/errno.in.h; \
87         } > $@-t && \
88         mv $@-t $@
89 else
90 errno.h: $(top_builddir)/config.status
91         rm -f $@
92 endif
93 MOSTLYCLEANFILES += errno.h errno.h-t
94
95 EXTRA_DIST += errno.in.h
96
97 ## end   gnulib module errno
98
99 ## begin gnulib module fstat
100
101
102 EXTRA_DIST += fstat.c
103
104 EXTRA_libgnu_la_SOURCES += fstat.c
105
106 ## end   gnulib module fstat
107
108 ## begin gnulib module ftell
109
110
111 EXTRA_DIST += ftell.c
112
113 EXTRA_libgnu_la_SOURCES += ftell.c
114
115 ## end   gnulib module ftell
116
117 ## begin gnulib module ftello
118
119
120 EXTRA_DIST += ftello.c stdio-impl.h
121
122 EXTRA_libgnu_la_SOURCES += ftello.c
123
124 ## end   gnulib module ftello
125
126 ## begin gnulib module gendocs
127
128
129 EXTRA_DIST += $(top_srcdir)/build-aux/gendocs.sh
130
131 ## end   gnulib module gendocs
132
133 ## begin gnulib module getopt-posix
134
135 BUILT_SOURCES += $(GETOPT_H)
136
137 # We need the following in order to create <getopt.h> when the system
138 # doesn't have one that works with the given compiler.
139 getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
140         $(AM_V_GEN)rm -f $@-t $@ && \
141         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
142           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
143               -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
144               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
145               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
146               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
147               -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \
148               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
149               < $(srcdir)/getopt.in.h; \
150         } > $@-t && \
151         mv -f $@-t $@
152 MOSTLYCLEANFILES += getopt.h getopt.h-t
153
154 EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h
155
156 EXTRA_libgnu_la_SOURCES += getopt.c getopt1.c
157
158 ## end   gnulib module getopt-posix
159
160 ## begin gnulib module gettext-h
161
162 libgnu_la_SOURCES += gettext.h
163
164 ## end   gnulib module gettext-h
165
166 ## begin gnulib module gettime
167
168 libgnu_la_SOURCES += gettime.c
169
170 ## end   gnulib module gettime
171
172 ## begin gnulib module gettimeofday
173
174
175 EXTRA_DIST += gettimeofday.c
176
177 EXTRA_libgnu_la_SOURCES += gettimeofday.c
178
179 ## end   gnulib module gettimeofday
180
181 ## begin gnulib module gnumakefile
182
183 distclean-local: clean-GNUmakefile
184 clean-GNUmakefile:
185         test '$(srcdir)' = . || rm -f $(top_builddir)/GNUmakefile
186
187 EXTRA_DIST += $(top_srcdir)/GNUmakefile
188
189 ## end   gnulib module gnumakefile
190
191 ## begin gnulib module gnupload
192
193
194 EXTRA_DIST += $(top_srcdir)/build-aux/gnupload
195
196 ## end   gnulib module gnupload
197
198 ## begin gnulib module lseek
199
200
201 EXTRA_DIST += lseek.c
202
203 EXTRA_libgnu_la_SOURCES += lseek.c
204
205 ## end   gnulib module lseek
206
207 ## begin gnulib module maintainer-makefile
208
209 EXTRA_DIST += $(top_srcdir)/maint.mk
210
211 ## end   gnulib module maintainer-makefile
212
213 ## begin gnulib module malloc-posix
214
215
216 EXTRA_DIST += malloc.c
217
218 EXTRA_libgnu_la_SOURCES += malloc.c
219
220 ## end   gnulib module malloc-posix
221
222 ## begin gnulib module msvc-inval
223
224
225 EXTRA_DIST += msvc-inval.c msvc-inval.h
226
227 EXTRA_libgnu_la_SOURCES += msvc-inval.c
228
229 ## end   gnulib module msvc-inval
230
231 ## begin gnulib module msvc-nothrow
232
233
234 EXTRA_DIST += msvc-nothrow.c msvc-nothrow.h
235
236 EXTRA_libgnu_la_SOURCES += msvc-nothrow.c
237
238 ## end   gnulib module msvc-nothrow
239
240 ## begin gnulib module pmccabe2html
241
242
243 EXTRA_DIST += $(top_srcdir)/build-aux/pmccabe2html $(top_srcdir)/build-aux/pmccabe.css
244
245 ## end   gnulib module pmccabe2html
246
247 ## begin gnulib module progname
248
249 libgnu_la_SOURCES += progname.h progname.c
250
251 ## end   gnulib module progname
252
253 ## begin gnulib module read-file
254
255 libgnu_la_SOURCES += read-file.c
256
257 EXTRA_DIST += read-file.h
258
259 ## end   gnulib module read-file
260
261 ## begin gnulib module realloc-posix
262
263
264 EXTRA_DIST += realloc.c
265
266 EXTRA_libgnu_la_SOURCES += realloc.c
267
268 ## end   gnulib module realloc-posix
269
270 ## begin gnulib module snippet/_Noreturn
271
272 # Because this Makefile snippet defines a variable used by other
273 # gnulib Makefile snippets, it must be present in all Makefile.am that
274 # need it. This is ensured by the applicability 'all' defined above.
275
276 _NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h
277
278 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/_Noreturn.h
279
280 ## end   gnulib module snippet/_Noreturn
281
282 ## begin gnulib module snippet/arg-nonnull
283
284 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
285 # statements but through direct file reference. Therefore this snippet must be
286 # present in all Makefile.am that need it. This is ensured by the applicability
287 # 'all' defined above.
288
289 BUILT_SOURCES += arg-nonnull.h
290 # The arg-nonnull.h that gets inserted into generated .h files is the same as
291 # build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
292 # off.
293 arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h
294         $(AM_V_GEN)rm -f $@-t $@ && \
295         sed -n -e '/GL_ARG_NONNULL/,$$p' \
296           < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
297           > $@-t && \
298         mv $@-t $@
299 MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
300
301 ARG_NONNULL_H=arg-nonnull.h
302
303 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h
304
305 ## end   gnulib module snippet/arg-nonnull
306
307 ## begin gnulib module snippet/c++defs
308
309 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
310 # statements but through direct file reference. Therefore this snippet must be
311 # present in all Makefile.am that need it. This is ensured by the applicability
312 # 'all' defined above.
313
314 BUILT_SOURCES += c++defs.h
315 # The c++defs.h that gets inserted into generated .h files is the same as
316 # build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
317 c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h
318         $(AM_V_GEN)rm -f $@-t $@ && \
319         sed -n -e '/_GL_CXXDEFS/,$$p' \
320           < $(top_srcdir)/build-aux/snippet/c++defs.h \
321           > $@-t && \
322         mv $@-t $@
323 MOSTLYCLEANFILES += c++defs.h c++defs.h-t
324
325 CXXDEFS_H=c++defs.h
326
327 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h
328
329 ## end   gnulib module snippet/c++defs
330
331 ## begin gnulib module snippet/warn-on-use
332
333 BUILT_SOURCES += warn-on-use.h
334 # The warn-on-use.h that gets inserted into generated .h files is the same as
335 # build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
336 # off.
337 warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h
338         $(AM_V_GEN)rm -f $@-t $@ && \
339         sed -n -e '/^.ifndef/,$$p' \
340           < $(top_srcdir)/build-aux/snippet/warn-on-use.h \
341           > $@-t && \
342         mv $@-t $@
343 MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
344
345 WARN_ON_USE_H=warn-on-use.h
346
347 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/warn-on-use.h
348
349 ## end   gnulib module snippet/warn-on-use
350
351 ## begin gnulib module stdarg
352
353 BUILT_SOURCES += $(STDARG_H)
354
355 # We need the following in order to create <stdarg.h> when the system
356 # doesn't have one that works with the given compiler.
357 if GL_GENERATE_STDARG_H
358 stdarg.h: stdarg.in.h $(top_builddir)/config.status
359         $(AM_V_GEN)rm -f $@-t $@ && \
360         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
361           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
362               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
363               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
364               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
365               -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \
366               < $(srcdir)/stdarg.in.h; \
367         } > $@-t && \
368         mv $@-t $@
369 else
370 stdarg.h: $(top_builddir)/config.status
371         rm -f $@
372 endif
373 MOSTLYCLEANFILES += stdarg.h stdarg.h-t
374
375 EXTRA_DIST += stdarg.in.h
376
377 ## end   gnulib module stdarg
378
379 ## begin gnulib module stddef
380
381 BUILT_SOURCES += $(STDDEF_H)
382
383 # We need the following in order to create <stddef.h> when the system
384 # doesn't have one that works with the given compiler.
385 if GL_GENERATE_STDDEF_H
386 stddef.h: stddef.in.h $(top_builddir)/config.status
387         $(AM_V_GEN)rm -f $@-t $@ && \
388         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
389           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
390               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
391               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
392               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
393               -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
394               -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
395               -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
396               < $(srcdir)/stddef.in.h; \
397         } > $@-t && \
398         mv $@-t $@
399 else
400 stddef.h: $(top_builddir)/config.status
401         rm -f $@
402 endif
403 MOSTLYCLEANFILES += stddef.h stddef.h-t
404
405 EXTRA_DIST += stddef.in.h
406
407 ## end   gnulib module stddef
408
409 ## begin gnulib module stdint
410
411 BUILT_SOURCES += $(STDINT_H)
412
413 # We need the following in order to create <stdint.h> when the system
414 # doesn't have one that works with the given compiler.
415 if GL_GENERATE_STDINT_H
416 stdint.h: stdint.in.h $(top_builddir)/config.status
417         $(AM_V_GEN)rm -f $@-t $@ && \
418         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
419           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
420               -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
421               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
422               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
423               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
424               -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
425               -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
426               -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
427               -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
428               -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
429               -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
430               -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
431               -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
432               -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
433               -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
434               -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
435               -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
436               -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
437               -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
438               -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
439               -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
440               -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
441               -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
442               -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
443               -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
444               -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
445               -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
446               < $(srcdir)/stdint.in.h; \
447         } > $@-t && \
448         mv $@-t $@
449 else
450 stdint.h: $(top_builddir)/config.status
451         rm -f $@
452 endif
453 MOSTLYCLEANFILES += stdint.h stdint.h-t
454
455 EXTRA_DIST += stdint.in.h
456
457 ## end   gnulib module stdint
458
459 ## begin gnulib module stdio
460
461 BUILT_SOURCES += stdio.h
462
463 # We need the following in order to create <stdio.h> when the system
464 # doesn't have one that works with the given compiler.
465 stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
466         $(AM_V_GEN)rm -f $@-t $@ && \
467         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
468           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
469               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
470               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
471               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
472               -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
473               -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \
474               -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \
475               -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \
476               -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \
477               -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \
478               -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \
479               -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \
480               -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \
481               -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \
482               -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \
483               -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \
484               -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \
485               -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \
486               -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \
487               -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \
488               -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \
489               -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \
490               -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \
491               -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \
492               -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \
493               -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \
494               -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \
495               -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \
496               -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \
497               -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \
498               -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \
499               -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \
500               -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \
501               -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \
502               -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \
503               -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \
504               -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \
505               -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \
506               -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \
507               -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \
508               -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \
509               -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \
510               -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \
511               -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \
512               -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \
513               -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \
514               -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \
515               -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \
516               -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \
517               -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \
518               -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \
519               -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \
520               -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \
521               -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \
522               -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \
523               -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \
524               -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \
525               -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \
526               < $(srcdir)/stdio.in.h | \
527           sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
528               -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
529               -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
530               -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
531               -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
532               -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
533               -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
534               -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
535               -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
536               -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
537               -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
538               -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \
539               -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \
540               -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
541               -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
542               -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
543               -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
544               -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
545               -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \
546               -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
547               -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
548               -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
549               -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
550               -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
551               -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
552               -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
553               -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
554               -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
555               -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
556               -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
557               -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
558               -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
559               -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
560               -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
561               -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
562               -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
563               -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
564               -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
565               -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
566               -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \
567               -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
568               -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
569               -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
570               -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
571               -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
572               -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
573               -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
574               -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
575               -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
576               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
577               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
578               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
579         } > $@-t && \
580         mv $@-t $@
581 MOSTLYCLEANFILES += stdio.h stdio.h-t
582
583 EXTRA_DIST += stdio.in.h
584
585 ## end   gnulib module stdio
586
587 ## begin gnulib module stdlib
588
589 BUILT_SOURCES += stdlib.h
590
591 # We need the following in order to create <stdlib.h> when the system
592 # doesn't have one that works with the given compiler.
593 stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
594   $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
595         $(AM_V_GEN)rm -f $@-t $@ && \
596         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
597           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
598               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
599               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
600               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
601               -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
602               -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \
603               -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \
604               -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \
605               -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \
606               -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \
607               -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \
608               -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \
609               -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \
610               -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \
611               -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \
612               -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \
613               -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \
614               -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \
615               -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \
616               -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \
617               -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \
618               -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \
619               -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \
620               -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \
621               -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \
622               -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
623               -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
624               -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
625               -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \
626               -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
627               -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
628               -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
629               -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \
630               -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \
631               -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \
632               -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \
633               -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \
634               < $(srcdir)/stdlib.in.h | \
635           sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
636               -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
637               -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
638               -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
639               -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
640               -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
641               -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
642               -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
643               -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
644               -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
645               -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
646               -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
647               -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
648               -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
649               -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
650               -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
651               -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
652               -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
653               -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
654               -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \
655               -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
656               -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
657               -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
658               -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
659               -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
660               -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
661               -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
662               -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
663               -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
664               -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
665               -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
666               -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
667               -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
668               -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \
669               -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
670               -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
671               -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
672               -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
673               -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
674               -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
675               -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
676               -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
677               -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
678               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
679               -e '/definition of _Noreturn/r $(_NORETURN_H)' \
680               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
681               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
682         } > $@-t && \
683         mv $@-t $@
684 MOSTLYCLEANFILES += stdlib.h stdlib.h-t
685
686 EXTRA_DIST += stdlib.in.h
687
688 ## end   gnulib module stdlib
689
690 ## begin gnulib module sys_stat
691
692 BUILT_SOURCES += sys/stat.h
693
694 # We need the following in order to create <sys/stat.h> when the system
695 # has one that is incomplete.
696 sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
697         $(AM_V_at)$(MKDIR_P) sys
698         $(AM_V_GEN)rm -f $@-t $@ && \
699         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
700           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
701               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
702               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
703               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
704               -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
705               -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \
706               -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \
707               -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \
708               -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \
709               -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \
710               -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \
711               -e 's/@''GNULIB_LSTAT''@/$(GNULIB_LSTAT)/g' \
712               -e 's/@''GNULIB_MKDIRAT''@/$(GNULIB_MKDIRAT)/g' \
713               -e 's/@''GNULIB_MKFIFO''@/$(GNULIB_MKFIFO)/g' \
714               -e 's/@''GNULIB_MKFIFOAT''@/$(GNULIB_MKFIFOAT)/g' \
715               -e 's/@''GNULIB_MKNOD''@/$(GNULIB_MKNOD)/g' \
716               -e 's/@''GNULIB_MKNODAT''@/$(GNULIB_MKNODAT)/g' \
717               -e 's/@''GNULIB_STAT''@/$(GNULIB_STAT)/g' \
718               -e 's/@''GNULIB_UTIMENSAT''@/$(GNULIB_UTIMENSAT)/g' \
719               -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
720               -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
721               -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
722               -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
723               -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
724               -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
725               -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
726               -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
727               -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
728               -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
729               -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
730               -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
731               -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
732               -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
733               -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
734               -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
735               -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
736               -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
737               -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
738               -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
739               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
740               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
741               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
742               < $(srcdir)/sys_stat.in.h; \
743         } > $@-t && \
744         mv $@-t $@
745 MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
746 MOSTLYCLEANDIRS += sys
747
748 EXTRA_DIST += sys_stat.in.h
749
750 ## end   gnulib module sys_stat
751
752 ## begin gnulib module sys_time
753
754 BUILT_SOURCES += sys/time.h
755
756 # We need the following in order to create <sys/time.h> when the system
757 # doesn't have one that works with the given compiler.
758 sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
759         $(AM_V_at)$(MKDIR_P) sys
760         $(AM_V_GEN)rm -f $@-t $@ && \
761         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
762           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
763               -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
764               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
765               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
766               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
767               -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
768               -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
769               -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
770               -e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \
771               -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
772               -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
773               -e 's/@''REPLACE_STRUCT_TIMEVAL''@/$(REPLACE_STRUCT_TIMEVAL)/g' \
774               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
775               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
776               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
777               < $(srcdir)/sys_time.in.h; \
778         } > $@-t && \
779         mv $@-t $@
780 MOSTLYCLEANFILES += sys/time.h sys/time.h-t
781
782 EXTRA_DIST += sys_time.in.h
783
784 ## end   gnulib module sys_time
785
786 ## begin gnulib module sys_types
787
788 BUILT_SOURCES += sys/types.h
789
790 # We need the following in order to create <sys/types.h> when the system
791 # doesn't have one that works with the given compiler.
792 sys/types.h: sys_types.in.h $(top_builddir)/config.status
793         $(AM_V_at)$(MKDIR_P) sys
794         $(AM_V_GEN)rm -f $@-t $@ && \
795         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
796           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
797               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
798               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
799               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
800               -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
801               -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
802               < $(srcdir)/sys_types.in.h; \
803         } > $@-t && \
804         mv $@-t $@
805 MOSTLYCLEANFILES += sys/types.h sys/types.h-t
806
807 EXTRA_DIST += sys_types.in.h
808
809 ## end   gnulib module sys_types
810
811 ## begin gnulib module time
812
813 BUILT_SOURCES += time.h
814
815 # We need the following in order to create <time.h> when the system
816 # doesn't have one that works with the given compiler.
817 time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
818         $(AM_V_GEN)rm -f $@-t $@ && \
819         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
820           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
821               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
822               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
823               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
824               -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
825               -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
826               -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \
827               -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \
828               -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \
829               -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \
830               -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \
831               -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
832               -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
833               -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
834               -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
835               -e 's|@''REPLACE_GMTIME''@|$(REPLACE_GMTIME)|g' \
836               -e 's|@''REPLACE_LOCALTIME''@|$(REPLACE_LOCALTIME)|g' \
837               -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
838               -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
839               -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
840               -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
841               -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
842               -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
843               -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
844               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
845               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
846               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
847               < $(srcdir)/time.in.h; \
848         } > $@-t && \
849         mv $@-t $@
850 MOSTLYCLEANFILES += time.h time.h-t
851
852 EXTRA_DIST += time.in.h
853
854 ## end   gnulib module time
855
856 ## begin gnulib module timespec
857
858 libgnu_la_SOURCES += timespec.c
859
860 EXTRA_DIST += timespec.h
861
862 ## end   gnulib module timespec
863
864 ## begin gnulib module unistd
865
866 BUILT_SOURCES += unistd.h
867 libgnu_la_SOURCES += unistd.c
868
869 # We need the following in order to create an empty placeholder for
870 # <unistd.h> when the system doesn't have one.
871 unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
872         $(AM_V_GEN)rm -f $@-t $@ && \
873         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
874           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
875               -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
876               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
877               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
878               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
879               -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
880               -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
881               -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
882               -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
883               -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
884               -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
885               -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
886               -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
887               -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
888               -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
889               -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
890               -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
891               -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
892               -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
893               -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
894               -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
895               -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
896               -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
897               -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
898               -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
899               -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
900               -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
901               -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
902               -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
903               -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
904               -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
905               -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
906               -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
907               -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
908               -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
909               -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
910               -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
911               -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
912               -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
913               -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
914               -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
915               -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
916               -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
917               -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
918               -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
919               -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
920               -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
921               -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
922               -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
923               -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \
924               -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
925               -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
926               -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
927               -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
928               -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
929               -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
930               < $(srcdir)/unistd.in.h | \
931           sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
932               -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
933               -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
934               -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
935               -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
936               -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
937               -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
938               -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
939               -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
940               -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
941               -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
942               -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
943               -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
944               -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
945               -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
946               -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
947               -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
948               -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
949               -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
950               -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
951               -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
952               -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
953               -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
954               -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
955               -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
956               -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
957               -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
958               -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
959               -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
960               -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
961               -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
962               -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
963               -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
964               -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
965               -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
966               -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
967               -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
968               -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
969               -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
970               -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
971               -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
972               -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
973           | \
974           sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
975               -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
976               -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
977               -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
978               -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
979               -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
980               -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
981               -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
982               -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \
983               -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
984               -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
985               -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
986               -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
987               -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
988               -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
989               -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
990               -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
991               -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
992               -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
993               -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
994               -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
995               -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
996               -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
997               -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
998               -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
999               -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
1000               -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
1001               -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
1002               -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
1003               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
1004               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
1005               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1006               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1007               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1008         } > $@-t && \
1009         mv $@-t $@
1010 MOSTLYCLEANFILES += unistd.h unistd.h-t
1011
1012 EXTRA_DIST += unistd.in.h
1013
1014 ## end   gnulib module unistd
1015
1016 ## begin gnulib module update-copyright
1017
1018
1019 EXTRA_DIST += $(top_srcdir)/build-aux/update-copyright
1020
1021 ## end   gnulib module update-copyright
1022
1023 ## begin gnulib module useless-if-before-free
1024
1025
1026 EXTRA_DIST += $(top_srcdir)/build-aux/useless-if-before-free
1027
1028 ## end   gnulib module useless-if-before-free
1029
1030 ## begin gnulib module vc-list-files
1031
1032
1033 EXTRA_DIST += $(top_srcdir)/build-aux/vc-list-files
1034
1035 ## end   gnulib module vc-list-files
1036
1037 ## begin gnulib module version-etc
1038
1039 libgnu_la_SOURCES += version-etc.h version-etc.c
1040
1041 ## end   gnulib module version-etc
1042
1043 ## begin gnulib module version-etc-fsf
1044
1045 libgnu_la_SOURCES += version-etc-fsf.c
1046
1047 ## end   gnulib module version-etc-fsf
1048
1049
1050 mostlyclean-local: mostlyclean-generic
1051         @for dir in '' $(MOSTLYCLEANDIRS); do \
1052           if test -n "$$dir" && test -d $$dir; then \
1053             echo "rmdir $$dir"; rmdir $$dir; \
1054           fi; \
1055         done; \
1056         :