Home | History | Annotate | Download | only in glob
      1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
      5 # 2003, 2004, 2005  Free Software Foundation, Inc.
      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 # -*-Makefile-*-, or close enough
     18 # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
     19 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
     20 # This file is part of GNU Make.
     21 #
     22 # GNU Make is free software; you can redistribute it and/or modify it under the
     23 # terms of the GNU General Public License as published by the Free Software
     24 # Foundation; either version 2, or (at your option) any later version.
     25 #
     26 # GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
     27 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
     28 # A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     29 #
     30 # You should have received a copy of the GNU General Public License along with
     31 # GNU Make; see the file COPYING.  If not, write to the Free Software
     32 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
     33 
     34 srcdir = @srcdir@
     35 top_srcdir = @top_srcdir@
     36 VPATH = @srcdir@
     37 pkgdatadir = $(datadir)/@PACKAGE@
     38 pkglibdir = $(libdir)/@PACKAGE@
     39 pkgincludedir = $(includedir)/@PACKAGE@
     40 top_builddir = ..
     41 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     42 INSTALL = @INSTALL@
     43 install_sh_DATA = $(install_sh) -c -m 644
     44 install_sh_PROGRAM = $(install_sh) -c
     45 install_sh_SCRIPT = $(install_sh) -c
     46 INSTALL_HEADER = $(INSTALL_DATA)
     47 transform = $(program_transform_name)
     48 NORMAL_INSTALL = :
     49 PRE_INSTALL = :
     50 POST_INSTALL = :
     51 NORMAL_UNINSTALL = :
     52 PRE_UNINSTALL = :
     53 POST_UNINSTALL = :
     54 build_triplet = @build@
     55 host_triplet = @host@
     56 subdir = glob
     57 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in COPYING.LIB \
     58 	ChangeLog
     59 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     60 am__aclocal_m4_deps = $(top_srcdir)/config/dospaths.m4 \
     61 	$(top_srcdir)/config/gettext.m4 $(top_srcdir)/config/iconv.m4 \
     62 	$(top_srcdir)/config/lib-ld.m4 \
     63 	$(top_srcdir)/config/lib-link.m4 \
     64 	$(top_srcdir)/config/lib-prefix.m4 $(top_srcdir)/config/nls.m4 \
     65 	$(top_srcdir)/config/po.m4 $(top_srcdir)/config/progtest.m4 \
     66 	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
     67 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     68 	$(ACLOCAL_M4)
     69 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
     70 CONFIG_HEADER = $(top_builddir)/config.h
     71 CONFIG_CLEAN_FILES =
     72 LIBRARIES = $(noinst_LIBRARIES)
     73 ARFLAGS = cru
     74 libglob_a_AR = $(AR) $(ARFLAGS)
     75 libglob_a_LIBADD =
     76 am_libglob_a_OBJECTS = glob.$(OBJEXT) fnmatch.$(OBJEXT)
     77 libglob_a_OBJECTS = $(am_libglob_a_OBJECTS)
     78 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
     79 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
     80 am__depfiles_maybe = depfiles
     81 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
     82 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
     83 CCLD = $(CC)
     84 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
     85 SOURCES = $(libglob_a_SOURCES)
     86 DIST_SOURCES = $(libglob_a_SOURCES)
     87 ETAGS = etags
     88 CTAGS = ctags
     89 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     90 ACLOCAL = @ACLOCAL@
     91 ALLOCA = @ALLOCA@
     92 AMDEP_FALSE = @AMDEP_FALSE@
     93 AMDEP_TRUE = @AMDEP_TRUE@
     94 AMTAR = @AMTAR@
     95 AR = @AR@
     96 AUTOCONF = @AUTOCONF@
     97 AUTOHEADER = @AUTOHEADER@
     98 AUTOMAKE = @AUTOMAKE@
     99 AWK = @AWK@
    100 CC = @CC@
    101 CCDEPMODE = @CCDEPMODE@
    102 CFLAGS = @CFLAGS@
    103 CPP = @CPP@
    104 CPPFLAGS = @CPPFLAGS@
    105 CYGPATH_W = @CYGPATH_W@
    106 DEFS = @DEFS@
    107 DEPDIR = @DEPDIR@
    108 ECHO_C = @ECHO_C@
    109 ECHO_N = @ECHO_N@
    110 ECHO_T = @ECHO_T@
    111 EGREP = @EGREP@
    112 EXEEXT = @EXEEXT@
    113 GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
    114 GLOBINC = @GLOBINC@
    115 GLOBLIB = @GLOBLIB@
    116 GMSGFMT = @GMSGFMT@
    117 INSTALL_DATA = @INSTALL_DATA@
    118 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    119 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    120 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    121 INTLLIBS = @INTLLIBS@
    122 KMEM_GROUP = @KMEM_GROUP@
    123 LDFLAGS = @LDFLAGS@
    124 LIBICONV = @LIBICONV@
    125 LIBINTL = @LIBINTL@
    126 LIBOBJS = @LIBOBJS@
    127 LIBS = @LIBS@
    128 LTLIBICONV = @LTLIBICONV@
    129 LTLIBINTL = @LTLIBINTL@
    130 LTLIBOBJS = @LTLIBOBJS@
    131 MAKEINFO = @MAKEINFO@
    132 MAKE_HOST = @MAKE_HOST@
    133 MKINSTALLDIRS = @MKINSTALLDIRS@
    134 MSGFMT = @MSGFMT@
    135 MSGMERGE = @MSGMERGE@
    136 NEED_SETGID = @NEED_SETGID@
    137 OBJEXT = @OBJEXT@
    138 PACKAGE = @PACKAGE@
    139 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    140 PACKAGE_NAME = @PACKAGE_NAME@
    141 PACKAGE_STRING = @PACKAGE_STRING@
    142 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    143 PACKAGE_VERSION = @PACKAGE_VERSION@
    144 PATH_SEPARATOR = @PATH_SEPARATOR@
    145 PERL = @PERL@
    146 POSUB = @POSUB@
    147 RANLIB = @RANLIB@
    148 REMOTE = @REMOTE@
    149 SET_MAKE = @SET_MAKE@
    150 SHELL = @SHELL@
    151 STRIP = @STRIP@
    152 U = @U@
    153 USE_CUSTOMS_FALSE = @USE_CUSTOMS_FALSE@
    154 USE_CUSTOMS_TRUE = @USE_CUSTOMS_TRUE@
    155 USE_LOCAL_GLOB_FALSE = @USE_LOCAL_GLOB_FALSE@
    156 USE_LOCAL_GLOB_TRUE = @USE_LOCAL_GLOB_TRUE@
    157 USE_NLS = @USE_NLS@
    158 VERSION = @VERSION@
    159 WINDOWSENV_FALSE = @WINDOWSENV_FALSE@
    160 WINDOWSENV_TRUE = @WINDOWSENV_TRUE@
    161 XGETTEXT = @XGETTEXT@
    162 ac_ct_CC = @ac_ct_CC@
    163 ac_ct_RANLIB = @ac_ct_RANLIB@
    164 ac_ct_STRIP = @ac_ct_STRIP@
    165 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
    166 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
    167 am__include = @am__include@
    168 am__leading_dot = @am__leading_dot@
    169 am__quote = @am__quote@
    170 am__tar = @am__tar@
    171 am__untar = @am__untar@
    172 bindir = @bindir@
    173 build = @build@
    174 build_alias = @build_alias@
    175 build_cpu = @build_cpu@
    176 build_os = @build_os@
    177 build_vendor = @build_vendor@
    178 datadir = @datadir@
    179 exec_prefix = @exec_prefix@
    180 host = @host@
    181 host_alias = @host_alias@
    182 host_cpu = @host_cpu@
    183 host_os = @host_os@
    184 host_vendor = @host_vendor@
    185 includedir = @includedir@
    186 infodir = @infodir@
    187 install_sh = @install_sh@
    188 libdir = @libdir@
    189 libexecdir = @libexecdir@
    190 localstatedir = @localstatedir@
    191 mandir = @mandir@
    192 mkdir_p = @mkdir_p@
    193 oldincludedir = @oldincludedir@
    194 prefix = @prefix@
    195 program_transform_name = @program_transform_name@
    196 sbindir = @sbindir@
    197 sharedstatedir = @sharedstatedir@
    198 sysconfdir = @sysconfdir@
    199 target_alias = @target_alias@
    200 AUTOMAKE_OPTIONS = foreign
    201 
    202 # Only build the library when the system doesn't already have GNU glob.
    203 @USE_LOCAL_GLOB_TRUE@noinst_LIBRARIES = libglob.a
    204 libglob_a_SOURCES = glob.c glob.h fnmatch.c fnmatch.h
    205 EXTRA_DIST = COPYING.LIB Makefile.ami SCOPTIONS SMakefile \
    206 			configure.bat
    207 
    208 all: all-am
    209 
    210 .SUFFIXES:
    211 .SUFFIXES: .c .o .obj
    212 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    213 	@for dep in $?; do \
    214 	  case '$(am__configure_deps)' in \
    215 	    *$$dep*) \
    216 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
    217 		&& exit 0; \
    218 	      exit 1;; \
    219 	  esac; \
    220 	done; \
    221 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  glob/Makefile'; \
    222 	cd $(top_srcdir) && \
    223 	  $(AUTOMAKE) --foreign  glob/Makefile
    224 .PRECIOUS: Makefile
    225 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    226 	@case '$?' in \
    227 	  *config.status*) \
    228 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    229 	  *) \
    230 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    231 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    232 	esac;
    233 
    234 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    235 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    236 
    237 $(top_srcdir)/configure:  $(am__configure_deps)
    238 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    239 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    240 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    241 
    242 clean-noinstLIBRARIES:
    243 	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
    244 libglob.a: $(libglob_a_OBJECTS) $(libglob_a_DEPENDENCIES) 
    245 	-rm -f libglob.a
    246 	$(libglob_a_AR) libglob.a $(libglob_a_OBJECTS) $(libglob_a_LIBADD)
    247 	$(RANLIB) libglob.a
    248 
    249 mostlyclean-compile:
    250 	-rm -f *.$(OBJEXT)
    251 
    252 distclean-compile:
    253 	-rm -f *.tab.c
    254 
    255 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fnmatch.Po@am__quote@
    256 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glob.Po@am__quote@
    257 
    258 .c.o:
    259 @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
    260 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
    261 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    262 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    263 @am__fastdepCC_FALSE@	$(COMPILE) -c $<
    264 
    265 .c.obj:
    266 @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
    267 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
    268 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    269 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    270 @am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
    271 uninstall-info-am:
    272 
    273 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
    274 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
    275 	unique=`for i in $$list; do \
    276 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    277 	  done | \
    278 	  $(AWK) '    { files[$$0] = 1; } \
    279 	       END { for (i in files) print i; }'`; \
    280 	mkid -fID $$unique
    281 tags: TAGS
    282 
    283 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    284 		$(TAGS_FILES) $(LISP)
    285 	tags=; \
    286 	here=`pwd`; \
    287 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    288 	unique=`for i in $$list; do \
    289 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    290 	  done | \
    291 	  $(AWK) '    { files[$$0] = 1; } \
    292 	       END { for (i in files) print i; }'`; \
    293 	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
    294 	  test -n "$$unique" || unique=$$empty_fix; \
    295 	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    296 	    $$tags $$unique; \
    297 	fi
    298 ctags: CTAGS
    299 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    300 		$(TAGS_FILES) $(LISP)
    301 	tags=; \
    302 	here=`pwd`; \
    303 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    304 	unique=`for i in $$list; do \
    305 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    306 	  done | \
    307 	  $(AWK) '    { files[$$0] = 1; } \
    308 	       END { for (i in files) print i; }'`; \
    309 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
    310 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    311 	     $$tags $$unique
    312 
    313 GTAGS:
    314 	here=`$(am__cd) $(top_builddir) && pwd` \
    315 	  && cd $(top_srcdir) \
    316 	  && gtags -i $(GTAGS_ARGS) $$here
    317 
    318 distclean-tags:
    319 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    320 
    321 distdir: $(DISTFILES)
    322 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
    323 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
    324 	list='$(DISTFILES)'; for file in $$list; do \
    325 	  case $$file in \
    326 	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
    327 	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
    328 	  esac; \
    329 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    330 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
    331 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
    332 	    dir="/$$dir"; \
    333 	    $(mkdir_p) "$(distdir)$$dir"; \
    334 	  else \
    335 	    dir=''; \
    336 	  fi; \
    337 	  if test -d $$d/$$file; then \
    338 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    339 	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
    340 	    fi; \
    341 	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
    342 	  else \
    343 	    test -f $(distdir)/$$file \
    344 	    || cp -p $$d/$$file $(distdir)/$$file \
    345 	    || exit 1; \
    346 	  fi; \
    347 	done
    348 check-am: all-am
    349 check: check-am
    350 all-am: Makefile $(LIBRARIES)
    351 installdirs:
    352 install: install-am
    353 install-exec: install-exec-am
    354 install-data: install-data-am
    355 uninstall: uninstall-am
    356 
    357 install-am: all-am
    358 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    359 
    360 installcheck: installcheck-am
    361 install-strip:
    362 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    363 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    364 	  `test -z '$(STRIP)' || \
    365 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
    366 mostlyclean-generic:
    367 
    368 clean-generic:
    369 
    370 distclean-generic:
    371 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    372 
    373 maintainer-clean-generic:
    374 	@echo "This command is intended for maintainers to use"
    375 	@echo "it deletes files that may require special tools to rebuild."
    376 clean: clean-am
    377 
    378 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
    379 
    380 distclean: distclean-am
    381 	-rm -rf ./$(DEPDIR)
    382 	-rm -f Makefile
    383 distclean-am: clean-am distclean-compile distclean-generic \
    384 	distclean-tags
    385 
    386 dvi: dvi-am
    387 
    388 dvi-am:
    389 
    390 html: html-am
    391 
    392 info: info-am
    393 
    394 info-am:
    395 
    396 install-data-am:
    397 
    398 install-exec-am:
    399 
    400 install-info: install-info-am
    401 
    402 install-man:
    403 
    404 installcheck-am:
    405 
    406 maintainer-clean: maintainer-clean-am
    407 	-rm -rf ./$(DEPDIR)
    408 	-rm -f Makefile
    409 maintainer-clean-am: distclean-am maintainer-clean-generic
    410 
    411 mostlyclean: mostlyclean-am
    412 
    413 mostlyclean-am: mostlyclean-compile mostlyclean-generic
    414 
    415 pdf: pdf-am
    416 
    417 pdf-am:
    418 
    419 ps: ps-am
    420 
    421 ps-am:
    422 
    423 uninstall-am: uninstall-info-am
    424 
    425 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
    426 	clean-noinstLIBRARIES ctags distclean distclean-compile \
    427 	distclean-generic distclean-tags distdir dvi dvi-am html \
    428 	html-am info info-am install install-am install-data \
    429 	install-data-am install-exec install-exec-am install-info \
    430 	install-info-am install-man install-strip installcheck \
    431 	installcheck-am installdirs maintainer-clean \
    432 	maintainer-clean-generic mostlyclean mostlyclean-compile \
    433 	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
    434 	uninstall-am uninstall-info-am
    435 
    436 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    437 # Otherwise a system limit (for SysV at least) may be exceeded.
    438 .NOEXPORT:
    439