~ubuntu-branches/ubuntu/trusty/pitivi/trusty

« back to all changes in this revision

Viewing changes to icons/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-07-07 13:43:47 UTC
  • mto: (6.1.9 sid) (1.2.12)
  • mto: This revision was merged to the branch mainline in revision 32.
  • Revision ID: james.westby@ubuntu.com-20110707134347-cari9kxjiakzej9z
Tags: upstream-0.14.1
ImportĀ upstreamĀ versionĀ 0.14.1

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
 
subdir = icons
35
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
36
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37
 
am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
38
 
        $(top_srcdir)/common/m4/as-python.m4 \
39
 
        $(top_srcdir)/common/m4/as-version.m4 \
40
 
        $(top_srcdir)/common/m4/glib-gettext.m4 \
41
 
        $(top_srcdir)/configure.ac
42
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
 
        $(ACLOCAL_M4)
44
 
mkinstalldirs = $(install_sh) -d
45
 
CONFIG_CLEAN_FILES =
46
 
CONFIG_CLEAN_VPATH_FILES =
47
 
SOURCES =
48
 
DIST_SOURCES =
49
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
50
 
        html-recursive info-recursive install-data-recursive \
51
 
        install-dvi-recursive install-exec-recursive \
52
 
        install-html-recursive install-info-recursive \
53
 
        install-pdf-recursive install-ps-recursive install-recursive \
54
 
        installcheck-recursive installdirs-recursive pdf-recursive \
55
 
        ps-recursive uninstall-recursive
56
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
57
 
  distclean-recursive maintainer-clean-recursive
58
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
59
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
60
 
        distdir
61
 
ETAGS = etags
62
 
CTAGS = ctags
63
 
DIST_SUBDIRS = $(SUBDIRS)
64
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
65
 
am__relativize = \
66
 
  dir0=`pwd`; \
67
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
68
 
  sed_rest='s,^[^/]*/*,,'; \
69
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
70
 
  sed_butlast='s,/*[^/]*$$,,'; \
71
 
  while test -n "$$dir1"; do \
72
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
73
 
    if test "$$first" != "."; then \
74
 
      if test "$$first" = ".."; then \
75
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
76
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
77
 
      else \
78
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
79
 
        if test "$$first2" = "$$first"; then \
80
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
81
 
        else \
82
 
          dir2="../$$dir2"; \
83
 
        fi; \
84
 
        dir0="$$dir0"/"$$first"; \
85
 
      fi; \
86
 
    fi; \
87
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
88
 
  done; \
89
 
  reldir="$$dir2"
90
 
ACLOCAL = @ACLOCAL@
91
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
92
 
ALL_LINGUAS = @ALL_LINGUAS@
93
 
AMTAR = @AMTAR@
94
 
AUTOCONF = @AUTOCONF@
95
 
AUTOHEADER = @AUTOHEADER@
96
 
AUTOMAKE = @AUTOMAKE@
97
 
AWK = @AWK@
98
 
CATALOGS = @CATALOGS@
99
 
CATOBJEXT = @CATOBJEXT@
100
 
CC = @CC@
101
 
CCDEPMODE = @CCDEPMODE@
102
 
CFLAGS = @CFLAGS@
103
 
CONFIGURED_GST_PLUGIN_PATH = @CONFIGURED_GST_PLUGIN_PATH@
104
 
CONFIGURED_LD_LIBRARY_PATH = @CONFIGURED_LD_LIBRARY_PATH@
105
 
CONFIGURED_PYTHONPATH = @CONFIGURED_PYTHONPATH@
106
 
CPP = @CPP@
107
 
CPPFLAGS = @CPPFLAGS@
108
 
CYGPATH_W = @CYGPATH_W@
109
 
DATADIR = @DATADIR@
110
 
DATADIRNAME = @DATADIRNAME@
111
 
DEFS = @DEFS@
112
 
DEPDIR = @DEPDIR@
113
 
ECHO_C = @ECHO_C@
114
 
ECHO_N = @ECHO_N@
115
 
ECHO_T = @ECHO_T@
116
 
EGREP = @EGREP@
117
 
EXEEXT = @EXEEXT@
118
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
119
 
GMOFILES = @GMOFILES@
120
 
GMSGFMT = @GMSGFMT@
121
 
GNONLIN_REQ = @GNONLIN_REQ@
122
 
GREP = @GREP@
123
 
GST_REQ = @GST_REQ@
124
 
INSTALL = @INSTALL@
125
 
INSTALL_DATA = @INSTALL_DATA@
126
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
127
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
128
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
129
 
INSTOBJEXT = @INSTOBJEXT@
130
 
INTLLIBS = @INTLLIBS@
131
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
132
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
133
 
INTLTOOL_PERL = @INTLTOOL_PERL@
134
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
135
 
LDFLAGS = @LDFLAGS@
136
 
LIBDIR = @LIBDIR@
137
 
LIBOBJS = @LIBOBJS@
138
 
LIBS = @LIBS@
139
 
LOCALSTATEDIR = @LOCALSTATEDIR@
140
 
LTLIBOBJS = @LTLIBOBJS@
141
 
MAKEINFO = @MAKEINFO@
142
 
MKDIR_P = @MKDIR_P@
143
 
MKINSTALLDIRS = @MKINSTALLDIRS@
144
 
MSGFMT = @MSGFMT@
145
 
MSGFMT_OPTS = @MSGFMT_OPTS@
146
 
MSGMERGE = @MSGMERGE@
147
 
OBJEXT = @OBJEXT@
148
 
PACKAGE = @PACKAGE@
149
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
150
 
PACKAGE_NAME = @PACKAGE_NAME@
151
 
PACKAGE_STRING = @PACKAGE_STRING@
152
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
153
 
PACKAGE_URL = @PACKAGE_URL@
154
 
PACKAGE_VERSION = @PACKAGE_VERSION@
155
 
PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
156
 
PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
157
 
PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
158
 
PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
159
 
PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
160
 
PATH_SEPARATOR = @PATH_SEPARATOR@
161
 
POFILES = @POFILES@
162
 
POSUB = @POSUB@
163
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
164
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
165
 
PYCAIRO_REQ = @PYCAIRO_REQ@
166
 
PYGST_REQ = @PYGST_REQ@
167
 
PYGTK_REQ = @PYGTK_REQ@
168
 
PYTHON = @PYTHON@
169
 
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
170
 
PYTHON_PLATFORM = @PYTHON_PLATFORM@
171
 
PYTHON_PREFIX = @PYTHON_PREFIX@
172
 
PYTHON_VERSION = @PYTHON_VERSION@
173
 
SET_MAKE = @SET_MAKE@
174
 
SHELL = @SHELL@
175
 
STRIP = @STRIP@
176
 
SYSCONFDIR = @SYSCONFDIR@
177
 
USE_NLS = @USE_NLS@
178
 
VERSION = @VERSION@
179
 
XGETTEXT = @XGETTEXT@
180
 
abs_builddir = @abs_builddir@
181
 
abs_srcdir = @abs_srcdir@
182
 
abs_top_builddir = @abs_top_builddir@
183
 
abs_top_srcdir = @abs_top_srcdir@
184
 
ac_ct_CC = @ac_ct_CC@
185
 
am__include = @am__include@
186
 
am__leading_dot = @am__leading_dot@
187
 
am__quote = @am__quote@
188
 
am__tar = @am__tar@
189
 
am__untar = @am__untar@
190
 
bindir = @bindir@
191
 
build_alias = @build_alias@
192
 
builddir = @builddir@
193
 
datadir = @datadir@
194
 
datarootdir = @datarootdir@
195
 
docdir = @docdir@
196
 
dvidir = @dvidir@
197
 
exec_prefix = @exec_prefix@
198
 
host_alias = @host_alias@
199
 
htmldir = @htmldir@
200
 
includedir = @includedir@
201
 
infodir = @infodir@
202
 
install_sh = @install_sh@
203
 
libdir = @libdir@
204
 
libexecdir = @libexecdir@
205
 
localedir = @localedir@
206
 
localstatedir = @localstatedir@
207
 
mandir = @mandir@
208
 
mkdir_p = @mkdir_p@
209
 
oldincludedir = @oldincludedir@
210
 
pdfdir = @pdfdir@
211
 
pkgpyexecdir = @pkgpyexecdir@
212
 
pkgpythondir = @pkgpythondir@
213
 
prefix = @prefix@
214
 
program_transform_name = @program_transform_name@
215
 
psdir = @psdir@
216
 
pyexecdir = @pyexecdir@
217
 
pythondir = @pythondir@
218
 
sbindir = @sbindir@
219
 
sharedstatedir = @sharedstatedir@
220
 
srcdir = @srcdir@
221
 
sysconfdir = @sysconfdir@
222
 
target_alias = @target_alias@
223
 
top_build_prefix = @top_build_prefix@
224
 
top_builddir = @top_builddir@
225
 
top_srcdir = @top_srcdir@
226
 
SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable
227
 
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
228
 
all: all-recursive
229
 
 
230
 
.SUFFIXES:
231
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
232
 
        @for dep in $?; do \
233
 
          case '$(am__configure_deps)' in \
234
 
            *$$dep*) \
235
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
236
 
                && { if test -f $@; then exit 0; else break; fi; }; \
237
 
              exit 1;; \
238
 
          esac; \
239
 
        done; \
240
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu icons/Makefile'; \
241
 
        $(am__cd) $(top_srcdir) && \
242
 
          $(AUTOMAKE) --gnu icons/Makefile
243
 
.PRECIOUS: Makefile
244
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
245
 
        @case '$?' in \
246
 
          *config.status*) \
247
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
248
 
          *) \
249
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
250
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
251
 
        esac;
252
 
 
253
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
254
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255
 
 
256
 
$(top_srcdir)/configure:  $(am__configure_deps)
257
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
259
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260
 
$(am__aclocal_m4_deps):
261
 
 
262
 
# This directory's subdirectories are mostly independent; you can cd
263
 
# into them and run `make' without going through this Makefile.
264
 
# To change the values of `make' variables: instead of editing Makefiles,
265
 
# (1) if the variable is set in `config.status', edit `config.status'
266
 
#     (which will cause the Makefiles to be regenerated when you run `make');
267
 
# (2) otherwise, pass the desired values on the `make' command line.
268
 
$(RECURSIVE_TARGETS):
269
 
        @fail= failcom='exit 1'; \
270
 
        for f in x $$MAKEFLAGS; do \
271
 
          case $$f in \
272
 
            *=* | --[!k]*);; \
273
 
            *k*) failcom='fail=yes';; \
274
 
          esac; \
275
 
        done; \
276
 
        dot_seen=no; \
277
 
        target=`echo $@ | sed s/-recursive//`; \
278
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
279
 
          echo "Making $$target in $$subdir"; \
280
 
          if test "$$subdir" = "."; then \
281
 
            dot_seen=yes; \
282
 
            local_target="$$target-am"; \
283
 
          else \
284
 
            local_target="$$target"; \
285
 
          fi; \
286
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
287
 
          || eval $$failcom; \
288
 
        done; \
289
 
        if test "$$dot_seen" = "no"; then \
290
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
291
 
        fi; test -z "$$fail"
292
 
 
293
 
$(RECURSIVE_CLEAN_TARGETS):
294
 
        @fail= failcom='exit 1'; \
295
 
        for f in x $$MAKEFLAGS; do \
296
 
          case $$f in \
297
 
            *=* | --[!k]*);; \
298
 
            *k*) failcom='fail=yes';; \
299
 
          esac; \
300
 
        done; \
301
 
        dot_seen=no; \
302
 
        case "$@" in \
303
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
304
 
          *) list='$(SUBDIRS)' ;; \
305
 
        esac; \
306
 
        rev=''; for subdir in $$list; do \
307
 
          if test "$$subdir" = "."; then :; else \
308
 
            rev="$$subdir $$rev"; \
309
 
          fi; \
310
 
        done; \
311
 
        rev="$$rev ."; \
312
 
        target=`echo $@ | sed s/-recursive//`; \
313
 
        for subdir in $$rev; do \
314
 
          echo "Making $$target in $$subdir"; \
315
 
          if test "$$subdir" = "."; then \
316
 
            local_target="$$target-am"; \
317
 
          else \
318
 
            local_target="$$target"; \
319
 
          fi; \
320
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
321
 
          || eval $$failcom; \
322
 
        done && test -z "$$fail"
323
 
tags-recursive:
324
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
325
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
326
 
        done
327
 
ctags-recursive:
328
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
329
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
330
 
        done
331
 
 
332
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
333
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
334
 
        unique=`for i in $$list; do \
335
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
336
 
          done | \
337
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
338
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
339
 
        mkid -fID $$unique
340
 
tags: TAGS
341
 
 
342
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
343
 
                $(TAGS_FILES) $(LISP)
344
 
        set x; \
345
 
        here=`pwd`; \
346
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
347
 
          include_option=--etags-include; \
348
 
          empty_fix=.; \
349
 
        else \
350
 
          include_option=--include; \
351
 
          empty_fix=; \
352
 
        fi; \
353
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
354
 
          if test "$$subdir" = .; then :; else \
355
 
            test ! -f $$subdir/TAGS || \
356
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
357
 
          fi; \
358
 
        done; \
359
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
360
 
        unique=`for i in $$list; do \
361
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
362
 
          done | \
363
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
364
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
365
 
        shift; \
366
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
367
 
          test -n "$$unique" || unique=$$empty_fix; \
368
 
          if test $$# -gt 0; then \
369
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
370
 
              "$$@" $$unique; \
371
 
          else \
372
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
373
 
              $$unique; \
374
 
          fi; \
375
 
        fi
376
 
ctags: CTAGS
377
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
378
 
                $(TAGS_FILES) $(LISP)
379
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
380
 
        unique=`for i in $$list; do \
381
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
382
 
          done | \
383
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
384
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
385
 
        test -z "$(CTAGS_ARGS)$$unique" \
386
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
387
 
             $$unique
388
 
 
389
 
GTAGS:
390
 
        here=`$(am__cd) $(top_builddir) && pwd` \
391
 
          && $(am__cd) $(top_srcdir) \
392
 
          && gtags -i $(GTAGS_ARGS) "$$here"
393
 
 
394
 
distclean-tags:
395
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
396
 
 
397
 
distdir: $(DISTFILES)
398
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
399
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
400
 
        list='$(DISTFILES)'; \
401
 
          dist_files=`for file in $$list; do echo $$file; done | \
402
 
          sed -e "s|^$$srcdirstrip/||;t" \
403
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
404
 
        case $$dist_files in \
405
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
406
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
407
 
                           sort -u` ;; \
408
 
        esac; \
409
 
        for file in $$dist_files; do \
410
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
411
 
          if test -d $$d/$$file; then \
412
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
413
 
            if test -d "$(distdir)/$$file"; then \
414
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
415
 
            fi; \
416
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
417
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
418
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
419
 
            fi; \
420
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
421
 
          else \
422
 
            test -f "$(distdir)/$$file" \
423
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
424
 
            || exit 1; \
425
 
          fi; \
426
 
        done
427
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
428
 
          if test "$$subdir" = .; then :; else \
429
 
            test -d "$(distdir)/$$subdir" \
430
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
431
 
            || exit 1; \
432
 
          fi; \
433
 
        done
434
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
435
 
          if test "$$subdir" = .; then :; else \
436
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
437
 
            $(am__relativize); \
438
 
            new_distdir=$$reldir; \
439
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
440
 
            $(am__relativize); \
441
 
            new_top_distdir=$$reldir; \
442
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
443
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
444
 
            ($(am__cd) $$subdir && \
445
 
              $(MAKE) $(AM_MAKEFLAGS) \
446
 
                top_distdir="$$new_top_distdir" \
447
 
                distdir="$$new_distdir" \
448
 
                am__remove_distdir=: \
449
 
                am__skip_length_check=: \
450
 
                am__skip_mode_fix=: \
451
 
                distdir) \
452
 
              || exit 1; \
453
 
          fi; \
454
 
        done
455
 
check-am: all-am
456
 
check: check-recursive
457
 
all-am: Makefile
458
 
installdirs: installdirs-recursive
459
 
installdirs-am:
460
 
install: install-recursive
461
 
install-exec: install-exec-recursive
462
 
install-data: install-data-recursive
463
 
uninstall: uninstall-recursive
464
 
 
465
 
install-am: all-am
466
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
467
 
 
468
 
installcheck: installcheck-recursive
469
 
install-strip:
470
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
471
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
472
 
          `test -z '$(STRIP)' || \
473
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
474
 
mostlyclean-generic:
475
 
 
476
 
clean-generic:
477
 
 
478
 
distclean-generic:
479
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
480
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
481
 
 
482
 
maintainer-clean-generic:
483
 
        @echo "This command is intended for maintainers to use"
484
 
        @echo "it deletes files that may require special tools to rebuild."
485
 
clean: clean-recursive
486
 
 
487
 
clean-am: clean-generic mostlyclean-am
488
 
 
489
 
distclean: distclean-recursive
490
 
        -rm -f Makefile
491
 
distclean-am: clean-am distclean-generic distclean-tags
492
 
 
493
 
dvi: dvi-recursive
494
 
 
495
 
dvi-am:
496
 
 
497
 
html: html-recursive
498
 
 
499
 
html-am:
500
 
 
501
 
info: info-recursive
502
 
 
503
 
info-am:
504
 
 
505
 
install-data-am:
506
 
        @$(NORMAL_INSTALL)
507
 
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
508
 
install-dvi: install-dvi-recursive
509
 
 
510
 
install-dvi-am:
511
 
 
512
 
install-exec-am:
513
 
 
514
 
install-html: install-html-recursive
515
 
 
516
 
install-html-am:
517
 
 
518
 
install-info: install-info-recursive
519
 
 
520
 
install-info-am:
521
 
 
522
 
install-man:
523
 
 
524
 
install-pdf: install-pdf-recursive
525
 
 
526
 
install-pdf-am:
527
 
 
528
 
install-ps: install-ps-recursive
529
 
 
530
 
install-ps-am:
531
 
 
532
 
installcheck-am:
533
 
 
534
 
maintainer-clean: maintainer-clean-recursive
535
 
        -rm -f Makefile
536
 
maintainer-clean-am: distclean-am maintainer-clean-generic
537
 
 
538
 
mostlyclean: mostlyclean-recursive
539
 
 
540
 
mostlyclean-am: mostlyclean-generic
541
 
 
542
 
pdf: pdf-recursive
543
 
 
544
 
pdf-am:
545
 
 
546
 
ps: ps-recursive
547
 
 
548
 
ps-am:
549
 
 
550
 
uninstall-am:
551
 
 
552
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
553
 
        install-am install-data-am install-strip tags-recursive
554
 
 
555
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
556
 
        all all-am check check-am clean clean-generic ctags \
557
 
        ctags-recursive distclean distclean-generic distclean-tags \
558
 
        distdir dvi dvi-am html html-am info info-am install \
559
 
        install-am install-data install-data-am install-data-hook \
560
 
        install-dvi install-dvi-am install-exec install-exec-am \
561
 
        install-html install-html-am install-info install-info-am \
562
 
        install-man install-pdf install-pdf-am install-ps \
563
 
        install-ps-am install-strip installcheck installcheck-am \
564
 
        installdirs installdirs-am maintainer-clean \
565
 
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
566
 
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
567
 
 
568
 
install-data-hook: update-icon-cache
569
 
uinstall-hook: update-icon-cache
570
 
update-icon-cache:
571
 
        @-if test -z "$(DESTDIR)"; then \
572
 
                echo "Updating Gtk icon cache."; \
573
 
                $(gtk_update_icon_cache); \
574
 
        else \
575
 
                echo "*** Icon cache not updated.  After (un)install, run this:"; \
576
 
                echo "***   $(gtk_update_icon_cache)"; \
577
 
        fi
578
 
 
579
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
580
 
# Otherwise a system limit (for SysV at least) may be exceeded.
581
 
.NOEXPORT: