VirtualBox

source: kBuild/vendor/gnumake/3.81/glob/Makefile.in@ 1158

Last change on this file since 1158 was 501, checked in by bird, 18 years ago

Load make-3.81/ into vendor/gnumake/current.

  • Property svn:eol-style set to native
File size: 13.5 KB
Line 
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
34srcdir = @srcdir@
35top_srcdir = @top_srcdir@
36VPATH = @srcdir@
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40top_builddir = ..
41am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42INSTALL = @INSTALL@
43install_sh_DATA = $(install_sh) -c -m 644
44install_sh_PROGRAM = $(install_sh) -c
45install_sh_SCRIPT = $(install_sh) -c
46INSTALL_HEADER = $(INSTALL_DATA)
47transform = $(program_transform_name)
48NORMAL_INSTALL = :
49PRE_INSTALL = :
50POST_INSTALL = :
51NORMAL_UNINSTALL = :
52PRE_UNINSTALL = :
53POST_UNINSTALL = :
54build_triplet = @build@
55host_triplet = @host@
56subdir = glob
57DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in COPYING.LIB \
58 ChangeLog
59ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60am__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
67am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68 $(ACLOCAL_M4)
69mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
70CONFIG_HEADER = $(top_builddir)/config.h
71CONFIG_CLEAN_FILES =
72LIBRARIES = $(noinst_LIBRARIES)
73ARFLAGS = cru
74libglob_a_AR = $(AR) $(ARFLAGS)
75libglob_a_LIBADD =
76am_libglob_a_OBJECTS = glob.$(OBJEXT) fnmatch.$(OBJEXT)
77libglob_a_OBJECTS = $(am_libglob_a_OBJECTS)
78DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
79depcomp = $(SHELL) $(top_srcdir)/config/depcomp
80am__depfiles_maybe = depfiles
81COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
82 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83CCLD = $(CC)
84LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
85SOURCES = $(libglob_a_SOURCES)
86DIST_SOURCES = $(libglob_a_SOURCES)
87ETAGS = etags
88CTAGS = ctags
89DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
90ACLOCAL = @ACLOCAL@
91ALLOCA = @ALLOCA@
92AMDEP_FALSE = @AMDEP_FALSE@
93AMDEP_TRUE = @AMDEP_TRUE@
94AMTAR = @AMTAR@
95AR = @AR@
96AUTOCONF = @AUTOCONF@
97AUTOHEADER = @AUTOHEADER@
98AUTOMAKE = @AUTOMAKE@
99AWK = @AWK@
100CC = @CC@
101CCDEPMODE = @CCDEPMODE@
102CFLAGS = @CFLAGS@
103CPP = @CPP@
104CPPFLAGS = @CPPFLAGS@
105CYGPATH_W = @CYGPATH_W@
106DEFS = @DEFS@
107DEPDIR = @DEPDIR@
108ECHO_C = @ECHO_C@
109ECHO_N = @ECHO_N@
110ECHO_T = @ECHO_T@
111EGREP = @EGREP@
112EXEEXT = @EXEEXT@
113GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
114GLOBINC = @GLOBINC@
115GLOBLIB = @GLOBLIB@
116GMSGFMT = @GMSGFMT@
117INSTALL_DATA = @INSTALL_DATA@
118INSTALL_PROGRAM = @INSTALL_PROGRAM@
119INSTALL_SCRIPT = @INSTALL_SCRIPT@
120INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
121INTLLIBS = @INTLLIBS@
122KMEM_GROUP = @KMEM_GROUP@
123LDFLAGS = @LDFLAGS@
124LIBICONV = @LIBICONV@
125LIBINTL = @LIBINTL@
126LIBOBJS = @LIBOBJS@
127LIBS = @LIBS@
128LTLIBICONV = @LTLIBICONV@
129LTLIBINTL = @LTLIBINTL@
130LTLIBOBJS = @LTLIBOBJS@
131MAKEINFO = @MAKEINFO@
132MAKE_HOST = @MAKE_HOST@
133MKINSTALLDIRS = @MKINSTALLDIRS@
134MSGFMT = @MSGFMT@
135MSGMERGE = @MSGMERGE@
136NEED_SETGID = @NEED_SETGID@
137OBJEXT = @OBJEXT@
138PACKAGE = @PACKAGE@
139PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
140PACKAGE_NAME = @PACKAGE_NAME@
141PACKAGE_STRING = @PACKAGE_STRING@
142PACKAGE_TARNAME = @PACKAGE_TARNAME@
143PACKAGE_VERSION = @PACKAGE_VERSION@
144PATH_SEPARATOR = @PATH_SEPARATOR@
145PERL = @PERL@
146POSUB = @POSUB@
147RANLIB = @RANLIB@
148REMOTE = @REMOTE@
149SET_MAKE = @SET_MAKE@
150SHELL = @SHELL@
151STRIP = @STRIP@
152U = @U@
153USE_CUSTOMS_FALSE = @USE_CUSTOMS_FALSE@
154USE_CUSTOMS_TRUE = @USE_CUSTOMS_TRUE@
155USE_LOCAL_GLOB_FALSE = @USE_LOCAL_GLOB_FALSE@
156USE_LOCAL_GLOB_TRUE = @USE_LOCAL_GLOB_TRUE@
157USE_NLS = @USE_NLS@
158VERSION = @VERSION@
159WINDOWSENV_FALSE = @WINDOWSENV_FALSE@
160WINDOWSENV_TRUE = @WINDOWSENV_TRUE@
161XGETTEXT = @XGETTEXT@
162ac_ct_CC = @ac_ct_CC@
163ac_ct_RANLIB = @ac_ct_RANLIB@
164ac_ct_STRIP = @ac_ct_STRIP@
165am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
166am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
167am__include = @am__include@
168am__leading_dot = @am__leading_dot@
169am__quote = @am__quote@
170am__tar = @am__tar@
171am__untar = @am__untar@
172bindir = @bindir@
173build = @build@
174build_alias = @build_alias@
175build_cpu = @build_cpu@
176build_os = @build_os@
177build_vendor = @build_vendor@
178datadir = @datadir@
179exec_prefix = @exec_prefix@
180host = @host@
181host_alias = @host_alias@
182host_cpu = @host_cpu@
183host_os = @host_os@
184host_vendor = @host_vendor@
185includedir = @includedir@
186infodir = @infodir@
187install_sh = @install_sh@
188libdir = @libdir@
189libexecdir = @libexecdir@
190localstatedir = @localstatedir@
191mandir = @mandir@
192mkdir_p = @mkdir_p@
193oldincludedir = @oldincludedir@
194prefix = @prefix@
195program_transform_name = @program_transform_name@
196sbindir = @sbindir@
197sharedstatedir = @sharedstatedir@
198sysconfdir = @sysconfdir@
199target_alias = @target_alias@
200AUTOMAKE_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
204libglob_a_SOURCES = glob.c glob.h fnmatch.c fnmatch.h
205EXTRA_DIST = COPYING.LIB Makefile.ami SCOPTIONS SMakefile \
206 configure.bat
207
208all: 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
225Makefile: $(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
242clean-noinstLIBRARIES:
243 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
244libglob.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
249mostlyclean-compile:
250 -rm -f *.$(OBJEXT)
251
252distclean-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) '$<'`
271uninstall-info-am:
272
273ID: $(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
281tags: TAGS
282
283TAGS: $(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
298ctags: CTAGS
299CTAGS: $(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
313GTAGS:
314 here=`$(am__cd) $(top_builddir) && pwd` \
315 && cd $(top_srcdir) \
316 && gtags -i $(GTAGS_ARGS) $$here
317
318distclean-tags:
319 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
320
321distdir: $(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
348check-am: all-am
349check: check-am
350all-am: Makefile $(LIBRARIES)
351installdirs:
352install: install-am
353install-exec: install-exec-am
354install-data: install-data-am
355uninstall: uninstall-am
356
357install-am: all-am
358 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
359
360installcheck: installcheck-am
361install-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
366mostlyclean-generic:
367
368clean-generic:
369
370distclean-generic:
371 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
372
373maintainer-clean-generic:
374 @echo "This command is intended for maintainers to use"
375 @echo "it deletes files that may require special tools to rebuild."
376clean: clean-am
377
378clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
379
380distclean: distclean-am
381 -rm -rf ./$(DEPDIR)
382 -rm -f Makefile
383distclean-am: clean-am distclean-compile distclean-generic \
384 distclean-tags
385
386dvi: dvi-am
387
388dvi-am:
389
390html: html-am
391
392info: info-am
393
394info-am:
395
396install-data-am:
397
398install-exec-am:
399
400install-info: install-info-am
401
402install-man:
403
404installcheck-am:
405
406maintainer-clean: maintainer-clean-am
407 -rm -rf ./$(DEPDIR)
408 -rm -f Makefile
409maintainer-clean-am: distclean-am maintainer-clean-generic
410
411mostlyclean: mostlyclean-am
412
413mostlyclean-am: mostlyclean-compile mostlyclean-generic
414
415pdf: pdf-am
416
417pdf-am:
418
419ps: ps-am
420
421ps-am:
422
423uninstall-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:
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette