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

« back to all changes in this revision

Viewing changes to data/icons/24x24/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.
50
50
build_triplet = @build@
51
51
host_triplet = @host@
52
52
subdir = data/icons/24x24
53
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
53
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
54
54
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55
55
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
56
56
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
76
76
am__v_at_1 = 
77
77
SOURCES =
78
78
DIST_SOURCES =
79
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
80
 
        html-recursive info-recursive install-data-recursive \
81
 
        install-dvi-recursive install-exec-recursive \
82
 
        install-html-recursive install-info-recursive \
83
 
        install-pdf-recursive install-ps-recursive install-recursive \
84
 
        installcheck-recursive installdirs-recursive pdf-recursive \
85
 
        ps-recursive uninstall-recursive
 
79
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
80
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
81
        install-data-recursive install-dvi-recursive \
 
82
        install-exec-recursive install-html-recursive \
 
83
        install-info-recursive install-pdf-recursive \
 
84
        install-ps-recursive install-recursive installcheck-recursive \
 
85
        installdirs-recursive pdf-recursive ps-recursive \
 
86
        tags-recursive uninstall-recursive
86
87
am__can_run_installinfo = \
87
88
  case $$AM_UPDATE_INFO_DIR in \
88
89
    n|no|NO) false;; \
90
91
  esac
91
92
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
92
93
  distclean-recursive maintainer-clean-recursive
93
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
94
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
94
am__recursive_targets = \
 
95
  $(RECURSIVE_TARGETS) \
 
96
  $(RECURSIVE_CLEAN_TARGETS) \
 
97
  $(am__extra_recursive_targets)
 
98
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
95
99
        distdir
 
100
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
101
# Read a list of newline-separated strings from the standard input,
 
102
# and print each of them once, without duplicates.  Input order is
 
103
# *not* preserved.
 
104
am__uniquify_input = $(AWK) '\
 
105
  BEGIN { nonempty = 0; } \
 
106
  { items[$$0] = 1; nonempty = 1; } \
 
107
  END { if (nonempty) { for (i in items) print i; }; } \
 
108
'
 
109
# Make sure the list of sources is unique.  This is necessary because,
 
110
# e.g., the same source file might be shared among _SOURCES variables
 
111
# for different programs/libraries.
 
112
am__define_uniq_tagged_files = \
 
113
  list='$(am__tagged_files)'; \
 
114
  unique=`for i in $$list; do \
 
115
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
116
  done | $(am__uniquify_input)`
96
117
ETAGS = etags
97
118
CTAGS = ctags
98
119
DIST_SUBDIRS = $(SUBDIRS)
331
352
# (1) if the variable is set in 'config.status', edit 'config.status'
332
353
#     (which will cause the Makefiles to be regenerated when you run 'make');
333
354
# (2) otherwise, pass the desired values on the 'make' command line.
334
 
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
 
355
$(am__recursive_targets):
335
356
        @fail= failcom='exit 1'; \
336
357
        for f in x $$MAKEFLAGS; do \
337
358
          case $$f in \
359
380
        if test "$$dot_seen" = "no"; then \
360
381
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
361
382
        fi; test -z "$$fail"
362
 
tags-recursive:
363
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
364
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
365
 
        done
366
 
ctags-recursive:
367
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
368
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
369
 
        done
370
 
cscopelist-recursive:
371
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
372
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
373
 
        done
374
 
 
375
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
376
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
377
 
        unique=`for i in $$list; do \
378
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
379
 
          done | \
380
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
381
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
382
 
        mkid -fID $$unique
383
 
tags: TAGS
384
 
 
385
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
386
 
                $(TAGS_FILES) $(LISP)
 
383
 
 
384
ID: $(am__tagged_files)
 
385
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
386
tags: tags-recursive
 
387
TAGS: tags
 
388
 
 
389
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
387
390
        set x; \
388
391
        here=`pwd`; \
389
392
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
399
402
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
400
403
          fi; \
401
404
        done; \
402
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
403
 
        unique=`for i in $$list; do \
404
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
405
 
          done | \
406
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
407
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
405
        $(am__define_uniq_tagged_files); \
408
406
        shift; \
409
407
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
410
408
          test -n "$$unique" || unique=$$empty_fix; \
416
414
              $$unique; \
417
415
          fi; \
418
416
        fi
419
 
ctags: CTAGS
420
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
421
 
                $(TAGS_FILES) $(LISP)
422
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
423
 
        unique=`for i in $$list; do \
424
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
425
 
          done | \
426
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
427
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
417
ctags: ctags-recursive
 
418
 
 
419
CTAGS: ctags
 
420
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
421
        $(am__define_uniq_tagged_files); \
428
422
        test -z "$(CTAGS_ARGS)$$unique" \
429
423
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
430
424
             $$unique
433
427
        here=`$(am__cd) $(top_builddir) && pwd` \
434
428
          && $(am__cd) $(top_srcdir) \
435
429
          && gtags -i $(GTAGS_ARGS) "$$here"
 
430
cscopelist: cscopelist-recursive
436
431
 
437
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
438
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
432
cscopelist-am: $(am__tagged_files)
 
433
        list='$(am__tagged_files)'; \
439
434
        case "$(srcdir)" in \
440
435
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
441
436
          *) sdir=$(subdir)/$(srcdir) ;; \
607
602
 
608
603
uninstall-am:
609
604
 
610
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
611
 
        cscopelist-recursive ctags-recursive install-am install-strip \
612
 
        tags-recursive
 
605
.MAKE: $(am__recursive_targets) install-am install-strip
613
606
 
614
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
615
 
        all all-am check check-am clean clean-generic clean-libtool \
616
 
        cscopelist cscopelist-recursive ctags ctags-recursive \
617
 
        distclean distclean-generic distclean-libtool distclean-tags \
618
 
        distdir dvi dvi-am html html-am info info-am install \
619
 
        install-am install-data install-data-am install-dvi \
 
607
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
608
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
609
        ctags-am distclean distclean-generic distclean-libtool \
 
610
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
611
        install install-am install-data install-data-am install-dvi \
620
612
        install-dvi-am install-exec install-exec-am install-html \
621
613
        install-html-am install-info install-info-am install-man \
622
614
        install-pdf install-pdf-am install-ps install-ps-am \
623
615
        install-strip installcheck installcheck-am installdirs \
624
616
        installdirs-am maintainer-clean maintainer-clean-generic \
625
617
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
626
 
        ps ps-am tags tags-recursive uninstall uninstall-am
 
618
        ps ps-am tags tags-am uninstall uninstall-am
627
619
 
628
620
 
629
621
-include $(top_srcdir)/git.mk