~ubuntu-branches/debian/experimental/file-roller/experimental

« back to all changes in this revision

Viewing changes to nautilus/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2013-03-25 14:07:41 UTC
  • mfrom: (1.6.95)
  • Revision ID: package-import@ubuntu.com-20130325140741-fn92im56sms30zkg
Tags: 3.7.92-1
* New upstream release.
* Drop debian/patches/git_handle_cab.patch, from upstream now in release.
* Bump libgtk-3-dev build-dependency to (>= 3.6.0)
  - source uses GtkMenuButton which is new in 3.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
51
51
build_triplet = @build@
52
52
host_triplet = @host@
53
53
subdir = nautilus
54
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
54
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
55
55
        $(top_srcdir)/depcomp
56
56
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57
57
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
148
148
    n|no|NO) false;; \
149
149
    *) (install-info --version) >/dev/null 2>&1;; \
150
150
  esac
 
151
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
152
# Read a list of newline-separated strings from the standard input,
 
153
# and print each of them once, without duplicates.  Input order is
 
154
# *not* preserved.
 
155
am__uniquify_input = $(AWK) '\
 
156
  BEGIN { nonempty = 0; } \
 
157
  { items[$$0] = 1; nonempty = 1; } \
 
158
  END { if (nonempty) { for (i in items) print i; }; } \
 
159
'
 
160
# Make sure the list of sources is unique.  This is necessary because,
 
161
# e.g., the same source file might be shared among _SOURCES variables
 
162
# for different programs/libraries.
 
163
am__define_uniq_tagged_files = \
 
164
  list='$(am__tagged_files)'; \
 
165
  unique=`for i in $$list; do \
 
166
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
167
  done | $(am__uniquify_input)`
151
168
ETAGS = etags
152
169
CTAGS = ctags
153
170
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
367
384
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
368
385
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
369
386
$(am__aclocal_m4_deps):
 
387
 
370
388
install-nautilus_extensionLTLIBRARIES: $(nautilus_extension_LTLIBRARIES)
371
389
        @$(NORMAL_INSTALL)
372
390
        @list='$(nautilus_extension_LTLIBRARIES)'; test -n "$(nautilus_extensiondir)" || list=; \
440
458
clean-libtool:
441
459
        -rm -rf .libs _libs
442
460
 
443
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
444
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
445
 
        unique=`for i in $$list; do \
446
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
447
 
          done | \
448
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
449
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
450
 
        mkid -fID $$unique
451
 
tags: TAGS
 
461
ID: $(am__tagged_files)
 
462
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
463
tags: tags-am
 
464
TAGS: tags
452
465
 
453
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
454
 
                $(TAGS_FILES) $(LISP)
 
466
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
455
467
        set x; \
456
468
        here=`pwd`; \
457
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
458
 
        unique=`for i in $$list; do \
459
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
460
 
          done | \
461
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
462
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
469
        $(am__define_uniq_tagged_files); \
463
470
        shift; \
464
471
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
465
472
          test -n "$$unique" || unique=$$empty_fix; \
471
478
              $$unique; \
472
479
          fi; \
473
480
        fi
474
 
ctags: CTAGS
475
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
476
 
                $(TAGS_FILES) $(LISP)
477
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
478
 
        unique=`for i in $$list; do \
479
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
480
 
          done | \
481
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
482
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
481
ctags: ctags-am
 
482
 
 
483
CTAGS: ctags
 
484
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
485
        $(am__define_uniq_tagged_files); \
483
486
        test -z "$(CTAGS_ARGS)$$unique" \
484
487
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
485
488
             $$unique
488
491
        here=`$(am__cd) $(top_builddir) && pwd` \
489
492
          && $(am__cd) $(top_srcdir) \
490
493
          && gtags -i $(GTAGS_ARGS) "$$here"
 
494
cscopelist: cscopelist-am
491
495
 
492
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
493
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
496
cscopelist-am: $(am__tagged_files)
 
497
        list='$(am__tagged_files)'; \
494
498
        case "$(srcdir)" in \
495
499
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
496
500
          *) sdir=$(subdir)/$(srcdir) ;; \
646
650
 
647
651
.MAKE: install-am install-strip
648
652
 
649
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
650
 
        clean-libtool clean-nautilus_extensionLTLIBRARIES cscopelist \
651
 
        ctags distclean distclean-compile distclean-generic \
652
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
653
 
        html-am info info-am install install-am install-data \
654
 
        install-data-am install-dvi install-dvi-am install-exec \
655
 
        install-exec-am install-html install-html-am install-info \
656
 
        install-info-am install-man \
 
653
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
654
        clean-libtool clean-nautilus_extensionLTLIBRARIES \
 
655
        cscopelist-am ctags ctags-am distclean distclean-compile \
 
656
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
657
        dvi-am html html-am info info-am install install-am \
 
658
        install-data install-data-am install-dvi install-dvi-am \
 
659
        install-exec install-exec-am install-html install-html-am \
 
660
        install-info install-info-am install-man \
657
661
        install-nautilus_extensionLTLIBRARIES install-pdf \
658
662
        install-pdf-am install-ps install-ps-am install-strip \
659
663
        installcheck installcheck-am installdirs maintainer-clean \
660
664
        maintainer-clean-generic mostlyclean mostlyclean-compile \
661
665
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
662
 
        tags uninstall uninstall-am \
 
666
        tags tags-am uninstall uninstall-am \
663
667
        uninstall-nautilus_extensionLTLIBRARIES
664
668
 
665
669