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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-01-10 01:37:41 UTC
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: package-import@ubuntu.com-20120110013741-q90ulmfrj910igm3
Tags: upstream-12.01
ImportĀ upstreamĀ versionĀ 12.01

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