1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
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.
26# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --aux-dir=. --libtool --macro-prefix=gl vasprintf
27
28
29
30VPATH = @srcdir@
31am__is_gnu_make = { \
32  if test -z '$(MAKELEVEL)'; then \
33    false; \
34  elif test -n '$(MAKE_HOST)'; then \
35    true; \
36  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
37    true; \
38  else \
39    false; \
40  fi; \
41}
42am__make_running_with_option = \
43  case $${target_option-} in \
44      ?) ;; \
45      *) echo "am__make_running_with_option: internal error: invalid" \
46              "target option '$${target_option-}' specified" >&2; \
47         exit 1;; \
48  esac; \
49  has_opt=no; \
50  sane_makeflags=$$MAKEFLAGS; \
51  if $(am__is_gnu_make); then \
52    sane_makeflags=$$MFLAGS; \
53  else \
54    case $$MAKEFLAGS in \
55      *\\[\ \	]*) \
56        bs=\\; \
57        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
58          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
59    esac; \
60  fi; \
61  skip_next=no; \
62  strip_trailopt () \
63  { \
64    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
65  }; \
66  for flg in $$sane_makeflags; do \
67    test $$skip_next = yes && { skip_next=no; continue; }; \
68    case $$flg in \
69      *=*|--*) continue;; \
70        -*I) strip_trailopt 'I'; skip_next=yes;; \
71      -*I?*) strip_trailopt 'I';; \
72        -*O) strip_trailopt 'O'; skip_next=yes;; \
73      -*O?*) strip_trailopt 'O';; \
74        -*l) strip_trailopt 'l'; skip_next=yes;; \
75      -*l?*) strip_trailopt 'l';; \
76      -[dEDm]) skip_next=yes;; \
77      -[JT]) skip_next=yes;; \
78    esac; \
79    case $$flg in \
80      *$$target_option*) has_opt=yes; break;; \
81    esac; \
82  done; \
83  test $$has_opt = yes
84am__make_dryrun = (target_option=n; $(am__make_running_with_option))
85am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
86pkgdatadir = $(datadir)/@PACKAGE@
87pkgincludedir = $(includedir)/@PACKAGE@
88pkglibdir = $(libdir)/@PACKAGE@
89pkglibexecdir = $(libexecdir)/@PACKAGE@
90am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
91install_sh_DATA = $(install_sh) -c -m 644
92install_sh_PROGRAM = $(install_sh) -c
93install_sh_SCRIPT = $(install_sh) -c
94INSTALL_HEADER = $(INSTALL_DATA)
95transform = $(program_transform_name)
96NORMAL_INSTALL = :
97PRE_INSTALL = :
98POST_INSTALL = :
99NORMAL_UNINSTALL = :
100PRE_UNINSTALL = :
101POST_UNINSTALL = :
102build_triplet = @build@
103host_triplet = @host@
104subdir = lib
105ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
106am__aclocal_m4_deps = $(top_srcdir)/m4/absolute-header.m4 \
107	$(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/eoverflow.m4 \
108	$(top_srcdir)/m4/gnulib-comp.m4 $(top_srcdir)/m4/gw-util.m4 \
109	$(top_srcdir)/m4/intmax_t.m4 $(top_srcdir)/m4/inttypes_h.m4 \
110	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/longdouble.m4 \
111	$(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/ltoptions.m4 \
112	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
113	$(top_srcdir)/m4/lt~obsolete.m4 \
114	$(top_srcdir)/m4/onceonly_2_57.m4 $(top_srcdir)/m4/size_max.m4 \
115	$(top_srcdir)/m4/stdint.m4 $(top_srcdir)/m4/stdint_h.m4 \
116	$(top_srcdir)/m4/stdio_h.m4 $(top_srcdir)/m4/ulonglong.m4 \
117	$(top_srcdir)/m4/vasnprintf.m4 $(top_srcdir)/m4/vasprintf.m4 \
118	$(top_srcdir)/m4/wchar.m4 $(top_srcdir)/m4/wchar_t.m4 \
119	$(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \
120	$(top_srcdir)/configure.ac
121am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
122	$(ACLOCAL_M4)
123DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
124	$(am__DIST_COMMON)
125mkinstalldirs = $(install_sh) -d
126CONFIG_HEADER = $(top_builddir)/config.h \
127	$(top_builddir)/g-wrap/ffi-support.h
128CONFIG_CLEAN_FILES =
129CONFIG_CLEAN_VPATH_FILES =
130LIBRARIES = $(noinst_LIBRARIES)
131LTLIBRARIES = $(noinst_LTLIBRARIES)
132am__DEPENDENCIES_1 =
133am_libgnu_la_OBJECTS = dummy.lo
134libgnu_la_OBJECTS = $(am_libgnu_la_OBJECTS)
135AM_V_lt = $(am__v_lt_@AM_V@)
136am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
137am__v_lt_0 = --silent
138am__v_lt_1 =
139libgnu_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
140	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
141	$(libgnu_la_LDFLAGS) $(LDFLAGS) -o $@
142AM_V_P = $(am__v_P_@AM_V@)
143am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
144am__v_P_0 = false
145am__v_P_1 = :
146AM_V_GEN = $(am__v_GEN_@AM_V@)
147am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
148am__v_GEN_0 = @echo "  GEN     " $@;
149am__v_GEN_1 =
150AM_V_at = $(am__v_at_@AM_V@)
151am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
152am__v_at_0 = @
153am__v_at_1 =
154DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/g-wrap
155depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
156am__depfiles_maybe = depfiles
157am__mv = mv -f
158COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
159	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
160LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
161	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
162	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
163	$(AM_CFLAGS) $(CFLAGS)
164AM_V_CC = $(am__v_CC_@AM_V@)
165am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
166am__v_CC_0 = @echo "  CC      " $@;
167am__v_CC_1 =
168CCLD = $(CC)
169LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
170	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
171	$(AM_LDFLAGS) $(LDFLAGS) -o $@
172AM_V_CCLD = $(am__v_CCLD_@AM_V@)
173am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
174am__v_CCLD_0 = @echo "  CCLD    " $@;
175am__v_CCLD_1 =
176SOURCES = $(libgnu_la_SOURCES) $(EXTRA_libgnu_la_SOURCES)
177DIST_SOURCES = $(libgnu_la_SOURCES) $(EXTRA_libgnu_la_SOURCES)
178am__can_run_installinfo = \
179  case $$AM_UPDATE_INFO_DIR in \
180    n|no|NO) false;; \
181    *) (install-info --version) >/dev/null 2>&1;; \
182  esac
183HEADERS = $(noinst_HEADERS)
184am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
185# Read a list of newline-separated strings from the standard input,
186# and print each of them once, without duplicates.  Input order is
187# *not* preserved.
188am__uniquify_input = $(AWK) '\
189  BEGIN { nonempty = 0; } \
190  { items[$$0] = 1; nonempty = 1; } \
191  END { if (nonempty) { for (i in items) print i; }; } \
192'
193# Make sure the list of sources is unique.  This is necessary because,
194# e.g., the same source file might be shared among _SOURCES variables
195# for different programs/libraries.
196am__define_uniq_tagged_files = \
197  list='$(am__tagged_files)'; \
198  unique=`for i in $$list; do \
199    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
200  done | $(am__uniquify_input)`
201ETAGS = etags
202CTAGS = ctags
203am__DIST_COMMON = $(srcdir)/Makefile.in \
204	$(top_srcdir)/build-aux/depcomp
205DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
206ABSOLUTE_STDINT_H = @ABSOLUTE_STDINT_H@
207ABSOLUTE_STDIO_H = @ABSOLUTE_STDIO_H@
208ABSOLUTE_WCHAR_H = @ABSOLUTE_WCHAR_H@
209ACLOCAL = @ACLOCAL@
210ACLOCAL_FLAGS = @ACLOCAL_FLAGS@
211ALLOCA = @ALLOCA@
212ALLOCA_H = @ALLOCA_H@
213AMTAR = @AMTAR@
214AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
215AR = @AR@
216AUTOCONF = @AUTOCONF@
217AUTOHEADER = @AUTOHEADER@
218AUTOMAKE = @AUTOMAKE@
219AWK = @AWK@
220BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
221BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
222BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
223BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
224BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
225CC = @CC@
226CCDEPMODE = @CCDEPMODE@
227CFLAGS = @CFLAGS@
228CPP = @CPP@
229CPPFLAGS = @CPPFLAGS@
230CYGPATH_W = @CYGPATH_W@
231DEFS = @DEFS@
232DEPDIR = @DEPDIR@
233DLLTOOL = @DLLTOOL@
234DSYMUTIL = @DSYMUTIL@
235DUMPBIN = @DUMPBIN@
236ECHO_C = @ECHO_C@
237ECHO_N = @ECHO_N@
238ECHO_T = @ECHO_T@
239EGREP = @EGREP@
240EOVERFLOW = @EOVERFLOW@
241EXEEXT = @EXEEXT@
242FGREP = @FGREP@
243GLIB_CFLAGS = @GLIB_CFLAGS@
244GLIB_LIBS = @GLIB_LIBS@
245GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@
246GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
247GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
248GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
249GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
250GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
251GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
252GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
253GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
254GREP = @GREP@
255GUILD = @GUILD@
256GUILE = @GUILE@
257GUILEMODDIR = @GUILEMODDIR@
258GUILE_CFLAGS = @GUILE_CFLAGS@
259GUILE_CONFIG = @GUILE_CONFIG@
260GUILE_EFFECTIVE_VERSION = @GUILE_EFFECTIVE_VERSION@
261GUILE_LDFLAGS = @GUILE_LDFLAGS@
262GUILE_LIBS = @GUILE_LIBS@
263GUILE_LTLIBS = @GUILE_LTLIBS@
264GUILE_TOOLS = @GUILE_TOOLS@
265GUILE_VERSIONED = @GUILE_VERSIONED@
266GW_BRANCH = @GW_BRANCH@
267GW_CORE_RUNTIME_VINFO = @GW_CORE_RUNTIME_VINFO@
268GW_GUILE_RUNTIME_VINFO = @GW_GUILE_RUNTIME_VINFO@
269GW_LANGUAGES = @GW_LANGUAGES@
270HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
271HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
272HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
273HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
274HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
275HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
276HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
277HAVE_STDINT_H = @HAVE_STDINT_H@
278HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
279HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
280HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
281HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
282HAVE_VASPRINTF = @HAVE_VASPRINTF@
283INSTALL = @INSTALL@
284INSTALL_DATA = @INSTALL_DATA@
285INSTALL_PROGRAM = @INSTALL_PROGRAM@
286INSTALL_SCRIPT = @INSTALL_SCRIPT@
287INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
288LD = @LD@
289LDFLAGS = @LDFLAGS@
290LIBFFI_CFLAGS = @LIBFFI_CFLAGS@
291LIBFFI_LIBS = @LIBFFI_LIBS@
292LIBOBJS = @LIBOBJS@
293LIBS = @LIBS@
294LIBTOOL = @LIBTOOL@
295LIPO = @LIPO@
296LN_S = @LN_S@
297LTLIBOBJS = @LTLIBOBJS@
298MAINT = @MAINT@
299MAKEINFO = @MAKEINFO@
300MANIFEST_TOOL = @MANIFEST_TOOL@
301MKDIR_P = @MKDIR_P@
302NM = @NM@
303NMEDIT = @NMEDIT@
304OBJDUMP = @OBJDUMP@
305OBJEXT = @OBJEXT@
306OTOOL = @OTOOL@
307OTOOL64 = @OTOOL64@
308PACKAGE = @PACKAGE@
309PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
310PACKAGE_NAME = @PACKAGE_NAME@
311PACKAGE_STRING = @PACKAGE_STRING@
312PACKAGE_TARNAME = @PACKAGE_TARNAME@
313PACKAGE_URL = @PACKAGE_URL@
314PACKAGE_VERSION = @PACKAGE_VERSION@
315PATH_SEPARATOR = @PATH_SEPARATOR@
316PKG_CONFIG = @PKG_CONFIG@
317PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
318PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
319PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
320RANLIB = @RANLIB@
321REPLACE_FPRINTF = @REPLACE_FPRINTF@
322REPLACE_PRINTF = @REPLACE_PRINTF@
323REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
324REPLACE_SPRINTF = @REPLACE_SPRINTF@
325REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
326REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
327REPLACE_VPRINTF = @REPLACE_VPRINTF@
328REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
329REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
330SED = @SED@
331SET_MAKE = @SET_MAKE@
332SHELL = @SHELL@
333SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
334SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
335STDINT_H = @STDINT_H@
336STD_CFLAGS = @STD_CFLAGS@
337STRIP = @STRIP@
338VERSION = @VERSION@
339WCHAR_H = @WCHAR_H@
340WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
341WINT_T_SUFFIX = @WINT_T_SUFFIX@
342abs_builddir = @abs_builddir@
343abs_srcdir = @abs_srcdir@
344abs_top_builddir = @abs_top_builddir@
345abs_top_srcdir = @abs_top_srcdir@
346ac_ct_AR = @ac_ct_AR@
347ac_ct_CC = @ac_ct_CC@
348ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
349am__include = @am__include@
350am__leading_dot = @am__leading_dot@
351am__quote = @am__quote@
352am__tar = @am__tar@
353am__untar = @am__untar@
354bindir = @bindir@
355build = @build@
356build_alias = @build_alias@
357build_cpu = @build_cpu@
358build_os = @build_os@
359build_vendor = @build_vendor@
360builddir = @builddir@
361datadir = @datadir@
362datarootdir = @datarootdir@
363docdir = @docdir@
364dvidir = @dvidir@
365exec_prefix = @exec_prefix@
366gl_LIBOBJS = @gl_LIBOBJS@
367gl_LTLIBOBJS = @gl_LTLIBOBJS@
368host = @host@
369host_alias = @host_alias@
370host_cpu = @host_cpu@
371host_os = @host_os@
372host_vendor = @host_vendor@
373htmldir = @htmldir@
374includedir = @includedir@
375infodir = @infodir@
376install_sh = @install_sh@
377libdir = @libdir@
378libexecdir = @libexecdir@
379localedir = @localedir@
380localstatedir = @localstatedir@
381mandir = @mandir@
382mkdir_p = @mkdir_p@
383oldincludedir = @oldincludedir@
384pdfdir = @pdfdir@
385prefix = @prefix@
386program_transform_name = @program_transform_name@
387psdir = @psdir@
388sbindir = @sbindir@
389sharedstatedir = @sharedstatedir@
390srcdir = @srcdir@
391sysconfdir = @sysconfdir@
392target_alias = @target_alias@
393top_build_prefix = @top_build_prefix@
394top_builddir = @top_builddir@
395top_srcdir = @top_srcdir@
396AUTOMAKE_OPTIONS = 1.5 gnits
397noinst_HEADERS =
398noinst_LIBRARIES =
399noinst_LTLIBRARIES = libgnu.la
400EXTRA_DIST = alloca_.h stdint_.h stdio_.h asnprintf.c float+.h \
401	printf-args.c printf-args.h printf-parse.c printf-parse.h \
402	vasnprintf.c vasnprintf.h asprintf.c vasprintf.c wchar_.h
403BUILT_SOURCES = $(ALLOCA_H) $(STDINT_H) stdio.h $(WCHAR_H)
404SUFFIXES =
405MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t stdint.h \
406	stdint.h-t stdio.h stdio.h-t wchar.h wchar.h-t
407MOSTLYCLEANDIRS =
408CLEANFILES =
409DISTCLEANFILES =
410MAINTAINERCLEANFILES =
411AM_CPPFLAGS =
412libgnu_la_SOURCES = size_max.h xsize.h dummy.c
413libgnu_la_LIBADD = $(gl_LTLIBOBJS)
414libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS)
415EXTRA_libgnu_la_SOURCES = asnprintf.c printf-args.c printf-parse.c \
416	vasnprintf.c asprintf.c vasprintf.c
417libgnu_la_LDFLAGS = $(AM_LDFLAGS)
418LINK_WARNING_H = $(top_srcdir)/./link-warning.h
419all: $(BUILT_SOURCES)
420	$(MAKE) $(AM_MAKEFLAGS) all-am
421
422.SUFFIXES:
423.SUFFIXES: .c .lo .o .obj
424$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
425	@for dep in $?; do \
426	  case '$(am__configure_deps)' in \
427	    *$$dep*) \
428	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
429	        && { if test -f $@; then exit 0; else break; fi; }; \
430	      exit 1;; \
431	  esac; \
432	done; \
433	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits lib/Makefile'; \
434	$(am__cd) $(top_srcdir) && \
435	  $(AUTOMAKE) --gnits lib/Makefile
436Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
437	@case '$?' in \
438	  *config.status*) \
439	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
440	  *) \
441	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
442	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
443	esac;
444
445$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
446	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
447
448$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
449	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
450$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
451	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
452$(am__aclocal_m4_deps):
453
454clean-noinstLIBRARIES:
455	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
456
457clean-noinstLTLIBRARIES:
458	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
459	@list='$(noinst_LTLIBRARIES)'; \
460	locs=`for p in $$list; do echo $$p; done | \
461	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
462	      sort -u`; \
463	test -z "$$locs" || { \
464	  echo rm -f $${locs}; \
465	  rm -f $${locs}; \
466	}
467
468libgnu.la: $(libgnu_la_OBJECTS) $(libgnu_la_DEPENDENCIES) $(EXTRA_libgnu_la_DEPENDENCIES)
469	$(AM_V_CCLD)$(libgnu_la_LINK)  $(libgnu_la_OBJECTS) $(libgnu_la_LIBADD) $(LIBS)
470
471mostlyclean-compile:
472	-rm -f *.$(OBJEXT)
473
474distclean-compile:
475	-rm -f *.tab.c
476
477@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asnprintf.Plo@am__quote@
478@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asprintf.Plo@am__quote@
479@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy.Plo@am__quote@
480@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf-args.Plo@am__quote@
481@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf-parse.Plo@am__quote@
482@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vasnprintf.Plo@am__quote@
483@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vasprintf.Plo@am__quote@
484
485.c.o:
486@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
487@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
488@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
489@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
490@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
491
492.c.obj:
493@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
494@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
495@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
496@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
497@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
498
499.c.lo:
500@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
501@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
502@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
503@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
504@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
505
506mostlyclean-libtool:
507	-rm -f *.lo
508
509clean-libtool:
510	-rm -rf .libs _libs
511
512ID: $(am__tagged_files)
513	$(am__define_uniq_tagged_files); mkid -fID $$unique
514tags: tags-am
515TAGS: tags
516
517tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
518	set x; \
519	here=`pwd`; \
520	$(am__define_uniq_tagged_files); \
521	shift; \
522	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
523	  test -n "$$unique" || unique=$$empty_fix; \
524	  if test $$# -gt 0; then \
525	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
526	      "$$@" $$unique; \
527	  else \
528	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
529	      $$unique; \
530	  fi; \
531	fi
532ctags: ctags-am
533
534CTAGS: ctags
535ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
536	$(am__define_uniq_tagged_files); \
537	test -z "$(CTAGS_ARGS)$$unique" \
538	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
539	     $$unique
540
541GTAGS:
542	here=`$(am__cd) $(top_builddir) && pwd` \
543	  && $(am__cd) $(top_srcdir) \
544	  && gtags -i $(GTAGS_ARGS) "$$here"
545cscopelist: cscopelist-am
546
547cscopelist-am: $(am__tagged_files)
548	list='$(am__tagged_files)'; \
549	case "$(srcdir)" in \
550	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
551	  *) sdir=$(subdir)/$(srcdir) ;; \
552	esac; \
553	for i in $$list; do \
554	  if test -f "$$i"; then \
555	    echo "$(subdir)/$$i"; \
556	  else \
557	    echo "$$sdir/$$i"; \
558	  fi; \
559	done >> $(top_builddir)/cscope.files
560
561distclean-tags:
562	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
563
564distdir: $(DISTFILES)
565	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
566	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
567	list='$(DISTFILES)'; \
568	  dist_files=`for file in $$list; do echo $$file; done | \
569	  sed -e "s|^$$srcdirstrip/||;t" \
570	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
571	case $$dist_files in \
572	  */*) $(MKDIR_P) `echo "$$dist_files" | \
573			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
574			   sort -u` ;; \
575	esac; \
576	for file in $$dist_files; do \
577	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
578	  if test -d $$d/$$file; then \
579	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
580	    if test -d "$(distdir)/$$file"; then \
581	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
582	    fi; \
583	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
584	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
585	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
586	    fi; \
587	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
588	  else \
589	    test -f "$(distdir)/$$file" \
590	    || cp -p $$d/$$file "$(distdir)/$$file" \
591	    || exit 1; \
592	  fi; \
593	done
594check-am: all-am
595check: $(BUILT_SOURCES)
596	$(MAKE) $(AM_MAKEFLAGS) check-am
597all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS)
598installdirs:
599install: $(BUILT_SOURCES)
600	$(MAKE) $(AM_MAKEFLAGS) install-am
601install-exec: install-exec-am
602install-data: install-data-am
603uninstall: uninstall-am
604
605install-am: all-am
606	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
607
608installcheck: installcheck-am
609install-strip:
610	if test -z '$(STRIP)'; then \
611	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
612	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
613	      install; \
614	else \
615	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
616	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
617	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
618	fi
619mostlyclean-generic:
620	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
621
622clean-generic:
623	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
624
625distclean-generic:
626	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
627	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
628	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
629
630maintainer-clean-generic:
631	@echo "This command is intended for maintainers to use"
632	@echo "it deletes files that may require special tools to rebuild."
633	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
634	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
635clean: clean-am
636
637clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
638	clean-noinstLTLIBRARIES mostlyclean-am
639
640distclean: distclean-am
641	-rm -rf ./$(DEPDIR)
642	-rm -f Makefile
643distclean-am: clean-am distclean-compile distclean-generic \
644	distclean-tags
645
646dvi: dvi-am
647
648dvi-am:
649
650html: html-am
651
652html-am:
653
654info: info-am
655
656info-am:
657
658install-data-am:
659
660install-dvi: install-dvi-am
661
662install-dvi-am:
663
664install-exec-am:
665
666install-html: install-html-am
667
668install-html-am:
669
670install-info: install-info-am
671
672install-info-am:
673
674install-man:
675
676install-pdf: install-pdf-am
677
678install-pdf-am:
679
680install-ps: install-ps-am
681
682install-ps-am:
683
684installcheck-am:
685
686maintainer-clean: maintainer-clean-am
687	-rm -rf ./$(DEPDIR)
688	-rm -f Makefile
689maintainer-clean-am: distclean-am maintainer-clean-generic
690
691mostlyclean: mostlyclean-am
692
693mostlyclean-am: mostlyclean-compile mostlyclean-generic \
694	mostlyclean-libtool mostlyclean-local
695
696pdf: pdf-am
697
698pdf-am:
699
700ps: ps-am
701
702ps-am:
703
704uninstall-am:
705
706.MAKE: all check install install-am install-strip
707
708.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
709	clean-libtool clean-noinstLIBRARIES clean-noinstLTLIBRARIES \
710	cscopelist-am ctags ctags-am distclean distclean-compile \
711	distclean-generic distclean-libtool distclean-tags distdir dvi \
712	dvi-am html html-am info info-am install install-am \
713	install-data install-data-am install-dvi install-dvi-am \
714	install-exec install-exec-am install-html install-html-am \
715	install-info install-info-am install-man install-pdf \
716	install-pdf-am install-ps install-ps-am install-strip \
717	installcheck installcheck-am installdirs maintainer-clean \
718	maintainer-clean-generic mostlyclean mostlyclean-compile \
719	mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \
720	pdf-am ps ps-am tags tags-am uninstall uninstall-am
721
722.PRECIOUS: Makefile
723
724
725# We need the following in order to create <alloca.h> when the system
726# doesn't have one that works with the given compiler.
727alloca.h: alloca_.h
728	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
729	  cat $(srcdir)/alloca_.h; \
730	} > $@-t
731	mv -f $@-t $@
732
733# We need the following in order to create <stdint.h> when the system
734# doesn't have one that works with the given compiler.
735stdint.h: stdint_.h
736	rm -f $@-t $@
737	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
738	  sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
739	      -e 's|@''ABSOLUTE_STDINT_H''@|$(ABSOLUTE_STDINT_H)|g' \
740	      -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
741	      -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
742	      -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
743	      -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
744	      -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
745	      -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
746	      -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
747	      -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
748	      -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
749	      -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
750	      -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
751	      -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
752	      -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
753	      -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
754	      -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
755	      -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
756	      -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
757	      -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
758	      -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
759	      < $(srcdir)/stdint_.h; \
760	} > $@-t
761	mv $@-t $@
762
763# We need the following in order to create <stdio.h> when the system
764# doesn't have one that works with the given compiler.
765stdio.h: stdio_.h
766	rm -f $@-t $@
767	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
768	  sed -e 's|@''ABSOLUTE_STDIO_H''@|$(ABSOLUTE_STDIO_H)|g' \
769	      -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \
770	      -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \
771	      -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \
772	      -e 's|@''GNULIB_SPRINTF_POSIX''@|$(GNULIB_SPRINTF_POSIX)|g' \
773	      -e 's|@''GNULIB_VFPRINTF_POSIX''@|$(GNULIB_VFPRINTF_POSIX)|g' \
774	      -e 's|@''GNULIB_VPRINTF_POSIX''@|$(GNULIB_VPRINTF_POSIX)|g' \
775	      -e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \
776	      -e 's|@''GNULIB_VSPRINTF_POSIX''@|$(GNULIB_VSPRINTF_POSIX)|g' \
777	      -e 's|@''GNULIB_VASPRINTF''@|$(GNULIB_VASPRINTF)|g' \
778	      -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
779	      -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
780	      -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
781	      -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
782	      -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
783	      -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
784	      -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
785	      -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
786	      -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
787	      -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
788	      -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
789	      -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
790	      -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
791	      < $(srcdir)/stdio_.h; \
792	} > $@-t
793	mv $@-t $@
794
795# We need the following in order to create <wchar.h> when the system
796# version does not work standalone.
797wchar.h: wchar_.h
798	rm -f $@-t $@
799	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
800	  sed -e 's|@''ABSOLUTE_WCHAR_H''@|$(ABSOLUTE_WCHAR_H)|g' \
801	    < $(srcdir)/wchar_.h; \
802	} > $@-t
803	mv $@-t $@
804
805mostlyclean-local: mostlyclean-generic
806	@for dir in '' $(MOSTLYCLEANDIRS); do \
807	  if test -n "$$dir" && test -d $$dir; then \
808	    echo "rmdir $$dir"; rmdir $$dir; \
809	  fi; \
810	done
811
812# Tell versions [3.59,3.63) of GNU make to not export all variables.
813# Otherwise a system limit (for SysV at least) may be exceeded.
814.NOEXPORT:
815