import strstr and strerror modules
[external/binutils.git] / gdb / gnulib / import / Makefile.am
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2002-2012 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=. --lib=libgnu --source-base=import --m4-base=import/m4 --doc-base=doc --tests-base=tests --aux-dir=import/extra --no-conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files fnmatch-gnu frexpl inttypes memmem pathmax strerror strstr unistd update-copyright
25
26 AUTOMAKE_OPTIONS = 1.5 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_LIBRARIES += libgnu.a
46
47 libgnu_a_SOURCES =
48 libgnu_a_LIBADD = $(gl_LIBOBJS)
49 libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
50 EXTRA_libgnu_a_SOURCES =
51
52 ## begin gnulib module alloca
53
54
55 libgnu_a_LIBADD += @ALLOCA@
56 libgnu_a_DEPENDENCIES += @ALLOCA@
57 EXTRA_DIST += alloca.c
58
59 EXTRA_libgnu_a_SOURCES += alloca.c
60
61 ## end   gnulib module alloca
62
63 ## begin gnulib module alloca-opt
64
65 BUILT_SOURCES += $(ALLOCA_H)
66
67 # We need the following in order to create <alloca.h> when the system
68 # doesn't have one that works with the given compiler.
69 if GL_GENERATE_ALLOCA_H
70 alloca.h: alloca.in.h $(top_builddir)/config.status
71         $(AM_V_GEN)rm -f $@-t $@ && \
72         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
73           cat $(srcdir)/alloca.in.h; \
74         } > $@-t && \
75         mv -f $@-t $@
76 else
77 alloca.h: $(top_builddir)/config.status
78         rm -f $@
79 endif
80 MOSTLYCLEANFILES += alloca.h alloca.h-t
81
82 EXTRA_DIST += alloca.in.h
83
84 ## end   gnulib module alloca-opt
85
86 ## begin gnulib module configmake
87
88 # Listed in the same order as the GNU makefile conventions, and
89 # provided by autoconf 2.59c+.
90 # The Automake-defined pkg* macros are appended, in the order
91 # listed in the Automake 1.10a+ documentation.
92 configmake.h: Makefile
93         $(AM_V_GEN)rm -f $@-t && \
94         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
95           echo '#define PREFIX "$(prefix)"'; \
96           echo '#define EXEC_PREFIX "$(exec_prefix)"'; \
97           echo '#define BINDIR "$(bindir)"'; \
98           echo '#define SBINDIR "$(sbindir)"'; \
99           echo '#define LIBEXECDIR "$(libexecdir)"'; \
100           echo '#define DATAROOTDIR "$(datarootdir)"'; \
101           echo '#define DATADIR "$(datadir)"'; \
102           echo '#define SYSCONFDIR "$(sysconfdir)"'; \
103           echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \
104           echo '#define LOCALSTATEDIR "$(localstatedir)"'; \
105           echo '#define INCLUDEDIR "$(includedir)"'; \
106           echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \
107           echo '#define DOCDIR "$(docdir)"'; \
108           echo '#define INFODIR "$(infodir)"'; \
109           echo '#define HTMLDIR "$(htmldir)"'; \
110           echo '#define DVIDIR "$(dvidir)"'; \
111           echo '#define PDFDIR "$(pdfdir)"'; \
112           echo '#define PSDIR "$(psdir)"'; \
113           echo '#define LIBDIR "$(libdir)"'; \
114           echo '#define LISPDIR "$(lispdir)"'; \
115           echo '#define LOCALEDIR "$(localedir)"'; \
116           echo '#define MANDIR "$(mandir)"'; \
117           echo '#define MANEXT "$(manext)"'; \
118           echo '#define PKGDATADIR "$(pkgdatadir)"'; \
119           echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \
120           echo '#define PKGLIBDIR "$(pkglibdir)"'; \
121           echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \
122         } | sed '/""/d' > $@-t && \
123         mv -f $@-t $@
124
125 BUILT_SOURCES += configmake.h
126 CLEANFILES += configmake.h configmake.h-t
127
128 ## end   gnulib module configmake
129
130 ## begin gnulib module errno
131
132 BUILT_SOURCES += $(ERRNO_H)
133
134 # We need the following in order to create <errno.h> when the system
135 # doesn't have one that is POSIX compliant.
136 if GL_GENERATE_ERRNO_H
137 errno.h: errno.in.h $(top_builddir)/config.status
138         $(AM_V_GEN)rm -f $@-t $@ && \
139         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
140           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
141               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
142               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
143               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
144               -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
145               -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
146               -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
147               -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
148               -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
149               -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
150               -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
151               < $(srcdir)/errno.in.h; \
152         } > $@-t && \
153         mv $@-t $@
154 else
155 errno.h: $(top_builddir)/config.status
156         rm -f $@
157 endif
158 MOSTLYCLEANFILES += errno.h errno.h-t
159
160 EXTRA_DIST += errno.in.h
161
162 ## end   gnulib module errno
163
164 ## begin gnulib module float
165
166 BUILT_SOURCES += $(FLOAT_H)
167
168 # We need the following in order to create <float.h> when the system
169 # doesn't have one that works with the given compiler.
170 if GL_GENERATE_FLOAT_H
171 float.h: float.in.h $(top_builddir)/config.status
172         $(AM_V_GEN)rm -f $@-t $@ && \
173         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
174           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
175               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
176               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
177               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
178               -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
179               -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
180               < $(srcdir)/float.in.h; \
181         } > $@-t && \
182         mv $@-t $@
183 else
184 float.h: $(top_builddir)/config.status
185         rm -f $@
186 endif
187 MOSTLYCLEANFILES += float.h float.h-t
188
189 EXTRA_DIST += float.c float.in.h itold.c
190
191 EXTRA_libgnu_a_SOURCES += float.c itold.c
192
193 ## end   gnulib module float
194
195 ## begin gnulib module fnmatch
196
197 BUILT_SOURCES += $(FNMATCH_H)
198
199 # We need the following in order to create <fnmatch.h> when the system
200 # doesn't have one that supports the required API.
201 if GL_GENERATE_FNMATCH_H
202 fnmatch.h: fnmatch.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
203         $(AM_V_GEN)rm -f $@-t $@ && \
204         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
205           sed -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
206               < $(srcdir)/fnmatch.in.h; \
207         } > $@-t && \
208         mv -f $@-t $@
209 else
210 fnmatch.h: $(top_builddir)/config.status
211         rm -f $@
212 endif
213 MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t
214
215 EXTRA_DIST += fnmatch.c fnmatch.in.h fnmatch_loop.c
216
217 EXTRA_libgnu_a_SOURCES += fnmatch.c fnmatch_loop.c
218
219 ## end   gnulib module fnmatch
220
221 ## begin gnulib module fpucw
222
223
224 EXTRA_DIST += fpucw.h
225
226 ## end   gnulib module fpucw
227
228 ## begin gnulib module frexp
229
230
231 EXTRA_DIST += frexp.c
232
233 EXTRA_libgnu_a_SOURCES += frexp.c
234
235 ## end   gnulib module frexp
236
237 ## begin gnulib module frexpl
238
239
240 EXTRA_DIST += frexp.c frexpl.c
241
242 EXTRA_libgnu_a_SOURCES += frexp.c frexpl.c
243
244 ## end   gnulib module frexpl
245
246 ## begin gnulib module intprops
247
248
249 EXTRA_DIST += intprops.h
250
251 ## end   gnulib module intprops
252
253 ## begin gnulib module inttypes-incomplete
254
255 BUILT_SOURCES += inttypes.h
256
257 # We need the following in order to create <inttypes.h> when the system
258 # doesn't have one that works with the given compiler.
259 inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
260         $(AM_V_GEN)rm -f $@-t $@ && \
261         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
262           sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
263               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
264               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
265               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
266               -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
267               -e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \
268               -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
269               -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
270               -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
271               -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \
272               -e 's/@''GNULIB_IMAXABS''@/$(GNULIB_IMAXABS)/g' \
273               -e 's/@''GNULIB_IMAXDIV''@/$(GNULIB_IMAXDIV)/g' \
274               -e 's/@''GNULIB_STRTOIMAX''@/$(GNULIB_STRTOIMAX)/g' \
275               -e 's/@''GNULIB_STRTOUMAX''@/$(GNULIB_STRTOUMAX)/g' \
276               -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \
277               -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \
278               -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
279               -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
280               -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \
281               -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \
282               -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \
283               -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \
284               -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \
285               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
286               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
287               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
288               < $(srcdir)/inttypes.in.h; \
289         } > $@-t && \
290         mv $@-t $@
291 MOSTLYCLEANFILES += inttypes.h inttypes.h-t
292
293 EXTRA_DIST += inttypes.in.h
294
295 ## end   gnulib module inttypes-incomplete
296
297 ## begin gnulib module isnand-nolibm
298
299
300 EXTRA_DIST += float+.h isnan.c isnand-nolibm.h isnand.c
301
302 EXTRA_libgnu_a_SOURCES += isnan.c isnand.c
303
304 ## end   gnulib module isnand-nolibm
305
306 ## begin gnulib module isnanl-nolibm
307
308
309 EXTRA_DIST += float+.h isnan.c isnanl-nolibm.h isnanl.c
310
311 EXTRA_libgnu_a_SOURCES += isnan.c isnanl.c
312
313 ## end   gnulib module isnanl-nolibm
314
315 ## begin gnulib module localcharset
316
317 libgnu_a_SOURCES += localcharset.h localcharset.c
318
319 # We need the following in order to install a simple file in $(libdir)
320 # which is shared with other installed packages. We use a list of referencing
321 # packages so that "make uninstall" will remove the file if and only if it
322 # is not used by another installed package.
323 # On systems with glibc-2.1 or newer, the file is redundant, therefore we
324 # avoid installing it.
325
326 all-local: charset.alias ref-add.sed ref-del.sed
327
328 charset_alias = $(DESTDIR)$(libdir)/charset.alias
329 charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
330 install-exec-local: install-exec-localcharset
331 install-exec-localcharset: all-local
332         if test $(GLIBC21) = no; then \
333           case '$(host_os)' in \
334             darwin[56]*) \
335               need_charset_alias=true ;; \
336             darwin* | cygwin* | mingw* | pw32* | cegcc*) \
337               need_charset_alias=false ;; \
338             *) \
339               need_charset_alias=true ;; \
340           esac ; \
341         else \
342           need_charset_alias=false ; \
343         fi ; \
344         if $$need_charset_alias; then \
345           $(mkinstalldirs) $(DESTDIR)$(libdir) ; \
346         fi ; \
347         if test -f $(charset_alias); then \
348           sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
349           $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
350           rm -f $(charset_tmp) ; \
351         else \
352           if $$need_charset_alias; then \
353             sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
354             $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
355             rm -f $(charset_tmp) ; \
356           fi ; \
357         fi
358
359 uninstall-local: uninstall-localcharset
360 uninstall-localcharset: all-local
361         if test -f $(charset_alias); then \
362           sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
363           if grep '^# Packages using this file: $$' $(charset_tmp) \
364               > /dev/null; then \
365             rm -f $(charset_alias); \
366           else \
367             $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \
368           fi; \
369           rm -f $(charset_tmp); \
370         fi
371
372 charset.alias: config.charset
373         $(AM_V_GEN)rm -f t-$@ $@ && \
374         $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ && \
375         mv t-$@ $@
376
377 SUFFIXES += .sed .sin
378 .sin.sed:
379         $(AM_V_GEN)rm -f t-$@ $@ && \
380         sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ && \
381         mv t-$@ $@
382
383 CLEANFILES += charset.alias ref-add.sed ref-del.sed
384
385 EXTRA_DIST += config.charset ref-add.sin ref-del.sin
386
387 ## end   gnulib module localcharset
388
389 ## begin gnulib module math
390
391 BUILT_SOURCES += math.h
392 libgnu_a_SOURCES += math.c
393
394 # We need the following in order to create <math.h> when the system
395 # doesn't have one that works with the given compiler.
396 math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
397         $(AM_V_GEN)rm -f $@-t $@ && \
398         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
399           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
400               -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \
401               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
402               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
403               -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|$(NEXT_AS_FIRST_DIRECTIVE_MATH_H)|g' \
404               -e 's/@''GNULIB_ACOSF''@/$(GNULIB_ACOSF)/g' \
405               -e 's/@''GNULIB_ACOSL''@/$(GNULIB_ACOSL)/g' \
406               -e 's/@''GNULIB_ASINF''@/$(GNULIB_ASINF)/g' \
407               -e 's/@''GNULIB_ASINL''@/$(GNULIB_ASINL)/g' \
408               -e 's/@''GNULIB_ATANF''@/$(GNULIB_ATANF)/g' \
409               -e 's/@''GNULIB_ATANL''@/$(GNULIB_ATANL)/g' \
410               -e 's/@''GNULIB_ATAN2F''@/$(GNULIB_ATAN2F)/g' \
411               -e 's/@''GNULIB_CBRT''@/$(GNULIB_CBRT)/g' \
412               -e 's/@''GNULIB_CBRTF''@/$(GNULIB_CBRTF)/g' \
413               -e 's/@''GNULIB_CBRTL''@/$(GNULIB_CBRTL)/g' \
414               -e 's/@''GNULIB_CEIL''@/$(GNULIB_CEIL)/g' \
415               -e 's/@''GNULIB_CEILF''@/$(GNULIB_CEILF)/g' \
416               -e 's/@''GNULIB_CEILL''@/$(GNULIB_CEILL)/g' \
417               -e 's/@''GNULIB_COPYSIGN''@/$(GNULIB_COPYSIGN)/g' \
418               -e 's/@''GNULIB_COPYSIGNF''@/$(GNULIB_COPYSIGNF)/g' \
419               -e 's/@''GNULIB_COPYSIGNL''@/$(GNULIB_COPYSIGNL)/g' \
420               -e 's/@''GNULIB_COSF''@/$(GNULIB_COSF)/g' \
421               -e 's/@''GNULIB_COSL''@/$(GNULIB_COSL)/g' \
422               -e 's/@''GNULIB_COSHF''@/$(GNULIB_COSHF)/g' \
423               -e 's/@''GNULIB_EXPF''@/$(GNULIB_EXPF)/g' \
424               -e 's/@''GNULIB_EXPL''@/$(GNULIB_EXPL)/g' \
425               -e 's/@''GNULIB_EXP2''@/$(GNULIB_EXP2)/g' \
426               -e 's/@''GNULIB_EXP2F''@/$(GNULIB_EXP2F)/g' \
427               -e 's/@''GNULIB_EXP2L''@/$(GNULIB_EXP2L)/g' \
428               -e 's/@''GNULIB_EXPM1''@/$(GNULIB_EXPM1)/g' \
429               -e 's/@''GNULIB_EXPM1F''@/$(GNULIB_EXPM1F)/g' \
430               -e 's/@''GNULIB_EXPM1L''@/$(GNULIB_EXPM1L)/g' \
431               -e 's/@''GNULIB_FABSF''@/$(GNULIB_FABSF)/g' \
432               -e 's/@''GNULIB_FABSL''@/$(GNULIB_FABSL)/g' \
433               -e 's/@''GNULIB_FLOOR''@/$(GNULIB_FLOOR)/g' \
434               -e 's/@''GNULIB_FLOORF''@/$(GNULIB_FLOORF)/g' \
435               -e 's/@''GNULIB_FLOORL''@/$(GNULIB_FLOORL)/g' \
436               -e 's/@''GNULIB_FMA''@/$(GNULIB_FMA)/g' \
437               -e 's/@''GNULIB_FMAF''@/$(GNULIB_FMAF)/g' \
438               -e 's/@''GNULIB_FMAL''@/$(GNULIB_FMAL)/g' \
439               -e 's/@''GNULIB_FMOD''@/$(GNULIB_FMOD)/g' \
440               -e 's/@''GNULIB_FMODF''@/$(GNULIB_FMODF)/g' \
441               -e 's/@''GNULIB_FMODL''@/$(GNULIB_FMODL)/g' \
442               -e 's/@''GNULIB_FREXPF''@/$(GNULIB_FREXPF)/g' \
443               -e 's/@''GNULIB_FREXP''@/$(GNULIB_FREXP)/g' \
444               -e 's/@''GNULIB_FREXPL''@/$(GNULIB_FREXPL)/g' \
445               -e 's/@''GNULIB_HYPOT''@/$(GNULIB_HYPOT)/g' \
446               -e 's/@''GNULIB_HYPOTF''@/$(GNULIB_HYPOTF)/g' \
447               -e 's/@''GNULIB_HYPOTL''@/$(GNULIB_HYPOTL)/g' \
448               < $(srcdir)/math.in.h | \
449           sed -e 's/@''GNULIB_ILOGB''@/$(GNULIB_ILOGB)/g' \
450               -e 's/@''GNULIB_ILOGBF''@/$(GNULIB_ILOGBF)/g' \
451               -e 's/@''GNULIB_ILOGBL''@/$(GNULIB_ILOGBL)/g' \
452               -e 's/@''GNULIB_ISFINITE''@/$(GNULIB_ISFINITE)/g' \
453               -e 's/@''GNULIB_ISINF''@/$(GNULIB_ISINF)/g' \
454               -e 's/@''GNULIB_ISNAN''@/$(GNULIB_ISNAN)/g' \
455               -e 's/@''GNULIB_ISNANF''@/$(GNULIB_ISNANF)/g' \
456               -e 's/@''GNULIB_ISNAND''@/$(GNULIB_ISNAND)/g' \
457               -e 's/@''GNULIB_ISNANL''@/$(GNULIB_ISNANL)/g' \
458               -e 's/@''GNULIB_LDEXPF''@/$(GNULIB_LDEXPF)/g' \
459               -e 's/@''GNULIB_LDEXPL''@/$(GNULIB_LDEXPL)/g' \
460               -e 's/@''GNULIB_LOG''@/$(GNULIB_LOG)/g' \
461               -e 's/@''GNULIB_LOGF''@/$(GNULIB_LOGF)/g' \
462               -e 's/@''GNULIB_LOGL''@/$(GNULIB_LOGL)/g' \
463               -e 's/@''GNULIB_LOG10''@/$(GNULIB_LOG10)/g' \
464               -e 's/@''GNULIB_LOG10F''@/$(GNULIB_LOG10F)/g' \
465               -e 's/@''GNULIB_LOG10L''@/$(GNULIB_LOG10L)/g' \
466               -e 's/@''GNULIB_LOG1P''@/$(GNULIB_LOG1P)/g' \
467               -e 's/@''GNULIB_LOG1PF''@/$(GNULIB_LOG1PF)/g' \
468               -e 's/@''GNULIB_LOG1PL''@/$(GNULIB_LOG1PL)/g' \
469               -e 's/@''GNULIB_LOG2''@/$(GNULIB_LOG2)/g' \
470               -e 's/@''GNULIB_LOG2F''@/$(GNULIB_LOG2F)/g' \
471               -e 's/@''GNULIB_LOG2L''@/$(GNULIB_LOG2L)/g' \
472               -e 's/@''GNULIB_LOGB''@/$(GNULIB_LOGB)/g' \
473               -e 's/@''GNULIB_LOGBF''@/$(GNULIB_LOGBF)/g' \
474               -e 's/@''GNULIB_LOGBL''@/$(GNULIB_LOGBL)/g' \
475               -e 's/@''GNULIB_MODF''@/$(GNULIB_MODF)/g' \
476               -e 's/@''GNULIB_MODFF''@/$(GNULIB_MODFF)/g' \
477               -e 's/@''GNULIB_MODFL''@/$(GNULIB_MODFL)/g' \
478               -e 's/@''GNULIB_POWF''@/$(GNULIB_POWF)/g' \
479               -e 's/@''GNULIB_REMAINDER''@/$(GNULIB_REMAINDER)/g' \
480               -e 's/@''GNULIB_REMAINDERF''@/$(GNULIB_REMAINDERF)/g' \
481               -e 's/@''GNULIB_REMAINDERL''@/$(GNULIB_REMAINDERL)/g' \
482               -e 's/@''GNULIB_RINT''@/$(GNULIB_RINT)/g' \
483               -e 's/@''GNULIB_RINTF''@/$(GNULIB_RINTF)/g' \
484               -e 's/@''GNULIB_RINTL''@/$(GNULIB_RINTL)/g' \
485               -e 's/@''GNULIB_ROUND''@/$(GNULIB_ROUND)/g' \
486               -e 's/@''GNULIB_ROUNDF''@/$(GNULIB_ROUNDF)/g' \
487               -e 's/@''GNULIB_ROUNDL''@/$(GNULIB_ROUNDL)/g' \
488               -e 's/@''GNULIB_SIGNBIT''@/$(GNULIB_SIGNBIT)/g' \
489               -e 's/@''GNULIB_SINF''@/$(GNULIB_SINF)/g' \
490               -e 's/@''GNULIB_SINL''@/$(GNULIB_SINL)/g' \
491               -e 's/@''GNULIB_SINHF''@/$(GNULIB_SINHF)/g' \
492               -e 's/@''GNULIB_SQRTF''@/$(GNULIB_SQRTF)/g' \
493               -e 's/@''GNULIB_SQRTL''@/$(GNULIB_SQRTL)/g' \
494               -e 's/@''GNULIB_TANF''@/$(GNULIB_TANF)/g' \
495               -e 's/@''GNULIB_TANL''@/$(GNULIB_TANL)/g' \
496               -e 's/@''GNULIB_TANHF''@/$(GNULIB_TANHF)/g' \
497               -e 's/@''GNULIB_TRUNC''@/$(GNULIB_TRUNC)/g' \
498               -e 's/@''GNULIB_TRUNCF''@/$(GNULIB_TRUNCF)/g' \
499               -e 's/@''GNULIB_TRUNCL''@/$(GNULIB_TRUNCL)/g' \
500           | \
501           sed -e 's|@''HAVE_ACOSF''@|$(HAVE_ACOSF)|g' \
502               -e 's|@''HAVE_ACOSL''@|$(HAVE_ACOSL)|g' \
503               -e 's|@''HAVE_ASINF''@|$(HAVE_ASINF)|g' \
504               -e 's|@''HAVE_ASINL''@|$(HAVE_ASINL)|g' \
505               -e 's|@''HAVE_ATANF''@|$(HAVE_ATANF)|g' \
506               -e 's|@''HAVE_ATANL''@|$(HAVE_ATANL)|g' \
507               -e 's|@''HAVE_ATAN2F''@|$(HAVE_ATAN2F)|g' \
508               -e 's|@''HAVE_CBRT''@|$(HAVE_CBRT)|g' \
509               -e 's|@''HAVE_CBRTF''@|$(HAVE_CBRTF)|g' \
510               -e 's|@''HAVE_CBRTL''@|$(HAVE_CBRTL)|g' \
511               -e 's|@''HAVE_COPYSIGN''@|$(HAVE_COPYSIGN)|g' \
512               -e 's|@''HAVE_COPYSIGNL''@|$(HAVE_COPYSIGNL)|g' \
513               -e 's|@''HAVE_COSF''@|$(HAVE_COSF)|g' \
514               -e 's|@''HAVE_COSL''@|$(HAVE_COSL)|g' \
515               -e 's|@''HAVE_COSHF''@|$(HAVE_COSHF)|g' \
516               -e 's|@''HAVE_EXPF''@|$(HAVE_EXPF)|g' \
517               -e 's|@''HAVE_EXPL''@|$(HAVE_EXPL)|g' \
518               -e 's|@''HAVE_EXPM1''@|$(HAVE_EXPM1)|g' \
519               -e 's|@''HAVE_EXPM1F''@|$(HAVE_EXPM1F)|g' \
520               -e 's|@''HAVE_FABSF''@|$(HAVE_FABSF)|g' \
521               -e 's|@''HAVE_FABSL''@|$(HAVE_FABSL)|g' \
522               -e 's|@''HAVE_FMA''@|$(HAVE_FMA)|g' \
523               -e 's|@''HAVE_FMAF''@|$(HAVE_FMAF)|g' \
524               -e 's|@''HAVE_FMAL''@|$(HAVE_FMAL)|g' \
525               -e 's|@''HAVE_FMODF''@|$(HAVE_FMODF)|g' \
526               -e 's|@''HAVE_FMODL''@|$(HAVE_FMODL)|g' \
527               -e 's|@''HAVE_FREXPF''@|$(HAVE_FREXPF)|g' \
528               -e 's|@''HAVE_HYPOTF''@|$(HAVE_HYPOTF)|g' \
529               -e 's|@''HAVE_HYPOTL''@|$(HAVE_HYPOTL)|g' \
530               -e 's|@''HAVE_ILOGB''@|$(HAVE_ILOGB)|g' \
531               -e 's|@''HAVE_ILOGBF''@|$(HAVE_ILOGBF)|g' \
532               -e 's|@''HAVE_ILOGBL''@|$(HAVE_ILOGBL)|g' \
533               -e 's|@''HAVE_ISNANF''@|$(HAVE_ISNANF)|g' \
534               -e 's|@''HAVE_ISNAND''@|$(HAVE_ISNAND)|g' \
535               -e 's|@''HAVE_ISNANL''@|$(HAVE_ISNANL)|g' \
536               -e 's|@''HAVE_LDEXPF''@|$(HAVE_LDEXPF)|g' \
537               -e 's|@''HAVE_LOGF''@|$(HAVE_LOGF)|g' \
538               -e 's|@''HAVE_LOGL''@|$(HAVE_LOGL)|g' \
539               -e 's|@''HAVE_LOG10F''@|$(HAVE_LOG10F)|g' \
540               -e 's|@''HAVE_LOG10L''@|$(HAVE_LOG10L)|g' \
541               -e 's|@''HAVE_LOG1P''@|$(HAVE_LOG1P)|g' \
542               -e 's|@''HAVE_LOG1PF''@|$(HAVE_LOG1PF)|g' \
543               -e 's|@''HAVE_LOG1PL''@|$(HAVE_LOG1PL)|g' \
544               -e 's|@''HAVE_LOGBF''@|$(HAVE_LOGBF)|g' \
545               -e 's|@''HAVE_LOGBL''@|$(HAVE_LOGBL)|g' \
546               -e 's|@''HAVE_MODFF''@|$(HAVE_MODFF)|g' \
547               -e 's|@''HAVE_MODFL''@|$(HAVE_MODFL)|g' \
548               -e 's|@''HAVE_POWF''@|$(HAVE_POWF)|g' \
549               -e 's|@''HAVE_REMAINDER''@|$(HAVE_REMAINDER)|g' \
550               -e 's|@''HAVE_REMAINDERF''@|$(HAVE_REMAINDERF)|g' \
551               -e 's|@''HAVE_RINT''@|$(HAVE_RINT)|g' \
552               -e 's|@''HAVE_RINTL''@|$(HAVE_RINTL)|g' \
553               -e 's|@''HAVE_SINF''@|$(HAVE_SINF)|g' \
554               -e 's|@''HAVE_SINL''@|$(HAVE_SINL)|g' \
555               -e 's|@''HAVE_SINHF''@|$(HAVE_SINHF)|g' \
556               -e 's|@''HAVE_SQRTF''@|$(HAVE_SQRTF)|g' \
557               -e 's|@''HAVE_SQRTL''@|$(HAVE_SQRTL)|g' \
558               -e 's|@''HAVE_TANF''@|$(HAVE_TANF)|g' \
559               -e 's|@''HAVE_TANL''@|$(HAVE_TANL)|g' \
560               -e 's|@''HAVE_TANHF''@|$(HAVE_TANHF)|g' \
561               -e 's|@''HAVE_DECL_ACOSL''@|$(HAVE_DECL_ACOSL)|g' \
562               -e 's|@''HAVE_DECL_ASINL''@|$(HAVE_DECL_ASINL)|g' \
563               -e 's|@''HAVE_DECL_ATANL''@|$(HAVE_DECL_ATANL)|g' \
564               -e 's|@''HAVE_DECL_CBRTF''@|$(HAVE_DECL_CBRTF)|g' \
565               -e 's|@''HAVE_DECL_CBRTL''@|$(HAVE_DECL_CBRTL)|g' \
566               -e 's|@''HAVE_DECL_CEILF''@|$(HAVE_DECL_CEILF)|g' \
567               -e 's|@''HAVE_DECL_CEILL''@|$(HAVE_DECL_CEILL)|g' \
568               -e 's|@''HAVE_DECL_COPYSIGNF''@|$(HAVE_DECL_COPYSIGNF)|g' \
569               -e 's|@''HAVE_DECL_COSL''@|$(HAVE_DECL_COSL)|g' \
570               -e 's|@''HAVE_DECL_EXPL''@|$(HAVE_DECL_EXPL)|g' \
571               -e 's|@''HAVE_DECL_EXP2''@|$(HAVE_DECL_EXP2)|g' \
572               -e 's|@''HAVE_DECL_EXP2F''@|$(HAVE_DECL_EXP2F)|g' \
573               -e 's|@''HAVE_DECL_EXP2L''@|$(HAVE_DECL_EXP2L)|g' \
574               -e 's|@''HAVE_DECL_EXPM1L''@|$(HAVE_DECL_EXPM1L)|g' \
575               -e 's|@''HAVE_DECL_FLOORF''@|$(HAVE_DECL_FLOORF)|g' \
576               -e 's|@''HAVE_DECL_FLOORL''@|$(HAVE_DECL_FLOORL)|g' \
577               -e 's|@''HAVE_DECL_FREXPL''@|$(HAVE_DECL_FREXPL)|g' \
578               -e 's|@''HAVE_DECL_LDEXPL''@|$(HAVE_DECL_LDEXPL)|g' \
579               -e 's|@''HAVE_DECL_LOGL''@|$(HAVE_DECL_LOGL)|g' \
580               -e 's|@''HAVE_DECL_LOG10L''@|$(HAVE_DECL_LOG10L)|g' \
581               -e 's|@''HAVE_DECL_LOG2''@|$(HAVE_DECL_LOG2)|g' \
582               -e 's|@''HAVE_DECL_LOG2F''@|$(HAVE_DECL_LOG2F)|g' \
583               -e 's|@''HAVE_DECL_LOG2L''@|$(HAVE_DECL_LOG2L)|g' \
584               -e 's|@''HAVE_DECL_LOGB''@|$(HAVE_DECL_LOGB)|g' \
585               -e 's|@''HAVE_DECL_REMAINDER''@|$(HAVE_DECL_REMAINDER)|g' \
586               -e 's|@''HAVE_DECL_REMAINDERL''@|$(HAVE_DECL_REMAINDERL)|g' \
587               -e 's|@''HAVE_DECL_RINTF''@|$(HAVE_DECL_RINTF)|g' \
588               -e 's|@''HAVE_DECL_ROUND''@|$(HAVE_DECL_ROUND)|g' \
589               -e 's|@''HAVE_DECL_ROUNDF''@|$(HAVE_DECL_ROUNDF)|g' \
590               -e 's|@''HAVE_DECL_ROUNDL''@|$(HAVE_DECL_ROUNDL)|g' \
591               -e 's|@''HAVE_DECL_SINL''@|$(HAVE_DECL_SINL)|g' \
592               -e 's|@''HAVE_DECL_SQRTL''@|$(HAVE_DECL_SQRTL)|g' \
593               -e 's|@''HAVE_DECL_TANL''@|$(HAVE_DECL_TANL)|g' \
594               -e 's|@''HAVE_DECL_TRUNC''@|$(HAVE_DECL_TRUNC)|g' \
595               -e 's|@''HAVE_DECL_TRUNCF''@|$(HAVE_DECL_TRUNCF)|g' \
596               -e 's|@''HAVE_DECL_TRUNCL''@|$(HAVE_DECL_TRUNCL)|g' \
597           | \
598           sed -e 's|@''REPLACE_CBRTF''@|$(REPLACE_CBRTF)|g' \
599               -e 's|@''REPLACE_CBRTL''@|$(REPLACE_CBRTL)|g' \
600               -e 's|@''REPLACE_CEIL''@|$(REPLACE_CEIL)|g' \
601               -e 's|@''REPLACE_CEILF''@|$(REPLACE_CEILF)|g' \
602               -e 's|@''REPLACE_CEILL''@|$(REPLACE_CEILL)|g' \
603               -e 's|@''REPLACE_EXPM1''@|$(REPLACE_EXPM1)|g' \
604               -e 's|@''REPLACE_EXPM1F''@|$(REPLACE_EXPM1F)|g' \
605               -e 's|@''REPLACE_EXP2''@|$(REPLACE_EXP2)|g' \
606               -e 's|@''REPLACE_EXP2L''@|$(REPLACE_EXP2L)|g' \
607               -e 's|@''REPLACE_FABSL''@|$(REPLACE_FABSL)|g' \
608               -e 's|@''REPLACE_FLOOR''@|$(REPLACE_FLOOR)|g' \
609               -e 's|@''REPLACE_FLOORF''@|$(REPLACE_FLOORF)|g' \
610               -e 's|@''REPLACE_FLOORL''@|$(REPLACE_FLOORL)|g' \
611               -e 's|@''REPLACE_FMA''@|$(REPLACE_FMA)|g' \
612               -e 's|@''REPLACE_FMAF''@|$(REPLACE_FMAF)|g' \
613               -e 's|@''REPLACE_FMAL''@|$(REPLACE_FMAL)|g' \
614               -e 's|@''REPLACE_FMOD''@|$(REPLACE_FMOD)|g' \
615               -e 's|@''REPLACE_FMODF''@|$(REPLACE_FMODF)|g' \
616               -e 's|@''REPLACE_FMODL''@|$(REPLACE_FMODL)|g' \
617               -e 's|@''REPLACE_FREXPF''@|$(REPLACE_FREXPF)|g' \
618               -e 's|@''REPLACE_FREXP''@|$(REPLACE_FREXP)|g' \
619               -e 's|@''REPLACE_FREXPL''@|$(REPLACE_FREXPL)|g' \
620               -e 's|@''REPLACE_HUGE_VAL''@|$(REPLACE_HUGE_VAL)|g' \
621               -e 's|@''REPLACE_HYPOT''@|$(REPLACE_HYPOT)|g' \
622               -e 's|@''REPLACE_HYPOTF''@|$(REPLACE_HYPOTF)|g' \
623               -e 's|@''REPLACE_HYPOTL''@|$(REPLACE_HYPOTL)|g' \
624               -e 's|@''REPLACE_ILOGB''@|$(REPLACE_ILOGB)|g' \
625               -e 's|@''REPLACE_ILOGBF''@|$(REPLACE_ILOGBF)|g' \
626               -e 's|@''REPLACE_ISFINITE''@|$(REPLACE_ISFINITE)|g' \
627               -e 's|@''REPLACE_ISINF''@|$(REPLACE_ISINF)|g' \
628               -e 's|@''REPLACE_ISNAN''@|$(REPLACE_ISNAN)|g' \
629               -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
630               -e 's|@''REPLACE_LDEXPL''@|$(REPLACE_LDEXPL)|g' \
631               -e 's|@''REPLACE_LOG''@|$(REPLACE_LOG)|g' \
632               -e 's|@''REPLACE_LOGF''@|$(REPLACE_LOGF)|g' \
633               -e 's|@''REPLACE_LOGL''@|$(REPLACE_LOGL)|g' \
634               -e 's|@''REPLACE_LOG10''@|$(REPLACE_LOG10)|g' \
635               -e 's|@''REPLACE_LOG10F''@|$(REPLACE_LOG10F)|g' \
636               -e 's|@''REPLACE_LOG10L''@|$(REPLACE_LOG10L)|g' \
637               -e 's|@''REPLACE_LOG1P''@|$(REPLACE_LOG1P)|g' \
638               -e 's|@''REPLACE_LOG1PF''@|$(REPLACE_LOG1PF)|g' \
639               -e 's|@''REPLACE_LOG1PL''@|$(REPLACE_LOG1PL)|g' \
640               -e 's|@''REPLACE_LOG2''@|$(REPLACE_LOG2)|g' \
641               -e 's|@''REPLACE_LOG2F''@|$(REPLACE_LOG2F)|g' \
642               -e 's|@''REPLACE_LOG2L''@|$(REPLACE_LOG2L)|g' \
643               -e 's|@''REPLACE_LOGB''@|$(REPLACE_LOGB)|g' \
644               -e 's|@''REPLACE_LOGBF''@|$(REPLACE_LOGBF)|g' \
645               -e 's|@''REPLACE_LOGBL''@|$(REPLACE_LOGBL)|g' \
646               -e 's|@''REPLACE_MODF''@|$(REPLACE_MODF)|g' \
647               -e 's|@''REPLACE_MODFF''@|$(REPLACE_MODFF)|g' \
648               -e 's|@''REPLACE_MODFL''@|$(REPLACE_MODFL)|g' \
649               -e 's|@''REPLACE_NAN''@|$(REPLACE_NAN)|g' \
650               -e 's|@''REPLACE_REMAINDER''@|$(REPLACE_REMAINDER)|g' \
651               -e 's|@''REPLACE_REMAINDERF''@|$(REPLACE_REMAINDERF)|g' \
652               -e 's|@''REPLACE_REMAINDERL''@|$(REPLACE_REMAINDERL)|g' \
653               -e 's|@''REPLACE_ROUND''@|$(REPLACE_ROUND)|g' \
654               -e 's|@''REPLACE_ROUNDF''@|$(REPLACE_ROUNDF)|g' \
655               -e 's|@''REPLACE_ROUNDL''@|$(REPLACE_ROUNDL)|g' \
656               -e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \
657               -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|$(REPLACE_SIGNBIT_USING_GCC)|g' \
658               -e 's|@''REPLACE_SQRTL''@|$(REPLACE_SQRTL)|g' \
659               -e 's|@''REPLACE_TRUNC''@|$(REPLACE_TRUNC)|g' \
660               -e 's|@''REPLACE_TRUNCF''@|$(REPLACE_TRUNCF)|g' \
661               -e 's|@''REPLACE_TRUNCL''@|$(REPLACE_TRUNCL)|g' \
662               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
663               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
664               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
665         } > $@-t && \
666         mv $@-t $@
667 MOSTLYCLEANFILES += math.h math.h-t
668
669 EXTRA_DIST += math.in.h
670
671 ## end   gnulib module math
672
673 ## begin gnulib module mbrtowc
674
675
676 EXTRA_DIST += mbrtowc.c
677
678 EXTRA_libgnu_a_SOURCES += mbrtowc.c
679
680 ## end   gnulib module mbrtowc
681
682 ## begin gnulib module mbsinit
683
684
685 EXTRA_DIST += mbsinit.c
686
687 EXTRA_libgnu_a_SOURCES += mbsinit.c
688
689 ## end   gnulib module mbsinit
690
691 ## begin gnulib module mbsrtowcs
692
693
694 EXTRA_DIST += mbsrtowcs-impl.h mbsrtowcs-state.c mbsrtowcs.c
695
696 EXTRA_libgnu_a_SOURCES += mbsrtowcs-state.c mbsrtowcs.c
697
698 ## end   gnulib module mbsrtowcs
699
700 ## begin gnulib module memchr
701
702
703 EXTRA_DIST += memchr.c memchr.valgrind
704
705 EXTRA_libgnu_a_SOURCES += memchr.c
706
707 ## end   gnulib module memchr
708
709 ## begin gnulib module memmem-simple
710
711
712 EXTRA_DIST += memmem.c str-two-way.h
713
714 EXTRA_libgnu_a_SOURCES += memmem.c
715
716 ## end   gnulib module memmem-simple
717
718 ## begin gnulib module pathmax
719
720
721 EXTRA_DIST += pathmax.h
722
723 ## end   gnulib module pathmax
724
725 ## begin gnulib module snippet/arg-nonnull
726
727 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
728 # statements but through direct file reference. Therefore this snippet must be
729 # present in all Makefile.am that need it. This is ensured by the applicability
730 # 'all' defined above.
731
732 BUILT_SOURCES += arg-nonnull.h
733 # The arg-nonnull.h that gets inserted into generated .h files is the same as
734 # build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
735 # off.
736 arg-nonnull.h: $(top_srcdir)/import/extra/snippet/arg-nonnull.h
737         $(AM_V_GEN)rm -f $@-t $@ && \
738         sed -n -e '/GL_ARG_NONNULL/,$$p' \
739           < $(top_srcdir)/import/extra/snippet/arg-nonnull.h \
740           > $@-t && \
741         mv $@-t $@
742 MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
743
744 ARG_NONNULL_H=arg-nonnull.h
745
746 EXTRA_DIST += $(top_srcdir)/import/extra/snippet/arg-nonnull.h
747
748 ## end   gnulib module snippet/arg-nonnull
749
750 ## begin gnulib module snippet/c++defs
751
752 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
753 # statements but through direct file reference. Therefore this snippet must be
754 # present in all Makefile.am that need it. This is ensured by the applicability
755 # 'all' defined above.
756
757 BUILT_SOURCES += c++defs.h
758 # The c++defs.h that gets inserted into generated .h files is the same as
759 # build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
760 c++defs.h: $(top_srcdir)/import/extra/snippet/c++defs.h
761         $(AM_V_GEN)rm -f $@-t $@ && \
762         sed -n -e '/_GL_CXXDEFS/,$$p' \
763           < $(top_srcdir)/import/extra/snippet/c++defs.h \
764           > $@-t && \
765         mv $@-t $@
766 MOSTLYCLEANFILES += c++defs.h c++defs.h-t
767
768 CXXDEFS_H=c++defs.h
769
770 EXTRA_DIST += $(top_srcdir)/import/extra/snippet/c++defs.h
771
772 ## end   gnulib module snippet/c++defs
773
774 ## begin gnulib module snippet/warn-on-use
775
776 BUILT_SOURCES += warn-on-use.h
777 # The warn-on-use.h that gets inserted into generated .h files is the same as
778 # build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
779 # off.
780 warn-on-use.h: $(top_srcdir)/import/extra/snippet/warn-on-use.h
781         $(AM_V_GEN)rm -f $@-t $@ && \
782         sed -n -e '/^.ifndef/,$$p' \
783           < $(top_srcdir)/import/extra/snippet/warn-on-use.h \
784           > $@-t && \
785         mv $@-t $@
786 MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
787
788 WARN_ON_USE_H=warn-on-use.h
789
790 EXTRA_DIST += $(top_srcdir)/import/extra/snippet/warn-on-use.h
791
792 ## end   gnulib module snippet/warn-on-use
793
794 ## begin gnulib module stdbool
795
796 BUILT_SOURCES += $(STDBOOL_H)
797
798 # We need the following in order to create <stdbool.h> when the system
799 # doesn't have one that works.
800 if GL_GENERATE_STDBOOL_H
801 stdbool.h: stdbool.in.h $(top_builddir)/config.status
802         $(AM_V_GEN)rm -f $@-t $@ && \
803         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
804           sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
805         } > $@-t && \
806         mv $@-t $@
807 else
808 stdbool.h: $(top_builddir)/config.status
809         rm -f $@
810 endif
811 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
812
813 EXTRA_DIST += stdbool.in.h
814
815 ## end   gnulib module stdbool
816
817 ## begin gnulib module stddef
818
819 BUILT_SOURCES += $(STDDEF_H)
820
821 # We need the following in order to create <stddef.h> when the system
822 # doesn't have one that works with the given compiler.
823 if GL_GENERATE_STDDEF_H
824 stddef.h: stddef.in.h $(top_builddir)/config.status
825         $(AM_V_GEN)rm -f $@-t $@ && \
826         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
827           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
828               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
829               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
830               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
831               -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
832               -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
833               -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
834               < $(srcdir)/stddef.in.h; \
835         } > $@-t && \
836         mv $@-t $@
837 else
838 stddef.h: $(top_builddir)/config.status
839         rm -f $@
840 endif
841 MOSTLYCLEANFILES += stddef.h stddef.h-t
842
843 EXTRA_DIST += stddef.in.h
844
845 ## end   gnulib module stddef
846
847 ## begin gnulib module stdint
848
849 BUILT_SOURCES += $(STDINT_H)
850
851 # We need the following in order to create <stdint.h> when the system
852 # doesn't have one that works with the given compiler.
853 if GL_GENERATE_STDINT_H
854 stdint.h: stdint.in.h $(top_builddir)/config.status
855         $(AM_V_GEN)rm -f $@-t $@ && \
856         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
857           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
858               -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
859               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
860               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
861               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
862               -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
863               -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
864               -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
865               -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
866               -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
867               -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
868               -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
869               -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
870               -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
871               -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
872               -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
873               -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
874               -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
875               -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
876               -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
877               -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
878               -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
879               -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
880               -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
881               -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
882               -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
883               -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
884               < $(srcdir)/stdint.in.h; \
885         } > $@-t && \
886         mv $@-t $@
887 else
888 stdint.h: $(top_builddir)/config.status
889         rm -f $@
890 endif
891 MOSTLYCLEANFILES += stdint.h stdint.h-t
892
893 EXTRA_DIST += stdint.in.h
894
895 ## end   gnulib module stdint
896
897 ## begin gnulib module streq
898
899
900 EXTRA_DIST += streq.h
901
902 ## end   gnulib module streq
903
904 ## begin gnulib module strerror
905
906
907 EXTRA_DIST += strerror.c
908
909 EXTRA_libgnu_a_SOURCES += strerror.c
910
911 ## end   gnulib module strerror
912
913 ## begin gnulib module strerror-override
914
915
916 EXTRA_DIST += strerror-override.c strerror-override.h
917
918 EXTRA_libgnu_a_SOURCES += strerror-override.c
919
920 ## end   gnulib module strerror-override
921
922 ## begin gnulib module string
923
924 BUILT_SOURCES += string.h
925
926 # We need the following in order to create <string.h> when the system
927 # doesn't have one that works with the given compiler.
928 string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
929         $(AM_V_GEN)rm -f $@-t $@ && \
930         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
931           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
932               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
933               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
934               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
935               -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
936               -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
937               -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
938               -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
939               -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
940               -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
941               -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
942               -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
943               -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
944               -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
945               -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
946               -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
947               -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
948               -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
949               -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
950               -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
951               -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
952               -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
953               -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
954               -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
955               -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
956               -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
957               -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
958               -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
959               -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
960               -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
961               -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
962               -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
963               -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
964               -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
965               -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
966               -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
967               -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
968               -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
969               -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
970               -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
971               -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
972               -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
973               < $(srcdir)/string.in.h | \
974           sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
975               -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
976               -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
977               -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
978               -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
979               -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
980               -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
981               -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
982               -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
983               -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
984               -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
985               -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
986               -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
987               -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
988               -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
989               -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
990               -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
991               -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
992               -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
993               -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
994               -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
995               -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
996               -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
997               -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
998               -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
999               -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
1000               -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
1001               -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
1002               -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
1003               -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
1004               -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
1005               -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
1006               -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
1007               -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
1008               -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
1009               -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
1010               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1011               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1012               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1013               < $(srcdir)/string.in.h; \
1014         } > $@-t && \
1015         mv $@-t $@
1016 MOSTLYCLEANFILES += string.h string.h-t
1017
1018 EXTRA_DIST += string.in.h
1019
1020 ## end   gnulib module string
1021
1022 ## begin gnulib module strnlen1
1023
1024 libgnu_a_SOURCES += strnlen1.h strnlen1.c
1025
1026 ## end   gnulib module strnlen1
1027
1028 ## begin gnulib module strstr-simple
1029
1030
1031 EXTRA_DIST += str-two-way.h strstr.c
1032
1033 EXTRA_libgnu_a_SOURCES += strstr.c
1034
1035 ## end   gnulib module strstr-simple
1036
1037 ## begin gnulib module sys_types
1038
1039 BUILT_SOURCES += sys/types.h
1040
1041 # We need the following in order to create <sys/types.h> when the system
1042 # doesn't have one that works with the given compiler.
1043 sys/types.h: sys_types.in.h $(top_builddir)/config.status
1044         $(AM_V_at)$(MKDIR_P) sys
1045         $(AM_V_GEN)rm -f $@-t $@ && \
1046         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1047           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1048               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1049               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1050               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1051               -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
1052               -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
1053               < $(srcdir)/sys_types.in.h; \
1054         } > $@-t && \
1055         mv $@-t $@
1056 MOSTLYCLEANFILES += sys/types.h sys/types.h-t
1057
1058 EXTRA_DIST += sys_types.in.h
1059
1060 ## end   gnulib module sys_types
1061
1062 ## begin gnulib module unistd
1063
1064 BUILT_SOURCES += unistd.h
1065 libgnu_a_SOURCES += unistd.c
1066
1067 # We need the following in order to create an empty placeholder for
1068 # <unistd.h> when the system doesn't have one.
1069 unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1070         $(AM_V_GEN)rm -f $@-t $@ && \
1071         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1072           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1073               -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
1074               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1075               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1076               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1077               -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
1078               -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
1079               -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
1080               -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
1081               -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
1082               -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
1083               -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
1084               -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
1085               -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
1086               -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
1087               -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
1088               -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
1089               -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
1090               -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
1091               -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
1092               -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
1093               -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
1094               -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
1095               -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
1096               -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
1097               -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
1098               -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
1099               -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
1100               -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
1101               -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
1102               -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
1103               -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
1104               -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
1105               -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
1106               -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
1107               -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
1108               -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
1109               -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
1110               -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
1111               -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
1112               -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
1113               -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
1114               -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
1115               -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
1116               -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
1117               -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
1118               -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
1119               -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
1120               -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
1121               -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \
1122               -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
1123               -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
1124               -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
1125               -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
1126               -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
1127               -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
1128               < $(srcdir)/unistd.in.h | \
1129           sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
1130               -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
1131               -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
1132               -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
1133               -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
1134               -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
1135               -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
1136               -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
1137               -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
1138               -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
1139               -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
1140               -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
1141               -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
1142               -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
1143               -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
1144               -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
1145               -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
1146               -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
1147               -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
1148               -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
1149               -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
1150               -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
1151               -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
1152               -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
1153               -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
1154               -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
1155               -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
1156               -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
1157               -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
1158               -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
1159               -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
1160               -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
1161               -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
1162               -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
1163               -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
1164               -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
1165               -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
1166               -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
1167               -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
1168               -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
1169               -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
1170               -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
1171           | \
1172           sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
1173               -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
1174               -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
1175               -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
1176               -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
1177               -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
1178               -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
1179               -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
1180               -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
1181               -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
1182               -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
1183               -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
1184               -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
1185               -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
1186               -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
1187               -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
1188               -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
1189               -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
1190               -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
1191               -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
1192               -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
1193               -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
1194               -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
1195               -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
1196               -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
1197               -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
1198               -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
1199               -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
1200               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
1201               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
1202               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1203               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1204               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1205         } > $@-t && \
1206         mv $@-t $@
1207 MOSTLYCLEANFILES += unistd.h unistd.h-t
1208
1209 EXTRA_DIST += unistd.in.h
1210
1211 ## end   gnulib module unistd
1212
1213 ## begin gnulib module update-copyright
1214
1215
1216 EXTRA_DIST += $(top_srcdir)/import/extra/update-copyright
1217
1218 ## end   gnulib module update-copyright
1219
1220 ## begin gnulib module verify
1221
1222
1223 EXTRA_DIST += verify.h
1224
1225 ## end   gnulib module verify
1226
1227 ## begin gnulib module wchar
1228
1229 BUILT_SOURCES += wchar.h
1230
1231 # We need the following in order to create <wchar.h> when the system
1232 # version does not work standalone.
1233 wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1234         $(AM_V_GEN)rm -f $@-t $@ && \
1235         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1236           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1237               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1238               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1239               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1240               -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
1241               -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
1242               -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
1243               -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \
1244               -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \
1245               -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \
1246               -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \
1247               -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \
1248               -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \
1249               -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \
1250               -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \
1251               -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \
1252               -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \
1253               -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \
1254               -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \
1255               -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \
1256               -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \
1257               -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \
1258               -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \
1259               -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \
1260               -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \
1261               -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \
1262               -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \
1263               -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \
1264               -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \
1265               -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \
1266               -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \
1267               -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \
1268               -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \
1269               -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \
1270               -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \
1271               -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \
1272               -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \
1273               -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \
1274               -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \
1275               -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \
1276               -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \
1277               -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \
1278               -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \
1279               -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \
1280               -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \
1281               -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \
1282               < $(srcdir)/wchar.in.h | \
1283           sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
1284               -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
1285               -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
1286               -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
1287               -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
1288               -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
1289               -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
1290               -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
1291               -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
1292               -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
1293               -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \
1294               -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \
1295               -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \
1296               -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \
1297               -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \
1298               -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \
1299               -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \
1300               -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \
1301               -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \
1302               -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \
1303               -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \
1304               -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \
1305               -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \
1306               -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \
1307               -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \
1308               -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \
1309               -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \
1310               -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \
1311               -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \
1312               -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \
1313               -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \
1314               -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \
1315               -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \
1316               -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \
1317               -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \
1318               -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \
1319               -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \
1320               -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \
1321               -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
1322               -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
1323           | \
1324           sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
1325               -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
1326               -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
1327               -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
1328               -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
1329               -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
1330               -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
1331               -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
1332               -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
1333               -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
1334               -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
1335               -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
1336               -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
1337               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1338               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1339               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1340         } > $@-t && \
1341         mv $@-t $@
1342 MOSTLYCLEANFILES += wchar.h wchar.h-t
1343
1344 EXTRA_DIST += wchar.in.h
1345
1346 ## end   gnulib module wchar
1347
1348 ## begin gnulib module wctype-h
1349
1350 BUILT_SOURCES += wctype.h
1351 libgnu_a_SOURCES += wctype-h.c
1352
1353 # We need the following in order to create <wctype.h> when the system
1354 # doesn't have one that works with the given compiler.
1355 wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
1356         $(AM_V_GEN)rm -f $@-t $@ && \
1357         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1358           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1359               -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
1360               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1361               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1362               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1363               -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
1364               -e 's/@''GNULIB_ISWBLANK''@/$(GNULIB_ISWBLANK)/g' \
1365               -e 's/@''GNULIB_WCTYPE''@/$(GNULIB_WCTYPE)/g' \
1366               -e 's/@''GNULIB_ISWCTYPE''@/$(GNULIB_ISWCTYPE)/g' \
1367               -e 's/@''GNULIB_WCTRANS''@/$(GNULIB_WCTRANS)/g' \
1368               -e 's/@''GNULIB_TOWCTRANS''@/$(GNULIB_TOWCTRANS)/g' \
1369               -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \
1370               -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
1371               -e 's/@''HAVE_WCTYPE_T''@/$(HAVE_WCTYPE_T)/g' \
1372               -e 's/@''HAVE_WCTRANS_T''@/$(HAVE_WCTRANS_T)/g' \
1373               -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
1374               -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \
1375               -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \
1376               -e 's/@''REPLACE_TOWLOWER''@/$(REPLACE_TOWLOWER)/g' \
1377               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1378               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1379               < $(srcdir)/wctype.in.h; \
1380         } > $@-t && \
1381         mv $@-t $@
1382 MOSTLYCLEANFILES += wctype.h wctype.h-t
1383
1384 EXTRA_DIST += wctype.in.h
1385
1386 ## end   gnulib module wctype-h
1387
1388
1389 mostlyclean-local: mostlyclean-generic
1390         @for dir in '' $(MOSTLYCLEANDIRS); do \
1391           if test -n "$$dir" && test -d $$dir; then \
1392             echo "rmdir $$dir"; rmdir $$dir; \
1393           fi; \
1394         done; \
1395         :