Ignore:
Timestamp:
Sep 15, 2006, 7:09:38 AM (19 years ago)
Author:
bird
Message:

Untested merge with GNU Make v3.81 (vendor/gnumake/2005-05-16 -> vendor/gnumake/current).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/glob/Makefile.in

    r200 r503  
    1 # Makefile.in generated by automake 1.8.3 from Makefile.am.
     1# Makefile.in generated by automake 1.9.6 from Makefile.am.
    22# @configure_input@
    33
    44# 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.
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
     
    1616
    1717# -*-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.
    2033
    2134srcdir = @srcdir@
     
    3952PRE_UNINSTALL = :
    4053POST_UNINSTALL = :
     54build_triplet = @build@
    4155host_triplet = @host@
    4256subdir = glob
     
    4458        ChangeLog
    4559ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    46 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
    47         $(top_srcdir)/configure.in
     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
    4867am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    4968        $(ACLOCAL_M4)
     
    5170CONFIG_HEADER = $(top_builddir)/config.h
    5271CONFIG_CLEAN_FILES =
     72LIBRARIES = $(noinst_LIBRARIES)
    5373ARFLAGS = cru
    54 LIBRARIES = $(noinst_LIBRARIES)
    5574libglob_a_AR = $(AR) $(ARFLAGS)
    5675libglob_a_LIBADD =
     
    6079depcomp = $(SHELL) $(top_srcdir)/config/depcomp
    6180am__depfiles_maybe = depfiles
    62 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/fnmatch.Po ./$(DEPDIR)/glob.Po
    6381COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    6482        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
     
    139157USE_NLS = @USE_NLS@
    140158VERSION = @VERSION@
     159WINDOWSENV_FALSE = @WINDOWSENV_FALSE@
     160WINDOWSENV_TRUE = @WINDOWSENV_TRUE@
    141161XGETTEXT = @XGETTEXT@
    142162ac_ct_CC = @ac_ct_CC@
     
    148168am__leading_dot = @am__leading_dot@
    149169am__quote = @am__quote@
     170am__tar = @am__tar@
     171am__untar = @am__untar@
    150172bindir = @bindir@
    151173build = @build@
     
    238260@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
    239261@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    240 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
    241 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
     262@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    242263@am__fastdepCC_FALSE@   $(COMPILE) -c $<
    243264
     
    246267@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
    247268@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    248 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
    249 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
     269@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    250270@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
    251271uninstall-info-am:
     
    271291          $(AWK) '    { files[$$0] = 1; } \
    272292               END { for (i in files) print i; }'`; \
    273         test -z "$(ETAGS_ARGS)$$tags$$unique" \
    274           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    275              $$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
    276298ctags: CTAGS
    277299CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     
    347369
    348370distclean-generic:
    349         -rm -f $(CONFIG_CLEAN_FILES)
     371        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    350372
    351373maintainer-clean-generic:
Note: See TracChangeset for help on using the changeset viewer.