~oem-solutions-group/unity-2d/indicator-sound

« back to all changes in this revision

Viewing changes to data/icons/Makefile.in

  • Committer: Ken VanDine
  • Date: 2010-09-14 19:13:49 UTC
  • mfrom: (28.2.108 indicator-sound)
  • mto: This revision was merged to the branch mainline in revision 71.
  • Revision ID: ken.vandine@canonical.com-20100914191349-pp888e13xbemy0kc
Tags: upstream-0.4.5
ImportĀ upstreamĀ versionĀ 0.4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
23
install_sh_DATA = $(install_sh) -c -m 644
 
24
install_sh_PROGRAM = $(install_sh) -c
 
25
install_sh_SCRIPT = $(install_sh) -c
 
26
INSTALL_HEADER = $(INSTALL_DATA)
 
27
transform = $(program_transform_name)
 
28
NORMAL_INSTALL = :
 
29
PRE_INSTALL = :
 
30
POST_INSTALL = :
 
31
NORMAL_UNINSTALL = :
 
32
PRE_UNINSTALL = :
 
33
POST_UNINSTALL = :
 
34
build_triplet = @build@
 
35
host_triplet = @host@
 
36
subdir = data/icons
 
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
39
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
41
        $(ACLOCAL_M4)
 
42
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
43
CONFIG_HEADER = $(top_builddir)/config.h
 
44
CONFIG_CLEAN_FILES =
 
45
CONFIG_CLEAN_VPATH_FILES =
 
46
AM_V_GEN = $(am__v_GEN_$(V))
 
47
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
48
am__v_GEN_0 = @echo "  GEN   " $@;
 
49
AM_V_at = $(am__v_at_$(V))
 
50
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
51
am__v_at_0 = @
 
52
SOURCES =
 
53
DIST_SOURCES =
 
54
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
55
        html-recursive info-recursive install-data-recursive \
 
56
        install-dvi-recursive install-exec-recursive \
 
57
        install-html-recursive install-info-recursive \
 
58
        install-pdf-recursive install-ps-recursive install-recursive \
 
59
        installcheck-recursive installdirs-recursive pdf-recursive \
 
60
        ps-recursive uninstall-recursive
 
61
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
62
  distclean-recursive maintainer-clean-recursive
 
63
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
64
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
65
        distdir
 
66
ETAGS = etags
 
67
CTAGS = ctags
 
68
DIST_SUBDIRS = $(SUBDIRS)
 
69
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
70
am__relativize = \
 
71
  dir0=`pwd`; \
 
72
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
73
  sed_rest='s,^[^/]*/*,,'; \
 
74
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
75
  sed_butlast='s,/*[^/]*$$,,'; \
 
76
  while test -n "$$dir1"; do \
 
77
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
78
    if test "$$first" != "."; then \
 
79
      if test "$$first" = ".."; then \
 
80
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
81
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
82
      else \
 
83
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
84
        if test "$$first2" = "$$first"; then \
 
85
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
86
        else \
 
87
          dir2="../$$dir2"; \
 
88
        fi; \
 
89
        dir0="$$dir0"/"$$first"; \
 
90
      fi; \
 
91
    fi; \
 
92
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
93
  done; \
 
94
  reldir="$$dir2"
 
95
ACLOCAL = @ACLOCAL@
 
96
ALL_LINGUAS = @ALL_LINGUAS@
 
97
AMTAR = @AMTAR@
 
98
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
99
APPLET_CFLAGS = @APPLET_CFLAGS@
 
100
APPLET_LIBS = @APPLET_LIBS@
 
101
AR = @AR@
 
102
AUTOCONF = @AUTOCONF@
 
103
AUTOHEADER = @AUTOHEADER@
 
104
AUTOMAKE = @AUTOMAKE@
 
105
AWK = @AWK@
 
106
CATALOGS = @CATALOGS@
 
107
CATOBJEXT = @CATOBJEXT@
 
108
CC = @CC@
 
109
CCDEPMODE = @CCDEPMODE@
 
110
CFLAGS = @CFLAGS@
 
111
CPP = @CPP@
 
112
CPPFLAGS = @CPPFLAGS@
 
113
CYGPATH_W = @CYGPATH_W@
 
114
DATADIRNAME = @DATADIRNAME@
 
115
DBUSSERVICEDIR = @DBUSSERVICEDIR@
 
116
DEFS = @DEFS@
 
117
DEPDIR = @DEPDIR@
 
118
DSYMUTIL = @DSYMUTIL@
 
119
DUMPBIN = @DUMPBIN@
 
120
ECHO_C = @ECHO_C@
 
121
ECHO_N = @ECHO_N@
 
122
ECHO_T = @ECHO_T@
 
123
EGREP = @EGREP@
 
124
EXEEXT = @EXEEXT@
 
125
FGREP = @FGREP@
 
126
GCONFTOOL = @GCONFTOOL@
 
127
GCONF_CFLAGS = @GCONF_CFLAGS@
 
128
GCONF_LIBS = @GCONF_LIBS@
 
129
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
130
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
 
131
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
132
GMOFILES = @GMOFILES@
 
133
GMSGFMT = @GMSGFMT@
 
134
GNOMELOCALEDIR = @GNOMELOCALEDIR@
 
135
GREP = @GREP@
 
136
INDICATORDIR = @INDICATORDIR@
 
137
INDICATORICONSDIR = @INDICATORICONSDIR@
 
138
INSTALL = @INSTALL@
 
139
INSTALL_DATA = @INSTALL_DATA@
 
140
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
141
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
142
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
143
INSTOBJEXT = @INSTOBJEXT@
 
144
INTLLIBS = @INTLLIBS@
 
145
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
146
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
147
INTLTOOL_PERL = @INTLTOOL_PERL@
 
148
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
149
LD = @LD@
 
150
LDFLAGS = @LDFLAGS@
 
151
LIBOBJS = @LIBOBJS@
 
152
LIBS = @LIBS@
 
153
LIBTOOL = @LIBTOOL@
 
154
LIPO = @LIPO@
 
155
LN_S = @LN_S@
 
156
LTLIBOBJS = @LTLIBOBJS@
 
157
MAINT = @MAINT@
 
158
MAKEINFO = @MAKEINFO@
 
159
MKDIR_P = @MKDIR_P@
 
160
MKINSTALLDIRS = @MKINSTALLDIRS@
 
161
MSGFMT = @MSGFMT@
 
162
MSGFMT_OPTS = @MSGFMT_OPTS@
 
163
MSGMERGE = @MSGMERGE@
 
164
NM = @NM@
 
165
NMEDIT = @NMEDIT@
 
166
OBJDUMP = @OBJDUMP@
 
167
OBJEXT = @OBJEXT@
 
168
OTOOL = @OTOOL@
 
169
OTOOL64 = @OTOOL64@
 
170
PACKAGE = @PACKAGE@
 
171
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
172
PACKAGE_NAME = @PACKAGE_NAME@
 
173
PACKAGE_STRING = @PACKAGE_STRING@
 
174
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
175
PACKAGE_URL = @PACKAGE_URL@
 
176
PACKAGE_VERSION = @PACKAGE_VERSION@
 
177
PATH_SEPARATOR = @PATH_SEPARATOR@
 
178
PKG_CONFIG = @PKG_CONFIG@
 
179
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
180
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
181
POFILES = @POFILES@
 
182
POSUB = @POSUB@
 
183
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
184
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
185
PULSEAUDIO_CFLAGS = @PULSEAUDIO_CFLAGS@
 
186
PULSEAUDIO_LIBS = @PULSEAUDIO_LIBS@
 
187
RANLIB = @RANLIB@
 
188
SED = @SED@
 
189
SET_MAKE = @SET_MAKE@
 
190
SHELL = @SHELL@
 
191
SOUNDERVICE_LIBS = @SOUNDERVICE_LIBS@
 
192
SOUNDSERVICE_CFLAGS = @SOUNDSERVICE_CFLAGS@
 
193
SOUNDSERVICE_LIBS = @SOUNDSERVICE_LIBS@
 
194
STRIP = @STRIP@
 
195
USE_NLS = @USE_NLS@
 
196
VALAC = @VALAC@
 
197
VERSION = @VERSION@
 
198
XGETTEXT = @XGETTEXT@
 
199
abs_builddir = @abs_builddir@
 
200
abs_srcdir = @abs_srcdir@
 
201
abs_top_builddir = @abs_top_builddir@
 
202
abs_top_srcdir = @abs_top_srcdir@
 
203
ac_ct_CC = @ac_ct_CC@
 
204
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
205
am__include = @am__include@
 
206
am__leading_dot = @am__leading_dot@
 
207
am__quote = @am__quote@
 
208
am__tar = @am__tar@
 
209
am__untar = @am__untar@
 
210
bindir = @bindir@
 
211
build = @build@
 
212
build_alias = @build_alias@
 
213
build_cpu = @build_cpu@
 
214
build_os = @build_os@
 
215
build_vendor = @build_vendor@
 
216
builddir = @builddir@
 
217
datadir = @datadir@
 
218
datarootdir = @datarootdir@
 
219
docdir = @docdir@
 
220
dvidir = @dvidir@
 
221
exec_prefix = @exec_prefix@
 
222
host = @host@
 
223
host_alias = @host_alias@
 
224
host_cpu = @host_cpu@
 
225
host_os = @host_os@
 
226
host_vendor = @host_vendor@
 
227
htmldir = @htmldir@
 
228
includedir = @includedir@
 
229
infodir = @infodir@
 
230
install_sh = @install_sh@
 
231
libdir = @libdir@
 
232
libexecdir = @libexecdir@
 
233
localedir = @localedir@
 
234
localstatedir = @localstatedir@
 
235
lt_ECHO = @lt_ECHO@
 
236
mandir = @mandir@
 
237
mkdir_p = @mkdir_p@
 
238
oldincludedir = @oldincludedir@
 
239
pdfdir = @pdfdir@
 
240
prefix = @prefix@
 
241
program_transform_name = @program_transform_name@
 
242
psdir = @psdir@
 
243
sbindir = @sbindir@
 
244
sharedstatedir = @sharedstatedir@
 
245
srcdir = @srcdir@
 
246
sysconfdir = @sysconfdir@
 
247
target_alias = @target_alias@
 
248
top_build_prefix = @top_build_prefix@
 
249
top_builddir = @top_builddir@
 
250
top_srcdir = @top_srcdir@
 
251
SUBDIRS = scalable 16x16
 
252
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(pkgdatadir)/icons/hicolor
 
253
all: all-recursive
 
254
 
 
255
.SUFFIXES:
 
256
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
257
        @for dep in $?; do \
 
258
          case '$(am__configure_deps)' in \
 
259
            *$$dep*) \
 
260
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
261
                && { if test -f $@; then exit 0; else break; fi; }; \
 
262
              exit 1;; \
 
263
          esac; \
 
264
        done; \
 
265
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/icons/Makefile'; \
 
266
        $(am__cd) $(top_srcdir) && \
 
267
          $(AUTOMAKE) --gnu data/icons/Makefile
 
268
.PRECIOUS: Makefile
 
269
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
270
        @case '$?' in \
 
271
          *config.status*) \
 
272
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
273
          *) \
 
274
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
275
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
276
        esac;
 
277
 
 
278
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
279
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
280
 
 
281
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
282
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
283
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
284
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
285
$(am__aclocal_m4_deps):
 
286
 
 
287
mostlyclean-libtool:
 
288
        -rm -f *.lo
 
289
 
 
290
clean-libtool:
 
291
        -rm -rf .libs _libs
 
292
 
 
293
# This directory's subdirectories are mostly independent; you can cd
 
294
# into them and run `make' without going through this Makefile.
 
295
# To change the values of `make' variables: instead of editing Makefiles,
 
296
# (1) if the variable is set in `config.status', edit `config.status'
 
297
#     (which will cause the Makefiles to be regenerated when you run `make');
 
298
# (2) otherwise, pass the desired values on the `make' command line.
 
299
$(RECURSIVE_TARGETS):
 
300
        @fail= failcom='exit 1'; \
 
301
        for f in x $$MAKEFLAGS; do \
 
302
          case $$f in \
 
303
            *=* | --[!k]*);; \
 
304
            *k*) failcom='fail=yes';; \
 
305
          esac; \
 
306
        done; \
 
307
        dot_seen=no; \
 
308
        target=`echo $@ | sed s/-recursive//`; \
 
309
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
310
          echo "Making $$target in $$subdir"; \
 
311
          if test "$$subdir" = "."; then \
 
312
            dot_seen=yes; \
 
313
            local_target="$$target-am"; \
 
314
          else \
 
315
            local_target="$$target"; \
 
316
          fi; \
 
317
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
318
          || eval $$failcom; \
 
319
        done; \
 
320
        if test "$$dot_seen" = "no"; then \
 
321
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
322
        fi; test -z "$$fail"
 
323
 
 
324
$(RECURSIVE_CLEAN_TARGETS):
 
325
        @fail= failcom='exit 1'; \
 
326
        for f in x $$MAKEFLAGS; do \
 
327
          case $$f in \
 
328
            *=* | --[!k]*);; \
 
329
            *k*) failcom='fail=yes';; \
 
330
          esac; \
 
331
        done; \
 
332
        dot_seen=no; \
 
333
        case "$@" in \
 
334
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
335
          *) list='$(SUBDIRS)' ;; \
 
336
        esac; \
 
337
        rev=''; for subdir in $$list; do \
 
338
          if test "$$subdir" = "."; then :; else \
 
339
            rev="$$subdir $$rev"; \
 
340
          fi; \
 
341
        done; \
 
342
        rev="$$rev ."; \
 
343
        target=`echo $@ | sed s/-recursive//`; \
 
344
        for subdir in $$rev; do \
 
345
          echo "Making $$target in $$subdir"; \
 
346
          if test "$$subdir" = "."; then \
 
347
            local_target="$$target-am"; \
 
348
          else \
 
349
            local_target="$$target"; \
 
350
          fi; \
 
351
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
352
          || eval $$failcom; \
 
353
        done && 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
 
 
363
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
364
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
365
        unique=`for i in $$list; do \
 
366
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
367
          done | \
 
368
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
369
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
370
        mkid -fID $$unique
 
371
tags: TAGS
 
372
 
 
373
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
374
                $(TAGS_FILES) $(LISP)
 
375
        set x; \
 
376
        here=`pwd`; \
 
377
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
378
          include_option=--etags-include; \
 
379
          empty_fix=.; \
 
380
        else \
 
381
          include_option=--include; \
 
382
          empty_fix=; \
 
383
        fi; \
 
384
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
385
          if test "$$subdir" = .; then :; else \
 
386
            test ! -f $$subdir/TAGS || \
 
387
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
388
          fi; \
 
389
        done; \
 
390
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
391
        unique=`for i in $$list; do \
 
392
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
393
          done | \
 
394
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
395
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
396
        shift; \
 
397
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
398
          test -n "$$unique" || unique=$$empty_fix; \
 
399
          if test $$# -gt 0; then \
 
400
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
401
              "$$@" $$unique; \
 
402
          else \
 
403
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
404
              $$unique; \
 
405
          fi; \
 
406
        fi
 
407
ctags: CTAGS
 
408
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
409
                $(TAGS_FILES) $(LISP)
 
410
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
411
        unique=`for i in $$list; do \
 
412
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
413
          done | \
 
414
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
415
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
416
        test -z "$(CTAGS_ARGS)$$unique" \
 
417
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
418
             $$unique
 
419
 
 
420
GTAGS:
 
421
        here=`$(am__cd) $(top_builddir) && pwd` \
 
422
          && $(am__cd) $(top_srcdir) \
 
423
          && gtags -i $(GTAGS_ARGS) "$$here"
 
424
 
 
425
distclean-tags:
 
426
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
427
 
 
428
distdir: $(DISTFILES)
 
429
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
430
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
431
        list='$(DISTFILES)'; \
 
432
          dist_files=`for file in $$list; do echo $$file; done | \
 
433
          sed -e "s|^$$srcdirstrip/||;t" \
 
434
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
435
        case $$dist_files in \
 
436
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
437
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
438
                           sort -u` ;; \
 
439
        esac; \
 
440
        for file in $$dist_files; do \
 
441
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
442
          if test -d $$d/$$file; then \
 
443
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
444
            if test -d "$(distdir)/$$file"; then \
 
445
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
446
            fi; \
 
447
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
448
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
449
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
450
            fi; \
 
451
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
452
          else \
 
453
            test -f "$(distdir)/$$file" \
 
454
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
455
            || exit 1; \
 
456
          fi; \
 
457
        done
 
458
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
459
          if test "$$subdir" = .; then :; else \
 
460
            test -d "$(distdir)/$$subdir" \
 
461
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
462
            || exit 1; \
 
463
          fi; \
 
464
        done
 
465
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
466
          if test "$$subdir" = .; then :; else \
 
467
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
468
            $(am__relativize); \
 
469
            new_distdir=$$reldir; \
 
470
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
471
            $(am__relativize); \
 
472
            new_top_distdir=$$reldir; \
 
473
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
474
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
475
            ($(am__cd) $$subdir && \
 
476
              $(MAKE) $(AM_MAKEFLAGS) \
 
477
                top_distdir="$$new_top_distdir" \
 
478
                distdir="$$new_distdir" \
 
479
                am__remove_distdir=: \
 
480
                am__skip_length_check=: \
 
481
                am__skip_mode_fix=: \
 
482
                distdir) \
 
483
              || exit 1; \
 
484
          fi; \
 
485
        done
 
486
check-am: all-am
 
487
check: check-recursive
 
488
all-am: Makefile
 
489
installdirs: installdirs-recursive
 
490
installdirs-am:
 
491
install: install-recursive
 
492
install-exec: install-exec-recursive
 
493
install-data: install-data-recursive
 
494
uninstall: uninstall-recursive
 
495
 
 
496
install-am: all-am
 
497
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
498
 
 
499
installcheck: installcheck-recursive
 
500
install-strip:
 
501
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
502
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
503
          `test -z '$(STRIP)' || \
 
504
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
505
mostlyclean-generic:
 
506
 
 
507
clean-generic:
 
508
 
 
509
distclean-generic:
 
510
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
511
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
512
 
 
513
maintainer-clean-generic:
 
514
        @echo "This command is intended for maintainers to use"
 
515
        @echo "it deletes files that may require special tools to rebuild."
 
516
clean: clean-recursive
 
517
 
 
518
clean-am: clean-generic clean-libtool mostlyclean-am
 
519
 
 
520
distclean: distclean-recursive
 
521
        -rm -f Makefile
 
522
distclean-am: clean-am distclean-generic distclean-tags
 
523
 
 
524
dvi: dvi-recursive
 
525
 
 
526
dvi-am:
 
527
 
 
528
html: html-recursive
 
529
 
 
530
html-am:
 
531
 
 
532
info: info-recursive
 
533
 
 
534
info-am:
 
535
 
 
536
install-data-am:
 
537
        @$(NORMAL_INSTALL)
 
538
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
 
539
install-dvi: install-dvi-recursive
 
540
 
 
541
install-dvi-am:
 
542
 
 
543
install-exec-am:
 
544
 
 
545
install-html: install-html-recursive
 
546
 
 
547
install-html-am:
 
548
 
 
549
install-info: install-info-recursive
 
550
 
 
551
install-info-am:
 
552
 
 
553
install-man:
 
554
 
 
555
install-pdf: install-pdf-recursive
 
556
 
 
557
install-pdf-am:
 
558
 
 
559
install-ps: install-ps-recursive
 
560
 
 
561
install-ps-am:
 
562
 
 
563
installcheck-am:
 
564
 
 
565
maintainer-clean: maintainer-clean-recursive
 
566
        -rm -f Makefile
 
567
maintainer-clean-am: distclean-am maintainer-clean-generic
 
568
 
 
569
mostlyclean: mostlyclean-recursive
 
570
 
 
571
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
572
 
 
573
pdf: pdf-recursive
 
574
 
 
575
pdf-am:
 
576
 
 
577
ps: ps-recursive
 
578
 
 
579
ps-am:
 
580
 
 
581
uninstall-am:
 
582
        @$(NORMAL_INSTALL)
 
583
        $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
 
584
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
585
        install-am install-data-am install-strip tags-recursive \
 
586
        uninstall-am
 
587
 
 
588
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
589
        all all-am check check-am clean clean-generic clean-libtool \
 
590
        ctags ctags-recursive distclean distclean-generic \
 
591
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
592
        html-am info info-am install install-am install-data \
 
593
        install-data-am install-data-hook install-dvi install-dvi-am \
 
594
        install-exec install-exec-am install-html install-html-am \
 
595
        install-info install-info-am install-man install-pdf \
 
596
        install-pdf-am install-ps install-ps-am install-strip \
 
597
        installcheck installcheck-am installdirs installdirs-am \
 
598
        maintainer-clean maintainer-clean-generic mostlyclean \
 
599
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
600
        tags tags-recursive uninstall uninstall-am uninstall-hook
 
601
 
 
602
 
 
603
install-data-hook: update-icon-cache
 
604
uninstall-hook: update-icon-cache
 
605
update-icon-cache:
 
606
        @-if test -z "$(DESTDIR)"; then \
 
607
                echo "Updating Gtk icon cache."; \
 
608
                $(gtk_update_icon_cache); \
 
609
        else \
 
610
                echo "*** Icon cache not updated.  After (un)install, run this:"; \
 
611
                echo "***   $(gtk_update_icon_cache)"; \
 
612
        fi
 
613
 
 
614
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
615
# Otherwise a system limit (for SysV at least) may be exceeded.
 
616
.NOEXPORT: