1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2004-2006 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=gl --m4-base=gl/m4 --doc-base=doc --aux-dir=scripts --no-libtool --macro-prefix=gl alloca-opt allocsa mkdtemp setenv strpbrk xsize
14 AUTOMAKE_OPTIONS = 1.5 gnits
16 noinst_LIBRARIES = libgnu.a
19 libgnu_a_LIBADD = $(LIBOBJS)
24 MOSTLYCLEANFILES = core *.stackdump
28 MAINTAINERCLEANFILES =
32 ## begin gnulib module alloca-opt
34 BUILT_SOURCES += $(ALLOCA_H)
35 EXTRA_DIST += alloca_.h
37 # We need the following in order to create <alloca.h> when the system
38 # doesn't have one that works with the given compiler.
40 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
41 cat $(srcdir)/alloca_.h; \
44 MOSTLYCLEANFILES += alloca.h alloca.h-t
46 ## end gnulib module alloca-opt
48 ## begin gnulib module allocsa
50 libgnu_a_SOURCES += allocsa.h allocsa.c
51 EXTRA_DIST += allocsa.valgrind
53 ## end gnulib module allocsa
55 ## begin gnulib module mkdtemp
57 libgnu_a_SOURCES += mkdtemp.h
59 ## end gnulib module mkdtemp
61 ## begin gnulib module setenv
63 libgnu_a_SOURCES += setenv.h
65 ## end gnulib module setenv
67 ## begin gnulib module size_max
69 libgnu_a_SOURCES += size_max.h
71 ## end gnulib module size_max
73 ## begin gnulib module stdint
75 BUILT_SOURCES += $(STDINT_H)
76 EXTRA_DIST += stdint_.h
78 # We need the following in order to create <stdint.h> when the system
79 # doesn't have one that works with the given compiler.
82 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
83 sed -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
84 -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
85 -e 's|@''ABSOLUTE_STDINT_H''@|$(ABSOLUTE_STDINT_H)|g' \
86 -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
87 -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
88 -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
89 -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
90 -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
91 -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
92 -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
93 -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
94 -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
95 -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
96 -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
97 -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
98 -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
99 -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
100 -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
101 -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
102 -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
103 -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
104 -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
105 < $(srcdir)/stdint_.h; \
108 MOSTLYCLEANFILES += stdint.h stdint.h-t
110 ## end gnulib module stdint
112 ## begin gnulib module strpbrk
114 libgnu_a_SOURCES += strpbrk.h
116 ## end gnulib module strpbrk
118 ## begin gnulib module unistd
120 BUILT_SOURCES += $(UNISTD_H)
122 # We need the following in order to create an empty placeholder for
123 # <unistd.h> when the system doesn't have one.
125 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
126 echo '/* Empty placeholder for $@. */'; \
128 MOSTLYCLEANFILES += unistd.h
130 ## end gnulib module unistd
132 ## begin gnulib module xsize
134 libgnu_a_SOURCES += xsize.h
136 ## end gnulib module xsize
139 mostlyclean-local: mostlyclean-generic
140 @test -z "$(MOSTLYCLEANDIRS)" || \
141 for dir in $(MOSTLYCLEANDIRS); do \
142 if test -d $$dir; then \
143 echo "rmdir $$dir"; rmdir $$dir; \