~attente/gnome-themes-extra/1285783

« back to all changes in this revision

Viewing changes to debian/HighContrastInverse/icons/48x48/Makefile.in

  • Committer: Jeremy Bicha
  • Date: 2012-10-02 04:57:55 UTC
  • Revision ID: jbicha@ubuntu.com-20121002045755-wubael9krmrgu8bl
* New upstream release.
* debian/HighContrastInverse/ debian/LowContrast:
  - Copy the dropped a11y themes
* debian/source/include-binaries:
  - List all the binary image files we're adding
* debian/rules:
  - Install themes into build directory
  - Move utils rule above autoreconf so that the above works
* debian/patches/revert-drop-a11y-themes:
  - Add the a11y themes back to the build scripts

Show diffs side-by-side

added added

removed removed

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