Imported Upstream version 4.4
[platform/upstream/make.git] / lib / Makefile.in
1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2021 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) 2002-2022 Free Software Foundation, Inc.
18 #
19 # This file is free software; you can redistribute it and/or modify
20 # it under the terms of the GNU General Public License as published by
21 # the Free Software Foundation, either version 3 of the License, or
22 # (at your option) any later version.
23 #
24 # This file is distributed in the hope that it will be useful,
25 # but WITHOUT ANY WARRANTY; without even the implied warranty of
26 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27 # GNU General Public License for more details.
28 #
29 # You should have received a copy of the GNU General Public License
30 # along with this file.  If not, see <https://www.gnu.org/licenses/>.
31 #
32 # As a special exception to the GNU General Public License,
33 # this file may be distributed as part of a program that
34 # contains a configuration script generated by Autoconf, under
35 # the same distribution terms as the rest of that program.
36 #
37 # Generated by gnulib-tool.
38 # Reproduce by:
39 # gnulib-tool --import --local-dir=gl \
40 #  --lib=libgnu \
41 #  --source-base=lib \
42 #  --m4-base=m4 \
43 #  --doc-base=doc \
44 #  --tests-base=tests \
45 #  --aux-dir=build-aux \
46 #  --no-conditional-dependencies \
47 #  --no-libtool \
48 #  --macro-prefix=gl \
49 #  alloca \
50 #  fdl \
51 #  findprog-in \
52 #  getloadavg \
53 #  host-cpu-c-abi \
54 #  largefile \
55 #  make-glob \
56 #  make-macros
57
58
59
60 VPATH = @srcdir@
61 am__is_gnu_make = { \
62   if test -z '$(MAKELEVEL)'; then \
63     false; \
64   elif test -n '$(MAKE_HOST)'; then \
65     true; \
66   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
67     true; \
68   else \
69     false; \
70   fi; \
71 }
72 am__make_running_with_option = \
73   case $${target_option-} in \
74       ?) ;; \
75       *) echo "am__make_running_with_option: internal error: invalid" \
76               "target option '$${target_option-}' specified" >&2; \
77          exit 1;; \
78   esac; \
79   has_opt=no; \
80   sane_makeflags=$$MAKEFLAGS; \
81   if $(am__is_gnu_make); then \
82     sane_makeflags=$$MFLAGS; \
83   else \
84     case $$MAKEFLAGS in \
85       *\\[\ \   ]*) \
86         bs=\\; \
87         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
88           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
89     esac; \
90   fi; \
91   skip_next=no; \
92   strip_trailopt () \
93   { \
94     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
95   }; \
96   for flg in $$sane_makeflags; do \
97     test $$skip_next = yes && { skip_next=no; continue; }; \
98     case $$flg in \
99       *=*|--*) continue;; \
100         -*I) strip_trailopt 'I'; skip_next=yes;; \
101       -*I?*) strip_trailopt 'I';; \
102         -*O) strip_trailopt 'O'; skip_next=yes;; \
103       -*O?*) strip_trailopt 'O';; \
104         -*l) strip_trailopt 'l'; skip_next=yes;; \
105       -*l?*) strip_trailopt 'l';; \
106       -[dEDm]) skip_next=yes;; \
107       -[JT]) skip_next=yes;; \
108     esac; \
109     case $$flg in \
110       *$$target_option*) has_opt=yes; break;; \
111     esac; \
112   done; \
113   test $$has_opt = yes
114 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
115 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
116 pkgdatadir = $(datadir)/@PACKAGE@
117 pkgincludedir = $(includedir)/@PACKAGE@
118 pkglibdir = $(libdir)/@PACKAGE@
119 pkglibexecdir = $(libexecdir)/@PACKAGE@
120 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
121 install_sh_DATA = $(install_sh) -c -m 644
122 install_sh_PROGRAM = $(install_sh) -c
123 install_sh_SCRIPT = $(install_sh) -c
124 INSTALL_HEADER = $(INSTALL_DATA)
125 transform = $(program_transform_name)
126 NORMAL_INSTALL = :
127 PRE_INSTALL = :
128 POST_INSTALL = :
129 NORMAL_UNINSTALL = :
130 PRE_UNINSTALL = :
131 POST_UNINSTALL = :
132 build_triplet = @build@
133 host_triplet = @host@
134 @GL_COND_OBJ_GETLOADAVG_TRUE@am__append_1 = getloadavg.c
135 @USE_SYSTEM_GLOB_FALSE@am__append_2 = fnmatch.c glob.c
136 @USE_SYSTEM_GLOB_FALSE@am__append_3 = fnmatch.h glob.h
137 @USE_SYSTEM_GLOB_FALSE@am__append_4 = fnmatch.h fnmatch.h-t glob.h \
138 @USE_SYSTEM_GLOB_FALSE@ glob.h-t
139 subdir = lib
140 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
141 am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
142         $(top_srcdir)/m4/acinclude.m4 $(top_srcdir)/m4/alloca.m4 \
143         $(top_srcdir)/m4/asm-underscore.m4 \
144         $(top_srcdir)/m4/dospaths.m4 $(top_srcdir)/m4/eaccess.m4 \
145         $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/findprog-in.m4 \
146         $(top_srcdir)/m4/getloadavg.m4 $(top_srcdir)/m4/gettext.m4 \
147         $(top_srcdir)/m4/gnulib-common.m4 \
148         $(top_srcdir)/m4/gnulib-comp.m4 \
149         $(top_srcdir)/m4/host-cpu-c-abi.m4 $(top_srcdir)/m4/iconv.m4 \
150         $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/largefile.m4 \
151         $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
152         $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/longlong.m4 \
153         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
154         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/sig_atomic_t.m4 \
155         $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/warn-on-use.m4 \
156         $(top_srcdir)/m4/year2038.m4 $(top_srcdir)/m4/zzgnulib.m4 \
157         $(top_srcdir)/configure.ac
158 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
159         $(ACLOCAL_M4)
160 DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
161         $(am__DIST_COMMON)
162 mkinstalldirs = $(install_sh) -d
163 CONFIG_HEADER = $(top_builddir)/src/config.h
164 CONFIG_CLEAN_FILES =
165 CONFIG_CLEAN_VPATH_FILES =
166 LIBRARIES = $(noinst_LIBRARIES)
167 LTLIBRARIES = $(noinst_LTLIBRARIES)
168 AM_V_AR = $(am__v_AR_@AM_V@)
169 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
170 am__v_AR_0 = @echo "  AR      " $@;
171 am__v_AR_1 = 
172 libgnu_a_AR = $(AR) $(ARFLAGS)
173 am__DEPENDENCIES_1 =
174 am__libgnu_a_SOURCES_DIST = concat-filename.c findprog.h findprog-in.c \
175         getloadavg.c fnmatch.c glob.c
176 @GL_COND_OBJ_GETLOADAVG_TRUE@am__objects_1 =  \
177 @GL_COND_OBJ_GETLOADAVG_TRUE@   libgnu_a-getloadavg.$(OBJEXT)
178 @USE_SYSTEM_GLOB_FALSE@am__objects_2 = libgnu_a-fnmatch.$(OBJEXT) \
179 @USE_SYSTEM_GLOB_FALSE@ libgnu_a-glob.$(OBJEXT)
180 am_libgnu_a_OBJECTS = libgnu_a-concat-filename.$(OBJEXT) \
181         libgnu_a-findprog-in.$(OBJEXT) $(am__objects_1) \
182         $(am__objects_2)
183 libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS)
184 AM_V_P = $(am__v_P_@AM_V@)
185 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
186 am__v_P_0 = false
187 am__v_P_1 = :
188 AM_V_GEN = $(am__v_GEN_@AM_V@)
189 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
190 am__v_GEN_0 = @echo "  GEN     " $@;
191 am__v_GEN_1 = 
192 AM_V_at = $(am__v_at_@AM_V@)
193 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
194 am__v_at_0 = @
195 am__v_at_1 = 
196 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
197 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
198 am__maybe_remake_depfiles = depfiles
199 am__depfiles_remade = ./$(DEPDIR)/alloca.Po \
200         ./$(DEPDIR)/libgnu_a-alloca.Po \
201         ./$(DEPDIR)/libgnu_a-concat-filename.Po \
202         ./$(DEPDIR)/libgnu_a-findprog-in.Po \
203         ./$(DEPDIR)/libgnu_a-fnmatch.Po \
204         ./$(DEPDIR)/libgnu_a-getloadavg.Po \
205         ./$(DEPDIR)/libgnu_a-glob.Po
206 am__mv = mv -f
207 AM_V_lt = $(am__v_lt_@AM_V@)
208 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
209 am__v_lt_0 = --silent
210 am__v_lt_1 = 
211 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
212         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
213 AM_V_CC = $(am__v_CC_@AM_V@)
214 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
215 am__v_CC_0 = @echo "  CC      " $@;
216 am__v_CC_1 = 
217 CCLD = $(CC)
218 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
219 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
220 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
221 am__v_CCLD_0 = @echo "  CCLD    " $@;
222 am__v_CCLD_1 = 
223 SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES)
224 DIST_SOURCES = $(am__libgnu_a_SOURCES_DIST) $(EXTRA_libgnu_a_SOURCES)
225 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
226         ctags-recursive dvi-recursive html-recursive info-recursive \
227         install-data-recursive install-dvi-recursive \
228         install-exec-recursive install-html-recursive \
229         install-info-recursive install-pdf-recursive \
230         install-ps-recursive install-recursive installcheck-recursive \
231         installdirs-recursive pdf-recursive ps-recursive \
232         tags-recursive uninstall-recursive
233 am__can_run_installinfo = \
234   case $$AM_UPDATE_INFO_DIR in \
235     n|no|NO) false;; \
236     *) (install-info --version) >/dev/null 2>&1;; \
237   esac
238 HEADERS = $(noinst_HEADERS)
239 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
240   distclean-recursive maintainer-clean-recursive
241 am__recursive_targets = \
242   $(RECURSIVE_TARGETS) \
243   $(RECURSIVE_CLEAN_TARGETS) \
244   $(am__extra_recursive_targets)
245 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
246         distdir distdir-am
247 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
248 # Read a list of newline-separated strings from the standard input,
249 # and print each of them once, without duplicates.  Input order is
250 # *not* preserved.
251 am__uniquify_input = $(AWK) '\
252   BEGIN { nonempty = 0; } \
253   { items[$$0] = 1; nonempty = 1; } \
254   END { if (nonempty) { for (i in items) print i; }; } \
255 '
256 # Make sure the list of sources is unique.  This is necessary because,
257 # e.g., the same source file might be shared among _SOURCES variables
258 # for different programs/libraries.
259 am__define_uniq_tagged_files = \
260   list='$(am__tagged_files)'; \
261   unique=`for i in $$list; do \
262     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
263   done | $(am__uniquify_input)`
264 DIST_SUBDIRS = $(SUBDIRS)
265 am__DIST_COMMON = $(srcdir)/Makefile.in \
266         $(top_srcdir)/build-aux/depcomp alloca.c
267 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
268 am__relativize = \
269   dir0=`pwd`; \
270   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
271   sed_rest='s,^[^/]*/*,,'; \
272   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
273   sed_butlast='s,/*[^/]*$$,,'; \
274   while test -n "$$dir1"; do \
275     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
276     if test "$$first" != "."; then \
277       if test "$$first" = ".."; then \
278         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
279         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
280       else \
281         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
282         if test "$$first2" = "$$first"; then \
283           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
284         else \
285           dir2="../$$dir2"; \
286         fi; \
287         dir0="$$dir0"/"$$first"; \
288       fi; \
289     fi; \
290     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
291   done; \
292   reldir="$$dir2"
293 ACLOCAL = @ACLOCAL@
294 ALLOCA = @ALLOCA@
295 ALLOCA_H = @ALLOCA_H@
296 AMTAR = @AMTAR@
297 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
298 AM_LDFLAGS = @AM_LDFLAGS@
299 AR = @AR@
300 ARFLAGS = @ARFLAGS@
301 AUTOCONF = @AUTOCONF@
302 AUTOHEADER = @AUTOHEADER@
303 AUTOMAKE = @AUTOMAKE@
304 AWK = @AWK@
305 CC = @CC@
306 CCDEPMODE = @CCDEPMODE@
307 CFLAGS = @CFLAGS@
308 CPP = @CPP@
309 CPPFLAGS = @CPPFLAGS@
310 CSCOPE = @CSCOPE@
311 CTAGS = @CTAGS@
312 CYGPATH_W = @CYGPATH_W@
313 DEFS = @DEFS@
314 DEPDIR = @DEPDIR@
315 ECHO_C = @ECHO_C@
316 ECHO_N = @ECHO_N@
317 ECHO_T = @ECHO_T@
318 EGREP = @EGREP@
319 ETAGS = @ETAGS@
320 EXEEXT = @EXEEXT@
321 GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
322 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
323 GL_CFLAG_ALLOW_WARNINGS = @GL_CFLAG_ALLOW_WARNINGS@
324 GL_CFLAG_GNULIB_WARNINGS = @GL_CFLAG_GNULIB_WARNINGS@
325 GL_GNULIB_GETLOADAVG = @GL_GNULIB_GETLOADAVG@
326 GMSGFMT = @GMSGFMT@
327 GMSGFMT_015 = @GMSGFMT_015@
328 GREP = @GREP@
329 GUILE_CFLAGS = @GUILE_CFLAGS@
330 GUILE_LIBS = @GUILE_LIBS@
331 HAVE_ALLOCA_H = @HAVE_ALLOCA_H@
332 HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@
333 HAVE__BOOL = @HAVE__BOOL@
334 HOST_CPU = @HOST_CPU@
335 HOST_CPU_C_ABI = @HOST_CPU_C_ABI@
336 INSTALL = @INSTALL@
337 INSTALL_DATA = @INSTALL_DATA@
338 INSTALL_PROGRAM = @INSTALL_PROGRAM@
339 INSTALL_SCRIPT = @INSTALL_SCRIPT@
340 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
341 INTLLIBS = @INTLLIBS@
342 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
343 LDFLAGS = @LDFLAGS@
344 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
345 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
346 LIBICONV = @LIBICONV@
347 LIBINTL = @LIBINTL@
348 LIBOBJS = @LIBOBJS@
349 LIBS = @LIBS@
350 LTLIBICONV = @LTLIBICONV@
351 LTLIBINTL = @LTLIBINTL@
352 LTLIBOBJS = @LTLIBOBJS@
353 MAKEINFO = @MAKEINFO@
354 MAKE_HOST = @MAKE_HOST@
355 MKDIR_P = @MKDIR_P@
356 MSGFMT = @MSGFMT@
357 MSGFMT_015 = @MSGFMT_015@
358 MSGMERGE = @MSGMERGE@
359 OBJEXT = @OBJEXT@
360 PACKAGE = @PACKAGE@
361 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
362 PACKAGE_NAME = @PACKAGE_NAME@
363 PACKAGE_STRING = @PACKAGE_STRING@
364 PACKAGE_TARNAME = @PACKAGE_TARNAME@
365 PACKAGE_URL = @PACKAGE_URL@
366 PACKAGE_VERSION = @PACKAGE_VERSION@
367 PATH_SEPARATOR = @PATH_SEPARATOR@
368 PERL = @PERL@
369 PKG_CONFIG = @PKG_CONFIG@
370 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
371 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
372 POSUB = @POSUB@
373 RANLIB = @RANLIB@
374 REMOTE = @REMOTE@
375 SED = @SED@
376 SET_MAKE = @SET_MAKE@
377 SHELL = @SHELL@
378 STDBOOL_H = @STDBOOL_H@
379 STRIP = @STRIP@
380 USE_NLS = @USE_NLS@
381 USE_SYSTEM_GLOB = @USE_SYSTEM_GLOB@
382 VERSION = @VERSION@
383 XGETTEXT = @XGETTEXT@
384 XGETTEXT_015 = @XGETTEXT_015@
385 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
386 abs_builddir = @abs_builddir@
387 abs_srcdir = @abs_srcdir@
388 abs_top_builddir = @abs_top_builddir@
389 abs_top_srcdir = @abs_top_srcdir@
390 ac_ct_CC = @ac_ct_CC@
391 am__include = @am__include@
392 am__leading_dot = @am__leading_dot@
393 am__quote = @am__quote@
394 am__tar = @am__tar@
395 am__untar = @am__untar@
396 bindir = @bindir@
397 build = @build@
398 build_alias = @build_alias@
399 build_cpu = @build_cpu@
400 build_os = @build_os@
401 build_vendor = @build_vendor@
402 builddir = @builddir@
403 datadir = @datadir@
404 datarootdir = @datarootdir@
405 docdir = @docdir@
406 dvidir = @dvidir@
407 exec_prefix = @exec_prefix@
408 gl_LIBOBJDEPS = @gl_LIBOBJDEPS@
409 gl_LIBOBJS = @gl_LIBOBJS@
410 gl_LTLIBOBJS = @gl_LTLIBOBJS@
411 gltests_LIBOBJDEPS = @gltests_LIBOBJDEPS@
412 gltests_LIBOBJS = @gltests_LIBOBJS@
413 gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
414 gltests_WITNESS = @gltests_WITNESS@
415 host = @host@
416 host_alias = @host_alias@
417 host_cpu = @host_cpu@
418 host_os = @host_os@
419 host_vendor = @host_vendor@
420 htmldir = @htmldir@
421 includedir = @includedir@
422 infodir = @infodir@
423 install_sh = @install_sh@
424 libdir = @libdir@
425 libexecdir = @libexecdir@
426 localedir = @localedir@
427 localstatedir = @localstatedir@
428 mandir = @mandir@
429 mkdir_p = @mkdir_p@
430 oldincludedir = @oldincludedir@
431 pdfdir = @pdfdir@
432 prefix = @prefix@
433 program_transform_name = @program_transform_name@
434 psdir = @psdir@
435 runstatedir = @runstatedir@
436 sbindir = @sbindir@
437 sharedstatedir = @sharedstatedir@
438 srcdir = @srcdir@
439 sysconfdir = @sysconfdir@
440 target_alias = @target_alias@
441 top_build_prefix = @top_build_prefix@
442 top_builddir = @top_builddir@
443 top_srcdir = @top_srcdir@
444 AUTOMAKE_OPTIONS = 1.14 gnits
445 SUBDIRS = 
446 noinst_HEADERS = 
447 noinst_LIBRARIES = libgnu.a
448 noinst_LTLIBRARIES = 
449 EXTRA_DIST = alloca.c alloca.in.h concat-filename.h filename.h \
450         intprops.h fnmatch.in.h glob.in.h fnmatch.c fnmatch.in.h \
451         glob.c glob.in.h warn-on-use.h stdbool.in.h
452 BUILT_SOURCES = $(ALLOCA_H) $(am__append_3) $(STDBOOL_H)
453 SUFFIXES = 
454 MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t \
455         $(am__append_4) stdbool.h stdbool.h-t
456 MOSTLYCLEANDIRS = 
457 CLEANFILES = 
458 DISTCLEANFILES = 
459 MAINTAINERCLEANFILES = 
460 # No GNU Make output.
461 AM_CPPFLAGS = 
462 AM_CFLAGS = 
463 libgnu_a_SOURCES = concat-filename.c findprog.h findprog-in.c \
464         $(am__append_1) $(am__append_2)
465 libgnu_a_CFLAGS = $(AM_CFLAGS) $(GL_CFLAG_GNULIB_WARNINGS)
466 libgnu_a_LIBADD = $(gl_LIBOBJS) @ALLOCA@
467 libgnu_a_DEPENDENCIES = $(gl_LIBOBJS) @ALLOCA@
468 EXTRA_libgnu_a_SOURCES = alloca.c fnmatch.c glob.c
469
470 # In 'sed', replace the pattern space with a "DO NOT EDIT" comment.
471 SED_HEADER_NOEDIT = s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,
472
473 # '$(SED_HEADER_STDOUT) -e "..."' runs 'sed' but first outputs "DO NOT EDIT".
474 SED_HEADER_STDOUT = sed -e 1h -e '1$(SED_HEADER_NOEDIT)' -e 1G
475
476 # '$(SED_HEADER_TO_AT_t) FILE' copies FILE to $@-t, prepending a leading
477 # "DO_NOT_EDIT".  Although this could be done more simply via:
478 #       SED_HEADER_TO_AT_t = $(SED_HEADER_STDOUT) > $@-t
479 # the -n and 'w' avoid a fork+exec, at least when GNU Make is used.
480 SED_HEADER_TO_AT_t = $(SED_HEADER_STDOUT) -n -e 'w $@-t'
481
482 # Use $(gl_V_at) instead of $(AM_V_GEN) or $(AM_V_at) on a line that
483 gl_V_at = $(AM_V_GEN)
484
485 # Because this Makefile snippet defines a variable used by other
486 # gnulib Makefile snippets, it must be present in all makefiles that
487 # need it. This is ensured by the applicability 'all' defined above.
488 WARN_ON_USE_H = $(srcdir)/warn-on-use.h
489 all: $(BUILT_SOURCES)
490         $(MAKE) $(AM_MAKEFLAGS) all-recursive
491
492 .SUFFIXES:
493 .SUFFIXES: .c .o .obj
494 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
495         @for dep in $?; do \
496           case '$(am__configure_deps)' in \
497             *$$dep*) \
498               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
499                 && { if test -f $@; then exit 0; else break; fi; }; \
500               exit 1;; \
501           esac; \
502         done; \
503         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits lib/Makefile'; \
504         $(am__cd) $(top_srcdir) && \
505           $(AUTOMAKE) --gnits lib/Makefile
506 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
507         @case '$?' in \
508           *config.status*) \
509             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
510           *) \
511             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
512             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
513         esac;
514
515 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
516         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
517
518 $(top_srcdir)/configure:  $(am__configure_deps)
519         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
520 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
521         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
522 $(am__aclocal_m4_deps):
523
524 clean-noinstLIBRARIES:
525         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
526
527 clean-noinstLTLIBRARIES:
528         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
529         @list='$(noinst_LTLIBRARIES)'; \
530         locs=`for p in $$list; do echo $$p; done | \
531               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
532               sort -u`; \
533         test -z "$$locs" || { \
534           echo rm -f $${locs}; \
535           rm -f $${locs}; \
536         }
537
538 libgnu.a: $(libgnu_a_OBJECTS) $(libgnu_a_DEPENDENCIES) $(EXTRA_libgnu_a_DEPENDENCIES) 
539         $(AM_V_at)-rm -f libgnu.a
540         $(AM_V_AR)$(libgnu_a_AR) libgnu.a $(libgnu_a_OBJECTS) $(libgnu_a_LIBADD)
541         $(AM_V_at)$(RANLIB) libgnu.a
542
543 mostlyclean-compile:
544         -rm -f *.$(OBJEXT)
545
546 distclean-compile:
547         -rm -f *.tab.c
548
549 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloca.Po@am__quote@ # am--include-marker
550 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnu_a-alloca.Po@am__quote@ # am--include-marker
551 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnu_a-concat-filename.Po@am__quote@ # am--include-marker
552 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnu_a-findprog-in.Po@am__quote@ # am--include-marker
553 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnu_a-fnmatch.Po@am__quote@ # am--include-marker
554 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnu_a-getloadavg.Po@am__quote@ # am--include-marker
555 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnu_a-glob.Po@am__quote@ # am--include-marker
556
557 $(am__depfiles_remade):
558         @$(MKDIR_P) $(@D)
559         @echo '# dummy' >$@-t && $(am__mv) $@-t $@
560
561 am--depfiles: $(am__depfiles_remade)
562
563 .c.o:
564 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
565 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
566 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
567 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
568 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
569
570 .c.obj:
571 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
572 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
573 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
574 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
575 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
576
577 libgnu_a-concat-filename.o: concat-filename.c
578 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnu_a_CFLAGS) $(CFLAGS) -MT libgnu_a-concat-filename.o -MD -MP -MF $(DEPDIR)/libgnu_a-concat-filename.Tpo -c -o libgnu_a-concat-filename.o `test -f 'concat-filename.c' || echo '$(srcdir)/'`concat-filename.c
579 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgnu_a-concat-filename.Tpo $(DEPDIR)/libgnu_a-concat-filename.Po
580 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='concat-filename.c' object='libgnu_a-concat-filename.o' libtool=no @AMDEPBACKSLASH@
581 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
582 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnu_a_CFLAGS) $(CFLAGS) -c -o libgnu_a-concat-filename.o `test -f 'concat-filename.c' || echo '$(srcdir)/'`concat-filename.c
583
584 libgnu_a-concat-filename.obj: concat-filename.c
585 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnu_a_CFLAGS) $(CFLAGS) -MT libgnu_a-concat-filename.obj -MD -MP -MF $(DEPDIR)/libgnu_a-concat-filename.Tpo -c -o libgnu_a-concat-filename.obj `if test -f 'concat-filename.c'; then $(CYGPATH_W) 'concat-filename.c'; else $(CYGPATH_W) '$(srcdir)/concat-filename.c'; fi`
586 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgnu_a-concat-filename.Tpo $(DEPDIR)/libgnu_a-concat-filename.Po
587 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='concat-filename.c' object='libgnu_a-concat-filename.obj' libtool=no @AMDEPBACKSLASH@
588 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
589 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnu_a_CFLAGS) $(CFLAGS) -c -o libgnu_a-concat-filename.obj `if test -f 'concat-filename.c'; then $(CYGPATH_W) 'concat-filename.c'; else $(CYGPATH_W) '$(srcdir)/concat-filename.c'; fi`
590
591 libgnu_a-findprog-in.o: findprog-in.c
592 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnu_a_CFLAGS) $(CFLAGS) -MT libgnu_a-findprog-in.o -MD -MP -MF $(DEPDIR)/libgnu_a-findprog-in.Tpo -c -o libgnu_a-findprog-in.o `test -f 'findprog-in.c' || echo '$(srcdir)/'`findprog-in.c
593 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgnu_a-findprog-in.Tpo $(DEPDIR)/libgnu_a-findprog-in.Po
594 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='findprog-in.c' object='libgnu_a-findprog-in.o' libtool=no @AMDEPBACKSLASH@
595 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
596 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnu_a_CFLAGS) $(CFLAGS) -c -o libgnu_a-findprog-in.o `test -f 'findprog-in.c' || echo '$(srcdir)/'`findprog-in.c
597
598 libgnu_a-findprog-in.obj: findprog-in.c
599 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnu_a_CFLAGS) $(CFLAGS) -MT libgnu_a-findprog-in.obj -MD -MP -MF $(DEPDIR)/libgnu_a-findprog-in.Tpo -c -o libgnu_a-findprog-in.obj `if test -f 'findprog-in.c'; then $(CYGPATH_W) 'findprog-in.c'; else $(CYGPATH_W) '$(srcdir)/findprog-in.c'; fi`
600 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgnu_a-findprog-in.Tpo $(DEPDIR)/libgnu_a-findprog-in.Po
601 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='findprog-in.c' object='libgnu_a-findprog-in.obj' libtool=no @AMDEPBACKSLASH@
602 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
603 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnu_a_CFLAGS) $(CFLAGS) -c -o libgnu_a-findprog-in.obj `if test -f 'findprog-in.c'; then $(CYGPATH_W) 'findprog-in.c'; else $(CYGPATH_W) '$(srcdir)/findprog-in.c'; fi`
604
605 libgnu_a-getloadavg.o: getloadavg.c
606 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnu_a_CFLAGS) $(CFLAGS) -MT libgnu_a-getloadavg.o -MD -MP -MF $(DEPDIR)/libgnu_a-getloadavg.Tpo -c -o libgnu_a-getloadavg.o `test -f 'getloadavg.c' || echo '$(srcdir)/'`getloadavg.c
607 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgnu_a-getloadavg.Tpo $(DEPDIR)/libgnu_a-getloadavg.Po
608 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='getloadavg.c' object='libgnu_a-getloadavg.o' libtool=no @AMDEPBACKSLASH@
609 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
610 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnu_a_CFLAGS) $(CFLAGS) -c -o libgnu_a-getloadavg.o `test -f 'getloadavg.c' || echo '$(srcdir)/'`getloadavg.c
611
612 libgnu_a-getloadavg.obj: getloadavg.c
613 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnu_a_CFLAGS) $(CFLAGS) -MT libgnu_a-getloadavg.obj -MD -MP -MF $(DEPDIR)/libgnu_a-getloadavg.Tpo -c -o libgnu_a-getloadavg.obj `if test -f 'getloadavg.c'; then $(CYGPATH_W) 'getloadavg.c'; else $(CYGPATH_W) '$(srcdir)/getloadavg.c'; fi`
614 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgnu_a-getloadavg.Tpo $(DEPDIR)/libgnu_a-getloadavg.Po
615 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='getloadavg.c' object='libgnu_a-getloadavg.obj' libtool=no @AMDEPBACKSLASH@
616 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
617 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnu_a_CFLAGS) $(CFLAGS) -c -o libgnu_a-getloadavg.obj `if test -f 'getloadavg.c'; then $(CYGPATH_W) 'getloadavg.c'; else $(CYGPATH_W) '$(srcdir)/getloadavg.c'; fi`
618
619 libgnu_a-fnmatch.o: fnmatch.c
620 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnu_a_CFLAGS) $(CFLAGS) -MT libgnu_a-fnmatch.o -MD -MP -MF $(DEPDIR)/libgnu_a-fnmatch.Tpo -c -o libgnu_a-fnmatch.o `test -f 'fnmatch.c' || echo '$(srcdir)/'`fnmatch.c
621 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgnu_a-fnmatch.Tpo $(DEPDIR)/libgnu_a-fnmatch.Po
622 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='fnmatch.c' object='libgnu_a-fnmatch.o' libtool=no @AMDEPBACKSLASH@
623 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
624 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnu_a_CFLAGS) $(CFLAGS) -c -o libgnu_a-fnmatch.o `test -f 'fnmatch.c' || echo '$(srcdir)/'`fnmatch.c
625
626 libgnu_a-fnmatch.obj: fnmatch.c
627 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnu_a_CFLAGS) $(CFLAGS) -MT libgnu_a-fnmatch.obj -MD -MP -MF $(DEPDIR)/libgnu_a-fnmatch.Tpo -c -o libgnu_a-fnmatch.obj `if test -f 'fnmatch.c'; then $(CYGPATH_W) 'fnmatch.c'; else $(CYGPATH_W) '$(srcdir)/fnmatch.c'; fi`
628 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgnu_a-fnmatch.Tpo $(DEPDIR)/libgnu_a-fnmatch.Po
629 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='fnmatch.c' object='libgnu_a-fnmatch.obj' libtool=no @AMDEPBACKSLASH@
630 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
631 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnu_a_CFLAGS) $(CFLAGS) -c -o libgnu_a-fnmatch.obj `if test -f 'fnmatch.c'; then $(CYGPATH_W) 'fnmatch.c'; else $(CYGPATH_W) '$(srcdir)/fnmatch.c'; fi`
632
633 libgnu_a-glob.o: glob.c
634 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnu_a_CFLAGS) $(CFLAGS) -MT libgnu_a-glob.o -MD -MP -MF $(DEPDIR)/libgnu_a-glob.Tpo -c -o libgnu_a-glob.o `test -f 'glob.c' || echo '$(srcdir)/'`glob.c
635 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgnu_a-glob.Tpo $(DEPDIR)/libgnu_a-glob.Po
636 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='glob.c' object='libgnu_a-glob.o' libtool=no @AMDEPBACKSLASH@
637 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
638 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnu_a_CFLAGS) $(CFLAGS) -c -o libgnu_a-glob.o `test -f 'glob.c' || echo '$(srcdir)/'`glob.c
639
640 libgnu_a-glob.obj: glob.c
641 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnu_a_CFLAGS) $(CFLAGS) -MT libgnu_a-glob.obj -MD -MP -MF $(DEPDIR)/libgnu_a-glob.Tpo -c -o libgnu_a-glob.obj `if test -f 'glob.c'; then $(CYGPATH_W) 'glob.c'; else $(CYGPATH_W) '$(srcdir)/glob.c'; fi`
642 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgnu_a-glob.Tpo $(DEPDIR)/libgnu_a-glob.Po
643 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='glob.c' object='libgnu_a-glob.obj' libtool=no @AMDEPBACKSLASH@
644 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
645 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnu_a_CFLAGS) $(CFLAGS) -c -o libgnu_a-glob.obj `if test -f 'glob.c'; then $(CYGPATH_W) 'glob.c'; else $(CYGPATH_W) '$(srcdir)/glob.c'; fi`
646
647 libgnu_a-alloca.o: alloca.c
648 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnu_a_CFLAGS) $(CFLAGS) -MT libgnu_a-alloca.o -MD -MP -MF $(DEPDIR)/libgnu_a-alloca.Tpo -c -o libgnu_a-alloca.o `test -f 'alloca.c' || echo '$(srcdir)/'`alloca.c
649 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgnu_a-alloca.Tpo $(DEPDIR)/libgnu_a-alloca.Po
650 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='alloca.c' object='libgnu_a-alloca.o' libtool=no @AMDEPBACKSLASH@
651 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
652 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnu_a_CFLAGS) $(CFLAGS) -c -o libgnu_a-alloca.o `test -f 'alloca.c' || echo '$(srcdir)/'`alloca.c
653
654 libgnu_a-alloca.obj: alloca.c
655 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnu_a_CFLAGS) $(CFLAGS) -MT libgnu_a-alloca.obj -MD -MP -MF $(DEPDIR)/libgnu_a-alloca.Tpo -c -o libgnu_a-alloca.obj `if test -f 'alloca.c'; then $(CYGPATH_W) 'alloca.c'; else $(CYGPATH_W) '$(srcdir)/alloca.c'; fi`
656 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgnu_a-alloca.Tpo $(DEPDIR)/libgnu_a-alloca.Po
657 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='alloca.c' object='libgnu_a-alloca.obj' libtool=no @AMDEPBACKSLASH@
658 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
659 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnu_a_CFLAGS) $(CFLAGS) -c -o libgnu_a-alloca.obj `if test -f 'alloca.c'; then $(CYGPATH_W) 'alloca.c'; else $(CYGPATH_W) '$(srcdir)/alloca.c'; fi`
660
661 # This directory's subdirectories are mostly independent; you can cd
662 # into them and run 'make' without going through this Makefile.
663 # To change the values of 'make' variables: instead of editing Makefiles,
664 # (1) if the variable is set in 'config.status', edit 'config.status'
665 #     (which will cause the Makefiles to be regenerated when you run 'make');
666 # (2) otherwise, pass the desired values on the 'make' command line.
667 $(am__recursive_targets):
668         @fail=; \
669         if $(am__make_keepgoing); then \
670           failcom='fail=yes'; \
671         else \
672           failcom='exit 1'; \
673         fi; \
674         dot_seen=no; \
675         target=`echo $@ | sed s/-recursive//`; \
676         case "$@" in \
677           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
678           *) list='$(SUBDIRS)' ;; \
679         esac; \
680         for subdir in $$list; do \
681           echo "Making $$target in $$subdir"; \
682           if test "$$subdir" = "."; then \
683             dot_seen=yes; \
684             local_target="$$target-am"; \
685           else \
686             local_target="$$target"; \
687           fi; \
688           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
689           || eval $$failcom; \
690         done; \
691         if test "$$dot_seen" = "no"; then \
692           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
693         fi; test -z "$$fail"
694
695 ID: $(am__tagged_files)
696         $(am__define_uniq_tagged_files); mkid -fID $$unique
697 tags: tags-recursive
698 TAGS: tags
699
700 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
701         set x; \
702         here=`pwd`; \
703         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
704           include_option=--etags-include; \
705           empty_fix=.; \
706         else \
707           include_option=--include; \
708           empty_fix=; \
709         fi; \
710         list='$(SUBDIRS)'; for subdir in $$list; do \
711           if test "$$subdir" = .; then :; else \
712             test ! -f $$subdir/TAGS || \
713               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
714           fi; \
715         done; \
716         $(am__define_uniq_tagged_files); \
717         shift; \
718         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
719           test -n "$$unique" || unique=$$empty_fix; \
720           if test $$# -gt 0; then \
721             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
722               "$$@" $$unique; \
723           else \
724             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
725               $$unique; \
726           fi; \
727         fi
728 ctags: ctags-recursive
729
730 CTAGS: ctags
731 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
732         $(am__define_uniq_tagged_files); \
733         test -z "$(CTAGS_ARGS)$$unique" \
734           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
735              $$unique
736
737 GTAGS:
738         here=`$(am__cd) $(top_builddir) && pwd` \
739           && $(am__cd) $(top_srcdir) \
740           && gtags -i $(GTAGS_ARGS) "$$here"
741 cscopelist: cscopelist-recursive
742
743 cscopelist-am: $(am__tagged_files)
744         list='$(am__tagged_files)'; \
745         case "$(srcdir)" in \
746           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
747           *) sdir=$(subdir)/$(srcdir) ;; \
748         esac; \
749         for i in $$list; do \
750           if test -f "$$i"; then \
751             echo "$(subdir)/$$i"; \
752           else \
753             echo "$$sdir/$$i"; \
754           fi; \
755         done >> $(top_builddir)/cscope.files
756
757 distclean-tags:
758         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
759 distdir: $(BUILT_SOURCES)
760         $(MAKE) $(AM_MAKEFLAGS) distdir-am
761
762 distdir-am: $(DISTFILES)
763         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
764         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
765         list='$(DISTFILES)'; \
766           dist_files=`for file in $$list; do echo $$file; done | \
767           sed -e "s|^$$srcdirstrip/||;t" \
768               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
769         case $$dist_files in \
770           */*) $(MKDIR_P) `echo "$$dist_files" | \
771                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
772                            sort -u` ;; \
773         esac; \
774         for file in $$dist_files; do \
775           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
776           if test -d $$d/$$file; then \
777             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
778             if test -d "$(distdir)/$$file"; then \
779               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
780             fi; \
781             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
782               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
783               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
784             fi; \
785             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
786           else \
787             test -f "$(distdir)/$$file" \
788             || cp -p $$d/$$file "$(distdir)/$$file" \
789             || exit 1; \
790           fi; \
791         done
792         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
793           if test "$$subdir" = .; then :; else \
794             $(am__make_dryrun) \
795               || test -d "$(distdir)/$$subdir" \
796               || $(MKDIR_P) "$(distdir)/$$subdir" \
797               || exit 1; \
798             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
799             $(am__relativize); \
800             new_distdir=$$reldir; \
801             dir1=$$subdir; dir2="$(top_distdir)"; \
802             $(am__relativize); \
803             new_top_distdir=$$reldir; \
804             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
805             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
806             ($(am__cd) $$subdir && \
807               $(MAKE) $(AM_MAKEFLAGS) \
808                 top_distdir="$$new_top_distdir" \
809                 distdir="$$new_distdir" \
810                 am__remove_distdir=: \
811                 am__skip_length_check=: \
812                 am__skip_mode_fix=: \
813                 distdir) \
814               || exit 1; \
815           fi; \
816         done
817 check-am: all-am
818 check: $(BUILT_SOURCES)
819         $(MAKE) $(AM_MAKEFLAGS) check-recursive
820 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS)
821 installdirs: installdirs-recursive
822 installdirs-am:
823 install: $(BUILT_SOURCES)
824         $(MAKE) $(AM_MAKEFLAGS) install-recursive
825 install-exec: $(BUILT_SOURCES)
826         $(MAKE) $(AM_MAKEFLAGS) install-exec-recursive
827 install-data: install-data-recursive
828 uninstall: uninstall-recursive
829
830 install-am: all-am
831         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
832
833 installcheck: installcheck-recursive
834 install-strip:
835         if test -z '$(STRIP)'; then \
836           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
837             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
838               install; \
839         else \
840           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
841             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
842             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
843         fi
844 mostlyclean-generic:
845         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
846
847 clean-generic:
848         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
849
850 distclean-generic:
851         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
852         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
853         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
854
855 maintainer-clean-generic:
856         @echo "This command is intended for maintainers to use"
857         @echo "it deletes files that may require special tools to rebuild."
858         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
859         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
860 clean: clean-recursive
861
862 clean-am: clean-generic clean-noinstLIBRARIES clean-noinstLTLIBRARIES \
863         mostlyclean-am
864
865 distclean: distclean-recursive
866                 -rm -f ./$(DEPDIR)/alloca.Po
867         -rm -f ./$(DEPDIR)/libgnu_a-alloca.Po
868         -rm -f ./$(DEPDIR)/libgnu_a-concat-filename.Po
869         -rm -f ./$(DEPDIR)/libgnu_a-findprog-in.Po
870         -rm -f ./$(DEPDIR)/libgnu_a-fnmatch.Po
871         -rm -f ./$(DEPDIR)/libgnu_a-getloadavg.Po
872         -rm -f ./$(DEPDIR)/libgnu_a-glob.Po
873         -rm -f Makefile
874 distclean-am: clean-am distclean-compile distclean-generic \
875         distclean-local distclean-tags
876
877 dvi: dvi-recursive
878
879 dvi-am:
880
881 html: html-recursive
882
883 html-am:
884
885 info: info-recursive
886
887 info-am:
888
889 install-data-am:
890
891 install-dvi: install-dvi-recursive
892
893 install-dvi-am:
894
895 install-exec-am:
896
897 install-html: install-html-recursive
898
899 install-html-am:
900
901 install-info: install-info-recursive
902
903 install-info-am:
904
905 install-man:
906
907 install-pdf: install-pdf-recursive
908
909 install-pdf-am:
910
911 install-ps: install-ps-recursive
912
913 install-ps-am:
914
915 installcheck-am:
916
917 maintainer-clean: maintainer-clean-recursive
918                 -rm -f ./$(DEPDIR)/alloca.Po
919         -rm -f ./$(DEPDIR)/libgnu_a-alloca.Po
920         -rm -f ./$(DEPDIR)/libgnu_a-concat-filename.Po
921         -rm -f ./$(DEPDIR)/libgnu_a-findprog-in.Po
922         -rm -f ./$(DEPDIR)/libgnu_a-fnmatch.Po
923         -rm -f ./$(DEPDIR)/libgnu_a-getloadavg.Po
924         -rm -f ./$(DEPDIR)/libgnu_a-glob.Po
925         -rm -f Makefile
926 maintainer-clean-am: distclean-am maintainer-clean-generic \
927         maintainer-clean-local
928
929 mostlyclean: mostlyclean-recursive
930
931 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
932         mostlyclean-local
933
934 pdf: pdf-recursive
935
936 pdf-am:
937
938 ps: ps-recursive
939
940 ps-am:
941
942 uninstall-am:
943
944 .MAKE: $(am__recursive_targets) all check install install-am \
945         install-exec install-strip
946
947 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
948         am--depfiles check check-am clean clean-generic \
949         clean-noinstLIBRARIES clean-noinstLTLIBRARIES cscopelist-am \
950         ctags ctags-am distclean distclean-compile distclean-generic \
951         distclean-local distclean-tags distdir dvi dvi-am html html-am \
952         info info-am install install-am install-data install-data-am \
953         install-dvi install-dvi-am install-exec install-exec-am \
954         install-html install-html-am install-info install-info-am \
955         install-man install-pdf install-pdf-am install-ps \
956         install-ps-am install-strip installcheck installcheck-am \
957         installdirs installdirs-am maintainer-clean \
958         maintainer-clean-generic maintainer-clean-local mostlyclean \
959         mostlyclean-compile mostlyclean-generic mostlyclean-local pdf \
960         pdf-am ps ps-am tags tags-am uninstall uninstall-am
961
962 .PRECIOUS: Makefile
963
964
965 # We need the following in order to create <alloca.h> when the system
966 # doesn't have one that works with the given compiler.
967 @GL_GENERATE_ALLOCA_H_TRUE@alloca.h: alloca.in.h $(top_builddir)/config.status
968 @GL_GENERATE_ALLOCA_H_TRUE@     $(gl_V_at)$(SED_HEADER_STDOUT) \
969 @GL_GENERATE_ALLOCA_H_TRUE@       -e 's|@''HAVE_ALLOCA_H''@|$(HAVE_ALLOCA_H)|g' \
970 @GL_GENERATE_ALLOCA_H_TRUE@       $(srcdir)/alloca.in.h > $@-t
971 @GL_GENERATE_ALLOCA_H_TRUE@     $(AM_V_at)mv $@-t $@
972 @GL_GENERATE_ALLOCA_H_FALSE@alloca.h: $(top_builddir)/config.status
973 @GL_GENERATE_ALLOCA_H_FALSE@    rm -f $@
974
975 @USE_SYSTEM_GLOB_FALSE@fnmatch.h: fnmatch.in.h $(top_builddir)/config.status
976 @USE_SYSTEM_GLOB_FALSE@ $(AM_V_GEN)rm -f $@-t $@ && \
977 @USE_SYSTEM_GLOB_FALSE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
978 @USE_SYSTEM_GLOB_FALSE@   cat $(srcdir)/fnmatch.in.h; \
979 @USE_SYSTEM_GLOB_FALSE@ } > $@-t && \
980 @USE_SYSTEM_GLOB_FALSE@ mv -f $@-t $@
981
982 @USE_SYSTEM_GLOB_FALSE@glob.h: glob.in.h $(top_builddir)/config.status
983 @USE_SYSTEM_GLOB_FALSE@ $(AM_V_GEN)rm -f $@-t $@ && \
984 @USE_SYSTEM_GLOB_FALSE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
985 @USE_SYSTEM_GLOB_FALSE@   cat $(srcdir)/glob.in.h; \
986 @USE_SYSTEM_GLOB_FALSE@ } > $@-t && \
987 @USE_SYSTEM_GLOB_FALSE@ mv -f $@-t $@
988
989 # We need the following in order to create <stdbool.h> when the system
990 # doesn't have one that works.
991 @GL_GENERATE_STDBOOL_H_TRUE@stdbool.h: stdbool.in.h $(top_builddir)/config.status
992 @GL_GENERATE_STDBOOL_H_TRUE@    $(gl_V_at)$(SED_HEADER_STDOUT) \
993 @GL_GENERATE_STDBOOL_H_TRUE@      -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' \
994 @GL_GENERATE_STDBOOL_H_TRUE@      $(srcdir)/stdbool.in.h > $@-t
995 @GL_GENERATE_STDBOOL_H_TRUE@    $(AM_V_at)mv $@-t $@
996 @GL_GENERATE_STDBOOL_H_FALSE@stdbool.h: $(top_builddir)/config.status
997 @GL_GENERATE_STDBOOL_H_FALSE@   rm -f $@
998
999 mostlyclean-local: mostlyclean-generic
1000         @for dir in '' $(MOSTLYCLEANDIRS); do \
1001           if test -n "$$dir" && test -d $$dir; then \
1002             echo "rmdir $$dir"; rmdir $$dir; \
1003           fi; \
1004         done; \
1005         :
1006 distclean-local: distclean-gnulib-libobjs
1007 distclean-gnulib-libobjs:
1008         -rm -f @gl_LIBOBJDEPS@
1009 maintainer-clean-local: distclean-gnulib-libobjs
1010
1011 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1012 # Otherwise a system limit (for SysV at least) may be exceeded.
1013 .NOEXPORT: