~ubuntu-branches/ubuntu/trusty/gnome-themes-standard/trusty-proposed

« back to all changes in this revision

Viewing changes to themes/HighContrast/icons/48x48/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Martin Pitt, Michael Biebl
  • Date: 2012-03-27 01:50:12 UTC
  • mfrom: (1.1.26)
  • Revision ID: package-import@ubuntu.com-20120327015012-2648o26dgjekojqq
Tags: 3.4.0-1
[ Martin Pitt ]
* New upstream release.
* debian/control.in: Update Vcs-* for experimental branch.
* debian/control.in: Add libcairo2-dev, libgdk-pixbuf2.0-dev, and
  libglib2.0-dev build dependencies as per configure.ac.
* Add 01_gtk-update-icon-cache_name.patch: Debian packaging uses
  gtk-update-icon-cache-3.0, update path in configure.ac.
* debian/control.in, debian/rules: Use dh-autoreconf, for the patch above.
* debian/control.in: Bump Standards-Version to 3.9.3 (no changes necessary).

[ Michael Biebl ]
* Add Build-Depends on libgtk-3-bin for gtk-update-icon-cache-3.0.

Show diffs side-by-side

added added

removed removed

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