Update gnulib to current HEAD.
[deliverable/binutils-gdb.git] / gdb / gnulib / import / Makefile.in
CommitLineData
770d76d7 1# Makefile.in generated by automake 1.11.1 from Makefile.am.
f6ea5628
DJ
2# @configure_input@
3
174e088e
PA
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# Inc.
f6ea5628
DJ
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
770d76d7 18# Copyright (C) 2002-2012 Free Software Foundation, Inc.
f6ea5628 19#
770d76d7
PA
20# This file is free software; you can redistribute it and/or modify
21# it under the terms of the GNU General Public License as published by
22# the Free Software Foundation; either version 3 of the License, or
23# (at your option) any later version.
24#
25# This file is distributed in the hope that it will be useful,
26# but WITHOUT ANY WARRANTY; without even the implied warranty of
27# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28# GNU General Public License for more details.
29#
30# You should have received a copy of the GNU General Public License
31# along with this file. If not, see <http://www.gnu.org/licenses/>.
32#
33# As a special exception to the GNU General Public License,
34# this file may be distributed as part of a program that
35# contains a configuration script generated by Autoconf, under
f6ea5628
DJ
36# the same distribution terms as the rest of that program.
37#
38# Generated by gnulib-tool.
8690e634 39# 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 fnmatch-gnu inttypes memmem update-copyright
f6ea5628
DJ
40
41
42
f6ea5628
DJ
43VPATH = @srcdir@
44pkgdatadir = $(datadir)/@PACKAGE@
f6ea5628 45pkgincludedir = $(includedir)/@PACKAGE@
81ecdfbb 46pkglibdir = $(libdir)/@PACKAGE@
f6ea5628 47am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
f6ea5628
DJ
48install_sh_DATA = $(install_sh) -c -m 644
49install_sh_PROGRAM = $(install_sh) -c
50install_sh_SCRIPT = $(install_sh) -c
51INSTALL_HEADER = $(INSTALL_DATA)
52transform = $(program_transform_name)
53NORMAL_INSTALL = :
54PRE_INSTALL = :
55POST_INSTALL = :
56NORMAL_UNINSTALL = :
57PRE_UNINSTALL = :
58POST_UNINSTALL = :
59build_triplet = @build@
60host_triplet = @host@
61target_triplet = @target@
c971b7fa 62subdir = import
f6ea5628 63DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
8690e634 64 $(srcdir)/Makefile.in alloca.c
f6ea5628 65ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
c971b7fa 66am__aclocal_m4_deps = $(top_srcdir)/import/m4/00gnulib.m4 \
8690e634
JK
67 $(top_srcdir)/import/m4/alloca.m4 \
68 $(top_srcdir)/import/m4/codeset.m4 \
69 $(top_srcdir)/import/m4/configmake.m4 \
c971b7fa 70 $(top_srcdir)/import/m4/extensions.m4 \
a512b375 71 $(top_srcdir)/import/m4/extern-inline.m4 \
8690e634
JK
72 $(top_srcdir)/import/m4/fcntl-o.m4 \
73 $(top_srcdir)/import/m4/fnmatch.m4 \
74 $(top_srcdir)/import/m4/glibc21.m4 \
c971b7fa
PA
75 $(top_srcdir)/import/m4/gnulib-common.m4 \
76 $(top_srcdir)/import/m4/gnulib-comp.m4 \
77 $(top_srcdir)/import/m4/include_next.m4 \
78 $(top_srcdir)/import/m4/inttypes-pri.m4 \
79 $(top_srcdir)/import/m4/inttypes.m4 \
8690e634
JK
80 $(top_srcdir)/import/m4/localcharset.m4 \
81 $(top_srcdir)/import/m4/locale-fr.m4 \
82 $(top_srcdir)/import/m4/locale-ja.m4 \
83 $(top_srcdir)/import/m4/locale-zh.m4 \
c971b7fa 84 $(top_srcdir)/import/m4/longlong.m4 \
8690e634
JK
85 $(top_srcdir)/import/m4/mbrtowc.m4 \
86 $(top_srcdir)/import/m4/mbsinit.m4 \
87 $(top_srcdir)/import/m4/mbsrtowcs.m4 \
88 $(top_srcdir)/import/m4/mbstate_t.m4 \
c971b7fa
PA
89 $(top_srcdir)/import/m4/memchr.m4 \
90 $(top_srcdir)/import/m4/memmem.m4 \
91 $(top_srcdir)/import/m4/mmap-anon.m4 \
92 $(top_srcdir)/import/m4/multiarch.m4 \
93 $(top_srcdir)/import/m4/onceonly.m4 \
8690e634 94 $(top_srcdir)/import/m4/stdbool.m4 \
c971b7fa
PA
95 $(top_srcdir)/import/m4/stddef_h.m4 \
96 $(top_srcdir)/import/m4/stdint.m4 \
97 $(top_srcdir)/import/m4/string_h.m4 \
98 $(top_srcdir)/import/m4/warn-on-use.m4 \
8690e634
JK
99 $(top_srcdir)/import/m4/wchar_h.m4 \
100 $(top_srcdir)/import/m4/wchar_t.m4 \
101 $(top_srcdir)/import/m4/wctype_h.m4 \
102 $(top_srcdir)/import/m4/wint_t.m4 $(top_srcdir)/configure.ac
f6ea5628
DJ
103am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104 $(ACLOCAL_M4)
c971b7fa 105mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
f6ea5628
DJ
106CONFIG_HEADER = $(top_builddir)/config.h
107CONFIG_CLEAN_FILES =
81ecdfbb 108CONFIG_CLEAN_VPATH_FILES =
f6ea5628 109LIBRARIES = $(noinst_LIBRARIES)
f6ea5628 110libgnu_a_AR = $(AR) $(ARFLAGS)
aa11fd3f 111am__DEPENDENCIES_1 =
a512b375
JB
112am_libgnu_a_OBJECTS = localcharset.$(OBJEXT) strnlen1.$(OBJEXT) \
113 wctype-h.$(OBJEXT)
f6ea5628
DJ
114libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS)
115LTLIBRARIES = $(noinst_LTLIBRARIES)
81ecdfbb 116DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
c971b7fa 117depcomp = $(SHELL) $(top_srcdir)/../../depcomp
f6ea5628 118am__depfiles_maybe = depfiles
81ecdfbb 119am__mv = mv -f
f6ea5628
DJ
120COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
121 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
122CCLD = $(CC)
123LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
124SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES)
125DIST_SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES)
f434ba03
PA
126RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
127 html-recursive info-recursive install-data-recursive \
128 install-dvi-recursive install-exec-recursive \
129 install-html-recursive install-info-recursive \
130 install-pdf-recursive install-ps-recursive install-recursive \
131 installcheck-recursive installdirs-recursive pdf-recursive \
132 ps-recursive uninstall-recursive
f6ea5628 133HEADERS = $(noinst_HEADERS)
f434ba03
PA
134RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
135 distclean-recursive maintainer-clean-recursive
136AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
137 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
138 distdir
f6ea5628
DJ
139ETAGS = etags
140CTAGS = ctags
f434ba03 141DIST_SUBDIRS = $(SUBDIRS)
f6ea5628 142DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
f434ba03
PA
143am__relativize = \
144 dir0=`pwd`; \
145 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
146 sed_rest='s,^[^/]*/*,,'; \
147 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
148 sed_butlast='s,/*[^/]*$$,,'; \
149 while test -n "$$dir1"; do \
150 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
151 if test "$$first" != "."; then \
152 if test "$$first" = ".."; then \
153 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
154 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
155 else \
156 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
157 if test "$$first2" = "$$first"; then \
158 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
159 else \
160 dir2="../$$dir2"; \
161 fi; \
162 dir0="$$dir0"/"$$first"; \
163 fi; \
164 fi; \
165 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
166 done; \
167 reldir="$$dir2"
8690e634 168pkglibexecdir = @pkglibexecdir@
f6ea5628 169ACLOCAL = @ACLOCAL@
8690e634
JK
170ALLOCA = @ALLOCA@
171ALLOCA_H = @ALLOCA_H@
f6ea5628 172AMTAR = @AMTAR@
f434ba03 173APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
f6ea5628 174AR = @AR@
770d76d7 175ARFLAGS = @ARFLAGS@
f6ea5628
DJ
176AUTOCONF = @AUTOCONF@
177AUTOHEADER = @AUTOHEADER@
178AUTOMAKE = @AUTOMAKE@
179AWK = @AWK@
aa11fd3f
DJ
180BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
181BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
182BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
183BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
184BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
f6ea5628
DJ
185CC = @CC@
186CCDEPMODE = @CCDEPMODE@
187CFLAGS = @CFLAGS@
f6ea5628
DJ
188CPP = @CPP@
189CPPFLAGS = @CPPFLAGS@
190CYGPATH_W = @CYGPATH_W@
f6ea5628
DJ
191DEFS = @DEFS@
192DEPDIR = @DEPDIR@
f6ea5628
DJ
193ECHO_C = @ECHO_C@
194ECHO_N = @ECHO_N@
195ECHO_T = @ECHO_T@
196EGREP = @EGREP@
f6ea5628 197EXEEXT = @EXEEXT@
8690e634
JK
198FNMATCH_H = @FNMATCH_H@
199GLIBC21 = @GLIBC21@
200GNULIB_BTOWC = @GNULIB_BTOWC@
770d76d7
PA
201GNULIB_FFSL = @GNULIB_FFSL@
202GNULIB_FFSLL = @GNULIB_FFSLL@
55a8c076
YQ
203GNULIB_IMAXABS = @GNULIB_IMAXABS@
204GNULIB_IMAXDIV = @GNULIB_IMAXDIV@
8690e634
JK
205GNULIB_ISWBLANK = @GNULIB_ISWBLANK@
206GNULIB_ISWCTYPE = @GNULIB_ISWCTYPE@
207GNULIB_MBRLEN = @GNULIB_MBRLEN@
208GNULIB_MBRTOWC = @GNULIB_MBRTOWC@
aa11fd3f
DJ
209GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
210GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
211GNULIB_MBSCHR = @GNULIB_MBSCHR@
212GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
8690e634 213GNULIB_MBSINIT = @GNULIB_MBSINIT@
aa11fd3f
DJ
214GNULIB_MBSLEN = @GNULIB_MBSLEN@
215GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
216GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
8690e634 217GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@
aa11fd3f
DJ
218GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
219GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
220GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
8690e634 221GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@
aa11fd3f
DJ
222GNULIB_MBSSEP = @GNULIB_MBSSEP@
223GNULIB_MBSSPN = @GNULIB_MBSSPN@
224GNULIB_MBSSTR = @GNULIB_MBSSTR@
225GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
f434ba03 226GNULIB_MEMCHR = @GNULIB_MEMCHR@
aa11fd3f
DJ
227GNULIB_MEMMEM = @GNULIB_MEMMEM@
228GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
229GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
f434ba03 230GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@
aa11fd3f
DJ
231GNULIB_STPCPY = @GNULIB_STPCPY@
232GNULIB_STPNCPY = @GNULIB_STPNCPY@
233GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
234GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
235GNULIB_STRDUP = @GNULIB_STRDUP@
236GNULIB_STRERROR = @GNULIB_STRERROR@
770d76d7 237GNULIB_STRERROR_R = @GNULIB_STRERROR_R@
f434ba03 238GNULIB_STRNCAT = @GNULIB_STRNCAT@
aa11fd3f
DJ
239GNULIB_STRNDUP = @GNULIB_STRNDUP@
240GNULIB_STRNLEN = @GNULIB_STRNLEN@
241GNULIB_STRPBRK = @GNULIB_STRPBRK@
242GNULIB_STRSEP = @GNULIB_STRSEP@
243GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@
244GNULIB_STRSTR = @GNULIB_STRSTR@
55a8c076 245GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@
aa11fd3f 246GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
55a8c076 247GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@
f434ba03 248GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@
8690e634
JK
249GNULIB_TOWCTRANS = @GNULIB_TOWCTRANS@
250GNULIB_WCPCPY = @GNULIB_WCPCPY@
251GNULIB_WCPNCPY = @GNULIB_WCPNCPY@
252GNULIB_WCRTOMB = @GNULIB_WCRTOMB@
253GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@
254GNULIB_WCSCAT = @GNULIB_WCSCAT@
255GNULIB_WCSCHR = @GNULIB_WCSCHR@
256GNULIB_WCSCMP = @GNULIB_WCSCMP@
257GNULIB_WCSCOLL = @GNULIB_WCSCOLL@
258GNULIB_WCSCPY = @GNULIB_WCSCPY@
259GNULIB_WCSCSPN = @GNULIB_WCSCSPN@
260GNULIB_WCSDUP = @GNULIB_WCSDUP@
261GNULIB_WCSLEN = @GNULIB_WCSLEN@
262GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@
263GNULIB_WCSNCAT = @GNULIB_WCSNCAT@
264GNULIB_WCSNCMP = @GNULIB_WCSNCMP@
265GNULIB_WCSNCPY = @GNULIB_WCSNCPY@
266GNULIB_WCSNLEN = @GNULIB_WCSNLEN@
267GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@
268GNULIB_WCSPBRK = @GNULIB_WCSPBRK@
269GNULIB_WCSRCHR = @GNULIB_WCSRCHR@
270GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@
271GNULIB_WCSSPN = @GNULIB_WCSSPN@
272GNULIB_WCSSTR = @GNULIB_WCSSTR@
273GNULIB_WCSTOK = @GNULIB_WCSTOK@
274GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@
275GNULIB_WCSXFRM = @GNULIB_WCSXFRM@
276GNULIB_WCTOB = @GNULIB_WCTOB@
277GNULIB_WCTRANS = @GNULIB_WCTRANS@
278GNULIB_WCTYPE = @GNULIB_WCTYPE@
279GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
280GNULIB_WMEMCHR = @GNULIB_WMEMCHR@
281GNULIB_WMEMCMP = @GNULIB_WMEMCMP@
282GNULIB_WMEMCPY = @GNULIB_WMEMCPY@
283GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@
284GNULIB_WMEMSET = @GNULIB_WMEMSET@
81ecdfbb 285GREP = @GREP@
8690e634 286HAVE_BTOWC = @HAVE_BTOWC@
55a8c076
YQ
287HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@
288HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@
aa11fd3f
DJ
289HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
290HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
291HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
770d76d7 292HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@
aa11fd3f
DJ
293HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
294HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
295HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@
55a8c076 296HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@
aa11fd3f 297HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
55a8c076 298HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@
8690e634
JK
299HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@
300HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
301HAVE_FEATURES_H = @HAVE_FEATURES_H@
770d76d7
PA
302HAVE_FFSL = @HAVE_FFSL@
303HAVE_FFSLL = @HAVE_FFSLL@
aa11fd3f 304HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
8690e634
JK
305HAVE_ISWBLANK = @HAVE_ISWBLANK@
306HAVE_ISWCNTRL = @HAVE_ISWCNTRL@
aa11fd3f 307HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
8690e634
JK
308HAVE_MBRLEN = @HAVE_MBRLEN@
309HAVE_MBRTOWC = @HAVE_MBRTOWC@
310HAVE_MBSINIT = @HAVE_MBSINIT@
f434ba03 311HAVE_MBSLEN = @HAVE_MBSLEN@
8690e634
JK
312HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@
313HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@
f434ba03 314HAVE_MEMCHR = @HAVE_MEMCHR@
aa11fd3f 315HAVE_MEMPCPY = @HAVE_MEMPCPY@
f434ba03 316HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@
aa11fd3f
DJ
317HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
318HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
319HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
320HAVE_STDINT_H = @HAVE_STDINT_H@
321HAVE_STPCPY = @HAVE_STPCPY@
322HAVE_STPNCPY = @HAVE_STPNCPY@
323HAVE_STRCASESTR = @HAVE_STRCASESTR@
324HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
aa11fd3f
DJ
325HAVE_STRPBRK = @HAVE_STRPBRK@
326HAVE_STRSEP = @HAVE_STRSEP@
f434ba03 327HAVE_STRVERSCMP = @HAVE_STRVERSCMP@
aa11fd3f
DJ
328HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
329HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
330HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
331HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
332HAVE_WCHAR_H = @HAVE_WCHAR_H@
f434ba03 333HAVE_WCHAR_T = @HAVE_WCHAR_T@
8690e634
JK
334HAVE_WCPCPY = @HAVE_WCPCPY@
335HAVE_WCPNCPY = @HAVE_WCPNCPY@
336HAVE_WCRTOMB = @HAVE_WCRTOMB@
337HAVE_WCSCASECMP = @HAVE_WCSCASECMP@
338HAVE_WCSCAT = @HAVE_WCSCAT@
339HAVE_WCSCHR = @HAVE_WCSCHR@
340HAVE_WCSCMP = @HAVE_WCSCMP@
341HAVE_WCSCOLL = @HAVE_WCSCOLL@
342HAVE_WCSCPY = @HAVE_WCSCPY@
343HAVE_WCSCSPN = @HAVE_WCSCSPN@
344HAVE_WCSDUP = @HAVE_WCSDUP@
345HAVE_WCSLEN = @HAVE_WCSLEN@
346HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@
347HAVE_WCSNCAT = @HAVE_WCSNCAT@
348HAVE_WCSNCMP = @HAVE_WCSNCMP@
349HAVE_WCSNCPY = @HAVE_WCSNCPY@
350HAVE_WCSNLEN = @HAVE_WCSNLEN@
351HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@
352HAVE_WCSPBRK = @HAVE_WCSPBRK@
353HAVE_WCSRCHR = @HAVE_WCSRCHR@
354HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@
355HAVE_WCSSPN = @HAVE_WCSSPN@
356HAVE_WCSSTR = @HAVE_WCSSTR@
357HAVE_WCSTOK = @HAVE_WCSTOK@
358HAVE_WCSWIDTH = @HAVE_WCSWIDTH@
359HAVE_WCSXFRM = @HAVE_WCSXFRM@
360HAVE_WCTRANS_T = @HAVE_WCTRANS_T@
361HAVE_WCTYPE_H = @HAVE_WCTYPE_H@
362HAVE_WCTYPE_T = @HAVE_WCTYPE_T@
363HAVE_WINT_T = @HAVE_WINT_T@
364HAVE_WMEMCHR = @HAVE_WMEMCHR@
365HAVE_WMEMCMP = @HAVE_WMEMCMP@
366HAVE_WMEMCPY = @HAVE_WMEMCPY@
367HAVE_WMEMMOVE = @HAVE_WMEMMOVE@
368HAVE_WMEMSET = @HAVE_WMEMSET@
369HAVE__BOOL = @HAVE__BOOL@
aa11fd3f 370INCLUDE_NEXT = @INCLUDE_NEXT@
f434ba03 371INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
81ecdfbb 372INSTALL = @INSTALL@
f6ea5628
DJ
373INSTALL_DATA = @INSTALL_DATA@
374INSTALL_PROGRAM = @INSTALL_PROGRAM@
375INSTALL_SCRIPT = @INSTALL_SCRIPT@
376INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
55a8c076
YQ
377INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@
378INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@
f6ea5628 379LDFLAGS = @LDFLAGS@
aa11fd3f
DJ
380LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
381LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
f6ea5628
DJ
382LIBOBJS = @LIBOBJS@
383LIBS = @LIBS@
384LN_S = @LN_S@
8690e634
JK
385LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@
386LOCALE_FR = @LOCALE_FR@
387LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@
388LOCALE_JA = @LOCALE_JA@
389LOCALE_ZH_CN = @LOCALE_ZH_CN@
f6ea5628
DJ
390LTLIBOBJS = @LTLIBOBJS@
391MAINT = @MAINT@
f6ea5628 392MAKEINFO = @MAKEINFO@
81ecdfbb 393MKDIR_P = @MKDIR_P@
55a8c076 394NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@
f434ba03
PA
395NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@
396NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@
397NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@
8690e634
JK
398NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@
399NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H@
55a8c076 400NEXT_INTTYPES_H = @NEXT_INTTYPES_H@
f434ba03 401NEXT_STDDEF_H = @NEXT_STDDEF_H@
aa11fd3f
DJ
402NEXT_STDINT_H = @NEXT_STDINT_H@
403NEXT_STRING_H = @NEXT_STRING_H@
8690e634
JK
404NEXT_WCHAR_H = @NEXT_WCHAR_H@
405NEXT_WCTYPE_H = @NEXT_WCTYPE_H@
f6ea5628
DJ
406OBJEXT = @OBJEXT@
407PACKAGE = @PACKAGE@
408PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
409PACKAGE_NAME = @PACKAGE_NAME@
410PACKAGE_STRING = @PACKAGE_STRING@
411PACKAGE_TARNAME = @PACKAGE_TARNAME@
81ecdfbb 412PACKAGE_URL = @PACKAGE_URL@
f6ea5628
DJ
413PACKAGE_VERSION = @PACKAGE_VERSION@
414PATH_SEPARATOR = @PATH_SEPARATOR@
770d76d7 415PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
f434ba03 416PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
55a8c076
YQ
417PRIPTR_PREFIX = @PRIPTR_PREFIX@
418PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
aa11fd3f 419PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
f6ea5628 420RANLIB = @RANLIB@
8690e634
JK
421REPLACE_BTOWC = @REPLACE_BTOWC@
422REPLACE_ISWBLANK = @REPLACE_ISWBLANK@
423REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@
424REPLACE_MBRLEN = @REPLACE_MBRLEN@
425REPLACE_MBRTOWC = @REPLACE_MBRTOWC@
426REPLACE_MBSINIT = @REPLACE_MBSINIT@
427REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@
428REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@
429REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@
f434ba03 430REPLACE_MEMCHR = @REPLACE_MEMCHR@
aa11fd3f 431REPLACE_MEMMEM = @REPLACE_MEMMEM@
f434ba03
PA
432REPLACE_NULL = @REPLACE_NULL@
433REPLACE_STPNCPY = @REPLACE_STPNCPY@
aa11fd3f 434REPLACE_STRCASESTR = @REPLACE_STRCASESTR@
770d76d7 435REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@
f434ba03 436REPLACE_STRDUP = @REPLACE_STRDUP@
aa11fd3f 437REPLACE_STRERROR = @REPLACE_STRERROR@
770d76d7 438REPLACE_STRERROR_R = @REPLACE_STRERROR_R@
f434ba03
PA
439REPLACE_STRNCAT = @REPLACE_STRNCAT@
440REPLACE_STRNDUP = @REPLACE_STRNDUP@
441REPLACE_STRNLEN = @REPLACE_STRNLEN@
aa11fd3f
DJ
442REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@
443REPLACE_STRSTR = @REPLACE_STRSTR@
770d76d7 444REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@
f434ba03 445REPLACE_STRTOK_R = @REPLACE_STRTOK_R@
8690e634
JK
446REPLACE_TOWLOWER = @REPLACE_TOWLOWER@
447REPLACE_WCRTOMB = @REPLACE_WCRTOMB@
448REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@
449REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@
450REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@
451REPLACE_WCTOB = @REPLACE_WCTOB@
452REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
f6ea5628
DJ
453SET_MAKE = @SET_MAKE@
454SHELL = @SHELL@
aa11fd3f 455SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
aa11fd3f 456SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
8690e634 457STDBOOL_H = @STDBOOL_H@
f434ba03 458STDDEF_H = @STDDEF_H@
aa11fd3f 459STDINT_H = @STDINT_H@
f6ea5628 460STRIP = @STRIP@
55a8c076
YQ
461UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@
462UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@
f434ba03 463UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
f6ea5628 464VERSION = @VERSION@
aa11fd3f 465WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
aa11fd3f 466WINT_T_SUFFIX = @WINT_T_SUFFIX@
81ecdfbb
RW
467abs_builddir = @abs_builddir@
468abs_srcdir = @abs_srcdir@
469abs_top_builddir = @abs_top_builddir@
470abs_top_srcdir = @abs_top_srcdir@
f6ea5628 471ac_ct_CC = @ac_ct_CC@
f6ea5628
DJ
472am__include = @am__include@
473am__leading_dot = @am__leading_dot@
474am__quote = @am__quote@
475am__tar = @am__tar@
476am__untar = @am__untar@
477bindir = @bindir@
478build = @build@
479build_alias = @build_alias@
480build_cpu = @build_cpu@
481build_os = @build_os@
482build_vendor = @build_vendor@
81ecdfbb 483builddir = @builddir@
f6ea5628
DJ
484datadir = @datadir@
485datarootdir = @datarootdir@
486docdir = @docdir@
81ecdfbb 487dvidir = @dvidir@
f6ea5628 488exec_prefix = @exec_prefix@
aa11fd3f
DJ
489gl_LIBOBJS = @gl_LIBOBJS@
490gl_LTLIBOBJS = @gl_LTLIBOBJS@
491gltests_LIBOBJS = @gltests_LIBOBJS@
492gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
f434ba03 493gltests_WITNESS = @gltests_WITNESS@
f6ea5628
DJ
494host = @host@
495host_alias = @host_alias@
496host_cpu = @host_cpu@
497host_os = @host_os@
498host_vendor = @host_vendor@
499htmldir = @htmldir@
500includedir = @includedir@
501infodir = @infodir@
502install_sh = @install_sh@
503libdir = @libdir@
504libexecdir = @libexecdir@
8690e634 505lispdir = @lispdir@
f6ea5628
DJ
506localedir = @localedir@
507localstatedir = @localstatedir@
508mandir = @mandir@
509mkdir_p = @mkdir_p@
f6ea5628
DJ
510oldincludedir = @oldincludedir@
511pdfdir = @pdfdir@
512prefix = @prefix@
513program_transform_name = @program_transform_name@
81ecdfbb 514psdir = @psdir@
f6ea5628
DJ
515sbindir = @sbindir@
516sharedstatedir = @sharedstatedir@
81ecdfbb 517srcdir = @srcdir@
f6ea5628
DJ
518sysconfdir = @sysconfdir@
519target = @target@
520target_alias = @target_alias@
521target_cpu = @target_cpu@
522target_os = @target_os@
f6ea5628 523target_vendor = @target_vendor@
81ecdfbb
RW
524top_build_prefix = @top_build_prefix@
525top_builddir = @top_builddir@
526top_srcdir = @top_srcdir@
f6ea5628 527AUTOMAKE_OPTIONS = 1.5 gnits
f434ba03 528SUBDIRS =
f6ea5628
DJ
529noinst_HEADERS =
530noinst_LIBRARIES = libgnu.a
531noinst_LTLIBRARIES =
8690e634
JK
532EXTRA_DIST = m4/gnulib-cache.m4 alloca.c alloca.in.h fnmatch.c \
533 fnmatch.in.h fnmatch_loop.c inttypes.in.h config.charset \
534 ref-add.sin ref-del.sin mbrtowc.c mbsinit.c mbsrtowcs-impl.h \
535 mbsrtowcs-state.c mbsrtowcs.c memchr.c memchr.valgrind \
770d76d7 536 memmem.c str-two-way.h \
c971b7fa
PA
537 $(top_srcdir)/import/extra/snippet/arg-nonnull.h \
538 $(top_srcdir)/import/extra/snippet/c++defs.h \
8690e634
JK
539 $(top_srcdir)/import/extra/snippet/warn-on-use.h stdbool.in.h \
540 stddef.in.h stdint.in.h streq.h string.in.h \
541 $(top_srcdir)/import/extra/update-copyright verify.h \
542 wchar.in.h wctype.in.h
f434ba03
PA
543
544# The BUILT_SOURCES created by this Makefile snippet are not used via #include
545# statements but through direct file reference. Therefore this snippet must be
546# present in all Makefile.am that need it. This is ensured by the applicability
547# 'all' defined above.
548
549# The BUILT_SOURCES created by this Makefile snippet are not used via #include
550# statements but through direct file reference. Therefore this snippet must be
551# present in all Makefile.am that need it. This is ensured by the applicability
552# 'all' defined above.
8690e634
JK
553BUILT_SOURCES = $(ALLOCA_H) configmake.h $(FNMATCH_H) inttypes.h \
554 arg-nonnull.h c++defs.h warn-on-use.h $(STDBOOL_H) $(STDDEF_H) \
555 $(STDINT_H) string.h wchar.h wctype.h
556SUFFIXES = .sed .sin
557MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t fnmatch.h \
558 fnmatch.h-t inttypes.h inttypes.h-t arg-nonnull.h \
559 arg-nonnull.h-t c++defs.h c++defs.h-t warn-on-use.h \
560 warn-on-use.h-t stdbool.h stdbool.h-t stddef.h stddef.h-t \
561 stdint.h stdint.h-t string.h string.h-t wchar.h wchar.h-t \
562 wctype.h wctype.h-t
f6ea5628 563MOSTLYCLEANDIRS =
8690e634
JK
564CLEANFILES = configmake.h configmake.h-t charset.alias ref-add.sed \
565 ref-del.sed
f6ea5628
DJ
566DISTCLEANFILES =
567MAINTAINERCLEANFILES =
568AM_CPPFLAGS =
f434ba03 569AM_CFLAGS =
a512b375
JB
570libgnu_a_SOURCES = localcharset.h localcharset.c strnlen1.h strnlen1.c \
571 wctype-h.c
8690e634
JK
572libgnu_a_LIBADD = $(gl_LIBOBJS) @ALLOCA@
573libgnu_a_DEPENDENCIES = $(gl_LIBOBJS) @ALLOCA@
574EXTRA_libgnu_a_SOURCES = alloca.c fnmatch.c fnmatch_loop.c mbrtowc.c \
575 mbsinit.c mbsrtowcs-state.c mbsrtowcs.c memchr.c memmem.c
576charset_alias = $(DESTDIR)$(libdir)/charset.alias
577charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
f434ba03
PA
578ARG_NONNULL_H = arg-nonnull.h
579CXXDEFS_H = c++defs.h
580WARN_ON_USE_H = warn-on-use.h
f6ea5628 581all: $(BUILT_SOURCES)
f434ba03 582 $(MAKE) $(AM_MAKEFLAGS) all-recursive
f6ea5628
DJ
583
584.SUFFIXES:
8690e634 585.SUFFIXES: .sed .sin .c .o .obj
f6ea5628
DJ
586$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
587 @for dep in $?; do \
588 case '$(am__configure_deps)' in \
589 *$$dep*) \
81ecdfbb
RW
590 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
591 && { if test -f $@; then exit 0; else break; fi; }; \
f6ea5628
DJ
592 exit 1;; \
593 esac; \
594 done; \
c971b7fa 595 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits import/Makefile'; \
81ecdfbb 596 $(am__cd) $(top_srcdir) && \
c971b7fa 597 $(AUTOMAKE) --gnits import/Makefile
f6ea5628
DJ
598.PRECIOUS: Makefile
599Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
600 @case '$?' in \
601 *config.status*) \
602 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
603 *) \
604 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
605 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
606 esac;
607
608$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
609 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
610
611$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
612 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
613$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
614 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
81ecdfbb 615$(am__aclocal_m4_deps):
f6ea5628
DJ
616
617clean-noinstLIBRARIES:
618 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
619libgnu.a: $(libgnu_a_OBJECTS) $(libgnu_a_DEPENDENCIES)
620 -rm -f libgnu.a
621 $(libgnu_a_AR) libgnu.a $(libgnu_a_OBJECTS) $(libgnu_a_LIBADD)
622 $(RANLIB) libgnu.a
623
624clean-noinstLTLIBRARIES:
625 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
626 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
627 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
628 test "$$dir" != "$$p" || dir=.; \
629 echo "rm -f \"$${dir}/so_locations\""; \
630 rm -f "$${dir}/so_locations"; \
631 done
632
633mostlyclean-compile:
634 -rm -f *.$(OBJEXT)
635
636distclean-compile:
637 -rm -f *.tab.c
638
8690e634
JK
639@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alloca.Po@am__quote@
640@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloca.Po@am__quote@
641@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fnmatch.Po@am__quote@
642@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fnmatch_loop.Po@am__quote@
643@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localcharset.Po@am__quote@
644@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbrtowc.Po@am__quote@
645@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbsinit.Po@am__quote@
646@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbsrtowcs-state.Po@am__quote@
647@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbsrtowcs.Po@am__quote@
f6ea5628 648@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memchr.Po@am__quote@
f6ea5628 649@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmem.Po@am__quote@
8690e634 650@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen1.Po@am__quote@
a512b375 651@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wctype-h.Po@am__quote@
f6ea5628
DJ
652
653.c.o:
81ecdfbb
RW
654@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
655@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
f6ea5628
DJ
656@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
657@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
658@am__fastdepCC_FALSE@ $(COMPILE) -c $<
659
660.c.obj:
81ecdfbb
RW
661@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
662@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
f6ea5628
DJ
663@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
664@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
665@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
f6ea5628 666
f434ba03
PA
667# This directory's subdirectories are mostly independent; you can cd
668# into them and run `make' without going through this Makefile.
669# To change the values of `make' variables: instead of editing Makefiles,
670# (1) if the variable is set in `config.status', edit `config.status'
671# (which will cause the Makefiles to be regenerated when you run `make');
672# (2) otherwise, pass the desired values on the `make' command line.
673$(RECURSIVE_TARGETS):
55a8c076 674 @fail= failcom='exit 1'; \
f434ba03
PA
675 for f in x $$MAKEFLAGS; do \
676 case $$f in \
677 *=* | --[!k]*);; \
678 *k*) failcom='fail=yes';; \
679 esac; \
680 done; \
681 dot_seen=no; \
682 target=`echo $@ | sed s/-recursive//`; \
683 list='$(SUBDIRS)'; for subdir in $$list; do \
684 echo "Making $$target in $$subdir"; \
685 if test "$$subdir" = "."; then \
686 dot_seen=yes; \
687 local_target="$$target-am"; \
688 else \
689 local_target="$$target"; \
690 fi; \
691 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
692 || eval $$failcom; \
693 done; \
694 if test "$$dot_seen" = "no"; then \
695 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
696 fi; test -z "$$fail"
697
698$(RECURSIVE_CLEAN_TARGETS):
55a8c076 699 @fail= failcom='exit 1'; \
f434ba03
PA
700 for f in x $$MAKEFLAGS; do \
701 case $$f in \
702 *=* | --[!k]*);; \
703 *k*) failcom='fail=yes';; \
704 esac; \
705 done; \
706 dot_seen=no; \
707 case "$@" in \
708 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
709 *) list='$(SUBDIRS)' ;; \
710 esac; \
711 rev=''; for subdir in $$list; do \
712 if test "$$subdir" = "."; then :; else \
713 rev="$$subdir $$rev"; \
714 fi; \
715 done; \
716 rev="$$rev ."; \
717 target=`echo $@ | sed s/-recursive//`; \
718 for subdir in $$rev; do \
719 echo "Making $$target in $$subdir"; \
720 if test "$$subdir" = "."; then \
721 local_target="$$target-am"; \
722 else \
723 local_target="$$target"; \
724 fi; \
725 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
726 || eval $$failcom; \
727 done && test -z "$$fail"
728tags-recursive:
729 list='$(SUBDIRS)'; for subdir in $$list; do \
730 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
731 done
732ctags-recursive:
733 list='$(SUBDIRS)'; for subdir in $$list; do \
734 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
735 done
736
f6ea5628
DJ
737ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
738 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
739 unique=`for i in $$list; do \
740 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
741 done | \
81ecdfbb
RW
742 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
743 END { if (nonempty) { for (i in files) print i; }; }'`; \
f6ea5628
DJ
744 mkid -fID $$unique
745tags: TAGS
746
f434ba03 747TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
f6ea5628 748 $(TAGS_FILES) $(LISP)
81ecdfbb 749 set x; \
f6ea5628 750 here=`pwd`; \
f434ba03
PA
751 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
752 include_option=--etags-include; \
753 empty_fix=.; \
754 else \
755 include_option=--include; \
756 empty_fix=; \
757 fi; \
758 list='$(SUBDIRS)'; for subdir in $$list; do \
759 if test "$$subdir" = .; then :; else \
760 test ! -f $$subdir/TAGS || \
761 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
762 fi; \
763 done; \
f6ea5628
DJ
764 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
765 unique=`for i in $$list; do \
766 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
767 done | \
81ecdfbb
RW
768 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
769 END { if (nonempty) { for (i in files) print i; }; }'`; \
770 shift; \
771 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
f6ea5628 772 test -n "$$unique" || unique=$$empty_fix; \
81ecdfbb
RW
773 if test $$# -gt 0; then \
774 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
775 "$$@" $$unique; \
776 else \
777 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
778 $$unique; \
779 fi; \
f6ea5628
DJ
780 fi
781ctags: CTAGS
f434ba03 782CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
f6ea5628 783 $(TAGS_FILES) $(LISP)
f6ea5628
DJ
784 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
785 unique=`for i in $$list; do \
786 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
787 done | \
81ecdfbb
RW
788 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
789 END { if (nonempty) { for (i in files) print i; }; }'`; \
790 test -z "$(CTAGS_ARGS)$$unique" \
f6ea5628 791 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
81ecdfbb 792 $$unique
f6ea5628
DJ
793
794GTAGS:
795 here=`$(am__cd) $(top_builddir) && pwd` \
81ecdfbb
RW
796 && $(am__cd) $(top_srcdir) \
797 && gtags -i $(GTAGS_ARGS) "$$here"
f6ea5628
DJ
798
799distclean-tags:
800 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
801
802distdir: $(DISTFILES)
81ecdfbb
RW
803 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
804 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
805 list='$(DISTFILES)'; \
806 dist_files=`for file in $$list; do echo $$file; done | \
807 sed -e "s|^$$srcdirstrip/||;t" \
808 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
809 case $$dist_files in \
810 */*) $(MKDIR_P) `echo "$$dist_files" | \
811 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
812 sort -u` ;; \
813 esac; \
814 for file in $$dist_files; do \
f6ea5628 815 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
f6ea5628 816 if test -d $$d/$$file; then \
81ecdfbb
RW
817 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
818 if test -d "$(distdir)/$$file"; then \
819 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
820 fi; \
f6ea5628 821 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
81ecdfbb
RW
822 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
823 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
f6ea5628 824 fi; \
81ecdfbb 825 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
f6ea5628 826 else \
81ecdfbb
RW
827 test -f "$(distdir)/$$file" \
828 || cp -p $$d/$$file "$(distdir)/$$file" \
f6ea5628
DJ
829 || exit 1; \
830 fi; \
831 done
f434ba03
PA
832 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
833 if test "$$subdir" = .; then :; else \
834 test -d "$(distdir)/$$subdir" \
835 || $(MKDIR_P) "$(distdir)/$$subdir" \
836 || exit 1; \
837 fi; \
838 done
839 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
840 if test "$$subdir" = .; then :; else \
841 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
842 $(am__relativize); \
843 new_distdir=$$reldir; \
844 dir1=$$subdir; dir2="$(top_distdir)"; \
845 $(am__relativize); \
846 new_top_distdir=$$reldir; \
847 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
848 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
849 ($(am__cd) $$subdir && \
850 $(MAKE) $(AM_MAKEFLAGS) \
851 top_distdir="$$new_top_distdir" \
852 distdir="$$new_distdir" \
853 am__remove_distdir=: \
854 am__skip_length_check=: \
855 am__skip_mode_fix=: \
856 distdir) \
857 || exit 1; \
858 fi; \
859 done
f6ea5628
DJ
860check-am: all-am
861check: $(BUILT_SOURCES)
f434ba03 862 $(MAKE) $(AM_MAKEFLAGS) check-recursive
8690e634 863all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS) all-local
f434ba03
PA
864installdirs: installdirs-recursive
865installdirs-am:
f6ea5628 866install: $(BUILT_SOURCES)
f434ba03
PA
867 $(MAKE) $(AM_MAKEFLAGS) install-recursive
868install-exec: install-exec-recursive
869install-data: install-data-recursive
870uninstall: uninstall-recursive
f6ea5628
DJ
871
872install-am: all-am
873 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
874
f434ba03 875installcheck: installcheck-recursive
f6ea5628
DJ
876install-strip:
877 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
878 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
879 `test -z '$(STRIP)' || \
880 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
881mostlyclean-generic:
882 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
883
884clean-generic:
885 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
886
887distclean-generic:
888 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
81ecdfbb 889 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
f6ea5628
DJ
890 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
891
892maintainer-clean-generic:
893 @echo "This command is intended for maintainers to use"
894 @echo "it deletes files that may require special tools to rebuild."
895 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
896 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
f434ba03 897clean: clean-recursive
f6ea5628
DJ
898
899clean-am: clean-generic clean-noinstLIBRARIES clean-noinstLTLIBRARIES \
900 mostlyclean-am
901
f434ba03 902distclean: distclean-recursive
8690e634 903 -rm -rf $(DEPDIR) ./$(DEPDIR)
f6ea5628
DJ
904 -rm -f Makefile
905distclean-am: clean-am distclean-compile distclean-generic \
906 distclean-tags
907
f434ba03 908dvi: dvi-recursive
f6ea5628
DJ
909
910dvi-am:
911
f434ba03 912html: html-recursive
f6ea5628 913
81ecdfbb
RW
914html-am:
915
f434ba03 916info: info-recursive
f6ea5628
DJ
917
918info-am:
919
920install-data-am:
921
f434ba03 922install-dvi: install-dvi-recursive
81ecdfbb
RW
923
924install-dvi-am:
925
8690e634 926install-exec-am: install-exec-local
f6ea5628 927
f434ba03 928install-html: install-html-recursive
81ecdfbb
RW
929
930install-html-am:
931
f434ba03 932install-info: install-info-recursive
f6ea5628 933
81ecdfbb
RW
934install-info-am:
935
f6ea5628
DJ
936install-man:
937
f434ba03 938install-pdf: install-pdf-recursive
81ecdfbb
RW
939
940install-pdf-am:
941
f434ba03 942install-ps: install-ps-recursive
81ecdfbb
RW
943
944install-ps-am:
945
f6ea5628
DJ
946installcheck-am:
947
f434ba03 948maintainer-clean: maintainer-clean-recursive
8690e634 949 -rm -rf $(DEPDIR) ./$(DEPDIR)
f6ea5628
DJ
950 -rm -f Makefile
951maintainer-clean-am: distclean-am maintainer-clean-generic
952
f434ba03 953mostlyclean: mostlyclean-recursive
f6ea5628
DJ
954
955mostlyclean-am: mostlyclean-compile mostlyclean-generic \
956 mostlyclean-local
957
f434ba03 958pdf: pdf-recursive
f6ea5628
DJ
959
960pdf-am:
961
f434ba03 962ps: ps-recursive
f6ea5628
DJ
963
964ps-am:
965
8690e634 966uninstall-am: uninstall-local
81ecdfbb 967
f434ba03
PA
968.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
969 ctags-recursive install install-am install-strip \
970 tags-recursive
971
972.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
8690e634 973 all all-am all-local check check-am clean clean-generic \
f434ba03
PA
974 clean-noinstLIBRARIES clean-noinstLTLIBRARIES ctags \
975 ctags-recursive distclean distclean-compile distclean-generic \
976 distclean-tags distdir dvi dvi-am html html-am info info-am \
977 install install-am install-data install-data-am install-dvi \
8690e634
JK
978 install-dvi-am install-exec install-exec-am install-exec-local \
979 install-html install-html-am install-info install-info-am \
980 install-man install-pdf install-pdf-am install-ps \
981 install-ps-am install-strip installcheck installcheck-am \
982 installdirs installdirs-am maintainer-clean \
983 maintainer-clean-generic mostlyclean mostlyclean-compile \
984 mostlyclean-generic mostlyclean-local pdf pdf-am ps ps-am tags \
985 tags-recursive uninstall uninstall-am uninstall-local
f6ea5628 986
f434ba03 987
8690e634
JK
988# We need the following in order to create <alloca.h> when the system
989# doesn't have one that works with the given compiler.
990@GL_GENERATE_ALLOCA_H_TRUE@alloca.h: alloca.in.h $(top_builddir)/config.status
991@GL_GENERATE_ALLOCA_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \
992@GL_GENERATE_ALLOCA_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
993@GL_GENERATE_ALLOCA_H_TRUE@ cat $(srcdir)/alloca.in.h; \
994@GL_GENERATE_ALLOCA_H_TRUE@ } > $@-t && \
995@GL_GENERATE_ALLOCA_H_TRUE@ mv -f $@-t $@
996@GL_GENERATE_ALLOCA_H_FALSE@alloca.h: $(top_builddir)/config.status
997@GL_GENERATE_ALLOCA_H_FALSE@ rm -f $@
998
999# Listed in the same order as the GNU makefile conventions, and
1000# provided by autoconf 2.59c+.
1001# The Automake-defined pkg* macros are appended, in the order
1002# listed in the Automake 1.10a+ documentation.
1003configmake.h: Makefile
1004 $(AM_V_GEN)rm -f $@-t && \
1005 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1006 echo '#define PREFIX "$(prefix)"'; \
1007 echo '#define EXEC_PREFIX "$(exec_prefix)"'; \
1008 echo '#define BINDIR "$(bindir)"'; \
1009 echo '#define SBINDIR "$(sbindir)"'; \
1010 echo '#define LIBEXECDIR "$(libexecdir)"'; \
1011 echo '#define DATAROOTDIR "$(datarootdir)"'; \
1012 echo '#define DATADIR "$(datadir)"'; \
1013 echo '#define SYSCONFDIR "$(sysconfdir)"'; \
1014 echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \
1015 echo '#define LOCALSTATEDIR "$(localstatedir)"'; \
1016 echo '#define INCLUDEDIR "$(includedir)"'; \
1017 echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \
1018 echo '#define DOCDIR "$(docdir)"'; \
1019 echo '#define INFODIR "$(infodir)"'; \
1020 echo '#define HTMLDIR "$(htmldir)"'; \
1021 echo '#define DVIDIR "$(dvidir)"'; \
1022 echo '#define PDFDIR "$(pdfdir)"'; \
1023 echo '#define PSDIR "$(psdir)"'; \
1024 echo '#define LIBDIR "$(libdir)"'; \
1025 echo '#define LISPDIR "$(lispdir)"'; \
1026 echo '#define LOCALEDIR "$(localedir)"'; \
1027 echo '#define MANDIR "$(mandir)"'; \
1028 echo '#define MANEXT "$(manext)"'; \
1029 echo '#define PKGDATADIR "$(pkgdatadir)"'; \
1030 echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \
1031 echo '#define PKGLIBDIR "$(pkglibdir)"'; \
1032 echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \
1033 } | sed '/""/d' > $@-t && \
1034 mv -f $@-t $@
1035
1036# We need the following in order to create <fnmatch.h> when the system
1037# doesn't have one that supports the required API.
1038@GL_GENERATE_FNMATCH_H_TRUE@fnmatch.h: fnmatch.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
1039@GL_GENERATE_FNMATCH_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \
1040@GL_GENERATE_FNMATCH_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1041@GL_GENERATE_FNMATCH_H_TRUE@ sed -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1042@GL_GENERATE_FNMATCH_H_TRUE@ < $(srcdir)/fnmatch.in.h; \
1043@GL_GENERATE_FNMATCH_H_TRUE@ } > $@-t && \
1044@GL_GENERATE_FNMATCH_H_TRUE@ mv -f $@-t $@
1045@GL_GENERATE_FNMATCH_H_FALSE@fnmatch.h: $(top_builddir)/config.status
1046@GL_GENERATE_FNMATCH_H_FALSE@ rm -f $@
1047
55a8c076
YQ
1048# We need the following in order to create <inttypes.h> when the system
1049# doesn't have one that works with the given compiler.
770d76d7 1050inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
55a8c076
YQ
1051 $(AM_V_GEN)rm -f $@-t $@ && \
1052 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1053 sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
1054 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1055 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
770d76d7 1056 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
55a8c076
YQ
1057 -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
1058 -e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \
1059 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
1060 -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
1061 -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
1062 -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \
1063 -e 's/@''GNULIB_IMAXABS''@/$(GNULIB_IMAXABS)/g' \
1064 -e 's/@''GNULIB_IMAXDIV''@/$(GNULIB_IMAXDIV)/g' \
1065 -e 's/@''GNULIB_STRTOIMAX''@/$(GNULIB_STRTOIMAX)/g' \
1066 -e 's/@''GNULIB_STRTOUMAX''@/$(GNULIB_STRTOUMAX)/g' \
1067 -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \
1068 -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \
1069 -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
1070 -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
770d76d7 1071 -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \
55a8c076
YQ
1072 -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \
1073 -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \
1074 -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \
1075 -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \
770d76d7 1076 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
55a8c076
YQ
1077 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1078 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1079 < $(srcdir)/inttypes.in.h; \
1080 } > $@-t && \
1081 mv $@-t $@
8690e634
JK
1082
1083# We need the following in order to install a simple file in $(libdir)
1084# which is shared with other installed packages. We use a list of referencing
1085# packages so that "make uninstall" will remove the file if and only if it
1086# is not used by another installed package.
1087# On systems with glibc-2.1 or newer, the file is redundant, therefore we
1088# avoid installing it.
1089
1090all-local: charset.alias ref-add.sed ref-del.sed
1091install-exec-local: install-exec-localcharset
1092install-exec-localcharset: all-local
1093 if test $(GLIBC21) = no; then \
1094 case '$(host_os)' in \
1095 darwin[56]*) \
1096 need_charset_alias=true ;; \
1097 darwin* | cygwin* | mingw* | pw32* | cegcc*) \
1098 need_charset_alias=false ;; \
1099 *) \
1100 need_charset_alias=true ;; \
1101 esac ; \
1102 else \
1103 need_charset_alias=false ; \
1104 fi ; \
1105 if $$need_charset_alias; then \
1106 $(mkinstalldirs) $(DESTDIR)$(libdir) ; \
1107 fi ; \
1108 if test -f $(charset_alias); then \
1109 sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
1110 $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
1111 rm -f $(charset_tmp) ; \
1112 else \
1113 if $$need_charset_alias; then \
1114 sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
1115 $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
1116 rm -f $(charset_tmp) ; \
1117 fi ; \
1118 fi
1119
1120uninstall-local: uninstall-localcharset
1121uninstall-localcharset: all-local
1122 if test -f $(charset_alias); then \
1123 sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
1124 if grep '^# Packages using this file: $$' $(charset_tmp) \
1125 > /dev/null; then \
1126 rm -f $(charset_alias); \
1127 else \
1128 $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \
1129 fi; \
1130 rm -f $(charset_tmp); \
1131 fi
1132
1133charset.alias: config.charset
1134 $(AM_V_GEN)rm -f t-$@ $@ && \
1135 $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ && \
1136 mv t-$@ $@
1137.sin.sed:
1138 $(AM_V_GEN)rm -f t-$@ $@ && \
1139 sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ && \
1140 mv t-$@ $@
770d76d7
PA
1141# The arg-nonnull.h that gets inserted into generated .h files is the same as
1142# build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
1143# off.
c971b7fa 1144arg-nonnull.h: $(top_srcdir)/import/extra/snippet/arg-nonnull.h
770d76d7
PA
1145 $(AM_V_GEN)rm -f $@-t $@ && \
1146 sed -n -e '/GL_ARG_NONNULL/,$$p' \
c971b7fa 1147 < $(top_srcdir)/import/extra/snippet/arg-nonnull.h \
770d76d7
PA
1148 > $@-t && \
1149 mv $@-t $@
1150# The c++defs.h that gets inserted into generated .h files is the same as
1151# build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
c971b7fa 1152c++defs.h: $(top_srcdir)/import/extra/snippet/c++defs.h
770d76d7
PA
1153 $(AM_V_GEN)rm -f $@-t $@ && \
1154 sed -n -e '/_GL_CXXDEFS/,$$p' \
c971b7fa 1155 < $(top_srcdir)/import/extra/snippet/c++defs.h \
770d76d7
PA
1156 > $@-t && \
1157 mv $@-t $@
1158# The warn-on-use.h that gets inserted into generated .h files is the same as
1159# build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
1160# off.
c971b7fa 1161warn-on-use.h: $(top_srcdir)/import/extra/snippet/warn-on-use.h
770d76d7
PA
1162 $(AM_V_GEN)rm -f $@-t $@ && \
1163 sed -n -e '/^.ifndef/,$$p' \
c971b7fa 1164 < $(top_srcdir)/import/extra/snippet/warn-on-use.h \
770d76d7
PA
1165 > $@-t && \
1166 mv $@-t $@
55a8c076 1167
8690e634
JK
1168# We need the following in order to create <stdbool.h> when the system
1169# doesn't have one that works.
1170@GL_GENERATE_STDBOOL_H_TRUE@stdbool.h: stdbool.in.h $(top_builddir)/config.status
1171@GL_GENERATE_STDBOOL_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \
1172@GL_GENERATE_STDBOOL_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1173@GL_GENERATE_STDBOOL_H_TRUE@ sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
1174@GL_GENERATE_STDBOOL_H_TRUE@ } > $@-t && \
1175@GL_GENERATE_STDBOOL_H_TRUE@ mv $@-t $@
1176@GL_GENERATE_STDBOOL_H_FALSE@stdbool.h: $(top_builddir)/config.status
1177@GL_GENERATE_STDBOOL_H_FALSE@ rm -f $@
1178
f434ba03
PA
1179# We need the following in order to create <stddef.h> when the system
1180# doesn't have one that works with the given compiler.
770d76d7
PA
1181@GL_GENERATE_STDDEF_H_TRUE@stddef.h: stddef.in.h $(top_builddir)/config.status
1182@GL_GENERATE_STDDEF_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \
1183@GL_GENERATE_STDDEF_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1184@GL_GENERATE_STDDEF_H_TRUE@ sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1185@GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1186@GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1187@GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1188@GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
1189@GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
1190@GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
1191@GL_GENERATE_STDDEF_H_TRUE@ < $(srcdir)/stddef.in.h; \
1192@GL_GENERATE_STDDEF_H_TRUE@ } > $@-t && \
1193@GL_GENERATE_STDDEF_H_TRUE@ mv $@-t $@
1194@GL_GENERATE_STDDEF_H_FALSE@stddef.h: $(top_builddir)/config.status
1195@GL_GENERATE_STDDEF_H_FALSE@ rm -f $@
f6ea5628
DJ
1196
1197# We need the following in order to create <stdint.h> when the system
1198# doesn't have one that works with the given compiler.
770d76d7
PA
1199@GL_GENERATE_STDINT_H_TRUE@stdint.h: stdint.in.h $(top_builddir)/config.status
1200@GL_GENERATE_STDINT_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \
1201@GL_GENERATE_STDINT_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1202@GL_GENERATE_STDINT_H_TRUE@ sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1203@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
1204@GL_GENERATE_STDINT_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1205@GL_GENERATE_STDINT_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1206@GL_GENERATE_STDINT_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1207@GL_GENERATE_STDINT_H_TRUE@ -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
1208@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
1209@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
1210@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
1211@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
1212@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
1213@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
1214@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
1215@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
1216@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
1217@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
1218@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
1219@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
1220@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
1221@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
1222@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
1223@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
1224@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
1225@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
1226@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
1227@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
1228@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
1229@GL_GENERATE_STDINT_H_TRUE@ < $(srcdir)/stdint.in.h; \
1230@GL_GENERATE_STDINT_H_TRUE@ } > $@-t && \
1231@GL_GENERATE_STDINT_H_TRUE@ mv $@-t $@
1232@GL_GENERATE_STDINT_H_FALSE@stdint.h: $(top_builddir)/config.status
1233@GL_GENERATE_STDINT_H_FALSE@ rm -f $@
f6ea5628
DJ
1234
1235# We need the following in order to create <string.h> when the system
1236# doesn't have one that works with the given compiler.
770d76d7 1237string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
f434ba03 1238 $(AM_V_GEN)rm -f $@-t $@ && \
f6ea5628 1239 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
770d76d7
PA
1240 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1241 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
f434ba03 1242 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
770d76d7 1243 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
f6ea5628 1244 -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
770d76d7
PA
1245 -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
1246 -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
1247 -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
1248 -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
1249 -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
1250 -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
1251 -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
1252 -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
1253 -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
1254 -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
1255 -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
1256 -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
1257 -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
1258 -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
1259 -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
1260 -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
1261 -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
1262 -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
1263 -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
1264 -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
1265 -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
1266 -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
1267 -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
1268 -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
1269 -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
1270 -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
1271 -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
1272 -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
1273 -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
1274 -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
1275 -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
1276 -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
1277 -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
1278 -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
1279 -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
1280 -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
1281 -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
f434ba03 1282 < $(srcdir)/string.in.h | \
770d76d7
PA
1283 sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
1284 -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
1285 -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
f434ba03 1286 -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
f6ea5628
DJ
1287 -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
1288 -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
1289 -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
f434ba03 1290 -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
f6ea5628
DJ
1291 -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
1292 -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
1293 -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
1294 -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
f6ea5628
DJ
1295 -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
1296 -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
1297 -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
1298 -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
1299 -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
1300 -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
770d76d7 1301 -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
f6ea5628 1302 -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
f434ba03
PA
1303 -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
1304 -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
1305 -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
f6ea5628
DJ
1306 -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
1307 -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
770d76d7 1308 -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
f434ba03 1309 -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
f6ea5628
DJ
1310 -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
1311 -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
770d76d7 1312 -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
f434ba03
PA
1313 -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
1314 -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
1315 -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
f6ea5628 1316 -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
f434ba03
PA
1317 -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
1318 -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
1319 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1320 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1321 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
f6ea5628 1322 < $(srcdir)/string.in.h; \
f434ba03
PA
1323 } > $@-t && \
1324 mv $@-t $@
f6ea5628 1325
8690e634
JK
1326# We need the following in order to create <wchar.h> when the system
1327# version does not work standalone.
1328wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1329 $(AM_V_GEN)rm -f $@-t $@ && \
1330 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1331 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1332 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1333 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1334 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1335 -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
1336 -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
1337 -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
1338 -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \
1339 -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \
1340 -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \
1341 -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \
1342 -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \
1343 -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \
1344 -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \
1345 -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \
1346 -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \
1347 -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \
1348 -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \
1349 -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \
1350 -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \
1351 -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \
1352 -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \
1353 -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \
1354 -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \
1355 -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \
1356 -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \
1357 -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \
1358 -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \
1359 -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \
1360 -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \
1361 -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \
1362 -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \
1363 -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \
1364 -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \
1365 -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \
1366 -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \
1367 -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \
1368 -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \
1369 -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \
1370 -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \
1371 -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \
1372 -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \
1373 -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \
1374 -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \
1375 -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \
1376 -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \
1377 < $(srcdir)/wchar.in.h | \
1378 sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
1379 -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
1380 -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
1381 -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
1382 -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
1383 -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
1384 -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
1385 -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
1386 -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
1387 -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
1388 -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \
1389 -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \
1390 -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \
1391 -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \
1392 -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \
1393 -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \
1394 -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \
1395 -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \
1396 -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \
1397 -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \
1398 -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \
1399 -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \
1400 -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \
1401 -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \
1402 -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \
1403 -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \
1404 -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \
1405 -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \
1406 -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \
1407 -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \
1408 -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \
1409 -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \
1410 -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \
1411 -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \
1412 -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \
1413 -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \
1414 -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \
1415 -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \
1416 -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
1417 -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
1418 | \
1419 sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
1420 -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
1421 -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
1422 -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
1423 -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
1424 -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
1425 -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
1426 -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
1427 -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
1428 -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
1429 -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
1430 -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
1431 -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
1432 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1433 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1434 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1435 } > $@-t && \
1436 mv $@-t $@
1437
1438# We need the following in order to create <wctype.h> when the system
1439# doesn't have one that works with the given compiler.
1440wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
1441 $(AM_V_GEN)rm -f $@-t $@ && \
1442 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1443 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1444 -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
1445 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1446 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1447 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1448 -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
1449 -e 's/@''GNULIB_ISWBLANK''@/$(GNULIB_ISWBLANK)/g' \
1450 -e 's/@''GNULIB_WCTYPE''@/$(GNULIB_WCTYPE)/g' \
1451 -e 's/@''GNULIB_ISWCTYPE''@/$(GNULIB_ISWCTYPE)/g' \
1452 -e 's/@''GNULIB_WCTRANS''@/$(GNULIB_WCTRANS)/g' \
1453 -e 's/@''GNULIB_TOWCTRANS''@/$(GNULIB_TOWCTRANS)/g' \
1454 -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \
1455 -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
1456 -e 's/@''HAVE_WCTYPE_T''@/$(HAVE_WCTYPE_T)/g' \
1457 -e 's/@''HAVE_WCTRANS_T''@/$(HAVE_WCTRANS_T)/g' \
1458 -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
1459 -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \
1460 -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \
1461 -e 's/@''REPLACE_TOWLOWER''@/$(REPLACE_TOWLOWER)/g' \
1462 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1463 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1464 < $(srcdir)/wctype.in.h; \
1465 } > $@-t && \
1466 mv $@-t $@
1467
f6ea5628
DJ
1468mostlyclean-local: mostlyclean-generic
1469 @for dir in '' $(MOSTLYCLEANDIRS); do \
1470 if test -n "$$dir" && test -d $$dir; then \
1471 echo "rmdir $$dir"; rmdir $$dir; \
1472 fi; \
1473 done; \
1474 :
81ecdfbb 1475
f6ea5628
DJ
1476# Tell versions [3.59,3.63) of GNU make to not export all variables.
1477# Otherwise a system limit (for SysV at least) may be exceeded.
1478.NOEXPORT:
This page took 0.447313 seconds and 4 git commands to generate.