evalue.c: Polyhedron_Insert: add missing return type
[barvinok.git] / lib / Makefile.am
blob880e49af8820685dfb6857038ed94716aa5cb8cd
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2004-2007 Free Software Foundation, Inc.
5 # This file is free software, distributed under the terms of the GNU
6 # General Public License.  As a special exception to the GNU General
7 # Public License, this file may be distributed as part of a program
8 # that contains a configuration script generated by Autoconf, under
9 # the same distribution terms as the rest of that program.
11 # Generated by gnulib-tool.
12 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --aux-dir=. --libtool --macro-prefix=gl argp getsubopt progname
14 AUTOMAKE_OPTIONS = 1.5 gnits
16 noinst_HEADERS =
17 noinst_LIBRARIES =
18 noinst_LTLIBRARIES =
19 EXTRA_DIST =
20 BUILT_SOURCES =
21 SUFFIXES =
22 MOSTLYCLEANFILES = core *.stackdump
23 MOSTLYCLEANDIRS =
24 CLEANFILES =
25 DISTCLEANFILES =
26 MAINTAINERCLEANFILES =
28 AM_CPPFLAGS =
30 noinst_LTLIBRARIES += libgnu.la
32 libgnu_la_SOURCES =
33 libgnu_la_LIBADD = $(gl_LTLIBOBJS)
34 libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS)
35 EXTRA_libgnu_la_SOURCES =
36 libgnu_la_LDFLAGS = $(AM_LDFLAGS)
38 ## begin gnulib module absolute-header
40 # Use this preprocessor expression to decide whether #include_next works.
41 # Do not rely on a 'configure'-time test for this, since the expression
42 # might appear in an installed header, which is used by some other compiler.
43 HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER)
45 ## end   gnulib module absolute-header
47 ## begin gnulib module alloca
50 EXTRA_DIST += alloca.c
52 EXTRA_libgnu_la_SOURCES += alloca.c
54 libgnu_la_LIBADD += @LTALLOCA@
55 libgnu_la_DEPENDENCIES += @LTALLOCA@
56 ## end   gnulib module alloca
58 ## begin gnulib module alloca-opt
60 BUILT_SOURCES += $(ALLOCA_H)
62 # We need the following in order to create <alloca.h> when the system
63 # doesn't have one that works with the given compiler.
64 alloca.h: alloca.in.h
65         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
66           cat $(srcdir)/alloca.in.h; \
67         } > $@-t
68         mv -f $@-t $@
69 MOSTLYCLEANFILES += alloca.h alloca.h-t
71 EXTRA_DIST += alloca.in.h
73 ## end   gnulib module alloca-opt
75 ## begin gnulib module argp
77 libgnu_la_SOURCES += argp.h argp-ba.c argp-eexst.c \
78            argp-fmtstream.c argp-fmtstream.h argp-fs-xinl.c argp-help.c \
79            argp-namefrob.h argp-parse.c argp-pin.c argp-pv.c argp-pvh.c \
80            argp-xinl.c
82 EXTRA_DIST += argp-namefrob.h argp-parse.c argp-pin.c argp-pv.c argp-pvh.c argp-xinl.c
84 EXTRA_libgnu_la_SOURCES += argp-parse.c argp-pin.c argp-pv.c argp-pvh.c argp-xinl.c
86 ## end   gnulib module argp
88 ## begin gnulib module dirname
91 EXTRA_DIST += basename.c dirname.c dirname.h stripslash.c
93 EXTRA_libgnu_la_SOURCES += basename.c dirname.c stripslash.c
95 ## end   gnulib module dirname
97 ## begin gnulib module error
100 EXTRA_DIST += error.c error.h
102 EXTRA_libgnu_la_SOURCES += error.c
104 ## end   gnulib module error
106 ## begin gnulib module exitfail
109 EXTRA_DIST += exitfail.c exitfail.h
111 EXTRA_libgnu_la_SOURCES += exitfail.c
113 ## end   gnulib module exitfail
115 ## begin gnulib module float
117 BUILT_SOURCES += $(FLOAT_H)
119 # We need the following in order to create <float.h> when the system
120 # doesn't have one that works with the given compiler.
121 float.h: float.in.h
122         rm -f $@-t $@
123         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
124           sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
125               -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
126               < $(srcdir)/float.in.h; \
127         } > $@-t
128         mv $@-t $@
129 MOSTLYCLEANFILES += float.h float.h-t
131 EXTRA_DIST += float.in.h
133 ## end   gnulib module float
135 ## begin gnulib module getopt
137 BUILT_SOURCES += $(GETOPT_H)
139 # We need the following in order to create <getopt.h> when the system
140 # doesn't have one that works with the given compiler.
141 getopt.h: getopt.in.h
142         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
143           cat $(srcdir)/getopt.in.h; \
144         } > $@-t
145         mv -f $@-t $@
146 MOSTLYCLEANFILES += getopt.h getopt.h-t
148 EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h
150 EXTRA_libgnu_la_SOURCES += getopt.c getopt1.c
152 ## end   gnulib module getopt
154 ## begin gnulib module getsubopt
157 EXTRA_DIST += getsubopt.c
159 EXTRA_libgnu_la_SOURCES += getsubopt.c
161 ## end   gnulib module getsubopt
163 ## begin gnulib module gettext-h
165 libgnu_la_SOURCES += gettext.h
167 ## end   gnulib module gettext-h
169 ## begin gnulib module malloc
172 EXTRA_DIST += malloc.c
174 EXTRA_libgnu_la_SOURCES += malloc.c
176 ## end   gnulib module malloc
178 ## begin gnulib module malloc-posix
181 EXTRA_DIST += malloc.c
183 EXTRA_libgnu_la_SOURCES += malloc.c
185 ## end   gnulib module malloc-posix
187 ## begin gnulib module mempcpy
190 EXTRA_DIST += mempcpy.c
192 EXTRA_libgnu_la_SOURCES += mempcpy.c
194 ## end   gnulib module mempcpy
196 ## begin gnulib module progname
198 libgnu_la_SOURCES += progname.h progname.c
200 ## end   gnulib module progname
202 ## begin gnulib module size_max
204 libgnu_la_SOURCES += size_max.h
206 ## end   gnulib module size_max
208 ## begin gnulib module sleep
211 EXTRA_DIST += sleep.c
213 EXTRA_libgnu_la_SOURCES += sleep.c
215 ## end   gnulib module sleep
217 ## begin gnulib module stdbool
219 BUILT_SOURCES += $(STDBOOL_H)
221 # We need the following in order to create <stdbool.h> when the system
222 # doesn't have one that works.
223 stdbool.h: stdbool.in.h
224         rm -f $@-t $@
225         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
226           sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
227         } > $@-t
228         mv $@-t $@
229 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
231 EXTRA_DIST += stdbool.in.h
233 ## end   gnulib module stdbool
235 ## begin gnulib module stdint
237 BUILT_SOURCES += $(STDINT_H)
239 # We need the following in order to create <stdint.h> when the system
240 # doesn't have one that works with the given compiler.
241 stdint.h: stdint.in.h
242         rm -f $@-t $@
243         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
244           sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
245               -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
246               -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
247               -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
248               -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
249               -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
250               -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
251               -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
252               -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
253               -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
254               -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
255               -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
256               -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
257               -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
258               -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
259               -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
260               -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
261               -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
262               -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
263               -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
264               -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
265               -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
266               < $(srcdir)/stdint.in.h; \
267         } > $@-t
268         mv $@-t $@
269 MOSTLYCLEANFILES += stdint.h stdint.h-t
271 EXTRA_DIST += stdint.in.h
273 ## end   gnulib module stdint
275 ## begin gnulib module stdio
277 BUILT_SOURCES += stdio.h
279 # We need the following in order to create <stdio.h> when the system
280 # doesn't have one that works with the given compiler.
281 stdio.h: stdio.in.h
282         rm -f $@-t $@
283         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
284           sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
285               -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
286               -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \
287               -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \
288               -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \
289               -e 's|@''GNULIB_SPRINTF_POSIX''@|$(GNULIB_SPRINTF_POSIX)|g' \
290               -e 's|@''GNULIB_VFPRINTF_POSIX''@|$(GNULIB_VFPRINTF_POSIX)|g' \
291               -e 's|@''GNULIB_VPRINTF_POSIX''@|$(GNULIB_VPRINTF_POSIX)|g' \
292               -e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \
293               -e 's|@''GNULIB_VSPRINTF_POSIX''@|$(GNULIB_VSPRINTF_POSIX)|g' \
294               -e 's|@''GNULIB_VASPRINTF''@|$(GNULIB_VASPRINTF)|g' \
295               -e 's|@''GNULIB_FOPEN''@|$(GNULIB_FOPEN)|g' \
296               -e 's|@''GNULIB_FREOPEN''@|$(GNULIB_FREOPEN)|g' \
297               -e 's|@''GNULIB_FSEEK''@|$(GNULIB_FSEEK)|g' \
298               -e 's|@''GNULIB_FSEEKO''@|$(GNULIB_FSEEKO)|g' \
299               -e 's|@''GNULIB_FTELL''@|$(GNULIB_FTELL)|g' \
300               -e 's|@''GNULIB_FTELLO''@|$(GNULIB_FTELLO)|g' \
301               -e 's|@''GNULIB_FFLUSH''@|$(GNULIB_FFLUSH)|g' \
302               -e 's|@''GNULIB_GETDELIM''@|$(GNULIB_GETDELIM)|g' \
303               -e 's|@''GNULIB_GETLINE''@|$(GNULIB_GETLINE)|g' \
304               -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
305               -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
306               -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
307               -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
308               -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
309               -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
310               -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
311               -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
312               -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
313               -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
314               -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
315               -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
316               -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
317               -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
318               -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
319               -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
320               -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
321               -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
322               -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
323               -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
324               -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
325               -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
326               < $(srcdir)/stdio.in.h; \
327         } > $@-t
328         mv $@-t $@
329 MOSTLYCLEANFILES += stdio.h stdio.h-t
331 EXTRA_DIST += stdio.in.h
333 ## end   gnulib module stdio
335 ## begin gnulib module stdlib
337 BUILT_SOURCES += stdlib.h
339 # We need the following in order to create <stdlib.h> when the system
340 # doesn't have one that works with the given compiler.
341 stdlib.h: stdlib.in.h
342         rm -f $@-t $@
343         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
344           sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
345               -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
346               -e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \
347               -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \
348               -e 's|@''GNULIB_CALLOC_POSIX''@|$(GNULIB_CALLOC_POSIX)|g' \
349               -e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \
350               -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \
351               -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \
352               -e 's|@''HAVE_CALLOC_POSIX''@|$(HAVE_CALLOC_POSIX)|g' \
353               -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
354               -e 's|@''HAVE_MALLOC_POSIX''@|$(HAVE_MALLOC_POSIX)|g' \
355               -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
356               -e 's|@''HAVE_REALLOC_POSIX''@|$(HAVE_REALLOC_POSIX)|g' \
357               -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
358               < $(srcdir)/stdlib.in.h; \
359         } > $@-t
360         mv $@-t $@
361 MOSTLYCLEANFILES += stdlib.h stdlib.h-t
363 EXTRA_DIST += stdlib.in.h
365 ## end   gnulib module stdlib
367 ## begin gnulib module strcase
370 EXTRA_DIST += strcasecmp.c strncasecmp.c
372 EXTRA_libgnu_la_SOURCES += strcasecmp.c strncasecmp.c
374 ## end   gnulib module strcase
376 ## begin gnulib module strchrnul
379 EXTRA_DIST += strchrnul.c
381 EXTRA_libgnu_la_SOURCES += strchrnul.c
383 ## end   gnulib module strchrnul
385 ## begin gnulib module strerror
388 EXTRA_DIST += strerror.c
390 EXTRA_libgnu_la_SOURCES += strerror.c
392 ## end   gnulib module strerror
394 ## begin gnulib module string
396 BUILT_SOURCES += string.h
398 # We need the following in order to create <string.h> when the system
399 # doesn't have one that works with the given compiler.
400 string.h: string.in.h
401         rm -f $@-t $@
402         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
403           sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
404               -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
405               -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \
406               -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \
407               -e 's|@''GNULIB_MBSCHR''@|$(GNULIB_MBSCHR)|g' \
408               -e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \
409               -e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \
410               -e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \
411               -e 's|@''GNULIB_MBSNCASECMP''@|$(GNULIB_MBSNCASECMP)|g' \
412               -e 's|@''GNULIB_MBSPCASECMP''@|$(GNULIB_MBSPCASECMP)|g' \
413               -e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \
414               -e 's|@''GNULIB_MBSCSPN''@|$(GNULIB_MBSCSPN)|g' \
415               -e 's|@''GNULIB_MBSPBRK''@|$(GNULIB_MBSPBRK)|g' \
416               -e 's|@''GNULIB_MBSSPN''@|$(GNULIB_MBSSPN)|g' \
417               -e 's|@''GNULIB_MBSSEP''@|$(GNULIB_MBSSEP)|g' \
418               -e 's|@''GNULIB_MBSTOK_R''@|$(GNULIB_MBSTOK_R)|g' \
419               -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \
420               -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \
421               -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \
422               -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \
423               -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \
424               -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \
425               -e 's|@''GNULIB_STRDUP''@|$(GNULIB_STRDUP)|g' \
426               -e 's|@''GNULIB_STRNDUP''@|$(GNULIB_STRNDUP)|g' \
427               -e 's|@''GNULIB_STRNLEN''@|$(GNULIB_STRNLEN)|g' \
428               -e 's|@''GNULIB_STRPBRK''@|$(GNULIB_STRPBRK)|g' \
429               -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \
430               -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \
431               -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \
432               -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \
433               -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
434               -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
435               -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
436               -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
437               -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
438               -e 's|@''HAVE_STRCASECMP''@|$(HAVE_STRCASECMP)|g' \
439               -e 's|@''HAVE_DECL_STRNCASECMP''@|$(HAVE_DECL_STRNCASECMP)|g' \
440               -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
441               -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
442               -e 's|@''HAVE_STRNDUP''@|$(HAVE_STRNDUP)|g' \
443               -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
444               -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
445               -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
446               -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
447               -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
448               -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
449               -e 's|@''HAVE_DECL_STRERROR''@|$(HAVE_DECL_STRERROR)|g' \
450               -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
451               < $(srcdir)/string.in.h; \
452         } > $@-t
453         mv $@-t $@
454 MOSTLYCLEANFILES += string.h string.h-t
456 EXTRA_DIST += string.in.h
458 ## end   gnulib module string
460 ## begin gnulib module strndup
463 EXTRA_DIST += strndup.c
465 EXTRA_libgnu_la_SOURCES += strndup.c
467 ## end   gnulib module strndup
469 ## begin gnulib module strnlen
472 EXTRA_DIST += strnlen.c
474 EXTRA_libgnu_la_SOURCES += strnlen.c
476 ## end   gnulib module strnlen
478 ## begin gnulib module sysexits
480 BUILT_SOURCES += $(SYSEXITS_H)
482 # We need the following in order to create <sysexits.h> when the system
483 # doesn't have one that works with the given compiler.
484 sysexits.h: sysexits.in.h
485         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
486           sed -e 's|@''HAVE_SYSEXITS_H''@|$(HAVE_SYSEXITS_H)|g' \
487               -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
488               -e 's|@''NEXT_SYSEXITS_H''@|$(NEXT_SYSEXITS_H)|g' \
489               < $(srcdir)/sysexits.in.h; \
490         } > $@-t
491         mv -f $@-t $@
492 MOSTLYCLEANFILES += sysexits.h sysexits.h-t
494 EXTRA_DIST += sysexits.in.h
496 ## end   gnulib module sysexits
498 ## begin gnulib module unistd
500 BUILT_SOURCES += unistd.h
502 # We need the following in order to create an empty placeholder for
503 # <unistd.h> when the system doesn't have one.
504 unistd.h: unistd.in.h
505         rm -f $@-t $@
506         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
507           sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
508               -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
509               -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
510               -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \
511               -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \
512               -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \
513               -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \
514               -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \
515               -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \
516               -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \
517               -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \
518               -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \
519               -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \
520               -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
521               -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
522               -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
523               -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
524               -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
525               -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
526               -e 's|@''REPLACE_FCHDIR''@|$(REPLACE_FCHDIR)|g' \
527               -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
528               -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
529               -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
530               < $(srcdir)/unistd.in.h; \
531         } > $@-t
532         mv $@-t $@
533 MOSTLYCLEANFILES += unistd.h unistd.h-t
535 EXTRA_DIST += unistd.in.h
537 ## end   gnulib module unistd
539 ## begin gnulib module vasnprintf
542 EXTRA_DIST += asnprintf.c float+.h printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h
544 EXTRA_libgnu_la_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c
546 ## end   gnulib module vasnprintf
548 ## begin gnulib module vsnprintf
551 EXTRA_DIST += vsnprintf.c
553 EXTRA_libgnu_la_SOURCES += vsnprintf.c
555 ## end   gnulib module vsnprintf
557 ## begin gnulib module wchar
559 BUILT_SOURCES += $(WCHAR_H)
561 # We need the following in order to create <wchar.h> when the system
562 # version does not work standalone.
563 wchar.h: wchar.in.h
564         rm -f $@-t $@
565         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
566           sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
567               -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
568               -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
569               -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \
570               -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
571               -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
572             < $(srcdir)/wchar.in.h; \
573         } > $@-t
574         mv $@-t $@
575 MOSTLYCLEANFILES += wchar.h wchar.h-t
577 EXTRA_DIST += wchar.in.h
579 ## end   gnulib module wchar
581 ## begin gnulib module xalloc
584 EXTRA_DIST += xalloc.h xmalloc.c
586 EXTRA_libgnu_la_SOURCES += xmalloc.c
588 ## end   gnulib module xalloc
590 ## begin gnulib module xalloc-die
592 libgnu_la_SOURCES += xalloc-die.c
594 ## end   gnulib module xalloc-die
596 ## begin gnulib module xsize
598 libgnu_la_SOURCES += xsize.h
600 ## end   gnulib module xsize
602 ## begin gnulib module xstrndup
604 libgnu_la_SOURCES += xstrndup.h xstrndup.c
606 ## end   gnulib module xstrndup
609 mostlyclean-local: mostlyclean-generic
610         @for dir in '' $(MOSTLYCLEANDIRS); do \
611           if test -n "$$dir" && test -d $$dir; then \
612             echo "rmdir $$dir"; rmdir $$dir; \
613           fi; \
614         done; \
615         :