~ubuntu-branches/debian/sid/findutils/sid

« back to all changes in this revision

Viewing changes to gnulib/lib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2009-06-06 16:56:11 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090606165611-2vw6r6ewwevf8tx6
Tags: 4.4.2-1
* debian/locate-cron.daily: Test if called by root. (Thank's, Michael Vogt).
  Closes: #526939
* New upstream version.
  + find -prune now makes sure it has valid stat() information.
    Closes: #527584
  + Drop patches/10_typo_525263.dpatch, included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 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, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  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,
8
8
# with or without modifications, as long as this notice is preserved.
49
49
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
50
50
        $(srcdir)/Makefile.in alloca.c getdate.c
51
51
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
52
 
am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/alloca.m4 \
 
52
am__aclocal_m4_deps = $(top_srcdir)/m4/findlib.m4 \
 
53
        $(top_srcdir)/m4/mkinstalldirs.m4 $(top_srcdir)/m4/noreturn.m4 \
 
54
        $(top_srcdir)/m4/nullsort.m4 $(top_srcdir)/m4/withfts.m4 \
 
55
        $(top_srcdir)/gnulib/m4/alloca.m4 \
53
56
        $(top_srcdir)/gnulib/m4/argmatch.m4 \
54
57
        $(top_srcdir)/gnulib/m4/assert.m4 \
55
58
        $(top_srcdir)/gnulib/m4/bison.m4 \
199
202
        $(top_srcdir)/gnulib/m4/xstrndup.m4 \
200
203
        $(top_srcdir)/gnulib/m4/xstrtod.m4 \
201
204
        $(top_srcdir)/gnulib/m4/xstrtol.m4 \
202
 
        $(top_srcdir)/gnulib/m4/yesno.m4 $(top_srcdir)/m4/findlib.m4 \
203
 
        $(top_srcdir)/m4/mkinstalldirs.m4 $(top_srcdir)/m4/noreturn.m4 \
204
 
        $(top_srcdir)/m4/nullsort.m4 $(top_srcdir)/m4/withfts.m4 \
205
 
        $(top_srcdir)/configure.ac
 
205
        $(top_srcdir)/gnulib/m4/yesno.m4 $(top_srcdir)/configure.ac
206
206
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
207
207
        $(ACLOCAL_M4)
208
208
mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
226
226
        xstrndup.$(OBJEXT) xstrtoumax.$(OBJEXT)
227
227
libgnulib_a_OBJECTS = $(am_libgnulib_a_OBJECTS)
228
228
LTLIBRARIES = $(noinst_LTLIBRARIES)
229
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
229
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
230
230
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
231
231
am__depfiles_maybe = depfiles
232
232
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
910
910
        unique=`for i in $$list; do \
911
911
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
912
912
          done | \
913
 
          $(AWK) '    { files[$$0] = 1; } \
914
 
               END { for (i in files) print i; }'`; \
 
913
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
914
              END { if (nonempty) { for (i in files) print i; }; }'`; \
915
915
        mkid -fID $$unique
916
916
tags: TAGS
917
917
 
923
923
        unique=`for i in $$list; do \
924
924
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
925
925
          done | \
926
 
          $(AWK) '    { files[$$0] = 1; } \
927
 
               END { for (i in files) print i; }'`; \
 
926
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
927
              END { if (nonempty) { for (i in files) print i; }; }'`; \
928
928
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
929
929
          test -n "$$unique" || unique=$$empty_fix; \
930
930
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
934
934
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
935
935
                $(TAGS_FILES) $(LISP)
936
936
        tags=; \
937
 
        here=`pwd`; \
938
937
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
939
938
        unique=`for i in $$list; do \
940
939
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
941
940
          done | \
942
 
          $(AWK) '    { files[$$0] = 1; } \
943
 
               END { for (i in files) print i; }'`; \
 
941
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
942
              END { if (nonempty) { for (i in files) print i; }; }'`; \
944
943
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
945
944
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
946
945
             $$tags $$unique