~ubuntu-branches/ubuntu/precise/gwibber/precise-proposed

« back to all changes in this revision

Viewing changes to data/icons/breakdance/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-07-15 17:14:14 UTC
  • mto: This revision was merged to the branch mainline in revision 80.
  • Revision ID: james.westby@ubuntu.com-20110715171414-80ca971vzd56gtmh
Tags: upstream-3.1.2
ImportĀ upstreamĀ versionĀ 3.1.2

Show diffs side-by-side

added added

removed removed

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