~ubuntu-branches/ubuntu/precise/gcompris/precise

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Yann Dirson
  • Date: 2010-06-27 22:51:30 UTC
  • mfrom: (1.1.16 upstream) (5.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100627225130-mf7h4m5r8m7bd9fb
Tags: 9.3-1
* New upstream release.
* Drop GTK_DISABLE_DEPRECATED patch, useless for now.
* Provide RELEASE_NOTE_9.3.txt downloaded from sourceforge.
* New voice package for Asturian.

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