~attente/gnome-themes-extra/1285783

« back to all changes in this revision

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