~ubuntu-branches/debian/jessie/automake1.10/jessie

« back to all changes in this revision

Viewing changes to lib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2008-02-09 21:43:37 UTC
  • mfrom: (2.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080209214337-rkh2xt99uul53joq
Tags: 1:1.10.1-3
debian/automake.postinst: Bump up the priority to 28 so that it wins
the priority war. This should have happened after etch was
released. (Closes: #464883)

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.
38
38
        elisp-comp install-sh mdate-sh missing mkinstalldirs \
39
39
        py-compile texinfo.tex ylwrap
40
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
41
am__aclocal_m4_deps = $(top_srcdir)/m4/amversion.m4 \
 
42
        $(top_srcdir)/m4/auxdir.m4 $(top_srcdir)/m4/init.m4 \
 
43
        $(top_srcdir)/m4/install-sh.m4 $(top_srcdir)/m4/lead-dot.m4 \
 
44
        $(top_srcdir)/m4/missing.m4 $(top_srcdir)/m4/mkdirp.m4 \
 
45
        $(top_srcdir)/m4/options.m4 $(top_srcdir)/m4/runlog.m4 \
 
46
        $(top_srcdir)/m4/sanity.m4 $(top_srcdir)/m4/strip.m4 \
 
47
        $(top_srcdir)/m4/substnot.m4 $(top_srcdir)/m4/tar.m4 \
 
48
        $(top_srcdir)/configure.ac
42
49
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
50
        $(ACLOCAL_M4)
44
51
mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs
304
311
        unique=`for i in $$list; do \
305
312
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
306
313
          done | \
307
 
          $(AWK) '    { files[$$0] = 1; } \
308
 
               END { for (i in files) print i; }'`; \
 
314
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
315
              END { if (nonempty) { for (i in files) print i; }; }'`; \
309
316
        mkid -fID $$unique
310
317
tags: TAGS
311
318
 
330
337
        unique=`for i in $$list; do \
331
338
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
332
339
          done | \
333
 
          $(AWK) '    { files[$$0] = 1; } \
334
 
               END { for (i in files) print i; }'`; \
 
340
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
341
              END { if (nonempty) { for (i in files) print i; }; }'`; \
335
342
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
336
343
          test -n "$$unique" || unique=$$empty_fix; \
337
344
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
341
348
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
342
349
                $(TAGS_FILES) $(LISP)
343
350
        tags=; \
344
 
        here=`pwd`; \
345
351
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
346
352
        unique=`for i in $$list; do \
347
353
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
348
354
          done | \
349
 
          $(AWK) '    { files[$$0] = 1; } \
350
 
               END { for (i in files) print i; }'`; \
 
355
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
356
              END { if (nonempty) { for (i in files) print i; }; }'`; \
351
357
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
352
358
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
353
359
             $$tags $$unique