2012-04-18 Pedro Alves <palves@redhat.com>
[deliverable/binutils-gdb.git] / gdb / gnulib / Makefile.in
CommitLineData
81ecdfbb 1# Makefile.in generated by automake 1.11 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
f434ba03 18# Copyright (C) 2002-2010 Free Software Foundation, Inc.
f6ea5628
DJ
19#
20# This file is free software, distributed under the terms of the GNU
21# General Public License. As a special exception to the GNU General
22# Public License, this file may be distributed as part of a program
23# that contains a configuration script generated by Autoconf, under
24# the same distribution terms as the rest of that program.
25#
26# Generated by gnulib-tool.
174e088e 27# 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-libtool --macro-prefix=gl --no-vc-files inttypes memmem update-copyright
f6ea5628
DJ
28
29
30
f6ea5628
DJ
31VPATH = @srcdir@
32pkgdatadir = $(datadir)/@PACKAGE@
f6ea5628 33pkgincludedir = $(includedir)/@PACKAGE@
81ecdfbb
RW
34pkglibdir = $(libdir)/@PACKAGE@
35pkglibexecdir = $(libexecdir)/@PACKAGE@
f6ea5628 36am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
f6ea5628
DJ
37install_sh_DATA = $(install_sh) -c -m 644
38install_sh_PROGRAM = $(install_sh) -c
39install_sh_SCRIPT = $(install_sh) -c
40INSTALL_HEADER = $(INSTALL_DATA)
41transform = $(program_transform_name)
42NORMAL_INSTALL = :
43PRE_INSTALL = :
44POST_INSTALL = :
45NORMAL_UNINSTALL = :
46PRE_UNINSTALL = :
47POST_UNINSTALL = :
48build_triplet = @build@
49host_triplet = @host@
50target_triplet = @target@
51subdir = gnulib
52DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
53 $(srcdir)/Makefile.in
54ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55a8c076
YQ
55am__aclocal_m4_deps = $(top_srcdir)/../config/largefile.m4 \
56 $(top_srcdir)/../config/lead-dot.m4 \
57 $(top_srcdir)/../config/plugins.m4 \
58 $(top_srcdir)/gnulib/m4/00gnulib.m4 \
f434ba03 59 $(top_srcdir)/gnulib/m4/extensions.m4 \
aa11fd3f
DJ
60 $(top_srcdir)/gnulib/m4/gnulib-common.m4 \
61 $(top_srcdir)/gnulib/m4/gnulib-comp.m4 \
62 $(top_srcdir)/gnulib/m4/include_next.m4 \
55a8c076
YQ
63 $(top_srcdir)/gnulib/m4/inttypes-pri.m4 \
64 $(top_srcdir)/gnulib/m4/inttypes.m4 \
aa11fd3f
DJ
65 $(top_srcdir)/gnulib/m4/longlong.m4 \
66 $(top_srcdir)/gnulib/m4/memchr.m4 \
aa11fd3f 67 $(top_srcdir)/gnulib/m4/memmem.m4 \
f434ba03
PA
68 $(top_srcdir)/gnulib/m4/mmap-anon.m4 \
69 $(top_srcdir)/gnulib/m4/multiarch.m4 \
70 $(top_srcdir)/gnulib/m4/onceonly.m4 \
71 $(top_srcdir)/gnulib/m4/stddef_h.m4 \
aa11fd3f
DJ
72 $(top_srcdir)/gnulib/m4/stdint.m4 \
73 $(top_srcdir)/gnulib/m4/string_h.m4 \
f434ba03
PA
74 $(top_srcdir)/gnulib/m4/warn-on-use.m4 \
75 $(top_srcdir)/gnulib/m4/wchar_h.m4 \
76 $(top_srcdir)/gnulib/m4/wchar_t.m4 \
55a8c076 77 $(top_srcdir)/gnulib/m4/wint_t.m4 $(top_srcdir)/acinclude.m4 \
81ecdfbb 78 $(top_srcdir)/../bfd/bfd.m4 \
f6ea5628 79 $(top_srcdir)/../config/acinclude.m4 \
cfd53605 80 $(top_srcdir)/../config/override.m4 \
f6ea5628
DJ
81 $(top_srcdir)/../config/gettext-sister.m4 \
82 $(top_srcdir)/../config/lib-ld.m4 \
83 $(top_srcdir)/../config/lib-prefix.m4 \
cfd53605
AS
84 $(top_srcdir)/../config/lib-link.m4 \
85 $(top_srcdir)/../config/acx.m4 $(top_srcdir)/../config/tcl.m4 \
86 $(top_srcdir)/../config/depstand.m4 \
87 $(top_srcdir)/../config/lcmessage.m4 \
f434ba03
PA
88 $(top_srcdir)/../config/codeset.m4 \
89 $(top_srcdir)/../config/zlib.m4 $(top_srcdir)/configure.ac
f6ea5628
DJ
90am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
91 $(ACLOCAL_M4)
92mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
93CONFIG_HEADER = $(top_builddir)/config.h
94CONFIG_CLEAN_FILES =
81ecdfbb 95CONFIG_CLEAN_VPATH_FILES =
f6ea5628
DJ
96LIBRARIES = $(noinst_LIBRARIES)
97ARFLAGS = cru
98libgnu_a_AR = $(AR) $(ARFLAGS)
aa11fd3f 99am__DEPENDENCIES_1 =
f6ea5628
DJ
100am_libgnu_a_OBJECTS = dummy.$(OBJEXT)
101libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS)
102LTLIBRARIES = $(noinst_LTLIBRARIES)
81ecdfbb 103DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
f6ea5628
DJ
104depcomp = $(SHELL) $(top_srcdir)/../depcomp
105am__depfiles_maybe = depfiles
81ecdfbb 106am__mv = mv -f
f6ea5628
DJ
107COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
108 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
109CCLD = $(CC)
110LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
111SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES)
112DIST_SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES)
f434ba03
PA
113RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
114 html-recursive info-recursive install-data-recursive \
115 install-dvi-recursive install-exec-recursive \
116 install-html-recursive install-info-recursive \
117 install-pdf-recursive install-ps-recursive install-recursive \
118 installcheck-recursive installdirs-recursive pdf-recursive \
119 ps-recursive uninstall-recursive
f6ea5628 120HEADERS = $(noinst_HEADERS)
f434ba03
PA
121RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
122 distclean-recursive maintainer-clean-recursive
123AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
124 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
125 distdir
f6ea5628
DJ
126ETAGS = etags
127CTAGS = ctags
f434ba03 128DIST_SUBDIRS = $(SUBDIRS)
f6ea5628 129DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
f434ba03
PA
130am__relativize = \
131 dir0=`pwd`; \
132 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
133 sed_rest='s,^[^/]*/*,,'; \
134 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
135 sed_butlast='s,/*[^/]*$$,,'; \
136 while test -n "$$dir1"; do \
137 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
138 if test "$$first" != "."; then \
139 if test "$$first" = ".."; then \
140 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
141 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
142 else \
143 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
144 if test "$$first2" = "$$first"; then \
145 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
146 else \
147 dir2="../$$dir2"; \
148 fi; \
149 dir0="$$dir0"/"$$first"; \
150 fi; \
151 fi; \
152 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
153 done; \
154 reldir="$$dir2"
f6ea5628
DJ
155ACLOCAL = @ACLOCAL@
156ALLOCA = @ALLOCA@
f6ea5628 157AMTAR = @AMTAR@
f434ba03 158APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
f6ea5628
DJ
159AR = @AR@
160AUTOCONF = @AUTOCONF@
161AUTOHEADER = @AUTOHEADER@
162AUTOMAKE = @AUTOMAKE@
163AWK = @AWK@
aa11fd3f
DJ
164BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
165BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
166BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
167BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
168BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
f6ea5628
DJ
169CATALOGS = @CATALOGS@
170CATOBJEXT = @CATOBJEXT@
171CC = @CC@
172CCDEPMODE = @CCDEPMODE@
173CFLAGS = @CFLAGS@
174CONFIG_ALL = @CONFIG_ALL@
175CONFIG_CLEAN = @CONFIG_CLEAN@
176CONFIG_DEPS = @CONFIG_DEPS@
177CONFIG_INSTALL = @CONFIG_INSTALL@
178CONFIG_LDFLAGS = @CONFIG_LDFLAGS@
179CONFIG_OBS = @CONFIG_OBS@
180CONFIG_SRCS = @CONFIG_SRCS@
181CONFIG_UNINSTALL = @CONFIG_UNINSTALL@
182CPP = @CPP@
183CPPFLAGS = @CPPFLAGS@
184CYGPATH_W = @CYGPATH_W@
185DATADIRNAME = @DATADIRNAME@
81ecdfbb 186DEBUGDIR = @DEBUGDIR@
f6ea5628
DJ
187DEFS = @DEFS@
188DEPDIR = @DEPDIR@
189DLLTOOL = @DLLTOOL@
190ECHO_C = @ECHO_C@
191ECHO_N = @ECHO_N@
192ECHO_T = @ECHO_T@
193EGREP = @EGREP@
194ENABLE_CFLAGS = @ENABLE_CFLAGS@
195EXEEXT = @EXEEXT@
196GDBTKLIBS = @GDBTKLIBS@
197GDBTK_CFLAGS = @GDBTK_CFLAGS@
198GDBTK_SRC_DIR = @GDBTK_SRC_DIR@
81ecdfbb 199GDB_DATADIR = @GDB_DATADIR@
cfd53605 200GDB_NM_FILE = @GDB_NM_FILE@
f6ea5628
DJ
201GENCAT = @GENCAT@
202GMSGFMT = @GMSGFMT@
f434ba03 203GNULIB_BTOWC = @GNULIB_BTOWC@
55a8c076
YQ
204GNULIB_IMAXABS = @GNULIB_IMAXABS@
205GNULIB_IMAXDIV = @GNULIB_IMAXDIV@
f434ba03
PA
206GNULIB_MBRLEN = @GNULIB_MBRLEN@
207GNULIB_MBRTOWC = @GNULIB_MBRTOWC@
aa11fd3f
DJ
208GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
209GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
210GNULIB_MBSCHR = @GNULIB_MBSCHR@
211GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
f434ba03 212GNULIB_MBSINIT = @GNULIB_MBSINIT@
aa11fd3f
DJ
213GNULIB_MBSLEN = @GNULIB_MBSLEN@
214GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
215GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
f434ba03 216GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@
aa11fd3f
DJ
217GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
218GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
219GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
f434ba03 220GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@
aa11fd3f
DJ
221GNULIB_MBSSEP = @GNULIB_MBSSEP@
222GNULIB_MBSSPN = @GNULIB_MBSSPN@
223GNULIB_MBSSTR = @GNULIB_MBSSTR@
224GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
f434ba03 225GNULIB_MEMCHR = @GNULIB_MEMCHR@
aa11fd3f
DJ
226GNULIB_MEMMEM = @GNULIB_MEMMEM@
227GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
228GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
f434ba03 229GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@
cfd53605 230GNULIB_STDINT_H = @GNULIB_STDINT_H@
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@
f434ba03 237GNULIB_STRNCAT = @GNULIB_STRNCAT@
aa11fd3f
DJ
238GNULIB_STRNDUP = @GNULIB_STRNDUP@
239GNULIB_STRNLEN = @GNULIB_STRNLEN@
240GNULIB_STRPBRK = @GNULIB_STRPBRK@
241GNULIB_STRSEP = @GNULIB_STRSEP@
242GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@
243GNULIB_STRSTR = @GNULIB_STRSTR@
55a8c076 244GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@
aa11fd3f 245GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
55a8c076 246GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@
f434ba03
PA
247GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@
248GNULIB_WCRTOMB = @GNULIB_WCRTOMB@
249GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@
250GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@
251GNULIB_WCTOB = @GNULIB_WCTOB@
aa11fd3f 252GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
81ecdfbb 253GREP = @GREP@
f6ea5628 254GUI_CFLAGS_X = @GUI_CFLAGS_X@
f434ba03 255HAVE_BTOWC = @HAVE_BTOWC@
55a8c076
YQ
256HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@
257HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@
aa11fd3f
DJ
258HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
259HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
260HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
aa11fd3f
DJ
261HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
262HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
263HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@
55a8c076 264HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@
aa11fd3f 265HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
55a8c076 266HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@
f434ba03 267HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@
aa11fd3f
DJ
268HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
269HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
f6ea5628 270HAVE_LIBEXPAT = @HAVE_LIBEXPAT@
aa11fd3f 271HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
f434ba03
PA
272HAVE_MBRLEN = @HAVE_MBRLEN@
273HAVE_MBRTOWC = @HAVE_MBRTOWC@
274HAVE_MBSINIT = @HAVE_MBSINIT@
275HAVE_MBSLEN = @HAVE_MBSLEN@
276HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@
277HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@
278HAVE_MEMCHR = @HAVE_MEMCHR@
aa11fd3f 279HAVE_MEMPCPY = @HAVE_MEMPCPY@
f434ba03 280HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@
aa11fd3f
DJ
281HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
282HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
283HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
284HAVE_STDINT_H = @HAVE_STDINT_H@
285HAVE_STPCPY = @HAVE_STPCPY@
286HAVE_STPNCPY = @HAVE_STPNCPY@
287HAVE_STRCASESTR = @HAVE_STRCASESTR@
288HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
aa11fd3f
DJ
289HAVE_STRPBRK = @HAVE_STRPBRK@
290HAVE_STRSEP = @HAVE_STRSEP@
f434ba03 291HAVE_STRVERSCMP = @HAVE_STRVERSCMP@
aa11fd3f
DJ
292HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
293HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
294HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
295HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
296HAVE_WCHAR_H = @HAVE_WCHAR_H@
f434ba03
PA
297HAVE_WCHAR_T = @HAVE_WCHAR_T@
298HAVE_WCRTOMB = @HAVE_WCRTOMB@
299HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@
300HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@
301HAVE_WINT_T = @HAVE_WINT_T@
f6ea5628 302INCINTL = @INCINTL@
aa11fd3f 303INCLUDE_NEXT = @INCLUDE_NEXT@
f434ba03 304INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
81ecdfbb 305INSTALL = @INSTALL@
f6ea5628
DJ
306INSTALL_DATA = @INSTALL_DATA@
307INSTALL_PROGRAM = @INSTALL_PROGRAM@
308INSTALL_SCRIPT = @INSTALL_SCRIPT@
309INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
310INSTOBJEXT = @INSTOBJEXT@
55a8c076
YQ
311INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@
312INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@
313JIT_READER_DIR = @JIT_READER_DIR@
f6ea5628
DJ
314LDFLAGS = @LDFLAGS@
315LIBEXPAT = @LIBEXPAT@
aa11fd3f
DJ
316LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
317LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
f6ea5628 318LIBGUI = @LIBGUI@
f6ea5628
DJ
319LIBINTL = @LIBINTL@
320LIBINTL_DEP = @LIBINTL_DEP@
321LIBOBJS = @LIBOBJS@
322LIBS = @LIBS@
323LN_S = @LN_S@
324LTLIBEXPAT = @LTLIBEXPAT@
325LTLIBOBJS = @LTLIBOBJS@
326MAINT = @MAINT@
cfd53605 327MAKE = @MAKE@
f6ea5628 328MAKEINFO = @MAKEINFO@
55a8c076
YQ
329MAKEINFOFLAGS = @MAKEINFOFLAGS@
330MAKEINFO_EXTRA_FLAGS = @MAKEINFO_EXTRA_FLAGS@
f6ea5628 331MIG = @MIG@
81ecdfbb 332MKDIR_P = @MKDIR_P@
55a8c076 333NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@
f434ba03
PA
334NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@
335NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@
336NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@
337NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@
55a8c076 338NEXT_INTTYPES_H = @NEXT_INTTYPES_H@
f434ba03 339NEXT_STDDEF_H = @NEXT_STDDEF_H@
aa11fd3f
DJ
340NEXT_STDINT_H = @NEXT_STDINT_H@
341NEXT_STRING_H = @NEXT_STRING_H@
342NEXT_WCHAR_H = @NEXT_WCHAR_H@
f6ea5628
DJ
343OBJEXT = @OBJEXT@
344PACKAGE = @PACKAGE@
345PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
346PACKAGE_NAME = @PACKAGE_NAME@
347PACKAGE_STRING = @PACKAGE_STRING@
348PACKAGE_TARNAME = @PACKAGE_TARNAME@
81ecdfbb 349PACKAGE_URL = @PACKAGE_URL@
f6ea5628
DJ
350PACKAGE_VERSION = @PACKAGE_VERSION@
351PATH_SEPARATOR = @PATH_SEPARATOR@
cfd53605 352PKGVERSION = @PKGVERSION@
f6ea5628 353POSUB = @POSUB@
f434ba03 354PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
55a8c076
YQ
355PRIPTR_PREFIX = @PRIPTR_PREFIX@
356PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
f6ea5628 357PROFILE_CFLAGS = @PROFILE_CFLAGS@
aa11fd3f 358PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
cfd53605 359PYTHON_CFLAGS = @PYTHON_CFLAGS@
55a8c076
YQ
360PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
361PYTHON_LIBS = @PYTHON_LIBS@
f6ea5628 362RANLIB = @RANLIB@
55a8c076 363RDYNAMIC = @RDYNAMIC@
f6ea5628
DJ
364READLINE = @READLINE@
365READLINE_CFLAGS = @READLINE_CFLAGS@
366READLINE_DEPS = @READLINE_DEPS@
55a8c076 367READLINE_TEXI_INCFLAG = @READLINE_TEXI_INCFLAG@
f434ba03
PA
368REPLACE_BTOWC = @REPLACE_BTOWC@
369REPLACE_MBRLEN = @REPLACE_MBRLEN@
370REPLACE_MBRTOWC = @REPLACE_MBRTOWC@
371REPLACE_MBSINIT = @REPLACE_MBSINIT@
372REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@
373REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@
374REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@
375REPLACE_MEMCHR = @REPLACE_MEMCHR@
aa11fd3f 376REPLACE_MEMMEM = @REPLACE_MEMMEM@
f434ba03
PA
377REPLACE_NULL = @REPLACE_NULL@
378REPLACE_STPNCPY = @REPLACE_STPNCPY@
aa11fd3f 379REPLACE_STRCASESTR = @REPLACE_STRCASESTR@
f434ba03 380REPLACE_STRDUP = @REPLACE_STRDUP@
aa11fd3f 381REPLACE_STRERROR = @REPLACE_STRERROR@
f434ba03
PA
382REPLACE_STRNCAT = @REPLACE_STRNCAT@
383REPLACE_STRNDUP = @REPLACE_STRNDUP@
384REPLACE_STRNLEN = @REPLACE_STRNLEN@
aa11fd3f
DJ
385REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@
386REPLACE_STRSTR = @REPLACE_STRSTR@
f434ba03
PA
387REPLACE_STRTOK_R = @REPLACE_STRTOK_R@
388REPLACE_WCRTOMB = @REPLACE_WCRTOMB@
389REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@
390REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@
391REPLACE_WCTOB = @REPLACE_WCTOB@
aa11fd3f 392REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
cfd53605
AS
393REPORT_BUGS_TEXI = @REPORT_BUGS_TEXI@
394REPORT_BUGS_TO = @REPORT_BUGS_TO@
f6ea5628
DJ
395SER_HARDWIRE = @SER_HARDWIRE@
396SET_MAKE = @SET_MAKE@
397SHELL = @SHELL@
aa11fd3f 398SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
f6ea5628
DJ
399SIM = @SIM@
400SIM_OBS = @SIM_OBS@
aa11fd3f 401SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
f434ba03 402STDDEF_H = @STDDEF_H@
aa11fd3f 403STDINT_H = @STDINT_H@
f6ea5628 404STRIP = @STRIP@
81ecdfbb 405SYSTEM_GDBINIT = @SYSTEM_GDBINIT@
f6ea5628 406TARGET_OBS = @TARGET_OBS@
55a8c076 407TARGET_PTR = @TARGET_PTR@
f6ea5628 408TARGET_SYSTEM_ROOT = @TARGET_SYSTEM_ROOT@
cfd53605 409TCL_BIN_DIR = @TCL_BIN_DIR@
f6ea5628 410TCL_DEPS = @TCL_DEPS@
cfd53605
AS
411TCL_INCLUDE = @TCL_INCLUDE@
412TCL_LIBRARY = @TCL_LIBRARY@
413TCL_LIB_FILE = @TCL_LIB_FILE@
414TCL_LIB_FLAG = @TCL_LIB_FLAG@
f6ea5628 415TCL_LIB_SPEC = @TCL_LIB_SPEC@
cfd53605
AS
416TCL_PATCH_LEVEL = @TCL_PATCH_LEVEL@
417TCL_SRC_DIR = @TCL_SRC_DIR@
418TCL_STUB_LIB_FILE = @TCL_STUB_LIB_FILE@
419TCL_STUB_LIB_FLAG = @TCL_STUB_LIB_FLAG@
420TCL_STUB_LIB_SPEC = @TCL_STUB_LIB_SPEC@
f6ea5628 421TCL_VERSION = @TCL_VERSION@
cfd53605 422TK_BIN_DIR = @TK_BIN_DIR@
f6ea5628 423TK_DEPS = @TK_DEPS@
cfd53605
AS
424TK_INCLUDE = @TK_INCLUDE@
425TK_LIBRARY = @TK_LIBRARY@
426TK_LIB_FILE = @TK_LIB_FILE@
427TK_LIB_FLAG = @TK_LIB_FLAG@
f6ea5628 428TK_LIB_SPEC = @TK_LIB_SPEC@
cfd53605
AS
429TK_SRC_DIR = @TK_SRC_DIR@
430TK_STUB_LIB_FILE = @TK_STUB_LIB_FILE@
431TK_STUB_LIB_FLAG = @TK_STUB_LIB_FLAG@
432TK_STUB_LIB_SPEC = @TK_STUB_LIB_SPEC@
f6ea5628
DJ
433TK_VERSION = @TK_VERSION@
434TK_XINCLUDES = @TK_XINCLUDES@
55a8c076
YQ
435UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@
436UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@
f434ba03 437UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
f6ea5628
DJ
438USE_NLS = @USE_NLS@
439VERSION = @VERSION@
440WARN_CFLAGS = @WARN_CFLAGS@
aa11fd3f 441WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
f6ea5628
DJ
442WERROR_CFLAGS = @WERROR_CFLAGS@
443WIN32LDAPP = @WIN32LDAPP@
444WIN32LIBS = @WIN32LIBS@
445WINDRES = @WINDRES@
aa11fd3f 446WINT_T_SUFFIX = @WINT_T_SUFFIX@
f6ea5628 447XGETTEXT = @XGETTEXT@
81ecdfbb 448XMKMF = @XMKMF@
f6ea5628
DJ
449X_CFLAGS = @X_CFLAGS@
450X_LDFLAGS = @X_LDFLAGS@
451X_LIBS = @X_LIBS@
452YACC = @YACC@
81ecdfbb
RW
453YFLAGS = @YFLAGS@
454abs_builddir = @abs_builddir@
455abs_srcdir = @abs_srcdir@
456abs_top_builddir = @abs_top_builddir@
457abs_top_srcdir = @abs_top_srcdir@
f6ea5628 458ac_ct_CC = @ac_ct_CC@
f6ea5628
DJ
459am__include = @am__include@
460am__leading_dot = @am__leading_dot@
461am__quote = @am__quote@
462am__tar = @am__tar@
463am__untar = @am__untar@
464bindir = @bindir@
465build = @build@
466build_alias = @build_alias@
467build_cpu = @build_cpu@
468build_os = @build_os@
469build_vendor = @build_vendor@
81ecdfbb 470builddir = @builddir@
f6ea5628
DJ
471datadir = @datadir@
472datarootdir = @datarootdir@
473docdir = @docdir@
81ecdfbb 474dvidir = @dvidir@
f6ea5628
DJ
475exec_prefix = @exec_prefix@
476frags = @frags@
aa11fd3f
DJ
477gl_LIBOBJS = @gl_LIBOBJS@
478gl_LTLIBOBJS = @gl_LTLIBOBJS@
479gltests_LIBOBJS = @gltests_LIBOBJS@
480gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
f434ba03 481gltests_WITNESS = @gltests_WITNESS@
f6ea5628
DJ
482host = @host@
483host_alias = @host_alias@
484host_cpu = @host_cpu@
485host_os = @host_os@
486host_vendor = @host_vendor@
487htmldir = @htmldir@
488includedir = @includedir@
489infodir = @infodir@
490install_sh = @install_sh@
491libdir = @libdir@
492libexecdir = @libexecdir@
493localedir = @localedir@
494localstatedir = @localstatedir@
495mandir = @mandir@
496mkdir_p = @mkdir_p@
f6ea5628
DJ
497oldincludedir = @oldincludedir@
498pdfdir = @pdfdir@
499prefix = @prefix@
500program_transform_name = @program_transform_name@
81ecdfbb 501psdir = @psdir@
55a8c076 502python_prog_path = @python_prog_path@
f6ea5628
DJ
503sbindir = @sbindir@
504sharedstatedir = @sharedstatedir@
81ecdfbb 505srcdir = @srcdir@
f6ea5628
DJ
506subdirs = @subdirs@
507sysconfdir = @sysconfdir@
508target = @target@
509target_alias = @target_alias@
510target_cpu = @target_cpu@
511target_os = @target_os@
512target_subdir = @target_subdir@
513target_vendor = @target_vendor@
81ecdfbb
RW
514top_build_prefix = @top_build_prefix@
515top_builddir = @top_builddir@
516top_srcdir = @top_srcdir@
f6ea5628 517AUTOMAKE_OPTIONS = 1.5 gnits
f434ba03 518SUBDIRS =
f6ea5628
DJ
519noinst_HEADERS =
520noinst_LIBRARIES = libgnu.a
521noinst_LTLIBRARIES =
f434ba03
PA
522EXTRA_DIST = m4/gnulib-cache.m4 \
523 $(top_srcdir)/gnulib/extra/arg-nonnull.h \
55a8c076
YQ
524 $(top_srcdir)/gnulib/extra/c++defs.h inttypes.in.h memchr.c \
525 memchr.valgrind memmem.c str-two-way.h stddef.in.h stdint.in.h \
174e088e
PA
526 string.in.h $(top_srcdir)/gnulib/extra/update-copyright \
527 $(top_srcdir)/gnulib/extra/warn-on-use.h wchar.in.h
f434ba03
PA
528
529# The BUILT_SOURCES created by this Makefile snippet are not used via #include
530# statements but through direct file reference. Therefore this snippet must be
531# present in all Makefile.am that need it. This is ensured by the applicability
532# 'all' defined above.
533
534# The BUILT_SOURCES created by this Makefile snippet are not used via #include
535# statements but through direct file reference. Therefore this snippet must be
536# present in all Makefile.am that need it. This is ensured by the applicability
537# 'all' defined above.
55a8c076
YQ
538BUILT_SOURCES = arg-nonnull.h c++defs.h inttypes.h $(STDDEF_H) \
539 $(STDINT_H) string.h warn-on-use.h wchar.h
f6ea5628 540SUFFIXES =
f434ba03 541MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \
55a8c076
YQ
542 c++defs.h c++defs.h-t inttypes.h inttypes.h-t stddef.h \
543 stddef.h-t stdint.h stdint.h-t string.h string.h-t \
544 warn-on-use.h warn-on-use.h-t wchar.h wchar.h-t
f6ea5628
DJ
545MOSTLYCLEANDIRS =
546CLEANFILES =
547DISTCLEANFILES =
548MAINTAINERCLEANFILES =
549AM_CPPFLAGS =
f434ba03 550AM_CFLAGS =
f6ea5628
DJ
551libgnu_a_SOURCES = dummy.c
552libgnu_a_LIBADD = $(gl_LIBOBJS)
553libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
f434ba03
PA
554EXTRA_libgnu_a_SOURCES = memchr.c memmem.c
555ARG_NONNULL_H = arg-nonnull.h
556CXXDEFS_H = c++defs.h
557WARN_ON_USE_H = warn-on-use.h
f6ea5628 558all: $(BUILT_SOURCES)
f434ba03 559 $(MAKE) $(AM_MAKEFLAGS) all-recursive
f6ea5628
DJ
560
561.SUFFIXES:
562.SUFFIXES: .c .o .obj
563$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
564 @for dep in $?; do \
565 case '$(am__configure_deps)' in \
566 *$$dep*) \
81ecdfbb
RW
567 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
568 && { if test -f $@; then exit 0; else break; fi; }; \
f6ea5628
DJ
569 exit 1;; \
570 esac; \
571 done; \
81ecdfbb
RW
572 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits gnulib/Makefile'; \
573 $(am__cd) $(top_srcdir) && \
574 $(AUTOMAKE) --gnits gnulib/Makefile
f6ea5628
DJ
575.PRECIOUS: Makefile
576Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
577 @case '$?' in \
578 *config.status*) \
579 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
580 *) \
581 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
582 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
583 esac;
584
585$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
586 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
587
588$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
589 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
590$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
591 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
81ecdfbb 592$(am__aclocal_m4_deps):
f6ea5628
DJ
593
594clean-noinstLIBRARIES:
595 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
596libgnu.a: $(libgnu_a_OBJECTS) $(libgnu_a_DEPENDENCIES)
597 -rm -f libgnu.a
598 $(libgnu_a_AR) libgnu.a $(libgnu_a_OBJECTS) $(libgnu_a_LIBADD)
599 $(RANLIB) libgnu.a
600
601clean-noinstLTLIBRARIES:
602 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
603 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
604 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
605 test "$$dir" != "$$p" || dir=.; \
606 echo "rm -f \"$${dir}/so_locations\""; \
607 rm -f "$${dir}/so_locations"; \
608 done
609
610mostlyclean-compile:
611 -rm -f *.$(OBJEXT)
612
613distclean-compile:
614 -rm -f *.tab.c
615
616@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy.Po@am__quote@
617@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memchr.Po@am__quote@
f6ea5628
DJ
618@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmem.Po@am__quote@
619
620.c.o:
81ecdfbb
RW
621@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
622@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
f6ea5628
DJ
623@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
624@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
625@am__fastdepCC_FALSE@ $(COMPILE) -c $<
626
627.c.obj:
81ecdfbb
RW
628@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
629@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
f6ea5628
DJ
630@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
631@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
632@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
f6ea5628 633
f434ba03
PA
634# This directory's subdirectories are mostly independent; you can cd
635# into them and run `make' without going through this Makefile.
636# To change the values of `make' variables: instead of editing Makefiles,
637# (1) if the variable is set in `config.status', edit `config.status'
638# (which will cause the Makefiles to be regenerated when you run `make');
639# (2) otherwise, pass the desired values on the `make' command line.
640$(RECURSIVE_TARGETS):
55a8c076 641 @fail= failcom='exit 1'; \
f434ba03
PA
642 for f in x $$MAKEFLAGS; do \
643 case $$f in \
644 *=* | --[!k]*);; \
645 *k*) failcom='fail=yes';; \
646 esac; \
647 done; \
648 dot_seen=no; \
649 target=`echo $@ | sed s/-recursive//`; \
650 list='$(SUBDIRS)'; for subdir in $$list; do \
651 echo "Making $$target in $$subdir"; \
652 if test "$$subdir" = "."; then \
653 dot_seen=yes; \
654 local_target="$$target-am"; \
655 else \
656 local_target="$$target"; \
657 fi; \
658 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
659 || eval $$failcom; \
660 done; \
661 if test "$$dot_seen" = "no"; then \
662 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
663 fi; test -z "$$fail"
664
665$(RECURSIVE_CLEAN_TARGETS):
55a8c076 666 @fail= failcom='exit 1'; \
f434ba03
PA
667 for f in x $$MAKEFLAGS; do \
668 case $$f in \
669 *=* | --[!k]*);; \
670 *k*) failcom='fail=yes';; \
671 esac; \
672 done; \
673 dot_seen=no; \
674 case "$@" in \
675 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
676 *) list='$(SUBDIRS)' ;; \
677 esac; \
678 rev=''; for subdir in $$list; do \
679 if test "$$subdir" = "."; then :; else \
680 rev="$$subdir $$rev"; \
681 fi; \
682 done; \
683 rev="$$rev ."; \
684 target=`echo $@ | sed s/-recursive//`; \
685 for subdir in $$rev; do \
686 echo "Making $$target in $$subdir"; \
687 if test "$$subdir" = "."; then \
688 local_target="$$target-am"; \
689 else \
690 local_target="$$target"; \
691 fi; \
692 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
693 || eval $$failcom; \
694 done && test -z "$$fail"
695tags-recursive:
696 list='$(SUBDIRS)'; for subdir in $$list; do \
697 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
698 done
699ctags-recursive:
700 list='$(SUBDIRS)'; for subdir in $$list; do \
701 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
702 done
703
f6ea5628
DJ
704ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
705 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
706 unique=`for i in $$list; do \
707 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
708 done | \
81ecdfbb
RW
709 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
710 END { if (nonempty) { for (i in files) print i; }; }'`; \
f6ea5628
DJ
711 mkid -fID $$unique
712tags: TAGS
713
f434ba03 714TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
f6ea5628 715 $(TAGS_FILES) $(LISP)
81ecdfbb 716 set x; \
f6ea5628 717 here=`pwd`; \
f434ba03
PA
718 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
719 include_option=--etags-include; \
720 empty_fix=.; \
721 else \
722 include_option=--include; \
723 empty_fix=; \
724 fi; \
725 list='$(SUBDIRS)'; for subdir in $$list; do \
726 if test "$$subdir" = .; then :; else \
727 test ! -f $$subdir/TAGS || \
728 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
729 fi; \
730 done; \
f6ea5628
DJ
731 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
732 unique=`for i in $$list; do \
733 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
734 done | \
81ecdfbb
RW
735 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
736 END { if (nonempty) { for (i in files) print i; }; }'`; \
737 shift; \
738 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
f6ea5628 739 test -n "$$unique" || unique=$$empty_fix; \
81ecdfbb
RW
740 if test $$# -gt 0; then \
741 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
742 "$$@" $$unique; \
743 else \
744 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
745 $$unique; \
746 fi; \
f6ea5628
DJ
747 fi
748ctags: CTAGS
f434ba03 749CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
f6ea5628 750 $(TAGS_FILES) $(LISP)
f6ea5628
DJ
751 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
752 unique=`for i in $$list; do \
753 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
754 done | \
81ecdfbb
RW
755 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
756 END { if (nonempty) { for (i in files) print i; }; }'`; \
757 test -z "$(CTAGS_ARGS)$$unique" \
f6ea5628 758 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
81ecdfbb 759 $$unique
f6ea5628
DJ
760
761GTAGS:
762 here=`$(am__cd) $(top_builddir) && pwd` \
81ecdfbb
RW
763 && $(am__cd) $(top_srcdir) \
764 && gtags -i $(GTAGS_ARGS) "$$here"
f6ea5628
DJ
765
766distclean-tags:
767 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
768
769distdir: $(DISTFILES)
81ecdfbb
RW
770 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
771 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
772 list='$(DISTFILES)'; \
773 dist_files=`for file in $$list; do echo $$file; done | \
774 sed -e "s|^$$srcdirstrip/||;t" \
775 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
776 case $$dist_files in \
777 */*) $(MKDIR_P) `echo "$$dist_files" | \
778 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
779 sort -u` ;; \
780 esac; \
781 for file in $$dist_files; do \
f6ea5628 782 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
f6ea5628 783 if test -d $$d/$$file; then \
81ecdfbb
RW
784 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
785 if test -d "$(distdir)/$$file"; then \
786 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
787 fi; \
f6ea5628 788 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
81ecdfbb
RW
789 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
790 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
f6ea5628 791 fi; \
81ecdfbb 792 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
f6ea5628 793 else \
81ecdfbb
RW
794 test -f "$(distdir)/$$file" \
795 || cp -p $$d/$$file "$(distdir)/$$file" \
f6ea5628
DJ
796 || exit 1; \
797 fi; \
798 done
f434ba03
PA
799 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
800 if test "$$subdir" = .; then :; else \
801 test -d "$(distdir)/$$subdir" \
802 || $(MKDIR_P) "$(distdir)/$$subdir" \
803 || exit 1; \
804 fi; \
805 done
806 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
807 if test "$$subdir" = .; then :; else \
808 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
809 $(am__relativize); \
810 new_distdir=$$reldir; \
811 dir1=$$subdir; dir2="$(top_distdir)"; \
812 $(am__relativize); \
813 new_top_distdir=$$reldir; \
814 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
815 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
816 ($(am__cd) $$subdir && \
817 $(MAKE) $(AM_MAKEFLAGS) \
818 top_distdir="$$new_top_distdir" \
819 distdir="$$new_distdir" \
820 am__remove_distdir=: \
821 am__skip_length_check=: \
822 am__skip_mode_fix=: \
823 distdir) \
824 || exit 1; \
825 fi; \
826 done
f6ea5628
DJ
827check-am: all-am
828check: $(BUILT_SOURCES)
f434ba03 829 $(MAKE) $(AM_MAKEFLAGS) check-recursive
f6ea5628 830all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS)
f434ba03
PA
831installdirs: installdirs-recursive
832installdirs-am:
f6ea5628 833install: $(BUILT_SOURCES)
f434ba03
PA
834 $(MAKE) $(AM_MAKEFLAGS) install-recursive
835install-exec: install-exec-recursive
836install-data: install-data-recursive
837uninstall: uninstall-recursive
f6ea5628
DJ
838
839install-am: all-am
840 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
841
f434ba03 842installcheck: installcheck-recursive
f6ea5628
DJ
843install-strip:
844 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
845 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
846 `test -z '$(STRIP)' || \
847 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
848mostlyclean-generic:
849 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
850
851clean-generic:
852 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
853
854distclean-generic:
855 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
81ecdfbb 856 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
f6ea5628
DJ
857 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
858
859maintainer-clean-generic:
860 @echo "This command is intended for maintainers to use"
861 @echo "it deletes files that may require special tools to rebuild."
862 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
863 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
f434ba03 864clean: clean-recursive
f6ea5628
DJ
865
866clean-am: clean-generic clean-noinstLIBRARIES clean-noinstLTLIBRARIES \
867 mostlyclean-am
868
f434ba03 869distclean: distclean-recursive
f6ea5628
DJ
870 -rm -rf ./$(DEPDIR)
871 -rm -f Makefile
872distclean-am: clean-am distclean-compile distclean-generic \
873 distclean-tags
874
f434ba03 875dvi: dvi-recursive
f6ea5628
DJ
876
877dvi-am:
878
f434ba03 879html: html-recursive
f6ea5628 880
81ecdfbb
RW
881html-am:
882
f434ba03 883info: info-recursive
f6ea5628
DJ
884
885info-am:
886
887install-data-am:
888
f434ba03 889install-dvi: install-dvi-recursive
81ecdfbb
RW
890
891install-dvi-am:
892
f6ea5628
DJ
893install-exec-am:
894
f434ba03 895install-html: install-html-recursive
81ecdfbb
RW
896
897install-html-am:
898
f434ba03 899install-info: install-info-recursive
f6ea5628 900
81ecdfbb
RW
901install-info-am:
902
f6ea5628
DJ
903install-man:
904
f434ba03 905install-pdf: install-pdf-recursive
81ecdfbb
RW
906
907install-pdf-am:
908
f434ba03 909install-ps: install-ps-recursive
81ecdfbb
RW
910
911install-ps-am:
912
f6ea5628
DJ
913installcheck-am:
914
f434ba03 915maintainer-clean: maintainer-clean-recursive
f6ea5628
DJ
916 -rm -rf ./$(DEPDIR)
917 -rm -f Makefile
918maintainer-clean-am: distclean-am maintainer-clean-generic
919
f434ba03 920mostlyclean: mostlyclean-recursive
f6ea5628
DJ
921
922mostlyclean-am: mostlyclean-compile mostlyclean-generic \
923 mostlyclean-local
924
f434ba03 925pdf: pdf-recursive
f6ea5628
DJ
926
927pdf-am:
928
f434ba03 929ps: ps-recursive
f6ea5628
DJ
930
931ps-am:
932
81ecdfbb
RW
933uninstall-am:
934
f434ba03
PA
935.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
936 ctags-recursive install install-am install-strip \
937 tags-recursive
938
939.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
940 all all-am check check-am clean clean-generic \
941 clean-noinstLIBRARIES clean-noinstLTLIBRARIES ctags \
942 ctags-recursive distclean distclean-compile distclean-generic \
943 distclean-tags distdir dvi dvi-am html html-am info info-am \
944 install install-am install-data install-data-am install-dvi \
945 install-dvi-am install-exec install-exec-am install-html \
946 install-html-am install-info install-info-am install-man \
947 install-pdf install-pdf-am install-ps install-ps-am \
948 install-strip installcheck installcheck-am installdirs \
949 installdirs-am maintainer-clean maintainer-clean-generic \
950 mostlyclean mostlyclean-compile mostlyclean-generic \
951 mostlyclean-local pdf pdf-am ps ps-am tags tags-recursive \
81ecdfbb 952 uninstall uninstall-am
f6ea5628 953
f434ba03
PA
954# The arg-nonnull.h that gets inserted into generated .h files is the same as
955# build-aux/arg-nonnull.h, except that it has the copyright header cut off.
956arg-nonnull.h: $(top_srcdir)/gnulib/extra/arg-nonnull.h
957 $(AM_V_GEN)rm -f $@-t $@ && \
958 sed -n -e '/GL_ARG_NONNULL/,$$p' \
959 < $(top_srcdir)/gnulib/extra/arg-nonnull.h \
960 > $@-t && \
961 mv $@-t $@
962# The c++defs.h that gets inserted into generated .h files is the same as
963# build-aux/c++defs.h, except that it has the copyright header cut off.
964c++defs.h: $(top_srcdir)/gnulib/extra/c++defs.h
965 $(AM_V_GEN)rm -f $@-t $@ && \
966 sed -n -e '/_GL_CXXDEFS/,$$p' \
967 < $(top_srcdir)/gnulib/extra/c++defs.h \
968 > $@-t && \
969 mv $@-t $@
970
55a8c076
YQ
971# We need the following in order to create <inttypes.h> when the system
972# doesn't have one that works with the given compiler.
973inttypes.h: inttypes.in.h $(WARN_ON_USE_H) $(ARG_NONNULL_H)
974 $(AM_V_GEN)rm -f $@-t $@ && \
975 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
976 sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
977 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
978 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
979 -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
980 -e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \
981 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
982 -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
983 -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
984 -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \
985 -e 's/@''GNULIB_IMAXABS''@/$(GNULIB_IMAXABS)/g' \
986 -e 's/@''GNULIB_IMAXDIV''@/$(GNULIB_IMAXDIV)/g' \
987 -e 's/@''GNULIB_STRTOIMAX''@/$(GNULIB_STRTOIMAX)/g' \
988 -e 's/@''GNULIB_STRTOUMAX''@/$(GNULIB_STRTOUMAX)/g' \
989 -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \
990 -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \
991 -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
992 -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
993 -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \
994 -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \
995 -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \
996 -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \
997 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
998 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
999 < $(srcdir)/inttypes.in.h; \
1000 } > $@-t && \
1001 mv $@-t $@
1002
f434ba03
PA
1003# We need the following in order to create <stddef.h> when the system
1004# doesn't have one that works with the given compiler.
1005stddef.h: stddef.in.h
1006 $(AM_V_GEN)rm -f $@-t $@ && \
1007 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1008 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1009 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1010 -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
1011 -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
1012 -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
1013 < $(srcdir)/stddef.in.h; \
1014 } > $@-t && \
1015 mv $@-t $@
f6ea5628
DJ
1016
1017# We need the following in order to create <stdint.h> when the system
1018# doesn't have one that works with the given compiler.
1019stdint.h: stdint.in.h
f434ba03 1020 $(AM_V_GEN)rm -f $@-t $@ && \
f6ea5628
DJ
1021 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1022 sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
f434ba03
PA
1023 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1024 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
f6ea5628
DJ
1025 -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
1026 -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
1027 -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
1028 -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
1029 -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
1030 -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
1031 -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
f434ba03 1032 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
f6ea5628
DJ
1033 -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
1034 -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
1035 -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
1036 -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
1037 -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
1038 -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
1039 -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
1040 -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
1041 -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
1042 -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
1043 -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
1044 -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
1045 -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
1046 < $(srcdir)/stdint.in.h; \
f434ba03 1047 } > $@-t && \
f6ea5628
DJ
1048 mv $@-t $@
1049
1050# We need the following in order to create <string.h> when the system
1051# doesn't have one that works with the given compiler.
f434ba03
PA
1052string.h: string.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1053 $(AM_V_GEN)rm -f $@-t $@ && \
f6ea5628 1054 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
f434ba03
PA
1055 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1056 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
f6ea5628
DJ
1057 -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
1058 -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \
1059 -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \
1060 -e 's|@''GNULIB_MBSCHR''@|$(GNULIB_MBSCHR)|g' \
1061 -e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \
1062 -e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \
1063 -e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \
1064 -e 's|@''GNULIB_MBSNCASECMP''@|$(GNULIB_MBSNCASECMP)|g' \
1065 -e 's|@''GNULIB_MBSPCASECMP''@|$(GNULIB_MBSPCASECMP)|g' \
1066 -e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \
1067 -e 's|@''GNULIB_MBSCSPN''@|$(GNULIB_MBSCSPN)|g' \
1068 -e 's|@''GNULIB_MBSPBRK''@|$(GNULIB_MBSPBRK)|g' \
1069 -e 's|@''GNULIB_MBSSPN''@|$(GNULIB_MBSSPN)|g' \
1070 -e 's|@''GNULIB_MBSSEP''@|$(GNULIB_MBSSEP)|g' \
1071 -e 's|@''GNULIB_MBSTOK_R''@|$(GNULIB_MBSTOK_R)|g' \
f434ba03 1072 -e 's|@''GNULIB_MEMCHR''@|$(GNULIB_MEMCHR)|g' \
f6ea5628
DJ
1073 -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \
1074 -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \
1075 -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \
f434ba03 1076 -e 's|@''GNULIB_RAWMEMCHR''@|$(GNULIB_RAWMEMCHR)|g' \
f6ea5628
DJ
1077 -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \
1078 -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \
1079 -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \
1080 -e 's|@''GNULIB_STRDUP''@|$(GNULIB_STRDUP)|g' \
f434ba03 1081 -e 's|@''GNULIB_STRNCAT''@|$(GNULIB_STRNCAT)|g' \
f6ea5628
DJ
1082 -e 's|@''GNULIB_STRNDUP''@|$(GNULIB_STRNDUP)|g' \
1083 -e 's|@''GNULIB_STRNLEN''@|$(GNULIB_STRNLEN)|g' \
1084 -e 's|@''GNULIB_STRPBRK''@|$(GNULIB_STRPBRK)|g' \
1085 -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \
1086 -e 's|@''GNULIB_STRSTR''@|$(GNULIB_STRSTR)|g' \
1087 -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \
1088 -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \
1089 -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \
1090 -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \
f434ba03
PA
1091 -e 's|@''GNULIB_STRVERSCMP''@|$(GNULIB_STRVERSCMP)|g' \
1092 < $(srcdir)/string.in.h | \
1093 sed -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
1094 -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
f6ea5628
DJ
1095 -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
1096 -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
1097 -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
f434ba03 1098 -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
f6ea5628
DJ
1099 -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
1100 -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
1101 -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
1102 -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
f6ea5628
DJ
1103 -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
1104 -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
1105 -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
1106 -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
1107 -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
1108 -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
f6ea5628 1109 -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
f434ba03
PA
1110 -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
1111 -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
1112 -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
f6ea5628
DJ
1113 -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
1114 -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
f434ba03 1115 -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
f6ea5628
DJ
1116 -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
1117 -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
f434ba03
PA
1118 -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
1119 -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
1120 -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
f6ea5628 1121 -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
f434ba03
PA
1122 -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
1123 -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
1124 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1125 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1126 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
f6ea5628 1127 < $(srcdir)/string.in.h; \
f434ba03
PA
1128 } > $@-t && \
1129 mv $@-t $@
1130# The warn-on-use.h that gets inserted into generated .h files is the same as
1131# build-aux/warn-on-use.h, except that it has the copyright header cut off.
1132warn-on-use.h: $(top_srcdir)/gnulib/extra/warn-on-use.h
1133 $(AM_V_GEN)rm -f $@-t $@ && \
1134 sed -n -e '/^.ifndef/,$$p' \
1135 < $(top_srcdir)/gnulib/extra/warn-on-use.h \
1136 > $@-t && \
f6ea5628
DJ
1137 mv $@-t $@
1138
1139# We need the following in order to create <wchar.h> when the system
1140# version does not work standalone.
f434ba03
PA
1141wchar.h: wchar.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1142 $(AM_V_GEN)rm -f $@-t $@ && \
f6ea5628 1143 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
f434ba03
PA
1144 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1145 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
f6ea5628 1146 -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
f434ba03
PA
1147 -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
1148 -e 's|@''GNULIB_BTOWC''@|$(GNULIB_BTOWC)|g' \
1149 -e 's|@''GNULIB_WCTOB''@|$(GNULIB_WCTOB)|g' \
1150 -e 's|@''GNULIB_MBSINIT''@|$(GNULIB_MBSINIT)|g' \
1151 -e 's|@''GNULIB_MBRTOWC''@|$(GNULIB_MBRTOWC)|g' \
1152 -e 's|@''GNULIB_MBRLEN''@|$(GNULIB_MBRLEN)|g' \
1153 -e 's|@''GNULIB_MBSRTOWCS''@|$(GNULIB_MBSRTOWCS)|g' \
1154 -e 's|@''GNULIB_MBSNRTOWCS''@|$(GNULIB_MBSNRTOWCS)|g' \
1155 -e 's|@''GNULIB_WCRTOMB''@|$(GNULIB_WCRTOMB)|g' \
1156 -e 's|@''GNULIB_WCSRTOMBS''@|$(GNULIB_WCSRTOMBS)|g' \
1157 -e 's|@''GNULIB_WCSNRTOMBS''@|$(GNULIB_WCSNRTOMBS)|g' \
f6ea5628 1158 -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \
f434ba03
PA
1159 -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
1160 -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
1161 -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
1162 -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
1163 -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
1164 -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
1165 -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
1166 -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
1167 -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
1168 -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
1169 -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
f6ea5628 1170 -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
f434ba03
PA
1171 -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
1172 -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
1173 -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
1174 -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
1175 -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
1176 -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
1177 -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
1178 -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
1179 -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
1180 -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
1181 -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
f6ea5628 1182 -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
f434ba03
PA
1183 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1184 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1185 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
f6ea5628 1186 < $(srcdir)/wchar.in.h; \
f434ba03 1187 } > $@-t && \
f6ea5628
DJ
1188 mv $@-t $@
1189
1190mostlyclean-local: mostlyclean-generic
1191 @for dir in '' $(MOSTLYCLEANDIRS); do \
1192 if test -n "$$dir" && test -d $$dir; then \
1193 echo "rmdir $$dir"; rmdir $$dir; \
1194 fi; \
1195 done; \
1196 :
81ecdfbb 1197
f6ea5628
DJ
1198# Tell versions [3.59,3.63) of GNU make to not export all variables.
1199# Otherwise a system limit (for SysV at least) may be exceeded.
1200.NOEXPORT:
This page took 0.375236 seconds and 4 git commands to generate.