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

« back to all changes in this revision

Viewing changes to data/icons/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2013-07-03 23:10:09 UTC
  • mfrom: (1.8.2)
  • Revision ID: package-import@ubuntu.com-20130703231009-5ed5lv2z63ppw0gs
Tags: 3.8.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.13.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.12.6 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
53
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
 
53
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
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 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
 
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
87
86
am__can_run_installinfo = \
88
87
  case $$AM_UPDATE_INFO_DIR in \
89
88
    n|no|NO) false;; \
91
90
  esac
92
91
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
93
92
  distclean-recursive maintainer-clean-recursive
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 \
 
93
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
94
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
99
95
        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)`
117
96
ETAGS = etags
118
97
CTAGS = ctags
119
98
DIST_SUBDIRS = $(SUBDIRS)
353
332
# (1) if the variable is set in 'config.status', edit 'config.status'
354
333
#     (which will cause the Makefiles to be regenerated when you run 'make');
355
334
# (2) otherwise, pass the desired values on the 'make' command line.
356
 
$(am__recursive_targets):
 
335
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
357
336
        @fail= failcom='exit 1'; \
358
337
        for f in x $$MAKEFLAGS; do \
359
338
          case $$f in \
381
360
        if test "$$dot_seen" = "no"; then \
382
361
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
383
362
        fi; test -z "$$fail"
384
 
 
385
 
ID: $(am__tagged_files)
386
 
        $(am__define_uniq_tagged_files); mkid -fID $$unique
387
 
tags: tags-recursive
388
 
TAGS: tags
389
 
 
390
 
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
363
tags-recursive:
 
364
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
365
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
366
        done
 
367
ctags-recursive:
 
368
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
369
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
370
        done
 
371
cscopelist-recursive:
 
372
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
373
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
 
374
        done
 
375
 
 
376
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
377
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
378
        unique=`for i in $$list; do \
 
379
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
380
          done | \
 
381
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
382
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
383
        mkid -fID $$unique
 
384
tags: TAGS
 
385
 
 
386
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
387
                $(TAGS_FILES) $(LISP)
391
388
        set x; \
392
389
        here=`pwd`; \
393
390
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
403
400
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
404
401
          fi; \
405
402
        done; \
406
 
        $(am__define_uniq_tagged_files); \
 
403
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
404
        unique=`for i in $$list; do \
 
405
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
406
          done | \
 
407
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
408
              END { if (nonempty) { for (i in files) print i; }; }'`; \
407
409
        shift; \
408
410
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
409
411
          test -n "$$unique" || unique=$$empty_fix; \
415
417
              $$unique; \
416
418
          fi; \
417
419
        fi
418
 
ctags: ctags-recursive
419
 
 
420
 
CTAGS: ctags
421
 
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
422
 
        $(am__define_uniq_tagged_files); \
 
420
ctags: CTAGS
 
421
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
422
                $(TAGS_FILES) $(LISP)
 
423
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
424
        unique=`for i in $$list; do \
 
425
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
426
          done | \
 
427
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
428
              END { if (nonempty) { for (i in files) print i; }; }'`; \
423
429
        test -z "$(CTAGS_ARGS)$$unique" \
424
430
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
425
431
             $$unique
428
434
        here=`$(am__cd) $(top_builddir) && pwd` \
429
435
          && $(am__cd) $(top_srcdir) \
430
436
          && gtags -i $(GTAGS_ARGS) "$$here"
431
 
cscopelist: cscopelist-recursive
432
437
 
433
 
cscopelist-am: $(am__tagged_files)
434
 
        list='$(am__tagged_files)'; \
 
438
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
 
439
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
435
440
        case "$(srcdir)" in \
436
441
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
437
442
          *) sdir=$(subdir)/$(srcdir) ;; \
603
608
 
604
609
uninstall-am:
605
610
 
606
 
.MAKE: $(am__recursive_targets) install-am install-strip
 
611
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
 
612
        cscopelist-recursive ctags-recursive install-am install-strip \
 
613
        tags-recursive
607
614
 
608
 
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
609
 
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
610
 
        ctags-am distclean distclean-generic distclean-libtool \
611
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
612
 
        install install-am install-data install-data-am install-dvi \
 
615
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
616
        all all-am check check-am clean clean-generic clean-libtool \
 
617
        cscopelist cscopelist-recursive ctags ctags-recursive \
 
618
        distclean distclean-generic distclean-libtool distclean-tags \
 
619
        distdir dvi dvi-am html html-am info info-am install \
 
620
        install-am install-data install-data-am install-dvi \
613
621
        install-dvi-am install-exec install-exec-am install-html \
614
622
        install-html-am install-info install-info-am install-man \
615
623
        install-pdf install-pdf-am install-ps install-ps-am \
616
624
        install-strip installcheck installcheck-am installdirs \
617
625
        installdirs-am maintainer-clean maintainer-clean-generic \
618
626
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
619
 
        ps ps-am tags tags-am uninstall uninstall-am
 
627
        ps ps-am tags tags-recursive uninstall uninstall-am
620
628
 
621
629
 
622
630
-include $(top_srcdir)/git.mk