Revert "Use Gnulib's `count-one-bits' module."
[bpt/guile.git] / lib / Makefile.am
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2002-2008 Free Software Foundation, Inc.
4 #
5 # This file is free software, distributed under the terms of the GNU
6 # General Public License. As a special exception to the GNU General
7 # Public License, this file may be distributed as part of a program
8 # that contains a configuration script generated by Autoconf, under
9 # the same distribution terms as the rest of that program.
10 #
11 # Generated by gnulib-tool.
12 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --aux-dir=build-aux --lgpl --libtool --macro-prefix=gl alloca extensions strcase strftime
13
14 AUTOMAKE_OPTIONS = 1.5 gnits
15
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 =
27
28 AM_CPPFLAGS =
29
30 noinst_LTLIBRARIES += libgnu.la
31
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)
37
38 ## begin gnulib module alloca
39
40
41 EXTRA_DIST += alloca.c
42
43 EXTRA_libgnu_la_SOURCES += alloca.c
44
45 libgnu_la_LIBADD += @LTALLOCA@
46 libgnu_la_DEPENDENCIES += @LTALLOCA@
47 ## end gnulib module alloca
48
49 ## begin gnulib module alloca-opt
50
51 BUILT_SOURCES += $(ALLOCA_H)
52
53 # We need the following in order to create <alloca.h> when the system
54 # doesn't have one that works with the given compiler.
55 alloca.h: alloca.in.h
56 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
57 cat $(srcdir)/alloca.in.h; \
58 } > $@-t
59 mv -f $@-t $@
60 MOSTLYCLEANFILES += alloca.h alloca.h-t
61
62 EXTRA_DIST += alloca.in.h
63
64 ## end gnulib module alloca-opt
65
66 ## begin gnulib module link-warning
67
68 LINK_WARNING_H=$(top_srcdir)/build-aux/link-warning.h
69
70 EXTRA_DIST += $(top_srcdir)/build-aux/link-warning.h
71
72 ## end gnulib module link-warning
73
74 ## begin gnulib module stdbool
75
76 BUILT_SOURCES += $(STDBOOL_H)
77
78 # We need the following in order to create <stdbool.h> when the system
79 # doesn't have one that works.
80 stdbool.h: stdbool.in.h
81 rm -f $@-t $@
82 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
83 sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
84 } > $@-t
85 mv $@-t $@
86 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
87
88 EXTRA_DIST += stdbool.in.h
89
90 ## end gnulib module stdbool
91
92 ## begin gnulib module strcase
93
94
95 EXTRA_DIST += strcasecmp.c strncasecmp.c
96
97 EXTRA_libgnu_la_SOURCES += strcasecmp.c strncasecmp.c
98
99 ## end gnulib module strcase
100
101 ## begin gnulib module strftime
102
103
104 EXTRA_DIST += strftime.c strftime.h
105
106 EXTRA_libgnu_la_SOURCES += strftime.c
107
108 ## end gnulib module strftime
109
110 ## begin gnulib module strings
111
112 BUILT_SOURCES += strings.h
113
114 # We need the following in order to create <strings.h> when the system
115 # doesn't have one that works with the given compiler.
116 strings.h: strings.in.h
117 rm -f $@-t $@
118 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
119 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
120 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
121 -e 's|@''NEXT_STRINGS_H''@|$(NEXT_STRINGS_H)|g' \
122 -e 's|@''HAVE_STRCASECMP''@|$(HAVE_STRCASECMP)|g' \
123 -e 's|@''HAVE_DECL_STRNCASECMP''@|$(HAVE_DECL_STRNCASECMP)|g' \
124 -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
125 < $(srcdir)/strings.in.h; \
126 } > $@-t
127 mv $@-t $@
128 MOSTLYCLEANFILES += strings.h strings.h-t
129
130 EXTRA_DIST += strings.in.h
131
132 ## end gnulib module strings
133
134 ## begin gnulib module time
135
136 BUILT_SOURCES += time.h
137
138 # We need the following in order to create <time.h> when the system
139 # doesn't have one that works with the given compiler.
140 time.h: time.in.h
141 rm -f $@-t $@
142 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
143 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
144 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
145 -e 's|@NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
146 -e 's|@REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
147 -e 's|@REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
148 -e 's|@REPLACE_STRPTIME''@|$(REPLACE_STRPTIME)|g' \
149 -e 's|@REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
150 -e 's|@SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
151 -e 's|@TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
152 < $(srcdir)/time.in.h; \
153 } > $@-t
154 mv $@-t $@
155 MOSTLYCLEANFILES += time.h time.h-t
156
157 EXTRA_DIST += time.in.h
158
159 ## end gnulib module time
160
161 ## begin gnulib module time_r
162
163
164 EXTRA_DIST += time_r.c
165
166 EXTRA_libgnu_la_SOURCES += time_r.c
167
168 ## end gnulib module time_r
169
170 ## begin gnulib module wchar
171
172 BUILT_SOURCES += $(WCHAR_H)
173
174 # We need the following in order to create <wchar.h> when the system
175 # version does not work standalone.
176 wchar.h: wchar.in.h
177 rm -f $@-t $@
178 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
179 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
180 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
181 -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
182 -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
183 -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \
184 -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
185 -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
186 -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
187 < $(srcdir)/wchar.in.h; \
188 } > $@-t
189 mv $@-t $@
190 MOSTLYCLEANFILES += wchar.h wchar.h-t
191
192 EXTRA_DIST += wchar.in.h
193
194 ## end gnulib module wchar
195
196 ## begin gnulib module dummy
197
198 libgnu_la_SOURCES += dummy.c
199
200 ## end gnulib module dummy
201
202
203 mostlyclean-local: mostlyclean-generic
204 @for dir in '' $(MOSTLYCLEANDIRS); do \
205 if test -n "$$dir" && test -d $$dir; then \
206 echo "rmdir $$dir"; rmdir $$dir; \
207 fi; \
208 done; \
209 :