VirtualBox

source: kBuild/vendor/gnumake/3.82/glob/Makefile.in

最後變更 在這個檔案是 2579,由 bird 提交於 13 年 前

Importing make-3.82.tar.bz2 (md5sum 1a11100f3c63fcf5753818e59d63088f) with --auto-props but no keywords.

檔案大小: 14.3 KB
 
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18# -*-Makefile-*-, or close enough
19# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
20# 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
21# This file is part of GNU Make.
22#
23# GNU Make is free software; you can redistribute it and/or modify it under
24# the terms of the GNU General Public License as published by the Free Software
25# Foundation; either version 3 of the License, or (at your option) any later
26# version.
27#
28# GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
29# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
30# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
31# details.
32#
33# You should have received a copy of the GNU General Public License along with
34# this program. If not, see <http://www.gnu.org/licenses/>.
35
36VPATH = @srcdir@
37pkgdatadir = $(datadir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39pkglibdir = $(libdir)/@PACKAGE@
40pkglibexecdir = $(libexecdir)/@PACKAGE@
41am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42install_sh_DATA = $(install_sh) -c -m 644
43install_sh_PROGRAM = $(install_sh) -c
44install_sh_SCRIPT = $(install_sh) -c
45INSTALL_HEADER = $(INSTALL_DATA)
46transform = $(program_transform_name)
47NORMAL_INSTALL = :
48PRE_INSTALL = :
49POST_INSTALL = :
50NORMAL_UNINSTALL = :
51PRE_UNINSTALL = :
52POST_UNINSTALL = :
53build_triplet = @build@
54host_triplet = @host@
55subdir = glob
56DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in COPYING.LIB \
57 ChangeLog
58ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59am__aclocal_m4_deps = $(top_srcdir)/config/dospaths.m4 \
60 $(top_srcdir)/config/gettext.m4 $(top_srcdir)/config/iconv.m4 \
61 $(top_srcdir)/config/isc-posix.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 =
72CONFIG_CLEAN_VPATH_FILES =
73LIBRARIES = $(noinst_LIBRARIES)
74ARFLAGS = cru
75libglob_a_AR = $(AR) $(ARFLAGS)
76libglob_a_LIBADD =
77am_libglob_a_OBJECTS = glob.$(OBJEXT) fnmatch.$(OBJEXT)
78libglob_a_OBJECTS = $(am_libglob_a_OBJECTS)
79DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
80depcomp = $(SHELL) $(top_srcdir)/config/depcomp
81am__depfiles_maybe = depfiles
82am__mv = mv -f
83COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
84 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
85CCLD = $(CC)
86LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
87SOURCES = $(libglob_a_SOURCES)
88DIST_SOURCES = $(libglob_a_SOURCES)
89ETAGS = etags
90CTAGS = ctags
91DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
92ACLOCAL = @ACLOCAL@
93ALLOCA = @ALLOCA@
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@
117GREP = @GREP@
118INSTALL = @INSTALL@
119INSTALL_DATA = @INSTALL_DATA@
120INSTALL_PROGRAM = @INSTALL_PROGRAM@
121INSTALL_SCRIPT = @INSTALL_SCRIPT@
122INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
123INTLLIBS = @INTLLIBS@
124KMEM_GROUP = @KMEM_GROUP@
125LDFLAGS = @LDFLAGS@
126LIBICONV = @LIBICONV@
127LIBINTL = @LIBINTL@
128LIBOBJS = @LIBOBJS@
129LIBS = @LIBS@
130LTLIBICONV = @LTLIBICONV@
131LTLIBINTL = @LTLIBINTL@
132LTLIBOBJS = @LTLIBOBJS@
133MAKEINFO = @MAKEINFO@
134MAKE_HOST = @MAKE_HOST@
135MKDIR_P = @MKDIR_P@
136MKINSTALLDIRS = @MKINSTALLDIRS@
137MSGFMT = @MSGFMT@
138MSGMERGE = @MSGMERGE@
139NEED_SETGID = @NEED_SETGID@
140OBJEXT = @OBJEXT@
141PACKAGE = @PACKAGE@
142PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
143PACKAGE_NAME = @PACKAGE_NAME@
144PACKAGE_STRING = @PACKAGE_STRING@
145PACKAGE_TARNAME = @PACKAGE_TARNAME@
146PACKAGE_URL = @PACKAGE_URL@
147PACKAGE_VERSION = @PACKAGE_VERSION@
148PATH_SEPARATOR = @PATH_SEPARATOR@
149PERL = @PERL@
150POSUB = @POSUB@
151RANLIB = @RANLIB@
152REMOTE = @REMOTE@
153SET_MAKE = @SET_MAKE@
154SHELL = @SHELL@
155STRIP = @STRIP@
156USE_NLS = @USE_NLS@
157VERSION = @VERSION@
158XGETTEXT = @XGETTEXT@
159abs_builddir = @abs_builddir@
160abs_srcdir = @abs_srcdir@
161abs_top_builddir = @abs_top_builddir@
162abs_top_srcdir = @abs_top_srcdir@
163ac_ct_CC = @ac_ct_CC@
164am__include = @am__include@
165am__leading_dot = @am__leading_dot@
166am__quote = @am__quote@
167am__tar = @am__tar@
168am__untar = @am__untar@
169bindir = @bindir@
170build = @build@
171build_alias = @build_alias@
172build_cpu = @build_cpu@
173build_os = @build_os@
174build_vendor = @build_vendor@
175builddir = @builddir@
176datadir = @datadir@
177datarootdir = @datarootdir@
178docdir = @docdir@
179dvidir = @dvidir@
180exec_prefix = @exec_prefix@
181host = @host@
182host_alias = @host_alias@
183host_cpu = @host_cpu@
184host_os = @host_os@
185host_vendor = @host_vendor@
186htmldir = @htmldir@
187includedir = @includedir@
188infodir = @infodir@
189install_sh = @install_sh@
190libdir = @libdir@
191libexecdir = @libexecdir@
192localedir = @localedir@
193localstatedir = @localstatedir@
194mandir = @mandir@
195mkdir_p = @mkdir_p@
196oldincludedir = @oldincludedir@
197pdfdir = @pdfdir@
198prefix = @prefix@
199program_transform_name = @program_transform_name@
200psdir = @psdir@
201sbindir = @sbindir@
202sharedstatedir = @sharedstatedir@
203srcdir = @srcdir@
204sysconfdir = @sysconfdir@
205target_alias = @target_alias@
206top_build_prefix = @top_build_prefix@
207top_builddir = @top_builddir@
208top_srcdir = @top_srcdir@
209AUTOMAKE_OPTIONS = foreign
210
211# Only build the library when the system doesn't already have GNU glob.
212@USE_LOCAL_GLOB_TRUE@noinst_LIBRARIES = libglob.a
213libglob_a_SOURCES = glob.c glob.h fnmatch.c fnmatch.h
214EXTRA_DIST = COPYING.LIB Makefile.ami SCOPTIONS SMakefile \
215 configure.bat
216
217all: all-am
218
219.SUFFIXES:
220.SUFFIXES: .c .o .obj
221$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
222 @for dep in $?; do \
223 case '$(am__configure_deps)' in \
224 *$$dep*) \
225 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
226 && { if test -f $@; then exit 0; else break; fi; }; \
227 exit 1;; \
228 esac; \
229 done; \
230 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign glob/Makefile'; \
231 $(am__cd) $(top_srcdir) && \
232 $(AUTOMAKE) --foreign glob/Makefile
233.PRECIOUS: Makefile
234Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
235 @case '$?' in \
236 *config.status*) \
237 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
238 *) \
239 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
240 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
241 esac;
242
243$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
244 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
245
246$(top_srcdir)/configure: $(am__configure_deps)
247 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
248$(ACLOCAL_M4): $(am__aclocal_m4_deps)
249 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
250$(am__aclocal_m4_deps):
251
252clean-noinstLIBRARIES:
253 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
254libglob.a: $(libglob_a_OBJECTS) $(libglob_a_DEPENDENCIES)
255 -rm -f libglob.a
256 $(libglob_a_AR) libglob.a $(libglob_a_OBJECTS) $(libglob_a_LIBADD)
257 $(RANLIB) libglob.a
258
259mostlyclean-compile:
260 -rm -f *.$(OBJEXT)
261
262distclean-compile:
263 -rm -f *.tab.c
264
265@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fnmatch.Po@am__quote@
266@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glob.Po@am__quote@
267
268.c.o:
269@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
270@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
271@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
272@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
273@am__fastdepCC_FALSE@ $(COMPILE) -c $<
274
275.c.obj:
276@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
277@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
278@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
279@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
280@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
281
282ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
283 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
284 unique=`for i in $$list; do \
285 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
286 done | \
287 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
288 END { if (nonempty) { for (i in files) print i; }; }'`; \
289 mkid -fID $$unique
290tags: TAGS
291
292TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
293 $(TAGS_FILES) $(LISP)
294 set x; \
295 here=`pwd`; \
296 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
297 unique=`for i in $$list; do \
298 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
299 done | \
300 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
301 END { if (nonempty) { for (i in files) print i; }; }'`; \
302 shift; \
303 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
304 test -n "$$unique" || unique=$$empty_fix; \
305 if test $$# -gt 0; then \
306 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
307 "$$@" $$unique; \
308 else \
309 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
310 $$unique; \
311 fi; \
312 fi
313ctags: CTAGS
314CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
315 $(TAGS_FILES) $(LISP)
316 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
317 unique=`for i in $$list; do \
318 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
319 done | \
320 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
321 END { if (nonempty) { for (i in files) print i; }; }'`; \
322 test -z "$(CTAGS_ARGS)$$unique" \
323 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
324 $$unique
325
326GTAGS:
327 here=`$(am__cd) $(top_builddir) && pwd` \
328 && $(am__cd) $(top_srcdir) \
329 && gtags -i $(GTAGS_ARGS) "$$here"
330
331distclean-tags:
332 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
333
334distdir: $(DISTFILES)
335 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
336 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
337 list='$(DISTFILES)'; \
338 dist_files=`for file in $$list; do echo $$file; done | \
339 sed -e "s|^$$srcdirstrip/||;t" \
340 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
341 case $$dist_files in \
342 */*) $(MKDIR_P) `echo "$$dist_files" | \
343 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
344 sort -u` ;; \
345 esac; \
346 for file in $$dist_files; do \
347 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
348 if test -d $$d/$$file; then \
349 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
350 if test -d "$(distdir)/$$file"; then \
351 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
352 fi; \
353 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
354 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
355 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
356 fi; \
357 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
358 else \
359 test -f "$(distdir)/$$file" \
360 || cp -p $$d/$$file "$(distdir)/$$file" \
361 || exit 1; \
362 fi; \
363 done
364check-am: all-am
365check: check-am
366all-am: Makefile $(LIBRARIES)
367installdirs:
368install: install-am
369install-exec: install-exec-am
370install-data: install-data-am
371uninstall: uninstall-am
372
373install-am: all-am
374 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
375
376installcheck: installcheck-am
377install-strip:
378 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
379 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
380 `test -z '$(STRIP)' || \
381 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
382mostlyclean-generic:
383
384clean-generic:
385
386distclean-generic:
387 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
388 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
389
390maintainer-clean-generic:
391 @echo "This command is intended for maintainers to use"
392 @echo "it deletes files that may require special tools to rebuild."
393clean: clean-am
394
395clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
396
397distclean: distclean-am
398 -rm -rf ./$(DEPDIR)
399 -rm -f Makefile
400distclean-am: clean-am distclean-compile distclean-generic \
401 distclean-tags
402
403dvi: dvi-am
404
405dvi-am:
406
407html: html-am
408
409html-am:
410
411info: info-am
412
413info-am:
414
415install-data-am:
416
417install-dvi: install-dvi-am
418
419install-dvi-am:
420
421install-exec-am:
422
423install-html: install-html-am
424
425install-html-am:
426
427install-info: install-info-am
428
429install-info-am:
430
431install-man:
432
433install-pdf: install-pdf-am
434
435install-pdf-am:
436
437install-ps: install-ps-am
438
439install-ps-am:
440
441installcheck-am:
442
443maintainer-clean: maintainer-clean-am
444 -rm -rf ./$(DEPDIR)
445 -rm -f Makefile
446maintainer-clean-am: distclean-am maintainer-clean-generic
447
448mostlyclean: mostlyclean-am
449
450mostlyclean-am: mostlyclean-compile mostlyclean-generic
451
452pdf: pdf-am
453
454pdf-am:
455
456ps: ps-am
457
458ps-am:
459
460uninstall-am:
461
462.MAKE: install-am install-strip
463
464.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
465 clean-noinstLIBRARIES ctags distclean distclean-compile \
466 distclean-generic distclean-tags distdir dvi dvi-am html \
467 html-am info info-am install install-am install-data \
468 install-data-am install-dvi install-dvi-am install-exec \
469 install-exec-am install-html install-html-am install-info \
470 install-info-am install-man install-pdf install-pdf-am \
471 install-ps install-ps-am install-strip installcheck \
472 installcheck-am installdirs maintainer-clean \
473 maintainer-clean-generic mostlyclean mostlyclean-compile \
474 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
475 uninstall-am
476
477
478# Tell versions [3.59,3.63) of GNU make to not export all variables.
479# Otherwise a system limit (for SysV at least) may be exceeded.
480.NOEXPORT:
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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