2012-04-19 Pedro Alves <palves@redhat.com>
[deliverable/binutils-gdb.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 inttypes memmem 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 inttypes-incomplete
53
54 BUILT_SOURCES += inttypes.h
55
56 # We need the following in order to create <inttypes.h> when the system
57 # doesn't have one that works with the given compiler.
58 inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
59 $(AM_V_GEN)rm -f $@-t $@ && \
60 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
61 sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
62 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
63 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
64 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
65 -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
66 -e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \
67 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
68 -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
69 -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
70 -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \
71 -e 's/@''GNULIB_IMAXABS''@/$(GNULIB_IMAXABS)/g' \
72 -e 's/@''GNULIB_IMAXDIV''@/$(GNULIB_IMAXDIV)/g' \
73 -e 's/@''GNULIB_STRTOIMAX''@/$(GNULIB_STRTOIMAX)/g' \
74 -e 's/@''GNULIB_STRTOUMAX''@/$(GNULIB_STRTOUMAX)/g' \
75 -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \
76 -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \
77 -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
78 -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
79 -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \
80 -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \
81 -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \
82 -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \
83 -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \
84 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
85 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
86 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
87 < $(srcdir)/inttypes.in.h; \
88 } > $@-t && \
89 mv $@-t $@
90 MOSTLYCLEANFILES += inttypes.h inttypes.h-t
91
92 EXTRA_DIST += inttypes.in.h
93
94 ## end gnulib module inttypes-incomplete
95
96 ## begin gnulib module memchr
97
98
99 EXTRA_DIST += memchr.c memchr.valgrind
100
101 EXTRA_libgnu_a_SOURCES += memchr.c
102
103 ## end gnulib module memchr
104
105 ## begin gnulib module memmem-simple
106
107
108 EXTRA_DIST += memmem.c str-two-way.h
109
110 EXTRA_libgnu_a_SOURCES += memmem.c
111
112 ## end gnulib module memmem-simple
113
114 ## begin gnulib module snippet/arg-nonnull
115
116 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
117 # statements but through direct file reference. Therefore this snippet must be
118 # present in all Makefile.am that need it. This is ensured by the applicability
119 # 'all' defined above.
120
121 BUILT_SOURCES += arg-nonnull.h
122 # The arg-nonnull.h that gets inserted into generated .h files is the same as
123 # build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
124 # off.
125 arg-nonnull.h: $(top_srcdir)/import/extra/snippet/arg-nonnull.h
126 $(AM_V_GEN)rm -f $@-t $@ && \
127 sed -n -e '/GL_ARG_NONNULL/,$$p' \
128 < $(top_srcdir)/import/extra/snippet/arg-nonnull.h \
129 > $@-t && \
130 mv $@-t $@
131 MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
132
133 ARG_NONNULL_H=arg-nonnull.h
134
135 EXTRA_DIST += $(top_srcdir)/import/extra/snippet/arg-nonnull.h
136
137 ## end gnulib module snippet/arg-nonnull
138
139 ## begin gnulib module snippet/c++defs
140
141 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
142 # statements but through direct file reference. Therefore this snippet must be
143 # present in all Makefile.am that need it. This is ensured by the applicability
144 # 'all' defined above.
145
146 BUILT_SOURCES += c++defs.h
147 # The c++defs.h that gets inserted into generated .h files is the same as
148 # build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
149 c++defs.h: $(top_srcdir)/import/extra/snippet/c++defs.h
150 $(AM_V_GEN)rm -f $@-t $@ && \
151 sed -n -e '/_GL_CXXDEFS/,$$p' \
152 < $(top_srcdir)/import/extra/snippet/c++defs.h \
153 > $@-t && \
154 mv $@-t $@
155 MOSTLYCLEANFILES += c++defs.h c++defs.h-t
156
157 CXXDEFS_H=c++defs.h
158
159 EXTRA_DIST += $(top_srcdir)/import/extra/snippet/c++defs.h
160
161 ## end gnulib module snippet/c++defs
162
163 ## begin gnulib module snippet/warn-on-use
164
165 BUILT_SOURCES += warn-on-use.h
166 # The warn-on-use.h that gets inserted into generated .h files is the same as
167 # build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
168 # off.
169 warn-on-use.h: $(top_srcdir)/import/extra/snippet/warn-on-use.h
170 $(AM_V_GEN)rm -f $@-t $@ && \
171 sed -n -e '/^.ifndef/,$$p' \
172 < $(top_srcdir)/import/extra/snippet/warn-on-use.h \
173 > $@-t && \
174 mv $@-t $@
175 MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
176
177 WARN_ON_USE_H=warn-on-use.h
178
179 EXTRA_DIST += $(top_srcdir)/import/extra/snippet/warn-on-use.h
180
181 ## end gnulib module snippet/warn-on-use
182
183 ## begin gnulib module stddef
184
185 BUILT_SOURCES += $(STDDEF_H)
186
187 # We need the following in order to create <stddef.h> when the system
188 # doesn't have one that works with the given compiler.
189 if GL_GENERATE_STDDEF_H
190 stddef.h: stddef.in.h $(top_builddir)/config.status
191 $(AM_V_GEN)rm -f $@-t $@ && \
192 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
193 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
194 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
195 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
196 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
197 -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
198 -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
199 -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
200 < $(srcdir)/stddef.in.h; \
201 } > $@-t && \
202 mv $@-t $@
203 else
204 stddef.h: $(top_builddir)/config.status
205 rm -f $@
206 endif
207 MOSTLYCLEANFILES += stddef.h stddef.h-t
208
209 EXTRA_DIST += stddef.in.h
210
211 ## end gnulib module stddef
212
213 ## begin gnulib module stdint
214
215 BUILT_SOURCES += $(STDINT_H)
216
217 # We need the following in order to create <stdint.h> when the system
218 # doesn't have one that works with the given compiler.
219 if GL_GENERATE_STDINT_H
220 stdint.h: stdint.in.h $(top_builddir)/config.status
221 $(AM_V_GEN)rm -f $@-t $@ && \
222 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
223 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
224 -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
225 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
226 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
227 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
228 -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
229 -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
230 -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
231 -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
232 -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
233 -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
234 -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
235 -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
236 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
237 -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
238 -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
239 -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
240 -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
241 -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
242 -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
243 -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
244 -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
245 -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
246 -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
247 -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
248 -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
249 -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
250 < $(srcdir)/stdint.in.h; \
251 } > $@-t && \
252 mv $@-t $@
253 else
254 stdint.h: $(top_builddir)/config.status
255 rm -f $@
256 endif
257 MOSTLYCLEANFILES += stdint.h stdint.h-t
258
259 EXTRA_DIST += stdint.in.h
260
261 ## end gnulib module stdint
262
263 ## begin gnulib module string
264
265 BUILT_SOURCES += string.h
266
267 # We need the following in order to create <string.h> when the system
268 # doesn't have one that works with the given compiler.
269 string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
270 $(AM_V_GEN)rm -f $@-t $@ && \
271 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
272 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
273 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
274 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
275 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
276 -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
277 -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
278 -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
279 -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
280 -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
281 -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
282 -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
283 -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
284 -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
285 -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
286 -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
287 -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
288 -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
289 -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
290 -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
291 -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
292 -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
293 -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
294 -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
295 -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
296 -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
297 -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
298 -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
299 -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
300 -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
301 -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
302 -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
303 -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
304 -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
305 -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
306 -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
307 -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
308 -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
309 -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
310 -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
311 -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
312 -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
313 -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
314 < $(srcdir)/string.in.h | \
315 sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
316 -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
317 -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
318 -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
319 -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
320 -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
321 -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
322 -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
323 -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
324 -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
325 -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
326 -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
327 -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
328 -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
329 -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
330 -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
331 -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
332 -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
333 -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
334 -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
335 -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
336 -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
337 -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
338 -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
339 -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
340 -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
341 -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
342 -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
343 -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
344 -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
345 -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
346 -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
347 -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
348 -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
349 -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
350 -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
351 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
352 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
353 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
354 < $(srcdir)/string.in.h; \
355 } > $@-t && \
356 mv $@-t $@
357 MOSTLYCLEANFILES += string.h string.h-t
358
359 EXTRA_DIST += string.in.h
360
361 ## end gnulib module string
362
363 ## begin gnulib module update-copyright
364
365
366 EXTRA_DIST += $(top_srcdir)/import/extra/update-copyright
367
368 ## end gnulib module update-copyright
369
370 ## begin gnulib module dummy
371
372 libgnu_a_SOURCES += dummy.c
373
374 ## end gnulib module dummy
375
376
377 mostlyclean-local: mostlyclean-generic
378 @for dir in '' $(MOSTLYCLEANDIRS); do \
379 if test -n "$$dir" && test -d $$dir; then \
380 echo "rmdir $$dir"; rmdir $$dir; \
381 fi; \
382 done; \
383 :
This page took 0.05233 seconds and 4 git commands to generate.