2012-04-18 Pedro Alves <palves@redhat.com>
[deliverable/binutils-gdb.git] / gdb / gnulib / Makefile.am
CommitLineData
f6ea5628
DJ
1## DO NOT EDIT! GENERATED AUTOMATICALLY!
2## Process this file with automake to produce Makefile.in.
770d76d7 3# Copyright (C) 2002-2012 Free Software Foundation, Inc.
f6ea5628 4#
770d76d7
PA
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
f6ea5628
DJ
21# the same distribution terms as the rest of that program.
22#
23# Generated by gnulib-tool.
770d76d7 24# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gnulib --m4-base=gnulib/m4 --doc-base=doc --tests-base=tests --aux-dir=gnulib/extra --no-conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files inttypes memmem update-copyright
f6ea5628
DJ
25
26AUTOMAKE_OPTIONS = 1.5 gnits
27
f434ba03 28SUBDIRS =
f6ea5628
DJ
29noinst_HEADERS =
30noinst_LIBRARIES =
31noinst_LTLIBRARIES =
32EXTRA_DIST =
33BUILT_SOURCES =
34SUFFIXES =
35MOSTLYCLEANFILES = core *.stackdump
36MOSTLYCLEANDIRS =
37CLEANFILES =
38DISTCLEANFILES =
39MAINTAINERCLEANFILES =
f434ba03 40EXTRA_DIST += m4/gnulib-cache.m4
f6ea5628
DJ
41
42AM_CPPFLAGS =
f434ba03 43AM_CFLAGS =
f6ea5628
DJ
44
45noinst_LIBRARIES += libgnu.a
46
47libgnu_a_SOURCES =
48libgnu_a_LIBADD = $(gl_LIBOBJS)
49libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
50EXTRA_libgnu_a_SOURCES =
51
770d76d7 52## begin gnulib module inttypes-incomplete
55a8c076
YQ
53
54BUILT_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.
770d76d7 58inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
55a8c076
YQ
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' \
770d76d7 64 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
55a8c076
YQ
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' \
770d76d7 79 -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \
55a8c076
YQ
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' \
770d76d7 84 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
55a8c076
YQ
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 $@
90MOSTLYCLEANFILES += inttypes.h inttypes.h-t
91
92EXTRA_DIST += inttypes.in.h
93
770d76d7 94## end gnulib module inttypes-incomplete
55a8c076 95
f434ba03 96## begin gnulib module memchr
f6ea5628
DJ
97
98
f434ba03 99EXTRA_DIST += memchr.c memchr.valgrind
f6ea5628 100
f434ba03 101EXTRA_libgnu_a_SOURCES += memchr.c
f6ea5628 102
f434ba03 103## end gnulib module memchr
f6ea5628
DJ
104
105## begin gnulib module memmem-simple
106
107
108EXTRA_DIST += memmem.c str-two-way.h
109
110EXTRA_libgnu_a_SOURCES += memmem.c
111
112## end gnulib module memmem-simple
113
770d76d7
PA
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
121BUILT_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.
125arg-nonnull.h: $(top_srcdir)/gnulib/extra/snippet/arg-nonnull.h
126 $(AM_V_GEN)rm -f $@-t $@ && \
127 sed -n -e '/GL_ARG_NONNULL/,$$p' \
128 < $(top_srcdir)/gnulib/extra/snippet/arg-nonnull.h \
129 > $@-t && \
130 mv $@-t $@
131MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
132
133ARG_NONNULL_H=arg-nonnull.h
134
135EXTRA_DIST += $(top_srcdir)/gnulib/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
146BUILT_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.
149c++defs.h: $(top_srcdir)/gnulib/extra/snippet/c++defs.h
150 $(AM_V_GEN)rm -f $@-t $@ && \
151 sed -n -e '/_GL_CXXDEFS/,$$p' \
152 < $(top_srcdir)/gnulib/extra/snippet/c++defs.h \
153 > $@-t && \
154 mv $@-t $@
155MOSTLYCLEANFILES += c++defs.h c++defs.h-t
156
157CXXDEFS_H=c++defs.h
158
159EXTRA_DIST += $(top_srcdir)/gnulib/extra/snippet/c++defs.h
160
161## end gnulib module snippet/c++defs
162
163## begin gnulib module snippet/warn-on-use
164
165BUILT_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.
169warn-on-use.h: $(top_srcdir)/gnulib/extra/snippet/warn-on-use.h
170 $(AM_V_GEN)rm -f $@-t $@ && \
171 sed -n -e '/^.ifndef/,$$p' \
172 < $(top_srcdir)/gnulib/extra/snippet/warn-on-use.h \
173 > $@-t && \
174 mv $@-t $@
175MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
176
177WARN_ON_USE_H=warn-on-use.h
178
179EXTRA_DIST += $(top_srcdir)/gnulib/extra/snippet/warn-on-use.h
180
181## end gnulib module snippet/warn-on-use
182
f434ba03
PA
183## begin gnulib module stddef
184
185BUILT_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.
770d76d7
PA
189if GL_GENERATE_STDDEF_H
190stddef.h: stddef.in.h $(top_builddir)/config.status
f434ba03
PA
191 $(AM_V_GEN)rm -f $@-t $@ && \
192 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
770d76d7
PA
193 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
194 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
f434ba03 195 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
770d76d7 196 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
f434ba03
PA
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 $@
770d76d7
PA
203else
204stddef.h: $(top_builddir)/config.status
205 rm -f $@
206endif
f434ba03
PA
207MOSTLYCLEANFILES += stddef.h stddef.h-t
208
209EXTRA_DIST += stddef.in.h
210
211## end gnulib module stddef
212
f6ea5628
DJ
213## begin gnulib module stdint
214
215BUILT_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.
770d76d7
PA
219if GL_GENERATE_STDINT_H
220stdint.h: stdint.in.h $(top_builddir)/config.status
f434ba03 221 $(AM_V_GEN)rm -f $@-t $@ && \
f6ea5628 222 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
770d76d7
PA
223 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
224 -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
f434ba03
PA
225 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
226 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
770d76d7 227 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
f6ea5628
DJ
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' \
770d76d7 233 -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
f6ea5628
DJ
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' \
f434ba03 236 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
f6ea5628
DJ
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; \
f434ba03 251 } > $@-t && \
f6ea5628 252 mv $@-t $@
770d76d7
PA
253else
254stdint.h: $(top_builddir)/config.status
255 rm -f $@
256endif
f6ea5628
DJ
257MOSTLYCLEANFILES += stdint.h stdint.h-t
258
259EXTRA_DIST += stdint.in.h
260
261## end gnulib module stdint
262
263## begin gnulib module string
264
265BUILT_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.
770d76d7 269string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
f434ba03 270 $(AM_V_GEN)rm -f $@-t $@ && \
f6ea5628 271 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
770d76d7
PA
272 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
273 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
f434ba03 274 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
770d76d7 275 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
f6ea5628 276 -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
770d76d7
PA
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' \
f434ba03 314 < $(srcdir)/string.in.h | \
770d76d7
PA
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' \
f434ba03 318 -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
f6ea5628
DJ
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' \
f434ba03 322 -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
f6ea5628
DJ
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' \
f6ea5628
DJ
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' \
770d76d7 333 -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
f6ea5628 334 -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
f434ba03
PA
335 -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
336 -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
337 -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
f6ea5628
DJ
338 -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
339 -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
770d76d7 340 -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
f434ba03 341 -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
f6ea5628
DJ
342 -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
343 -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
770d76d7 344 -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
f434ba03
PA
345 -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
346 -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
347 -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
f6ea5628 348 -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
f434ba03
PA
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)'; \
f6ea5628 354 < $(srcdir)/string.in.h; \
f434ba03 355 } > $@-t && \
f6ea5628
DJ
356 mv $@-t $@
357MOSTLYCLEANFILES += string.h string.h-t
358
359EXTRA_DIST += string.in.h
360
361## end gnulib module string
362
174e088e
PA
363## begin gnulib module update-copyright
364
365
366EXTRA_DIST += $(top_srcdir)/gnulib/extra/update-copyright
367
368## end gnulib module update-copyright
369
f6ea5628
DJ
370## begin gnulib module dummy
371
372libgnu_a_SOURCES += dummy.c
373
374## end gnulib module dummy
375
376
377mostlyclean-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.372109 seconds and 4 git commands to generate.