Changeset 501 in kBuild for vendor/gnumake/current/glob/Makefile.in
- Timestamp:
- Sep 15, 2006 2:30:32 AM (18 years ago)
- File:
-
- 1 edited
-
vendor/gnumake/current/glob/Makefile.in (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vendor/gnumake/current/glob/Makefile.in
r152 r501 1 # Makefile.in generated by automake 1. 8.2from Makefile.am.1 # Makefile.in generated by automake 1.9.6 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004 Free Software Foundation, Inc.5 # 2003, 2004, 2005 Free Software Foundation, Inc. 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … 16 16 17 17 # -*-Makefile-*-, or close enough 18 19 SOURCES = $(libglob_a_SOURCES) 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. 20 33 21 34 srcdir = @srcdir@ … … 39 52 PRE_UNINSTALL = : 40 53 POST_UNINSTALL = : 54 build_triplet = @build@ 41 55 host_triplet = @host@ 42 56 subdir = glob … … 56 70 CONFIG_HEADER = $(top_builddir)/config.h 57 71 CONFIG_CLEAN_FILES = 72 LIBRARIES = $(noinst_LIBRARIES) 58 73 ARFLAGS = cru 59 LIBRARIES = $(noinst_LIBRARIES)60 74 libglob_a_AR = $(AR) $(ARFLAGS) 61 75 libglob_a_LIBADD = … … 65 79 depcomp = $(SHELL) $(top_srcdir)/config/depcomp 66 80 am__depfiles_maybe = depfiles 67 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/fnmatch.Po ./$(DEPDIR)/glob.Po68 81 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 69 82 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) … … 144 157 USE_NLS = @USE_NLS@ 145 158 VERSION = @VERSION@ 159 WINDOWSENV_FALSE = @WINDOWSENV_FALSE@ 160 WINDOWSENV_TRUE = @WINDOWSENV_TRUE@ 146 161 XGETTEXT = @XGETTEXT@ 147 162 ac_ct_CC = @ac_ct_CC@ … … 153 168 am__leading_dot = @am__leading_dot@ 154 169 am__quote = @am__quote@ 170 am__tar = @am__tar@ 171 am__untar = @am__untar@ 155 172 bindir = @bindir@ 156 173 build = @build@ … … 243 260 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 244 261 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 245 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 246 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 262 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 247 263 @am__fastdepCC_FALSE@ $(COMPILE) -c $< 248 264 … … 251 267 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 252 268 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 253 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 254 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 269 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 255 270 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 256 271 uninstall-info-am: … … 276 291 $(AWK) ' { files[$$0] = 1; } \ 277 292 END { for (i in files) print i; }'`; \ 278 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 279 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 280 $$tags $$unique 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 281 298 ctags: CTAGS 282 299 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ … … 352 369 353 370 distclean-generic: 354 - rm -f $(CONFIG_CLEAN_FILES)371 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 355 372 356 373 maintainer-clean-generic:
Note:
See TracChangeset
for help on using the changeset viewer.

