~ubuntu-branches/debian/sid/gnome-klotski/sid

« back to all changes in this revision

Viewing changes to data/icons/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha, Jeremy Bicha, Luca Falavigna
  • Date: 2013-06-28 18:43:39 UTC
  • mfrom: (4.1.1)
  • Revision ID: package-import@ubuntu.com-20130628184339-ssxskjm8sphch96e
Tags: 1:3.12.2-1
* Team upload.

[ Jeremy Bicha ]
* Update homepage

[ Luca Falavigna ]
* New upstream release.
* debian/control.in:
  - Bump Standards-Version to 3.9.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.4 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-2013 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.
15
14
 
16
15
@SET_MAKE@
17
16
VPATH = @srcdir@
18
 
am__make_dryrun = \
19
 
  { \
20
 
    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 \
21
30
    case $$MAKEFLAGS in \
22
31
      *\\[\ \   ]*) \
23
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25
 
      *) \
26
 
        for am__flg in $$MAKEFLAGS; do \
27
 
          case $$am__flg in \
28
 
            *=*|--*) ;; \
29
 
            *n*) am__dry=yes; break;; \
30
 
          esac; \
31
 
        done;; \
32
 
    esac; \
33
 
    test $$am__dry = yes; \
34
 
  }
 
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))
35
62
pkgdatadir = $(datadir)/@PACKAGE@
36
63
pkgincludedir = $(includedir)/@PACKAGE@
37
64
pkglibdir = $(libdir)/@PACKAGE@
49
76
PRE_UNINSTALL = :
50
77
POST_UNINSTALL = :
51
78
subdir = data/icons
52
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
79
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
53
80
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
54
81
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
55
82
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57
84
mkinstalldirs = $(install_sh) -d
58
85
CONFIG_CLEAN_FILES =
59
86
CONFIG_CLEAN_VPATH_FILES =
 
87
AM_V_P = $(am__v_P_@AM_V@)
 
88
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
89
am__v_P_0 = false
 
90
am__v_P_1 = :
60
91
AM_V_GEN = $(am__v_GEN_@AM_V@)
61
92
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
62
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
93
am__v_GEN_0 = @echo "  GEN     " $@;
 
94
am__v_GEN_1 = 
63
95
AM_V_at = $(am__v_at_@AM_V@)
64
96
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
65
97
am__v_at_0 = @
 
98
am__v_at_1 = 
66
99
SOURCES =
67
100
DIST_SOURCES =
68
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
69
 
        html-recursive info-recursive install-data-recursive \
70
 
        install-dvi-recursive install-exec-recursive \
71
 
        install-html-recursive install-info-recursive \
72
 
        install-pdf-recursive install-ps-recursive install-recursive \
73
 
        installcheck-recursive installdirs-recursive pdf-recursive \
74
 
        ps-recursive uninstall-recursive
 
101
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
102
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
103
        install-data-recursive install-dvi-recursive \
 
104
        install-exec-recursive install-html-recursive \
 
105
        install-info-recursive install-pdf-recursive \
 
106
        install-ps-recursive install-recursive installcheck-recursive \
 
107
        installdirs-recursive pdf-recursive ps-recursive \
 
108
        tags-recursive uninstall-recursive
75
109
am__can_run_installinfo = \
76
110
  case $$AM_UPDATE_INFO_DIR in \
77
111
    n|no|NO) false;; \
79
113
  esac
80
114
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
81
115
  distclean-recursive maintainer-clean-recursive
82
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
83
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
116
am__recursive_targets = \
 
117
  $(RECURSIVE_TARGETS) \
 
118
  $(RECURSIVE_CLEAN_TARGETS) \
 
119
  $(am__extra_recursive_targets)
 
120
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
84
121
        distdir
 
122
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
123
# Read a list of newline-separated strings from the standard input,
 
124
# and print each of them once, without duplicates.  Input order is
 
125
# *not* preserved.
 
126
am__uniquify_input = $(AWK) '\
 
127
  BEGIN { nonempty = 0; } \
 
128
  { items[$$0] = 1; nonempty = 1; } \
 
129
  END { if (nonempty) { for (i in items) print i; }; } \
 
130
'
 
131
# Make sure the list of sources is unique.  This is necessary because,
 
132
# e.g., the same source file might be shared among _SOURCES variables
 
133
# for different programs/libraries.
 
134
am__define_uniq_tagged_files = \
 
135
  list='$(am__tagged_files)'; \
 
136
  unique=`for i in $$list; do \
 
137
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
138
  done | $(am__uniquify_input)`
85
139
ETAGS = etags
86
140
CTAGS = ctags
87
141
DIST_SUBDIRS = $(SUBDIRS)
115
169
ALL_LINGUAS = @ALL_LINGUAS@
116
170
AMTAR = @AMTAR@
117
171
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
172
APPDATA_VALIDATE = @APPDATA_VALIDATE@
118
173
AUTOCONF = @AUTOCONF@
119
174
AUTOHEADER = @AUTOHEADER@
120
175
AUTOMAKE = @AUTOMAKE@
127
182
DATADIRNAME = @DATADIRNAME@
128
183
DEFS = @DEFS@
129
184
DEPDIR = @DEPDIR@
 
185
DESKTOP_FILE_VALIDATE = @DESKTOP_FILE_VALIDATE@
130
186
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
131
187
ECHO_C = @ECHO_C@
132
188
ECHO_N = @ECHO_N@
264
320
$(am__aclocal_m4_deps):
265
321
 
266
322
# This directory's subdirectories are mostly independent; you can cd
267
 
# into them and run `make' without going through this Makefile.
268
 
# To change the values of `make' variables: instead of editing Makefiles,
269
 
# (1) if the variable is set in `config.status', edit `config.status'
270
 
#     (which will cause the Makefiles to be regenerated when you run `make');
271
 
# (2) otherwise, pass the desired values on the `make' command line.
272
 
$(RECURSIVE_TARGETS):
273
 
        @fail= failcom='exit 1'; \
274
 
        for f in x $$MAKEFLAGS; do \
275
 
          case $$f in \
276
 
            *=* | --[!k]*);; \
277
 
            *k*) failcom='fail=yes';; \
278
 
          esac; \
279
 
        done; \
 
323
# into them and run 'make' without going through this Makefile.
 
324
# To change the values of 'make' variables: instead of editing Makefiles,
 
325
# (1) if the variable is set in 'config.status', edit 'config.status'
 
326
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
327
# (2) otherwise, pass the desired values on the 'make' command line.
 
328
$(am__recursive_targets):
 
329
        @fail=; \
 
330
        if $(am__make_keepgoing); then \
 
331
          failcom='fail=yes'; \
 
332
        else \
 
333
          failcom='exit 1'; \
 
334
        fi; \
280
335
        dot_seen=no; \
281
336
        target=`echo $@ | sed s/-recursive//`; \
282
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
337
        case "$@" in \
 
338
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
339
          *) list='$(SUBDIRS)' ;; \
 
340
        esac; \
 
341
        for subdir in $$list; do \
283
342
          echo "Making $$target in $$subdir"; \
284
343
          if test "$$subdir" = "."; then \
285
344
            dot_seen=yes; \
294
353
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
295
354
        fi; test -z "$$fail"
296
355
 
297
 
$(RECURSIVE_CLEAN_TARGETS):
298
 
        @fail= failcom='exit 1'; \
299
 
        for f in x $$MAKEFLAGS; do \
300
 
          case $$f in \
301
 
            *=* | --[!k]*);; \
302
 
            *k*) failcom='fail=yes';; \
303
 
          esac; \
304
 
        done; \
305
 
        dot_seen=no; \
306
 
        case "$@" in \
307
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
308
 
          *) list='$(SUBDIRS)' ;; \
309
 
        esac; \
310
 
        rev=''; for subdir in $$list; do \
311
 
          if test "$$subdir" = "."; then :; else \
312
 
            rev="$$subdir $$rev"; \
313
 
          fi; \
314
 
        done; \
315
 
        rev="$$rev ."; \
316
 
        target=`echo $@ | sed s/-recursive//`; \
317
 
        for subdir in $$rev; do \
318
 
          echo "Making $$target in $$subdir"; \
319
 
          if test "$$subdir" = "."; then \
320
 
            local_target="$$target-am"; \
321
 
          else \
322
 
            local_target="$$target"; \
323
 
          fi; \
324
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
325
 
          || eval $$failcom; \
326
 
        done && test -z "$$fail"
327
 
tags-recursive:
328
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
329
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
330
 
        done
331
 
ctags-recursive:
332
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
333
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
334
 
        done
335
 
 
336
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
337
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
338
 
        unique=`for i in $$list; do \
339
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
340
 
          done | \
341
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
342
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
343
 
        mkid -fID $$unique
344
 
tags: TAGS
345
 
 
346
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
347
 
                $(TAGS_FILES) $(LISP)
 
356
ID: $(am__tagged_files)
 
357
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
358
tags: tags-recursive
 
359
TAGS: tags
 
360
 
 
361
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
348
362
        set x; \
349
363
        here=`pwd`; \
350
364
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
360
374
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
361
375
          fi; \
362
376
        done; \
363
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
364
 
        unique=`for i in $$list; do \
365
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366
 
          done | \
367
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
368
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
377
        $(am__define_uniq_tagged_files); \
369
378
        shift; \
370
379
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
371
380
          test -n "$$unique" || unique=$$empty_fix; \
377
386
              $$unique; \
378
387
          fi; \
379
388
        fi
380
 
ctags: CTAGS
381
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
382
 
                $(TAGS_FILES) $(LISP)
383
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
384
 
        unique=`for i in $$list; do \
385
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
386
 
          done | \
387
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
388
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
389
ctags: ctags-recursive
 
390
 
 
391
CTAGS: ctags
 
392
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
393
        $(am__define_uniq_tagged_files); \
389
394
        test -z "$(CTAGS_ARGS)$$unique" \
390
395
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
391
396
             $$unique
394
399
        here=`$(am__cd) $(top_builddir) && pwd` \
395
400
          && $(am__cd) $(top_srcdir) \
396
401
          && gtags -i $(GTAGS_ARGS) "$$here"
 
402
cscopelist: cscopelist-recursive
 
403
 
 
404
cscopelist-am: $(am__tagged_files)
 
405
        list='$(am__tagged_files)'; \
 
406
        case "$(srcdir)" in \
 
407
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
408
          *) sdir=$(subdir)/$(srcdir) ;; \
 
409
        esac; \
 
410
        for i in $$list; do \
 
411
          if test -f "$$i"; then \
 
412
            echo "$(subdir)/$$i"; \
 
413
          else \
 
414
            echo "$$sdir/$$i"; \
 
415
          fi; \
 
416
        done >> $(top_builddir)/cscope.files
397
417
 
398
418
distclean-tags:
399
419
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
554
574
 
555
575
uninstall-am:
556
576
 
557
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
558
 
        install-am install-strip tags-recursive
559
 
 
560
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
561
 
        all all-am check check-am clean clean-generic ctags \
562
 
        ctags-recursive distclean distclean-generic distclean-tags \
563
 
        distdir dvi dvi-am html html-am info info-am install \
564
 
        install-am install-data install-data-am install-dvi \
565
 
        install-dvi-am install-exec install-exec-am install-html \
566
 
        install-html-am install-info install-info-am install-man \
567
 
        install-pdf install-pdf-am install-ps install-ps-am \
568
 
        install-strip installcheck installcheck-am installdirs \
569
 
        installdirs-am maintainer-clean maintainer-clean-generic \
570
 
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
571
 
        tags-recursive uninstall uninstall-am
572
 
 
 
577
.MAKE: $(am__recursive_targets) install-am install-strip
 
578
 
 
579
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
580
        check-am clean clean-generic cscopelist-am ctags ctags-am \
 
581
        distclean distclean-generic distclean-tags distdir dvi dvi-am \
 
582
        html html-am info info-am install install-am install-data \
 
583
        install-data-am install-dvi install-dvi-am install-exec \
 
584
        install-exec-am install-html install-html-am install-info \
 
585
        install-info-am install-man install-pdf install-pdf-am \
 
586
        install-ps install-ps-am install-strip installcheck \
 
587
        installcheck-am installdirs installdirs-am maintainer-clean \
 
588
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
589
        pdf-am ps ps-am tags tags-am uninstall uninstall-am
 
590
 
 
591
 
 
592
-include $(top_srcdir)/git.mk
573
593
 
574
594
# Tell versions [3.59,3.63) of GNU make to not export all variables.
575
595
# Otherwise a system limit (for SysV at least) may be exceeded.