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

« back to all changes in this revision

Viewing changes to copy-n-paste/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.
57
57
@WITH_SMCLIENT_TRUE@    eggsmclient-xsmp.c
58
58
 
59
59
subdir = copy-n-paste
60
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
60
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
61
61
        $(top_srcdir)/depcomp
62
62
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63
63
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
130
130
    n|no|NO) false;; \
131
131
    *) (install-info --version) >/dev/null 2>&1;; \
132
132
  esac
 
133
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
134
# Read a list of newline-separated strings from the standard input,
 
135
# and print each of them once, without duplicates.  Input order is
 
136
# *not* preserved.
 
137
am__uniquify_input = $(AWK) '\
 
138
  BEGIN { nonempty = 0; } \
 
139
  { items[$$0] = 1; nonempty = 1; } \
 
140
  END { if (nonempty) { for (i in items) print i; }; } \
 
141
'
 
142
# Make sure the list of sources is unique.  This is necessary because,
 
143
# e.g., the same source file might be shared among _SOURCES variables
 
144
# for different programs/libraries.
 
145
am__define_uniq_tagged_files = \
 
146
  list='$(am__tagged_files)'; \
 
147
  unique=`for i in $$list; do \
 
148
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
149
  done | $(am__uniquify_input)`
133
150
ETAGS = etags
134
151
CTAGS = ctags
135
152
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
409
426
clean-libtool:
410
427
        -rm -rf .libs _libs
411
428
 
412
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
413
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
414
 
        unique=`for i in $$list; do \
415
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
416
 
          done | \
417
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
418
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
419
 
        mkid -fID $$unique
420
 
tags: TAGS
 
429
ID: $(am__tagged_files)
 
430
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
431
tags: tags-am
 
432
TAGS: tags
421
433
 
422
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
423
 
                $(TAGS_FILES) $(LISP)
 
434
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
424
435
        set x; \
425
436
        here=`pwd`; \
426
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
427
 
        unique=`for i in $$list; do \
428
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
429
 
          done | \
430
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
431
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
437
        $(am__define_uniq_tagged_files); \
432
438
        shift; \
433
439
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
434
440
          test -n "$$unique" || unique=$$empty_fix; \
440
446
              $$unique; \
441
447
          fi; \
442
448
        fi
443
 
ctags: CTAGS
444
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
445
 
                $(TAGS_FILES) $(LISP)
446
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
447
 
        unique=`for i in $$list; do \
448
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
449
 
          done | \
450
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
451
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
449
ctags: ctags-am
 
450
 
 
451
CTAGS: ctags
 
452
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
453
        $(am__define_uniq_tagged_files); \
452
454
        test -z "$(CTAGS_ARGS)$$unique" \
453
455
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
454
456
             $$unique
457
459
        here=`$(am__cd) $(top_builddir) && pwd` \
458
460
          && $(am__cd) $(top_srcdir) \
459
461
          && gtags -i $(GTAGS_ARGS) "$$here"
 
462
cscopelist: cscopelist-am
460
463
 
461
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
462
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
464
cscopelist-am: $(am__tagged_files)
 
465
        list='$(am__tagged_files)'; \
463
466
        case "$(srcdir)" in \
464
467
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
465
468
          *) sdir=$(subdir)/$(srcdir) ;; \
612
615
 
613
616
.MAKE: install-am install-strip
614
617
 
615
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
616
 
        clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \
617
 
        distclean distclean-compile distclean-generic \
 
618
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
619
        clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
 
620
        ctags-am distclean distclean-compile distclean-generic \
618
621
        distclean-libtool distclean-tags distdir dvi dvi-am html \
619
622
        html-am info info-am install install-am install-data \
620
623
        install-data-am install-dvi install-dvi-am install-exec \
624
627
        installcheck-am installdirs maintainer-clean \
625
628
        maintainer-clean-generic mostlyclean mostlyclean-compile \
626
629
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
627
 
        tags uninstall uninstall-am
 
630
        tags tags-am uninstall uninstall-am
628
631
 
629
632
 
630
633
-include $(top_srcdir)/git.mk