~ubuntu-branches/ubuntu/maverick/gcompris/maverick

« back to all changes in this revision

Viewing changes to src/electric-activity/resources/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Marc Gariepy, Marc Gariepy, Stephane Graber
  • Date: 2010-01-04 17:42:49 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100104174249-7bupatd9dtxyhvs4
Tags: 9.0-0ubuntu1
[Marc Gariepy]
* New upstream release (9.0).
* Remove cache.c from POTFILES to avoid FTBFS
* Remove unneeded rm in debian/rules (file no longer exists upstream)

[Stephane Graber]
* Bump Debian standards to 3.8.3
* Add patch system (dpatch)

Show diffs side-by-side

added added

removed removed

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