~ubuntu-branches/ubuntu/wily/docky/wily-proposed

« back to all changes in this revision

Viewing changes to data/icons/hicolor/24x24/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Rico Tzschichholz
  • Date: 2015-09-02 12:40:14 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20150902124014-9e8u6774zl4gvwgd
Tags: 2.2.1-1
* New upstream release 2.2.1 "Don't get your hopes too high"
* debian/control:
  + Update build-deps according to configure.ac (Closes: #708039)
* debian/patches:
  + Drop 00bzr_logind-suspend-hibernate.diff, use_dbussharp_2.patch,
    included upstream

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.15 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2014 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 = { \
 
18
  if test -z '$(MAKELEVEL)'; then \
 
19
    false; \
 
20
  elif test -n '$(MAKE_HOST)'; then \
 
21
    true; \
 
22
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
23
    true; \
 
24
  else \
 
25
    false; \
 
26
  fi; \
 
27
}
 
28
am__make_running_with_option = \
 
29
  case $${target_option-} in \
 
30
      ?) ;; \
 
31
      *) echo "am__make_running_with_option: internal error: invalid" \
 
32
              "target option '$${target_option-}' specified" >&2; \
 
33
         exit 1;; \
 
34
  esac; \
 
35
  has_opt=no; \
 
36
  sane_makeflags=$$MAKEFLAGS; \
 
37
  if $(am__is_gnu_make); then \
 
38
    sane_makeflags=$$MFLAGS; \
 
39
  else \
20
40
    case $$MAKEFLAGS in \
21
41
      *\\[\ \   ]*) \
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
 
  }
 
42
        bs=\\; \
 
43
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
44
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
45
    esac; \
 
46
  fi; \
 
47
  skip_next=no; \
 
48
  strip_trailopt () \
 
49
  { \
 
50
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
51
  }; \
 
52
  for flg in $$sane_makeflags; do \
 
53
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
54
    case $$flg in \
 
55
      *=*|--*) continue;; \
 
56
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
57
      -*I?*) strip_trailopt 'I';; \
 
58
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
59
      -*O?*) strip_trailopt 'O';; \
 
60
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
61
      -*l?*) strip_trailopt 'l';; \
 
62
      -[dEDm]) skip_next=yes;; \
 
63
      -[JT]) skip_next=yes;; \
 
64
    esac; \
 
65
    case $$flg in \
 
66
      *$$target_option*) has_opt=yes; break;; \
 
67
    esac; \
 
68
  done; \
 
69
  test $$has_opt = yes
 
70
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
71
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
34
72
pkgdatadir = $(datadir)/@PACKAGE@
35
73
pkgincludedir = $(includedir)/@PACKAGE@
36
74
pkglibdir = $(libdir)/@PACKAGE@
48
86
PRE_UNINSTALL = :
49
87
POST_UNINSTALL = :
50
88
subdir = data/icons/hicolor/24x24
51
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
52
89
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53
90
am__aclocal_m4_deps = $(top_srcdir)/m4/shamrock/expansions.m4 \
54
91
        $(top_srcdir)/m4/shamrock/i18n.m4 \
57
94
        $(top_srcdir)/configure.ac
58
95
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59
96
        $(ACLOCAL_M4)
 
97
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
60
98
mkinstalldirs = $(install_sh) -d
61
99
CONFIG_CLEAN_FILES =
62
100
CONFIG_CLEAN_VPATH_FILES =
 
101
AM_V_P = $(am__v_P_@AM_V@)
 
102
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
103
am__v_P_0 = false
 
104
am__v_P_1 = :
 
105
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
106
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
107
am__v_GEN_0 = @echo "  GEN     " $@;
 
108
am__v_GEN_1 = 
 
109
AM_V_at = $(am__v_at_@AM_V@)
 
110
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
111
am__v_at_0 = @
 
112
am__v_at_1 = 
63
113
SOURCES =
64
114
DIST_SOURCES =
65
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
66
 
        html-recursive info-recursive install-data-recursive \
67
 
        install-dvi-recursive install-exec-recursive \
68
 
        install-html-recursive install-info-recursive \
69
 
        install-pdf-recursive install-ps-recursive install-recursive \
70
 
        installcheck-recursive installdirs-recursive pdf-recursive \
71
 
        ps-recursive uninstall-recursive
 
115
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
116
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
117
        install-data-recursive install-dvi-recursive \
 
118
        install-exec-recursive install-html-recursive \
 
119
        install-info-recursive install-pdf-recursive \
 
120
        install-ps-recursive install-recursive installcheck-recursive \
 
121
        installdirs-recursive pdf-recursive ps-recursive \
 
122
        tags-recursive uninstall-recursive
72
123
am__can_run_installinfo = \
73
124
  case $$AM_UPDATE_INFO_DIR in \
74
125
    n|no|NO) false;; \
76
127
  esac
77
128
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
78
129
  distclean-recursive maintainer-clean-recursive
79
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
80
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
130
am__recursive_targets = \
 
131
  $(RECURSIVE_TARGETS) \
 
132
  $(RECURSIVE_CLEAN_TARGETS) \
 
133
  $(am__extra_recursive_targets)
 
134
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
81
135
        distdir
 
136
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
137
# Read a list of newline-separated strings from the standard input,
 
138
# and print each of them once, without duplicates.  Input order is
 
139
# *not* preserved.
 
140
am__uniquify_input = $(AWK) '\
 
141
  BEGIN { nonempty = 0; } \
 
142
  { items[$$0] = 1; nonempty = 1; } \
 
143
  END { if (nonempty) { for (i in items) print i; }; } \
 
144
'
 
145
# Make sure the list of sources is unique.  This is necessary because,
 
146
# e.g., the same source file might be shared among _SOURCES variables
 
147
# for different programs/libraries.
 
148
am__define_uniq_tagged_files = \
 
149
  list='$(am__tagged_files)'; \
 
150
  unique=`for i in $$list; do \
 
151
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
152
  done | $(am__uniquify_input)`
82
153
ETAGS = etags
83
154
CTAGS = ctags
84
155
DIST_SUBDIRS = $(SUBDIRS)
 
156
am__DIST_COMMON = $(srcdir)/Makefile.in
85
157
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86
158
am__relativize = \
87
159
  dir0=`pwd`; \
128
200
CPPFLAGS = @CPPFLAGS@
129
201
CYGPATH_W = @CYGPATH_W@
130
202
DATADIRNAME = @DATADIRNAME@
131
 
DBUS_SHARP_10_CFLAGS = @DBUS_SHARP_10_CFLAGS@
132
 
DBUS_SHARP_10_LIBS = @DBUS_SHARP_10_LIBS@
133
 
DBUS_SHARP_GLIB_10_CFLAGS = @DBUS_SHARP_GLIB_10_CFLAGS@
134
 
DBUS_SHARP_GLIB_10_LIBS = @DBUS_SHARP_GLIB_10_LIBS@
 
203
DBUS_SHARP_CFLAGS = @DBUS_SHARP_CFLAGS@
 
204
DBUS_SHARP_GLIB_CFLAGS = @DBUS_SHARP_GLIB_CFLAGS@
 
205
DBUS_SHARP_GLIB_LIBS = @DBUS_SHARP_GLIB_LIBS@
 
206
DBUS_SHARP_LIBS = @DBUS_SHARP_LIBS@
135
207
DEFS = @DEFS@
136
208
DEPDIR = @DEPDIR@
137
209
DOCKY_DEBUG_ARGS = @DOCKY_DEBUG_ARGS@
140
212
ECHO_T = @ECHO_T@
141
213
EGREP = @EGREP@
142
214
EXEEXT = @EXEEXT@
 
215
GAPI2CODEGEN = @GAPI2CODEGEN@
 
216
GAPI2FIXUP = @GAPI2FIXUP@
143
217
GCONFTOOL = @GCONFTOOL@
144
218
GCONF_CFLAGS = @GCONF_CFLAGS@
145
219
GCONF_LIBS = @GCONF_LIBS@
147
221
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
148
222
GCONF_SHARP_20_CFLAGS = @GCONF_SHARP_20_CFLAGS@
149
223
GCONF_SHARP_20_LIBS = @GCONF_SHARP_20_LIBS@
 
224
GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
 
225
GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@
150
226
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
151
227
GIO_CFLAGS = @GIO_CFLAGS@
152
228
GIO_LIBS = @GIO_LIBS@
153
 
GIO_SHARP_ASSEMBLIES = @GIO_SHARP_ASSEMBLIES@
154
229
GIO_SHARP_CFLAGS = @GIO_SHARP_CFLAGS@
155
230
GIO_SHARP_LIBS = @GIO_SHARP_LIBS@
 
231
GKEYFILE_SHARP_CFLAGS = @GKEYFILE_SHARP_CFLAGS@
 
232
GKEYFILE_SHARP_LIBS = @GKEYFILE_SHARP_LIBS@
156
233
GLIB_CFLAGS = @GLIB_CFLAGS@
157
234
GLIB_LIBS = @GLIB_LIBS@
158
235
GLIB_SHARP_20_CFLAGS = @GLIB_SHARP_20_CFLAGS@
160
237
GMCS = @GMCS@
161
238
GMOFILES = @GMOFILES@
162
239
GMSGFMT = @GMSGFMT@
163
 
GNOME_DESKTOP_SHARP_20_CFLAGS = @GNOME_DESKTOP_SHARP_20_CFLAGS@
164
 
GNOME_DESKTOP_SHARP_20_LIBS = @GNOME_DESKTOP_SHARP_20_LIBS@
165
240
GNOME_KEYRING_SHARP_CFLAGS = @GNOME_KEYRING_SHARP_CFLAGS@
166
241
GNOME_KEYRING_SHARP_LIBS = @GNOME_KEYRING_SHARP_LIBS@
167
242
GREP = @GREP@
186
261
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
187
262
LDFLAGS = @LDFLAGS@
188
263
LIBOBJS = @LIBOBJS@
189
 
LIBRSVG_SHARP_CFLAGS = @LIBRSVG_SHARP_CFLAGS@
190
 
LIBRSVG_SHARP_LIBS = @LIBRSVG_SHARP_LIBS@
191
264
LIBS = @LIBS@
192
265
LTLIBOBJS = @LTLIBOBJS@
193
266
MAKEINFO = @MAKEINFO@
232
305
USE_NLS = @USE_NLS@
233
306
VERSION = @VERSION@
234
307
VERSION_INFO = @VERSION_INFO@
235
 
WNCK_SHARP_10_CFLAGS = @WNCK_SHARP_10_CFLAGS@
 
308
WNCK_CFLAGS = @WNCK_CFLAGS@
 
309
WNCK_LIBS = @WNCK_LIBS@
236
310
WNCK_SHARP_10_LIBS = @WNCK_SHARP_10_LIBS@
237
311
XGETTEXT = @XGETTEXT@
238
312
abs_builddir = @abs_builddir@
298
372
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/hicolor/24x24/Makefile'; \
299
373
        $(am__cd) $(top_srcdir) && \
300
374
          $(AUTOMAKE) --foreign data/icons/hicolor/24x24/Makefile
301
 
.PRECIOUS: Makefile
302
375
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
303
376
        @case '$?' in \
304
377
          *config.status*) \
323
396
# (1) if the variable is set in 'config.status', edit 'config.status'
324
397
#     (which will cause the Makefiles to be regenerated when you run 'make');
325
398
# (2) otherwise, pass the desired values on the 'make' command line.
326
 
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
327
 
        @fail= failcom='exit 1'; \
328
 
        for f in x $$MAKEFLAGS; do \
329
 
          case $$f in \
330
 
            *=* | --[!k]*);; \
331
 
            *k*) failcom='fail=yes';; \
332
 
          esac; \
333
 
        done; \
 
399
$(am__recursive_targets):
 
400
        @fail=; \
 
401
        if $(am__make_keepgoing); then \
 
402
          failcom='fail=yes'; \
 
403
        else \
 
404
          failcom='exit 1'; \
 
405
        fi; \
334
406
        dot_seen=no; \
335
407
        target=`echo $@ | sed s/-recursive//`; \
336
408
        case "$@" in \
351
423
        if test "$$dot_seen" = "no"; then \
352
424
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
353
425
        fi; test -z "$$fail"
354
 
tags-recursive:
355
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
356
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
357
 
        done
358
 
ctags-recursive:
359
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
360
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
361
 
        done
362
 
cscopelist-recursive:
363
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
364
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
365
 
        done
366
 
 
367
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
368
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
369
 
        unique=`for i in $$list; do \
370
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
371
 
          done | \
372
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
373
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
374
 
        mkid -fID $$unique
375
 
tags: TAGS
376
 
 
377
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
378
 
                $(TAGS_FILES) $(LISP)
 
426
 
 
427
ID: $(am__tagged_files)
 
428
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
429
tags: tags-recursive
 
430
TAGS: tags
 
431
 
 
432
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
379
433
        set x; \
380
434
        here=`pwd`; \
381
435
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
391
445
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
392
446
          fi; \
393
447
        done; \
394
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
395
 
        unique=`for i in $$list; do \
396
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
397
 
          done | \
398
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
399
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
448
        $(am__define_uniq_tagged_files); \
400
449
        shift; \
401
450
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
402
451
          test -n "$$unique" || unique=$$empty_fix; \
408
457
              $$unique; \
409
458
          fi; \
410
459
        fi
411
 
ctags: CTAGS
412
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
413
 
                $(TAGS_FILES) $(LISP)
414
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
415
 
        unique=`for i in $$list; do \
416
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
417
 
          done | \
418
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
419
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
460
ctags: ctags-recursive
 
461
 
 
462
CTAGS: ctags
 
463
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
464
        $(am__define_uniq_tagged_files); \
420
465
        test -z "$(CTAGS_ARGS)$$unique" \
421
466
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
422
467
             $$unique
425
470
        here=`$(am__cd) $(top_builddir) && pwd` \
426
471
          && $(am__cd) $(top_srcdir) \
427
472
          && gtags -i $(GTAGS_ARGS) "$$here"
 
473
cscopelist: cscopelist-recursive
428
474
 
429
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
430
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
475
cscopelist-am: $(am__tagged_files)
 
476
        list='$(am__tagged_files)'; \
431
477
        case "$(srcdir)" in \
432
478
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
433
479
          *) sdir=$(subdir)/$(srcdir) ;; \
599
645
 
600
646
uninstall-am:
601
647
 
602
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
603
 
        cscopelist-recursive ctags-recursive install-am install-strip \
604
 
        tags-recursive
 
648
.MAKE: $(am__recursive_targets) install-am install-strip
605
649
 
606
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
607
 
        all all-am check check-am clean clean-generic cscopelist \
608
 
        cscopelist-recursive ctags ctags-recursive distclean \
609
 
        distclean-generic distclean-tags distdir dvi dvi-am html \
610
 
        html-am info info-am install install-am install-data \
 
650
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
651
        check-am clean clean-generic cscopelist-am ctags ctags-am \
 
652
        distclean distclean-generic distclean-tags distdir dvi dvi-am \
 
653
        html html-am info info-am install install-am install-data \
611
654
        install-data-am install-dvi install-dvi-am install-exec \
612
655
        install-exec-am install-html install-html-am install-info \
613
656
        install-info-am install-man install-pdf install-pdf-am \
614
657
        install-ps install-ps-am install-strip installcheck \
615
658
        installcheck-am installdirs installdirs-am maintainer-clean \
616
659
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
617
 
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
 
660
        pdf-am ps ps-am tags tags-am uninstall uninstall-am
 
661
 
 
662
.PRECIOUS: Makefile
618
663
 
619
664
 
620
665
# Tell versions [3.59,3.63) of GNU make to not export all variables.