]>
Commit | Line | Data |
---|---|---|
f6ea5628 DJ |
1 | # Makefile.in generated by automake 1.9.6 from Makefile.am. |
2 | # @configure_input@ | |
3 | ||
0fb0cc75 JB |
4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
5 | # 2004, 2005, 2009 Free Software Foundation, Inc. | |
f6ea5628 DJ |
6 | # This Makefile.in is free software; the Free Software Foundation |
7 | # gives unlimited permission to copy and/or distribute it, | |
8 | # with or without modifications, as long as this notice is preserved. | |
9 | ||
10 | # This program is distributed in the hope that it will be useful, | |
11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |
12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
13 | # PARTICULAR PURPOSE. | |
14 | ||
15 | @SET_MAKE@ | |
16 | ||
17 | # Copyright (C) 2004-2007 Free Software Foundation, Inc. | |
18 | # | |
19 | # This file is free software, distributed under the terms of the GNU | |
20 | # General Public License. As a special exception to the GNU General | |
21 | # Public License, this file may be distributed as part of a program | |
22 | # that contains a configuration script generated by Autoconf, under | |
23 | # the same distribution terms as the rest of that program. | |
24 | # | |
25 | # Generated by gnulib-tool. | |
4d7b71aa | 26 | # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gnulib --m4-base=gnulib/m4 --doc-base=doc --aux-dir=gnulib/extra --no-libtool --macro-prefix=gl memmem |
f6ea5628 DJ |
27 | |
28 | ||
29 | ||
30 | srcdir = @srcdir@ | |
31 | top_srcdir = @top_srcdir@ | |
32 | VPATH = @srcdir@ | |
33 | pkgdatadir = $(datadir)/@PACKAGE@ | |
34 | pkglibdir = $(libdir)/@PACKAGE@ | |
35 | pkgincludedir = $(includedir)/@PACKAGE@ | |
36 | top_builddir = .. | |
37 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
38 | INSTALL = @INSTALL@ | |
39 | install_sh_DATA = $(install_sh) -c -m 644 | |
40 | install_sh_PROGRAM = $(install_sh) -c | |
41 | install_sh_SCRIPT = $(install_sh) -c | |
42 | INSTALL_HEADER = $(INSTALL_DATA) | |
43 | transform = $(program_transform_name) | |
44 | NORMAL_INSTALL = : | |
45 | PRE_INSTALL = : | |
46 | POST_INSTALL = : | |
47 | NORMAL_UNINSTALL = : | |
48 | PRE_UNINSTALL = : | |
49 | POST_UNINSTALL = : | |
50 | build_triplet = @build@ | |
51 | host_triplet = @host@ | |
52 | target_triplet = @target@ | |
53 | subdir = gnulib | |
54 | DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ | |
55 | $(srcdir)/Makefile.in | |
56 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
aa11fd3f DJ |
57 | am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/extensions.m4 \ |
58 | $(top_srcdir)/gnulib/m4/gnulib-common.m4 \ | |
59 | $(top_srcdir)/gnulib/m4/gnulib-comp.m4 \ | |
60 | $(top_srcdir)/gnulib/m4/include_next.m4 \ | |
61 | $(top_srcdir)/gnulib/m4/longlong.m4 \ | |
62 | $(top_srcdir)/gnulib/m4/memchr.m4 \ | |
63 | $(top_srcdir)/gnulib/m4/memcmp.m4 \ | |
64 | $(top_srcdir)/gnulib/m4/memmem.m4 \ | |
65 | $(top_srcdir)/gnulib/m4/onceonly_2_57.m4 \ | |
66 | $(top_srcdir)/gnulib/m4/stdint.m4 \ | |
67 | $(top_srcdir)/gnulib/m4/string_h.m4 \ | |
68 | $(top_srcdir)/gnulib/m4/wchar.m4 $(top_srcdir)/acinclude.m4 \ | |
f6ea5628 DJ |
69 | $(top_srcdir)/../bfd/bfd.m4 \ |
70 | $(top_srcdir)/../config/acinclude.m4 \ | |
71 | $(top_srcdir)/../config/stdint.m4 \ | |
72 | $(top_srcdir)/../config/gettext-sister.m4 \ | |
73 | $(top_srcdir)/../config/lib-ld.m4 \ | |
74 | $(top_srcdir)/../config/lib-prefix.m4 \ | |
75 | $(top_srcdir)/../config/lib-link.m4 $(top_srcdir)/configure.ac | |
76 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
77 | $(ACLOCAL_M4) | |
78 | mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs | |
79 | CONFIG_HEADER = $(top_builddir)/config.h | |
80 | CONFIG_CLEAN_FILES = | |
81 | LIBRARIES = $(noinst_LIBRARIES) | |
82 | ARFLAGS = cru | |
83 | libgnu_a_AR = $(AR) $(ARFLAGS) | |
aa11fd3f | 84 | am__DEPENDENCIES_1 = |
f6ea5628 DJ |
85 | am_libgnu_a_OBJECTS = dummy.$(OBJEXT) |
86 | libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS) | |
87 | LTLIBRARIES = $(noinst_LTLIBRARIES) | |
88 | DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) | |
89 | depcomp = $(SHELL) $(top_srcdir)/../depcomp | |
90 | am__depfiles_maybe = depfiles | |
91 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
92 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
93 | CCLD = $(CC) | |
94 | LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
95 | SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES) | |
96 | DIST_SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES) | |
97 | HEADERS = $(noinst_HEADERS) | |
98 | ETAGS = etags | |
99 | CTAGS = ctags | |
100 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
101 | ACLOCAL = @ACLOCAL@ | |
102 | ALLOCA = @ALLOCA@ | |
103 | AMDEP_FALSE = @AMDEP_FALSE@ | |
104 | AMDEP_TRUE = @AMDEP_TRUE@ | |
105 | AMTAR = @AMTAR@ | |
106 | AR = @AR@ | |
107 | AUTOCONF = @AUTOCONF@ | |
108 | AUTOHEADER = @AUTOHEADER@ | |
109 | AUTOMAKE = @AUTOMAKE@ | |
110 | AWK = @AWK@ | |
aa11fd3f DJ |
111 | BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ |
112 | BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ | |
113 | BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ | |
114 | BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ | |
115 | BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ | |
f6ea5628 DJ |
116 | CATALOGS = @CATALOGS@ |
117 | CATOBJEXT = @CATOBJEXT@ | |
118 | CC = @CC@ | |
119 | CCDEPMODE = @CCDEPMODE@ | |
120 | CFLAGS = @CFLAGS@ | |
121 | CONFIG_ALL = @CONFIG_ALL@ | |
122 | CONFIG_CLEAN = @CONFIG_CLEAN@ | |
123 | CONFIG_DEPS = @CONFIG_DEPS@ | |
124 | CONFIG_INSTALL = @CONFIG_INSTALL@ | |
125 | CONFIG_LDFLAGS = @CONFIG_LDFLAGS@ | |
126 | CONFIG_OBS = @CONFIG_OBS@ | |
127 | CONFIG_SRCS = @CONFIG_SRCS@ | |
128 | CONFIG_UNINSTALL = @CONFIG_UNINSTALL@ | |
129 | CPP = @CPP@ | |
130 | CPPFLAGS = @CPPFLAGS@ | |
131 | CYGPATH_W = @CYGPATH_W@ | |
132 | DATADIRNAME = @DATADIRNAME@ | |
133 | DEFS = @DEFS@ | |
134 | DEPDIR = @DEPDIR@ | |
135 | DLLTOOL = @DLLTOOL@ | |
136 | ECHO_C = @ECHO_C@ | |
137 | ECHO_N = @ECHO_N@ | |
138 | ECHO_T = @ECHO_T@ | |
139 | EGREP = @EGREP@ | |
140 | ENABLE_CFLAGS = @ENABLE_CFLAGS@ | |
141 | EXEEXT = @EXEEXT@ | |
142 | GDBTKLIBS = @GDBTKLIBS@ | |
143 | GDBTK_CFLAGS = @GDBTK_CFLAGS@ | |
144 | GDBTK_SRC_DIR = @GDBTK_SRC_DIR@ | |
145 | GENCAT = @GENCAT@ | |
aa11fd3f DJ |
146 | GL_COND_LIBTOOL_FALSE = @GL_COND_LIBTOOL_FALSE@ |
147 | GL_COND_LIBTOOL_TRUE = @GL_COND_LIBTOOL_TRUE@ | |
f6ea5628 | 148 | GMSGFMT = @GMSGFMT@ |
aa11fd3f DJ |
149 | GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ |
150 | GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ | |
151 | GNULIB_MBSCHR = @GNULIB_MBSCHR@ | |
152 | GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ | |
153 | GNULIB_MBSLEN = @GNULIB_MBSLEN@ | |
154 | GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ | |
155 | GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ | |
156 | GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ | |
157 | GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ | |
158 | GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ | |
159 | GNULIB_MBSSEP = @GNULIB_MBSSEP@ | |
160 | GNULIB_MBSSPN = @GNULIB_MBSSPN@ | |
161 | GNULIB_MBSSTR = @GNULIB_MBSSTR@ | |
162 | GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ | |
163 | GNULIB_MEMMEM = @GNULIB_MEMMEM@ | |
164 | GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ | |
165 | GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ | |
166 | GNULIB_STPCPY = @GNULIB_STPCPY@ | |
167 | GNULIB_STPNCPY = @GNULIB_STPNCPY@ | |
168 | GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ | |
169 | GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ | |
170 | GNULIB_STRDUP = @GNULIB_STRDUP@ | |
171 | GNULIB_STRERROR = @GNULIB_STRERROR@ | |
172 | GNULIB_STRNDUP = @GNULIB_STRNDUP@ | |
173 | GNULIB_STRNLEN = @GNULIB_STRNLEN@ | |
174 | GNULIB_STRPBRK = @GNULIB_STRPBRK@ | |
175 | GNULIB_STRSEP = @GNULIB_STRSEP@ | |
176 | GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ | |
177 | GNULIB_STRSTR = @GNULIB_STRSTR@ | |
178 | GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ | |
179 | GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ | |
f6ea5628 DJ |
180 | GREP = @GREP@ |
181 | GUI_CFLAGS_X = @GUI_CFLAGS_X@ | |
aa11fd3f DJ |
182 | HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ |
183 | HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ | |
184 | HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ | |
185 | HAVE_DECL_STRERROR = @HAVE_DECL_STRERROR@ | |
186 | HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ | |
187 | HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ | |
188 | HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ | |
189 | HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ | |
190 | HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ | |
191 | HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ | |
f6ea5628 | 192 | HAVE_LIBEXPAT = @HAVE_LIBEXPAT@ |
aa11fd3f DJ |
193 | HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ |
194 | HAVE_MEMPCPY = @HAVE_MEMPCPY@ | |
195 | HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ | |
196 | HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ | |
197 | HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ | |
198 | HAVE_STDINT_H = @HAVE_STDINT_H@ | |
199 | HAVE_STPCPY = @HAVE_STPCPY@ | |
200 | HAVE_STPNCPY = @HAVE_STPNCPY@ | |
201 | HAVE_STRCASESTR = @HAVE_STRCASESTR@ | |
202 | HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ | |
203 | HAVE_STRNDUP = @HAVE_STRNDUP@ | |
204 | HAVE_STRPBRK = @HAVE_STRPBRK@ | |
205 | HAVE_STRSEP = @HAVE_STRSEP@ | |
206 | HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ | |
207 | HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ | |
208 | HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ | |
209 | HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ | |
210 | HAVE_WCHAR_H = @HAVE_WCHAR_H@ | |
f6ea5628 | 211 | INCINTL = @INCINTL@ |
aa11fd3f | 212 | INCLUDE_NEXT = @INCLUDE_NEXT@ |
f6ea5628 DJ |
213 | INSTALL_DATA = @INSTALL_DATA@ |
214 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
215 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
216 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
217 | INSTOBJEXT = @INSTOBJEXT@ | |
218 | ITCLHDIR = @ITCLHDIR@ | |
219 | ITCLLIB = @ITCLLIB@ | |
220 | ITCL_BUILD_INCLUDES = @ITCL_BUILD_INCLUDES@ | |
221 | ITCL_BUILD_LIB_SPEC = @ITCL_BUILD_LIB_SPEC@ | |
222 | ITCL_DEFS = @ITCL_DEFS@ | |
223 | ITCL_DEPS = @ITCL_DEPS@ | |
224 | ITCL_LIB_SPEC = @ITCL_LIB_SPEC@ | |
225 | ITCL_VERSION = @ITCL_VERSION@ | |
226 | ITKHDIR = @ITKHDIR@ | |
227 | ITKLIB = @ITKLIB@ | |
228 | ITK_BUILD_INCLUDES = @ITK_BUILD_INCLUDES@ | |
229 | ITK_BUILD_LIB_SPEC = @ITK_BUILD_LIB_SPEC@ | |
230 | ITK_DEFS = @ITK_DEFS@ | |
231 | ITK_DEPS = @ITK_DEPS@ | |
232 | ITK_LIB_SPEC = @ITK_LIB_SPEC@ | |
233 | ITK_VERSION = @ITK_VERSION@ | |
234 | LDFLAGS = @LDFLAGS@ | |
235 | LIBEXPAT = @LIBEXPAT@ | |
aa11fd3f DJ |
236 | LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@ |
237 | LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ | |
f6ea5628 DJ |
238 | LIBGUI = @LIBGUI@ |
239 | LIBICONV = @LIBICONV@ | |
240 | LIBINTL = @LIBINTL@ | |
241 | LIBINTL_DEP = @LIBINTL_DEP@ | |
242 | LIBOBJS = @LIBOBJS@ | |
243 | LIBS = @LIBS@ | |
244 | LN_S = @LN_S@ | |
245 | LTLIBEXPAT = @LTLIBEXPAT@ | |
246 | LTLIBOBJS = @LTLIBOBJS@ | |
247 | MAINT = @MAINT@ | |
248 | MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | |
249 | MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | |
250 | MAKEINFO = @MAKEINFO@ | |
251 | MIG = @MIG@ | |
aa11fd3f DJ |
252 | NEXT_STDINT_H = @NEXT_STDINT_H@ |
253 | NEXT_STRING_H = @NEXT_STRING_H@ | |
254 | NEXT_WCHAR_H = @NEXT_WCHAR_H@ | |
f6ea5628 DJ |
255 | OBJEXT = @OBJEXT@ |
256 | PACKAGE = @PACKAGE@ | |
257 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
258 | PACKAGE_NAME = @PACKAGE_NAME@ | |
259 | PACKAGE_STRING = @PACKAGE_STRING@ | |
260 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
261 | PACKAGE_VERSION = @PACKAGE_VERSION@ | |
262 | PATH_SEPARATOR = @PATH_SEPARATOR@ | |
263 | POSUB = @POSUB@ | |
264 | PROFILE_CFLAGS = @PROFILE_CFLAGS@ | |
aa11fd3f | 265 | PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ |
f6ea5628 DJ |
266 | RANLIB = @RANLIB@ |
267 | READLINE = @READLINE@ | |
268 | READLINE_CFLAGS = @READLINE_CFLAGS@ | |
269 | READLINE_DEPS = @READLINE_DEPS@ | |
aa11fd3f DJ |
270 | REPLACE_MEMMEM = @REPLACE_MEMMEM@ |
271 | REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ | |
272 | REPLACE_STRERROR = @REPLACE_STRERROR@ | |
273 | REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ | |
274 | REPLACE_STRSTR = @REPLACE_STRSTR@ | |
275 | REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ | |
f6ea5628 DJ |
276 | SER_HARDWIRE = @SER_HARDWIRE@ |
277 | SET_MAKE = @SET_MAKE@ | |
278 | SHELL = @SHELL@ | |
aa11fd3f | 279 | SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ |
f6ea5628 DJ |
280 | SIM = @SIM@ |
281 | SIM_OBS = @SIM_OBS@ | |
aa11fd3f DJ |
282 | SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ |
283 | STDINT_H = @STDINT_H@ | |
f6ea5628 DJ |
284 | STRIP = @STRIP@ |
285 | TARGET_OBS = @TARGET_OBS@ | |
286 | TARGET_SYSTEM_ROOT = @TARGET_SYSTEM_ROOT@ | |
287 | TARGET_SYSTEM_ROOT_DEFINE = @TARGET_SYSTEM_ROOT_DEFINE@ | |
288 | TCLHDIR = @TCLHDIR@ | |
289 | TCL_BUILD_LIB_SPEC = @TCL_BUILD_LIB_SPEC@ | |
290 | TCL_CC = @TCL_CC@ | |
291 | TCL_CC_SEARCH_FLAGS = @TCL_CC_SEARCH_FLAGS@ | |
292 | TCL_COMPAT_OBJS = @TCL_COMPAT_OBJS@ | |
293 | TCL_DEFS = @TCL_DEFS@ | |
294 | TCL_DEPS = @TCL_DEPS@ | |
295 | TCL_DL_LIBS = @TCL_DL_LIBS@ | |
296 | TCL_LD_FLAGS = @TCL_LD_FLAGS@ | |
297 | TCL_LD_SEARCH_FLAGS = @TCL_LD_SEARCH_FLAGS@ | |
298 | TCL_LIB_SPEC = @TCL_LIB_SPEC@ | |
299 | TCL_LIB_VERSIONS_OK = @TCL_LIB_VERSIONS_OK@ | |
300 | TCL_MAJOR_VERSION = @TCL_MAJOR_VERSION@ | |
301 | TCL_MINOR_VERSION = @TCL_MINOR_VERSION@ | |
302 | TCL_RANLIB = @TCL_RANLIB@ | |
303 | TCL_SHLIB_CFLAGS = @TCL_SHLIB_CFLAGS@ | |
304 | TCL_SHLIB_LD = @TCL_SHLIB_LD@ | |
305 | TCL_SHLIB_LD_LIBS = @TCL_SHLIB_LD_LIBS@ | |
306 | TCL_SHLIB_SUFFIX = @TCL_SHLIB_SUFFIX@ | |
307 | TCL_VERSION = @TCL_VERSION@ | |
308 | TKHDIR = @TKHDIR@ | |
309 | TK_BUILD_INCLUDES = @TK_BUILD_INCLUDES@ | |
310 | TK_BUILD_LIB_SPEC = @TK_BUILD_LIB_SPEC@ | |
311 | TK_DEFS = @TK_DEFS@ | |
312 | TK_DEPS = @TK_DEPS@ | |
313 | TK_LIB_SPEC = @TK_LIB_SPEC@ | |
314 | TK_VERSION = @TK_VERSION@ | |
315 | TK_XINCLUDES = @TK_XINCLUDES@ | |
316 | TK_XLIBSW = @TK_XLIBSW@ | |
317 | USE_NLS = @USE_NLS@ | |
318 | VERSION = @VERSION@ | |
319 | WARN_CFLAGS = @WARN_CFLAGS@ | |
aa11fd3f DJ |
320 | WCHAR_H = @WCHAR_H@ |
321 | WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ | |
f6ea5628 DJ |
322 | WERROR_CFLAGS = @WERROR_CFLAGS@ |
323 | WIN32LDAPP = @WIN32LDAPP@ | |
324 | WIN32LIBS = @WIN32LIBS@ | |
325 | WINDRES = @WINDRES@ | |
aa11fd3f | 326 | WINT_T_SUFFIX = @WINT_T_SUFFIX@ |
f6ea5628 DJ |
327 | XGETTEXT = @XGETTEXT@ |
328 | XMKMF = @XMKMF@ | |
329 | X_CFLAGS = @X_CFLAGS@ | |
330 | X_LDFLAGS = @X_LDFLAGS@ | |
331 | X_LIBS = @X_LIBS@ | |
332 | YACC = @YACC@ | |
333 | YFLAGS = @YFLAGS@ | |
334 | ac_ct_CC = @ac_ct_CC@ | |
335 | am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ | |
336 | am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ | |
337 | am__include = @am__include@ | |
338 | am__leading_dot = @am__leading_dot@ | |
339 | am__quote = @am__quote@ | |
340 | am__tar = @am__tar@ | |
341 | am__untar = @am__untar@ | |
342 | bindir = @bindir@ | |
343 | build = @build@ | |
344 | build_alias = @build_alias@ | |
345 | build_cpu = @build_cpu@ | |
346 | build_os = @build_os@ | |
347 | build_vendor = @build_vendor@ | |
348 | datadir = @datadir@ | |
349 | datarootdir = @datarootdir@ | |
350 | docdir = @docdir@ | |
351 | dvidir = @dvidir@ | |
352 | exec_prefix = @exec_prefix@ | |
353 | frags = @frags@ | |
aa11fd3f DJ |
354 | gl_LIBOBJS = @gl_LIBOBJS@ |
355 | gl_LTLIBOBJS = @gl_LTLIBOBJS@ | |
356 | gltests_LIBOBJS = @gltests_LIBOBJS@ | |
357 | gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ | |
f6ea5628 DJ |
358 | host = @host@ |
359 | host_alias = @host_alias@ | |
360 | host_cpu = @host_cpu@ | |
361 | host_os = @host_os@ | |
362 | host_vendor = @host_vendor@ | |
363 | htmldir = @htmldir@ | |
364 | includedir = @includedir@ | |
365 | infodir = @infodir@ | |
366 | install_sh = @install_sh@ | |
367 | libdir = @libdir@ | |
368 | libexecdir = @libexecdir@ | |
369 | localedir = @localedir@ | |
370 | localstatedir = @localstatedir@ | |
371 | mandir = @mandir@ | |
372 | mkdir_p = @mkdir_p@ | |
373 | nm_h = @nm_h@ | |
374 | oldincludedir = @oldincludedir@ | |
375 | pdfdir = @pdfdir@ | |
376 | prefix = @prefix@ | |
377 | program_transform_name = @program_transform_name@ | |
378 | psdir = @psdir@ | |
379 | sbindir = @sbindir@ | |
380 | sharedstatedir = @sharedstatedir@ | |
381 | subdirs = @subdirs@ | |
382 | sysconfdir = @sysconfdir@ | |
383 | target = @target@ | |
384 | target_alias = @target_alias@ | |
385 | target_cpu = @target_cpu@ | |
386 | target_os = @target_os@ | |
387 | target_subdir = @target_subdir@ | |
388 | target_vendor = @target_vendor@ | |
389 | AUTOMAKE_OPTIONS = 1.5 gnits | |
390 | noinst_HEADERS = | |
391 | noinst_LIBRARIES = libgnu.a | |
392 | noinst_LTLIBRARIES = | |
4d7b71aa DJ |
393 | EXTRA_DIST = $(top_srcdir)/gnulib/extra/link-warning.h memchr.c \ |
394 | memcmp.c memmem.c str-two-way.h stdint.in.h string.in.h \ | |
395 | wchar.in.h | |
f6ea5628 DJ |
396 | BUILT_SOURCES = $(STDINT_H) string.h $(WCHAR_H) |
397 | SUFFIXES = | |
398 | MOSTLYCLEANFILES = core *.stackdump stdint.h stdint.h-t string.h \ | |
399 | string.h-t wchar.h wchar.h-t | |
400 | MOSTLYCLEANDIRS = | |
401 | CLEANFILES = | |
402 | DISTCLEANFILES = | |
403 | MAINTAINERCLEANFILES = | |
404 | AM_CPPFLAGS = | |
405 | libgnu_a_SOURCES = dummy.c | |
406 | libgnu_a_LIBADD = $(gl_LIBOBJS) | |
407 | libgnu_a_DEPENDENCIES = $(gl_LIBOBJS) | |
408 | EXTRA_libgnu_a_SOURCES = memchr.c memcmp.c memmem.c | |
4d7b71aa | 409 | LINK_WARNING_H = $(top_srcdir)/gnulib/extra/link-warning.h |
f6ea5628 DJ |
410 | all: $(BUILT_SOURCES) |
411 | $(MAKE) $(AM_MAKEFLAGS) all-am | |
412 | ||
413 | .SUFFIXES: | |
414 | .SUFFIXES: .c .o .obj | |
415 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | |
416 | @for dep in $?; do \ | |
417 | case '$(am__configure_deps)' in \ | |
418 | *$$dep*) \ | |
419 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ | |
420 | && exit 0; \ | |
421 | exit 1;; \ | |
422 | esac; \ | |
423 | done; \ | |
424 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits gnulib/Makefile'; \ | |
425 | cd $(top_srcdir) && \ | |
426 | $(AUTOMAKE) --gnits gnulib/Makefile | |
427 | .PRECIOUS: Makefile | |
428 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
429 | @case '$?' in \ | |
430 | *config.status*) \ | |
431 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |
432 | *) \ | |
433 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
434 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
435 | esac; | |
436 | ||
437 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
438 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
439 | ||
440 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | |
441 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
442 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | |
443 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
444 | ||
445 | clean-noinstLIBRARIES: | |
446 | -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) | |
447 | libgnu.a: $(libgnu_a_OBJECTS) $(libgnu_a_DEPENDENCIES) | |
448 | -rm -f libgnu.a | |
449 | $(libgnu_a_AR) libgnu.a $(libgnu_a_OBJECTS) $(libgnu_a_LIBADD) | |
450 | $(RANLIB) libgnu.a | |
451 | ||
452 | clean-noinstLTLIBRARIES: | |
453 | -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) | |
454 | @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ | |
455 | dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ | |
456 | test "$$dir" != "$$p" || dir=.; \ | |
457 | echo "rm -f \"$${dir}/so_locations\""; \ | |
458 | rm -f "$${dir}/so_locations"; \ | |
459 | done | |
460 | ||
461 | mostlyclean-compile: | |
462 | -rm -f *.$(OBJEXT) | |
463 | ||
464 | distclean-compile: | |
465 | -rm -f *.tab.c | |
466 | ||
467 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy.Po@am__quote@ | |
468 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memchr.Po@am__quote@ | |
469 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcmp.Po@am__quote@ | |
470 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmem.Po@am__quote@ | |
471 | ||
472 | .c.o: | |
473 | @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ | |
474 | @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi | |
475 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
476 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
477 | @am__fastdepCC_FALSE@ $(COMPILE) -c $< | |
478 | ||
479 | .c.obj: | |
480 | @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ | |
481 | @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi | |
482 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
483 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
484 | @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` | |
485 | uninstall-info-am: | |
486 | ||
487 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
488 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
489 | unique=`for i in $$list; do \ | |
490 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
491 | done | \ | |
492 | $(AWK) ' { files[$$0] = 1; } \ | |
493 | END { for (i in files) print i; }'`; \ | |
494 | mkid -fID $$unique | |
495 | tags: TAGS | |
496 | ||
497 | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
498 | $(TAGS_FILES) $(LISP) | |
499 | tags=; \ | |
500 | here=`pwd`; \ | |
501 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
502 | unique=`for i in $$list; do \ | |
503 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
504 | done | \ | |
505 | $(AWK) ' { files[$$0] = 1; } \ | |
506 | END { for (i in files) print i; }'`; \ | |
507 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ | |
508 | test -n "$$unique" || unique=$$empty_fix; \ | |
509 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
510 | $$tags $$unique; \ | |
511 | fi | |
512 | ctags: CTAGS | |
513 | CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
514 | $(TAGS_FILES) $(LISP) | |
515 | tags=; \ | |
516 | here=`pwd`; \ | |
517 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
518 | unique=`for i in $$list; do \ | |
519 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
520 | done | \ | |
521 | $(AWK) ' { files[$$0] = 1; } \ | |
522 | END { for (i in files) print i; }'`; \ | |
523 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ | |
524 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
525 | $$tags $$unique | |
526 | ||
527 | GTAGS: | |
528 | here=`$(am__cd) $(top_builddir) && pwd` \ | |
529 | && cd $(top_srcdir) \ | |
530 | && gtags -i $(GTAGS_ARGS) $$here | |
531 | ||
532 | distclean-tags: | |
533 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
534 | ||
535 | distdir: $(DISTFILES) | |
4d7b71aa | 536 | $(mkdir_p) $(distdir)/$(top_srcdir)/gnulib/extra |
f6ea5628 DJ |
537 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
538 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ | |
539 | list='$(DISTFILES)'; for file in $$list; do \ | |
540 | case $$file in \ | |
541 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ | |
542 | $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ | |
543 | esac; \ | |
544 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
545 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
546 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ | |
547 | dir="/$$dir"; \ | |
548 | $(mkdir_p) "$(distdir)$$dir"; \ | |
549 | else \ | |
550 | dir=''; \ | |
551 | fi; \ | |
552 | if test -d $$d/$$file; then \ | |
553 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
554 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ | |
555 | fi; \ | |
556 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ | |
557 | else \ | |
558 | test -f $(distdir)/$$file \ | |
559 | || cp -p $$d/$$file $(distdir)/$$file \ | |
560 | || exit 1; \ | |
561 | fi; \ | |
562 | done | |
563 | check-am: all-am | |
564 | check: $(BUILT_SOURCES) | |
565 | $(MAKE) $(AM_MAKEFLAGS) check-am | |
566 | all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS) | |
567 | installdirs: | |
568 | install: $(BUILT_SOURCES) | |
569 | $(MAKE) $(AM_MAKEFLAGS) install-am | |
570 | install-exec: install-exec-am | |
571 | install-data: install-data-am | |
572 | uninstall: uninstall-am | |
573 | ||
574 | install-am: all-am | |
575 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
576 | ||
577 | installcheck: installcheck-am | |
578 | install-strip: | |
579 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
580 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
581 | `test -z '$(STRIP)' || \ | |
582 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
583 | mostlyclean-generic: | |
584 | -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) | |
585 | ||
586 | clean-generic: | |
587 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) | |
588 | ||
589 | distclean-generic: | |
590 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
591 | -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) | |
592 | ||
593 | maintainer-clean-generic: | |
594 | @echo "This command is intended for maintainers to use" | |
595 | @echo "it deletes files that may require special tools to rebuild." | |
596 | -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) | |
597 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) | |
598 | clean: clean-am | |
599 | ||
600 | clean-am: clean-generic clean-noinstLIBRARIES clean-noinstLTLIBRARIES \ | |
601 | mostlyclean-am | |
602 | ||
603 | distclean: distclean-am | |
604 | -rm -rf ./$(DEPDIR) | |
605 | -rm -f Makefile | |
606 | distclean-am: clean-am distclean-compile distclean-generic \ | |
607 | distclean-tags | |
608 | ||
609 | dvi: dvi-am | |
610 | ||
611 | dvi-am: | |
612 | ||
613 | html: html-am | |
614 | ||
615 | info: info-am | |
616 | ||
617 | info-am: | |
618 | ||
619 | install-data-am: | |
620 | ||
621 | install-exec-am: | |
622 | ||
623 | install-info: install-info-am | |
624 | ||
625 | install-man: | |
626 | ||
627 | installcheck-am: | |
628 | ||
629 | maintainer-clean: maintainer-clean-am | |
630 | -rm -rf ./$(DEPDIR) | |
631 | -rm -f Makefile | |
632 | maintainer-clean-am: distclean-am maintainer-clean-generic | |
633 | ||
634 | mostlyclean: mostlyclean-am | |
635 | ||
636 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | |
637 | mostlyclean-local | |
638 | ||
639 | pdf: pdf-am | |
640 | ||
641 | pdf-am: | |
642 | ||
643 | ps: ps-am | |
644 | ||
645 | ps-am: | |
646 | ||
647 | uninstall-am: uninstall-info-am | |
648 | ||
649 | .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ | |
650 | clean-noinstLIBRARIES clean-noinstLTLIBRARIES ctags distclean \ | |
651 | distclean-compile distclean-generic distclean-tags distdir dvi \ | |
652 | dvi-am html html-am info info-am install install-am \ | |
653 | install-data install-data-am install-exec install-exec-am \ | |
654 | install-info install-info-am install-man install-strip \ | |
655 | installcheck installcheck-am installdirs maintainer-clean \ | |
656 | maintainer-clean-generic mostlyclean mostlyclean-compile \ | |
657 | mostlyclean-generic mostlyclean-local pdf pdf-am ps ps-am tags \ | |
658 | uninstall uninstall-am uninstall-info-am | |
659 | ||
660 | ||
661 | # We need the following in order to create <stdint.h> when the system | |
662 | # doesn't have one that works with the given compiler. | |
663 | stdint.h: stdint.in.h | |
664 | rm -f $@-t $@ | |
665 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
666 | sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \ | |
667 | -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ | |
668 | -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \ | |
669 | -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \ | |
670 | -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ | |
671 | -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \ | |
672 | -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \ | |
673 | -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \ | |
674 | -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \ | |
675 | -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \ | |
676 | -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \ | |
677 | -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \ | |
678 | -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \ | |
679 | -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \ | |
680 | -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \ | |
681 | -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \ | |
682 | -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \ | |
683 | -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \ | |
684 | -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \ | |
685 | -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \ | |
686 | -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \ | |
687 | -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \ | |
688 | < $(srcdir)/stdint.in.h; \ | |
689 | } > $@-t | |
690 | mv $@-t $@ | |
691 | ||
692 | # We need the following in order to create <string.h> when the system | |
693 | # doesn't have one that works with the given compiler. | |
694 | string.h: string.in.h | |
695 | rm -f $@-t $@ | |
696 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | |
697 | sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ | |
698 | -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \ | |
699 | -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \ | |
700 | -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \ | |
701 | -e 's|@''GNULIB_MBSCHR''@|$(GNULIB_MBSCHR)|g' \ | |
702 | -e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \ | |
703 | -e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \ | |
704 | -e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \ | |
705 | -e 's|@''GNULIB_MBSNCASECMP''@|$(GNULIB_MBSNCASECMP)|g' \ | |
706 | -e 's|@''GNULIB_MBSPCASECMP''@|$(GNULIB_MBSPCASECMP)|g' \ | |
707 | -e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \ | |
708 | -e 's|@''GNULIB_MBSCSPN''@|$(GNULIB_MBSCSPN)|g' \ | |
709 | -e 's|@''GNULIB_MBSPBRK''@|$(GNULIB_MBSPBRK)|g' \ | |
710 | -e 's|@''GNULIB_MBSSPN''@|$(GNULIB_MBSSPN)|g' \ | |
711 | -e 's|@''GNULIB_MBSSEP''@|$(GNULIB_MBSSEP)|g' \ | |
712 | -e 's|@''GNULIB_MBSTOK_R''@|$(GNULIB_MBSTOK_R)|g' \ | |
713 | -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \ | |
714 | -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \ | |
715 | -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \ | |
716 | -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \ | |
717 | -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \ | |
718 | -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \ | |
719 | -e 's|@''GNULIB_STRDUP''@|$(GNULIB_STRDUP)|g' \ | |
720 | -e 's|@''GNULIB_STRNDUP''@|$(GNULIB_STRNDUP)|g' \ | |
721 | -e 's|@''GNULIB_STRNLEN''@|$(GNULIB_STRNLEN)|g' \ | |
722 | -e 's|@''GNULIB_STRPBRK''@|$(GNULIB_STRPBRK)|g' \ | |
723 | -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \ | |
724 | -e 's|@''GNULIB_STRSTR''@|$(GNULIB_STRSTR)|g' \ | |
725 | -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \ | |
726 | -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \ | |
727 | -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \ | |
728 | -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \ | |
729 | -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \ | |
730 | -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \ | |
731 | -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \ | |
732 | -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \ | |
733 | -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \ | |
734 | -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \ | |
735 | -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \ | |
736 | -e 's|@''HAVE_STRNDUP''@|$(HAVE_STRNDUP)|g' \ | |
737 | -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \ | |
738 | -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \ | |
739 | -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \ | |
740 | -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \ | |
741 | -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \ | |
742 | -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \ | |
743 | -e 's|@''HAVE_DECL_STRERROR''@|$(HAVE_DECL_STRERROR)|g' \ | |
744 | -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \ | |
745 | -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \ | |
746 | -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \ | |
747 | -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \ | |
748 | -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \ | |
749 | -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \ | |
750 | -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ | |
751 | < $(srcdir)/string.in.h; \ | |
752 | } > $@-t | |
753 | mv $@-t $@ | |
754 | ||
755 | # We need the following in order to create <wchar.h> when the system | |
756 | # version does not work standalone. | |
757 | wchar.h: wchar.in.h | |
758 | rm -f $@-t $@ | |
759 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
760 | sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ | |
761 | -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \ | |
762 | -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \ | |
763 | -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \ | |
764 | -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \ | |
765 | -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \ | |
766 | -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ | |
767 | < $(srcdir)/wchar.in.h; \ | |
768 | } > $@-t | |
769 | mv $@-t $@ | |
770 | ||
771 | mostlyclean-local: mostlyclean-generic | |
772 | @for dir in '' $(MOSTLYCLEANDIRS); do \ | |
773 | if test -n "$$dir" && test -d $$dir; then \ | |
774 | echo "rmdir $$dir"; rmdir $$dir; \ | |
775 | fi; \ | |
776 | done; \ | |
777 | : | |
778 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
779 | # Otherwise a system limit (for SysV at least) may be exceeded. | |
780 | .NOEXPORT: |