~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): Andreas Henriksson
  • Date: 2013-05-25 13:13:26 UTC
  • mfrom: (1.8.1) (5.1.10 experimental)
  • Revision ID: package-import@ubuntu.com-20130525131326-bm7bv6b4yig6820h
Tags: 3.8.2-1
* New upstream release.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
51
50
build_triplet = @build@
52
51
host_triplet = @host@
53
52
subdir = data/icons
54
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
53
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
55
54
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
57
 
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
58
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
59
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
60
 
        $(top_srcdir)/configure.ac
 
55
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
 
56
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
57
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
58
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
61
59
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62
60
        $(ACLOCAL_M4)
63
61
mkinstalldirs = $(install_sh) -d
64
62
CONFIG_HEADER = $(top_builddir)/config.h
65
63
CONFIG_CLEAN_FILES =
66
64
CONFIG_CLEAN_VPATH_FILES =
 
65
AM_V_P = $(am__v_P_@AM_V@)
 
66
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
67
am__v_P_0 = false
 
68
am__v_P_1 = :
67
69
AM_V_GEN = $(am__v_GEN_@AM_V@)
68
70
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
69
71
am__v_GEN_0 = @echo "  GEN     " $@;
 
72
am__v_GEN_1 = 
70
73
AM_V_at = $(am__v_at_@AM_V@)
71
74
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
72
75
am__v_at_0 = @
 
76
am__v_at_1 = 
73
77
SOURCES =
74
78
DIST_SOURCES =
75
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
76
 
        html-recursive info-recursive install-data-recursive \
77
 
        install-dvi-recursive install-exec-recursive \
78
 
        install-html-recursive install-info-recursive \
79
 
        install-pdf-recursive install-ps-recursive install-recursive \
80
 
        installcheck-recursive installdirs-recursive pdf-recursive \
81
 
        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
82
87
am__can_run_installinfo = \
83
88
  case $$AM_UPDATE_INFO_DIR in \
84
89
    n|no|NO) false;; \
86
91
  esac
87
92
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
88
93
  distclean-recursive maintainer-clean-recursive
89
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
90
 
        $(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 \
91
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)`
92
117
ETAGS = etags
93
118
CTAGS = ctags
94
119
DIST_SUBDIRS = $(SUBDIRS)
119
144
  done; \
120
145
  reldir="$$dir2"
121
146
ACLOCAL = @ACLOCAL@
122
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
123
147
ALL_LINGUAS = @ALL_LINGUAS@
124
148
AMTAR = @AMTAR@
125
149
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
138
162
DEFS = @DEFS@
139
163
DEPDIR = @DEPDIR@
140
164
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
141
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
142
165
DLLTOOL = @DLLTOOL@
143
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
144
166
DSYMUTIL = @DSYMUTIL@
145
167
DUMPBIN = @DUMPBIN@
146
168
ECHO_C = @ECHO_C@
152
174
FR_CFLAGS = @FR_CFLAGS@
153
175
FR_LIBS = @FR_LIBS@
154
176
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
155
 
GIO_REQUIRED = @GIO_REQUIRED@
 
177
GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
156
178
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
157
179
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
158
180
GLIB_MKENUMS = @GLIB_MKENUMS@
159
 
GLIB_REQUIRED = @GLIB_REQUIRED@
160
181
GMSGFMT = @GMSGFMT@
161
182
GREP = @GREP@
162
183
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
163
184
GTK_CFLAGS = @GTK_CFLAGS@
164
185
GTK_LIBS = @GTK_LIBS@
165
 
GTK_REQUIRED = @GTK_REQUIRED@
166
186
HELP_DIR = @HELP_DIR@
167
187
INSTALL = @INSTALL@
168
188
INSTALL_DATA = @INSTALL_DATA@
177
197
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
178
198
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
179
199
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 
200
ITSTOOL = @ITSTOOL@
 
201
JSON_GLIB_CFLAGS = @JSON_GLIB_CFLAGS@
 
202
JSON_GLIB_LIBS = @JSON_GLIB_LIBS@
180
203
LD = @LD@
181
204
LDFLAGS = @LDFLAGS@
 
205
LIBARCHIVE_CFLAGS = @LIBARCHIVE_CFLAGS@
 
206
LIBARCHIVE_LIBS = @LIBARCHIVE_LIBS@
 
207
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
 
208
LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
182
209
LIBOBJS = @LIBOBJS@
183
210
LIBS = @LIBS@
184
211
LIBTOOL = @LIBTOOL@
195
222
NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
196
223
NAUTILUS_EXTENSION_DIR = @NAUTILUS_EXTENSION_DIR@
197
224
NAUTILUS_LIBS = @NAUTILUS_LIBS@
198
 
NAUTILUS_REQUIRED = @NAUTILUS_REQUIRED@
199
225
NM = @NM@
200
226
NMEDIT = @NMEDIT@
201
227
OBJDUMP = @OBJDUMP@
202
228
OBJEXT = @OBJEXT@
203
 
OMF_DIR = @OMF_DIR@
204
229
OTOOL = @OTOOL@
205
230
OTOOL64 = @OTOOL64@
206
231
PACKAGE = @PACKAGE@
218
243
SED = @SED@
219
244
SET_MAKE = @SET_MAKE@
220
245
SHELL = @SHELL@
 
246
SMCLIENT_CFLAGS = @SMCLIENT_CFLAGS@
 
247
SMCLIENT_LIBS = @SMCLIENT_LIBS@
221
248
STRIP = @STRIP@
222
249
USE_NLS = @USE_NLS@
223
250
VERSION = @VERSION@
224
251
XGETTEXT = @XGETTEXT@
 
252
XMLLINT = @XMLLINT@
225
253
abs_builddir = @abs_builddir@
226
254
abs_srcdir = @abs_srcdir@
227
255
abs_top_builddir = @abs_top_builddir@
325
353
# (1) if the variable is set in 'config.status', edit 'config.status'
326
354
#     (which will cause the Makefiles to be regenerated when you run 'make');
327
355
# (2) otherwise, pass the desired values on the 'make' command line.
328
 
$(RECURSIVE_TARGETS):
 
356
$(am__recursive_targets):
329
357
        @fail= failcom='exit 1'; \
330
358
        for f in x $$MAKEFLAGS; do \
331
359
          case $$f in \
335
363
        done; \
336
364
        dot_seen=no; \
337
365
        target=`echo $@ | sed s/-recursive//`; \
338
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
366
        case "$@" in \
 
367
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
368
          *) list='$(SUBDIRS)' ;; \
 
369
        esac; \
 
370
        for subdir in $$list; do \
339
371
          echo "Making $$target in $$subdir"; \
340
372
          if test "$$subdir" = "."; then \
341
373
            dot_seen=yes; \
350
382
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
351
383
        fi; test -z "$$fail"
352
384
 
353
 
$(RECURSIVE_CLEAN_TARGETS):
354
 
        @fail= failcom='exit 1'; \
355
 
        for f in x $$MAKEFLAGS; do \
356
 
          case $$f in \
357
 
            *=* | --[!k]*);; \
358
 
            *k*) failcom='fail=yes';; \
359
 
          esac; \
360
 
        done; \
361
 
        dot_seen=no; \
362
 
        case "$@" in \
363
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
364
 
          *) list='$(SUBDIRS)' ;; \
365
 
        esac; \
366
 
        rev=''; for subdir in $$list; do \
367
 
          if test "$$subdir" = "."; then :; else \
368
 
            rev="$$subdir $$rev"; \
369
 
          fi; \
370
 
        done; \
371
 
        rev="$$rev ."; \
372
 
        target=`echo $@ | sed s/-recursive//`; \
373
 
        for subdir in $$rev; do \
374
 
          echo "Making $$target in $$subdir"; \
375
 
          if test "$$subdir" = "."; then \
376
 
            local_target="$$target-am"; \
377
 
          else \
378
 
            local_target="$$target"; \
379
 
          fi; \
380
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
381
 
          || eval $$failcom; \
382
 
        done && test -z "$$fail"
383
 
tags-recursive:
384
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
385
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
386
 
        done
387
 
ctags-recursive:
388
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
389
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
390
 
        done
391
 
cscopelist-recursive:
392
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
393
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
394
 
        done
395
 
 
396
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
397
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
398
 
        unique=`for i in $$list; do \
399
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
400
 
          done | \
401
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
402
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
403
 
        mkid -fID $$unique
404
 
tags: TAGS
405
 
 
406
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
407
 
                $(TAGS_FILES) $(LISP)
 
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)
408
391
        set x; \
409
392
        here=`pwd`; \
410
393
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
420
403
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
421
404
          fi; \
422
405
        done; \
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; }; }'`; \
 
406
        $(am__define_uniq_tagged_files); \
429
407
        shift; \
430
408
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
431
409
          test -n "$$unique" || unique=$$empty_fix; \
437
415
              $$unique; \
438
416
          fi; \
439
417
        fi
440
 
ctags: CTAGS
441
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
442
 
                $(TAGS_FILES) $(LISP)
443
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
444
 
        unique=`for i in $$list; do \
445
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
446
 
          done | \
447
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
448
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
418
ctags: ctags-recursive
 
419
 
 
420
CTAGS: ctags
 
421
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
422
        $(am__define_uniq_tagged_files); \
449
423
        test -z "$(CTAGS_ARGS)$$unique" \
450
424
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
451
425
             $$unique
454
428
        here=`$(am__cd) $(top_builddir) && pwd` \
455
429
          && $(am__cd) $(top_srcdir) \
456
430
          && gtags -i $(GTAGS_ARGS) "$$here"
 
431
cscopelist: cscopelist-recursive
457
432
 
458
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
459
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
433
cscopelist-am: $(am__tagged_files)
 
434
        list='$(am__tagged_files)'; \
460
435
        case "$(srcdir)" in \
461
436
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
462
437
          *) sdir=$(subdir)/$(srcdir) ;; \
628
603
 
629
604
uninstall-am:
630
605
 
631
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
632
 
        cscopelist-recursive ctags-recursive install-am install-strip \
633
 
        tags-recursive
 
606
.MAKE: $(am__recursive_targets) install-am install-strip
634
607
 
635
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
636
 
        all all-am check check-am clean clean-generic clean-libtool \
637
 
        cscopelist cscopelist-recursive ctags ctags-recursive \
638
 
        distclean distclean-generic distclean-libtool distclean-tags \
639
 
        distdir dvi dvi-am html html-am info info-am install \
640
 
        install-am install-data install-data-am install-dvi \
 
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 \
641
613
        install-dvi-am install-exec install-exec-am install-html \
642
614
        install-html-am install-info install-info-am install-man \
643
615
        install-pdf install-pdf-am install-ps install-ps-am \
644
616
        install-strip installcheck installcheck-am installdirs \
645
617
        installdirs-am maintainer-clean maintainer-clean-generic \
646
618
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
647
 
        ps ps-am tags tags-recursive uninstall uninstall-am
 
619
        ps ps-am tags tags-am uninstall uninstall-am
648
620
 
649
621
 
650
622
-include $(top_srcdir)/git.mk