~ubuntu-branches/ubuntu/saucy/file-roller/saucy-proposed

« back to all changes in this revision

Viewing changes to data/icons/256x256/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-08-26 10:16:27 UTC
  • mfrom: (1.7.6) (2.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20130826101627-b8uh1n4pnvpfkhww
Tags: 3.9.90-0ubuntu1
* Sync with Debian. Remaining changes:
  - Depend on zip and unzip instead of p7zip which is in universe
  - Suggest p7zip-full (LP: #918107)
  - Recommend sessioninstaller
* Dropped change:
  - Use the Ubuntu epoch for the Nautilus depends (Ubuntu 11.10
    and newer include Nautilus 3.0 or higher)
* New upstream release
  - Restore directory modification time when extracting (LP: #1076716)
  - Allow viewing the password when creating an encrypted archive
    (LP: #772556)
  - Avoid unnecessary word break when wrapping text to new lines
    (LP: #1193921)
* debian/patches/revert_gtk_3-9.patch:
  - Revert commit that requires GTK 3.9 since GTK 3.9 won't be in Saucy
* debian/control.in, debian/rules:
  - Run dh-autoreconf for above patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.14 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
14
14
 
15
15
@SET_MAKE@
16
16
VPATH = @srcdir@
17
 
am__make_dryrun = \
18
 
  { \
19
 
    am__dry=no; \
 
17
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__make_running_with_option = \
 
19
  case $${target_option-} in \
 
20
      ?) ;; \
 
21
      *) echo "am__make_running_with_option: internal error: invalid" \
 
22
              "target option '$${target_option-}' specified" >&2; \
 
23
         exit 1;; \
 
24
  esac; \
 
25
  has_opt=no; \
 
26
  sane_makeflags=$$MAKEFLAGS; \
 
27
  if $(am__is_gnu_make); then \
 
28
    sane_makeflags=$$MFLAGS; \
 
29
  else \
20
30
    case $$MAKEFLAGS in \
21
31
      *\\[\ \   ]*) \
22
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
23
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24
 
      *) \
25
 
        for am__flg in $$MAKEFLAGS; do \
26
 
          case $$am__flg in \
27
 
            *=*|--*) ;; \
28
 
            *n*) am__dry=yes; break;; \
29
 
          esac; \
30
 
        done;; \
31
 
    esac; \
32
 
    test $$am__dry = yes; \
33
 
  }
 
32
        bs=\\; \
 
33
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
34
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
35
    esac; \
 
36
  fi; \
 
37
  skip_next=no; \
 
38
  strip_trailopt () \
 
39
  { \
 
40
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
41
  }; \
 
42
  for flg in $$sane_makeflags; do \
 
43
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
44
    case $$flg in \
 
45
      *=*|--*) continue;; \
 
46
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
47
      -*I?*) strip_trailopt 'I';; \
 
48
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
49
      -*O?*) strip_trailopt 'O';; \
 
50
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
51
      -*l?*) strip_trailopt 'l';; \
 
52
      -[dEDm]) skip_next=yes;; \
 
53
      -[JT]) skip_next=yes;; \
 
54
    esac; \
 
55
    case $$flg in \
 
56
      *$$target_option*) has_opt=yes; break;; \
 
57
    esac; \
 
58
  done; \
 
59
  test $$has_opt = yes
 
60
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
61
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
34
62
pkgdatadir = $(datadir)/@PACKAGE@
35
63
pkgincludedir = $(includedir)/@PACKAGE@
36
64
pkglibdir = $(libdir)/@PACKAGE@
50
78
build_triplet = @build@
51
79
host_triplet = @host@
52
80
subdir = data/icons/256x256
53
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
81
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
54
82
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55
83
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
56
84
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
76
104
am__v_at_1 = 
77
105
SOURCES =
78
106
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
 
107
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
108
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
109
        install-data-recursive install-dvi-recursive \
 
110
        install-exec-recursive install-html-recursive \
 
111
        install-info-recursive install-pdf-recursive \
 
112
        install-ps-recursive install-recursive installcheck-recursive \
 
113
        installdirs-recursive pdf-recursive ps-recursive \
 
114
        tags-recursive uninstall-recursive
86
115
am__can_run_installinfo = \
87
116
  case $$AM_UPDATE_INFO_DIR in \
88
117
    n|no|NO) false;; \
90
119
  esac
91
120
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
92
121
  distclean-recursive maintainer-clean-recursive
93
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
94
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
122
am__recursive_targets = \
 
123
  $(RECURSIVE_TARGETS) \
 
124
  $(RECURSIVE_CLEAN_TARGETS) \
 
125
  $(am__extra_recursive_targets)
 
126
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
95
127
        distdir
 
128
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
129
# Read a list of newline-separated strings from the standard input,
 
130
# and print each of them once, without duplicates.  Input order is
 
131
# *not* preserved.
 
132
am__uniquify_input = $(AWK) '\
 
133
  BEGIN { nonempty = 0; } \
 
134
  { items[$$0] = 1; nonempty = 1; } \
 
135
  END { if (nonempty) { for (i in items) print i; }; } \
 
136
'
 
137
# Make sure the list of sources is unique.  This is necessary because,
 
138
# e.g., the same source file might be shared among _SOURCES variables
 
139
# for different programs/libraries.
 
140
am__define_uniq_tagged_files = \
 
141
  list='$(am__tagged_files)'; \
 
142
  unique=`for i in $$list; do \
 
143
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
144
  done | $(am__uniquify_input)`
96
145
ETAGS = etags
97
146
CTAGS = ctags
98
147
DIST_SUBDIRS = $(SUBDIRS)
250
299
builddir = @builddir@
251
300
datadir = @datadir@
252
301
datarootdir = @datarootdir@
 
302
desktop_validate = @desktop_validate@
253
303
docdir = @docdir@
254
304
dvidir = @dvidir@
255
305
exec_prefix = @exec_prefix@
331
381
# (1) if the variable is set in 'config.status', edit 'config.status'
332
382
#     (which will cause the Makefiles to be regenerated when you run 'make');
333
383
# (2) otherwise, pass the desired values on the 'make' command line.
334
 
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
335
 
        @fail= failcom='exit 1'; \
336
 
        for f in x $$MAKEFLAGS; do \
337
 
          case $$f in \
338
 
            *=* | --[!k]*);; \
339
 
            *k*) failcom='fail=yes';; \
340
 
          esac; \
341
 
        done; \
 
384
$(am__recursive_targets):
 
385
        @fail=; \
 
386
        if $(am__make_keepgoing); then \
 
387
          failcom='fail=yes'; \
 
388
        else \
 
389
          failcom='exit 1'; \
 
390
        fi; \
342
391
        dot_seen=no; \
343
392
        target=`echo $@ | sed s/-recursive//`; \
344
393
        case "$@" in \
359
408
        if test "$$dot_seen" = "no"; then \
360
409
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
361
410
        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)
 
411
 
 
412
ID: $(am__tagged_files)
 
413
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
414
tags: tags-recursive
 
415
TAGS: tags
 
416
 
 
417
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
387
418
        set x; \
388
419
        here=`pwd`; \
389
420
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
399
430
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
400
431
          fi; \
401
432
        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; }; }'`; \
 
433
        $(am__define_uniq_tagged_files); \
408
434
        shift; \
409
435
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
410
436
          test -n "$$unique" || unique=$$empty_fix; \
416
442
              $$unique; \
417
443
          fi; \
418
444
        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; }; }'`; \
 
445
ctags: ctags-recursive
 
446
 
 
447
CTAGS: ctags
 
448
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
449
        $(am__define_uniq_tagged_files); \
428
450
        test -z "$(CTAGS_ARGS)$$unique" \
429
451
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
430
452
             $$unique
433
455
        here=`$(am__cd) $(top_builddir) && pwd` \
434
456
          && $(am__cd) $(top_srcdir) \
435
457
          && gtags -i $(GTAGS_ARGS) "$$here"
 
458
cscopelist: cscopelist-recursive
436
459
 
437
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
438
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
460
cscopelist-am: $(am__tagged_files)
 
461
        list='$(am__tagged_files)'; \
439
462
        case "$(srcdir)" in \
440
463
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
441
464
          *) sdir=$(subdir)/$(srcdir) ;; \
607
630
 
608
631
uninstall-am:
609
632
 
610
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
611
 
        cscopelist-recursive ctags-recursive install-am install-strip \
612
 
        tags-recursive
 
633
.MAKE: $(am__recursive_targets) install-am install-strip
613
634
 
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 \
 
635
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
636
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
637
        ctags-am distclean distclean-generic distclean-libtool \
 
638
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
639
        install install-am install-data install-data-am install-dvi \
620
640
        install-dvi-am install-exec install-exec-am install-html \
621
641
        install-html-am install-info install-info-am install-man \
622
642
        install-pdf install-pdf-am install-ps install-ps-am \
623
643
        install-strip installcheck installcheck-am installdirs \
624
644
        installdirs-am maintainer-clean maintainer-clean-generic \
625
645
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
626
 
        ps ps-am tags tags-recursive uninstall uninstall-am
 
646
        ps ps-am tags tags-am uninstall uninstall-am
627
647
 
628
648
 
629
649
-include $(top_srcdir)/git.mk