~ubuntu-branches/debian/sid/ember/sid

« back to all changes in this revision

Viewing changes to src/main/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2009-07-23 07:46:40 UTC
  • Revision ID: james.westby@ubuntu.com-20090723074640-wh0ukzis0kda36qv
Tags: upstream-0.5.6
ImportĀ upstreamĀ versionĀ 0.5.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.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  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
 
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@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
target_triplet = @target@
 
37
bin_PROGRAMS = ember.bin$(EXEEXT)
 
38
subdir = src/main
 
39
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
40
        $(srcdir)/Makefile.in
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
43
        $(top_srcdir)/configure.ac
 
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
45
        $(ACLOCAL_M4)
 
46
mkinstalldirs = $(install_sh) -d
 
47
CONFIG_HEADER = $(top_builddir)/src/config.h
 
48
CONFIG_CLEAN_FILES =
 
49
am__installdirs = "$(DESTDIR)$(bindir)"
 
50
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 
51
PROGRAMS = $(bin_PROGRAMS)
 
52
am_ember_bin_OBJECTS = Application.$(OBJEXT) Ember.$(OBJEXT) \
 
53
        ConfigBoundLogObserver.$(OBJEXT)
 
54
ember_bin_OBJECTS = $(am_ember_bin_OBJECTS)
 
55
ember_bin_DEPENDENCIES =  \
 
56
        $(top_builddir)/src/components/ogre/libEmberOgre.la \
 
57
        $(top_builddir)/src/extensions/libExtensions.la \
 
58
        $(top_builddir)/src/services/libServices.la \
 
59
        $(top_builddir)/src/framework/libFramework.la \
 
60
        $(top_builddir)/src/main/bindings/lua/liblua_Main.la
 
61
DEFAULT_INCLUDES = 
 
62
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
63
am__depfiles_maybe = depfiles
 
64
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
65
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
66
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
67
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
68
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
69
CXXLD = $(CXX)
 
70
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
71
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
72
        $(LDFLAGS) -o $@
 
73
SOURCES = $(ember_bin_SOURCES)
 
74
DIST_SOURCES = $(ember_bin_SOURCES)
 
75
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
76
        html-recursive info-recursive install-data-recursive \
 
77
        install-dvi-recursive install-exec-recursive \
 
78
        install-html-recursive install-info-recursive \
 
79
        install-pdf-recursive install-ps-recursive install-recursive \
 
80
        installcheck-recursive installdirs-recursive pdf-recursive \
 
81
        ps-recursive uninstall-recursive
 
82
HEADERS = $(noinst_HEADERS)
 
83
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
84
  distclean-recursive maintainer-clean-recursive
 
85
ETAGS = etags
 
86
CTAGS = ctags
 
87
DIST_SUBDIRS = $(SUBDIRS)
 
88
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
89
ACLOCAL = @ACLOCAL@
 
90
AMTAR = @AMTAR@
 
91
AR = @AR@
 
92
AUTOCONF = @AUTOCONF@
 
93
AUTOHEADER = @AUTOHEADER@
 
94
AUTOMAKE = @AUTOMAKE@
 
95
AWK = @AWK@
 
96
BINRELOC_CFLAGS = @BINRELOC_CFLAGS@
 
97
BINRELOC_LIBS = @BINRELOC_LIBS@
 
98
CC = @CC@
 
99
CCDEPMODE = @CCDEPMODE@
 
100
CEGUI_CFLAGS = @CEGUI_CFLAGS@
 
101
CEGUI_LIBS = @CEGUI_LIBS@
 
102
CFLAGS = @CFLAGS@
 
103
CPP = @CPP@
 
104
CPPFLAGS = @CPPFLAGS@
 
105
CXX = @CXX@
 
106
CXXCPP = @CXXCPP@
 
107
CXXDEPMODE = @CXXDEPMODE@
 
108
CXXFLAGS = @CXXFLAGS@
 
109
CYGPATH_W = @CYGPATH_W@
 
110
DEFS = @DEFS@
 
111
DEPDIR = @DEPDIR@
 
112
DSYMUTIL = @DSYMUTIL@
 
113
ECHO = @ECHO@
 
114
ECHO_C = @ECHO_C@
 
115
ECHO_N = @ECHO_N@
 
116
ECHO_T = @ECHO_T@
 
117
EGREP = @EGREP@
 
118
EXEEXT = @EXEEXT@
 
119
F77 = @F77@
 
120
FFLAGS = @FFLAGS@
 
121
FREEALUT_CFLAGS = @FREEALUT_CFLAGS@
 
122
FREEALUT_LIBS = @FREEALUT_LIBS@
 
123
GREP = @GREP@
 
124
INSTALL = @INSTALL@
 
125
INSTALL_DATA = @INSTALL_DATA@
 
126
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
127
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
128
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
129
LDFLAGS = @LDFLAGS@
 
130
LIBOBJS = @LIBOBJS@
 
131
LIBS = @LIBS@
 
132
LIBTOOL = @LIBTOOL@
 
133
LN_S = @LN_S@
 
134
LTLIBOBJS = @LTLIBOBJS@
 
135
LUA_CFLAGS = @LUA_CFLAGS@
 
136
LUA_LIBS = @LUA_LIBS@
 
137
MAKEINFO = @MAKEINFO@
 
138
MKDIR_P = @MKDIR_P@
 
139
NMEDIT = @NMEDIT@
 
140
OBJEXT = @OBJEXT@
 
141
OGRE_CFLAGS = @OGRE_CFLAGS@
 
142
OGRE_LIBS = @OGRE_LIBS@
 
143
OPENAL_CFLAGS = @OPENAL_CFLAGS@
 
144
OPENAL_LIBS = @OPENAL_LIBS@
 
145
PACKAGE = @PACKAGE@
 
146
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
147
PACKAGE_NAME = @PACKAGE_NAME@
 
148
PACKAGE_STRING = @PACKAGE_STRING@
 
149
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
150
PACKAGE_VERSION = @PACKAGE_VERSION@
 
151
PATH_SEPARATOR = @PATH_SEPARATOR@
 
152
PKG_CONFIG = @PKG_CONFIG@
 
153
RANLIB = @RANLIB@
 
154
SDL_CFLAGS = @SDL_CFLAGS@
 
155
SDL_CONFIG = @SDL_CONFIG@
 
156
SDL_LIBS = @SDL_LIBS@
 
157
SED = @SED@
 
158
SET_MAKE = @SET_MAKE@
 
159
SHELL = @SHELL@
 
160
SIG_CFLAGS = @SIG_CFLAGS@
 
161
SIG_LIBS = @SIG_LIBS@
 
162
STRIP = @STRIP@
 
163
VERSION = @VERSION@
 
164
WF_CFLAGS = @WF_CFLAGS@
 
165
WF_LIBS = @WF_LIBS@
 
166
XMLLINT = @XMLLINT@
 
167
abs_builddir = @abs_builddir@
 
168
abs_srcdir = @abs_srcdir@
 
169
abs_top_builddir = @abs_top_builddir@
 
170
abs_top_srcdir = @abs_top_srcdir@
 
171
ac_ct_CC = @ac_ct_CC@
 
172
ac_ct_CXX = @ac_ct_CXX@
 
173
ac_ct_F77 = @ac_ct_F77@
 
174
am__include = @am__include@
 
175
am__leading_dot = @am__leading_dot@
 
176
am__quote = @am__quote@
 
177
am__tar = @am__tar@
 
178
am__untar = @am__untar@
 
179
bindir = @bindir@
 
180
build = @build@
 
181
build_alias = @build_alias@
 
182
build_cpu = @build_cpu@
 
183
build_os = @build_os@
 
184
build_vendor = @build_vendor@
 
185
builddir = @builddir@
 
186
datadir = @datadir@
 
187
datarootdir = @datarootdir@
 
188
docdir = @docdir@
 
189
dvidir = @dvidir@
 
190
exec_prefix = @exec_prefix@
 
191
host = @host@
 
192
host_alias = @host_alias@
 
193
host_cpu = @host_cpu@
 
194
host_os = @host_os@
 
195
host_vendor = @host_vendor@
 
196
htmldir = @htmldir@
 
197
includedir = @includedir@
 
198
infodir = @infodir@
 
199
install_sh = @install_sh@
 
200
libdir = @libdir@
 
201
libexecdir = @libexecdir@
 
202
localedir = @localedir@
 
203
localstatedir = @localstatedir@
 
204
mandir = @mandir@
 
205
mkdir_p = @mkdir_p@
 
206
oldincludedir = @oldincludedir@
 
207
pdfdir = @pdfdir@
 
208
prefix = @prefix@
 
209
program_transform_name = @program_transform_name@
 
210
psdir = @psdir@
 
211
sbindir = @sbindir@
 
212
sharedstatedir = @sharedstatedir@
 
213
srcdir = @srcdir@
 
214
sysconfdir = @sysconfdir@
 
215
target = @target@
 
216
target_alias = @target_alias@
 
217
target_cpu = @target_cpu@
 
218
target_os = @target_os@
 
219
target_vendor = @target_vendor@
 
220
top_build_prefix = @top_build_prefix@
 
221
top_builddir = @top_builddir@
 
222
top_srcdir = @top_srcdir@
 
223
INCLUDES = -I$(top_srcdir)/src  -I$(top_builddir)/src -DPREFIX=\"@prefix@\"
 
224
ember_bin_SOURCES = Application.cpp Ember.cpp ConfigBoundLogObserver.cpp
 
225
ember_bin_LDADD = $(top_builddir)/src/components/ogre/libEmberOgre.la \
 
226
        $(top_builddir)/src/extensions/libExtensions.la $(top_builddir)/src/services/libServices.la $(top_builddir)/src/framework/libFramework.la \
 
227
         $(top_builddir)/src/main/bindings/lua/liblua_Main.la
 
228
 
 
229
noinst_HEADERS = Application.h ConfigBoundLogObserver.h
 
230
SUBDIRS = bindings
 
231
EXTRA_DIST = macosx/COPYING.SDL macosx/ReadMeDevLite.txt macosx/SDLMain.h macosx/SDLMain.m
 
232
all: all-recursive
 
233
 
 
234
.SUFFIXES:
 
235
.SUFFIXES: .cpp .lo .o .obj
 
236
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
237
        @for dep in $?; do \
 
238
          case '$(am__configure_deps)' in \
 
239
            *$$dep*) \
 
240
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
241
                && exit 0; \
 
242
              exit 1;; \
 
243
          esac; \
 
244
        done; \
 
245
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/main/Makefile'; \
 
246
        cd $(top_srcdir) && \
 
247
          $(AUTOMAKE) --gnu  src/main/Makefile
 
248
.PRECIOUS: Makefile
 
249
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
250
        @case '$?' in \
 
251
          *config.status*) \
 
252
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
253
          *) \
 
254
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
255
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
256
        esac;
 
257
 
 
258
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
259
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
260
 
 
261
$(top_srcdir)/configure:  $(am__configure_deps)
 
262
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
263
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
264
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
265
install-binPROGRAMS: $(bin_PROGRAMS)
 
266
        @$(NORMAL_INSTALL)
 
267
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
 
268
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
269
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
270
          if test -f $$p \
 
271
             || test -f $$p1 \
 
272
          ; then \
 
273
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
274
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
275
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
 
276
          else :; fi; \
 
277
        done
 
278
 
 
279
uninstall-binPROGRAMS:
 
280
        @$(NORMAL_UNINSTALL)
 
281
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
282
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
283
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
 
284
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
 
285
        done
 
286
 
 
287
clean-binPROGRAMS:
 
288
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
289
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
290
          echo " rm -f $$p $$f"; \
 
291
          rm -f $$p $$f ; \
 
292
        done
 
293
ember.bin$(EXEEXT): $(ember_bin_OBJECTS) $(ember_bin_DEPENDENCIES) 
 
294
        @rm -f ember.bin$(EXEEXT)
 
295
        $(CXXLINK) $(ember_bin_OBJECTS) $(ember_bin_LDADD) $(LIBS)
 
296
 
 
297
mostlyclean-compile:
 
298
        -rm -f *.$(OBJEXT)
 
299
 
 
300
distclean-compile:
 
301
        -rm -f *.tab.c
 
302
 
 
303
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Application.Po@am__quote@
 
304
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConfigBoundLogObserver.Po@am__quote@
 
305
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Ember.Po@am__quote@
 
306
 
 
307
.cpp.o:
 
308
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
309
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
310
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
311
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
312
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
313
 
 
314
.cpp.obj:
 
315
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
316
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
317
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
318
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
319
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
320
 
 
321
.cpp.lo:
 
322
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
323
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
324
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
325
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
326
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
327
 
 
328
mostlyclean-libtool:
 
329
        -rm -f *.lo
 
330
 
 
331
clean-libtool:
 
332
        -rm -rf .libs _libs
 
333
 
 
334
# This directory's subdirectories are mostly independent; you can cd
 
335
# into them and run `make' without going through this Makefile.
 
336
# To change the values of `make' variables: instead of editing Makefiles,
 
337
# (1) if the variable is set in `config.status', edit `config.status'
 
338
#     (which will cause the Makefiles to be regenerated when you run `make');
 
339
# (2) otherwise, pass the desired values on the `make' command line.
 
340
$(RECURSIVE_TARGETS):
 
341
        @failcom='exit 1'; \
 
342
        for f in x $$MAKEFLAGS; do \
 
343
          case $$f in \
 
344
            *=* | --[!k]*);; \
 
345
            *k*) failcom='fail=yes';; \
 
346
          esac; \
 
347
        done; \
 
348
        dot_seen=no; \
 
349
        target=`echo $@ | sed s/-recursive//`; \
 
350
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
351
          echo "Making $$target in $$subdir"; \
 
352
          if test "$$subdir" = "."; then \
 
353
            dot_seen=yes; \
 
354
            local_target="$$target-am"; \
 
355
          else \
 
356
            local_target="$$target"; \
 
357
          fi; \
 
358
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
359
          || eval $$failcom; \
 
360
        done; \
 
361
        if test "$$dot_seen" = "no"; then \
 
362
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
363
        fi; test -z "$$fail"
 
364
 
 
365
$(RECURSIVE_CLEAN_TARGETS):
 
366
        @failcom='exit 1'; \
 
367
        for f in x $$MAKEFLAGS; do \
 
368
          case $$f in \
 
369
            *=* | --[!k]*);; \
 
370
            *k*) failcom='fail=yes';; \
 
371
          esac; \
 
372
        done; \
 
373
        dot_seen=no; \
 
374
        case "$@" in \
 
375
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
376
          *) list='$(SUBDIRS)' ;; \
 
377
        esac; \
 
378
        rev=''; for subdir in $$list; do \
 
379
          if test "$$subdir" = "."; then :; else \
 
380
            rev="$$subdir $$rev"; \
 
381
          fi; \
 
382
        done; \
 
383
        rev="$$rev ."; \
 
384
        target=`echo $@ | sed s/-recursive//`; \
 
385
        for subdir in $$rev; do \
 
386
          echo "Making $$target in $$subdir"; \
 
387
          if test "$$subdir" = "."; then \
 
388
            local_target="$$target-am"; \
 
389
          else \
 
390
            local_target="$$target"; \
 
391
          fi; \
 
392
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
393
          || eval $$failcom; \
 
394
        done && test -z "$$fail"
 
395
tags-recursive:
 
396
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
397
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
398
        done
 
399
ctags-recursive:
 
400
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
401
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
402
        done
 
403
 
 
404
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
405
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
406
        unique=`for i in $$list; do \
 
407
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
408
          done | \
 
409
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
410
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
411
        mkid -fID $$unique
 
412
tags: TAGS
 
413
 
 
414
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
415
                $(TAGS_FILES) $(LISP)
 
416
        tags=; \
 
417
        here=`pwd`; \
 
418
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
419
          include_option=--etags-include; \
 
420
          empty_fix=.; \
 
421
        else \
 
422
          include_option=--include; \
 
423
          empty_fix=; \
 
424
        fi; \
 
425
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
426
          if test "$$subdir" = .; then :; else \
 
427
            test ! -f $$subdir/TAGS || \
 
428
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
429
          fi; \
 
430
        done; \
 
431
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
432
        unique=`for i in $$list; do \
 
433
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
434
          done | \
 
435
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
436
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
437
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
438
          test -n "$$unique" || unique=$$empty_fix; \
 
439
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
440
            $$tags $$unique; \
 
441
        fi
 
442
ctags: CTAGS
 
443
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
444
                $(TAGS_FILES) $(LISP)
 
445
        tags=; \
 
446
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
447
        unique=`for i in $$list; do \
 
448
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
449
          done | \
 
450
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
451
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
452
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
453
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
454
             $$tags $$unique
 
455
 
 
456
GTAGS:
 
457
        here=`$(am__cd) $(top_builddir) && pwd` \
 
458
          && cd $(top_srcdir) \
 
459
          && gtags -i $(GTAGS_ARGS) $$here
 
460
 
 
461
distclean-tags:
 
462
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
463
 
 
464
distdir: $(DISTFILES)
 
465
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
466
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
467
        list='$(DISTFILES)'; \
 
468
          dist_files=`for file in $$list; do echo $$file; done | \
 
469
          sed -e "s|^$$srcdirstrip/||;t" \
 
470
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
471
        case $$dist_files in \
 
472
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
473
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
474
                           sort -u` ;; \
 
475
        esac; \
 
476
        for file in $$dist_files; do \
 
477
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
478
          if test -d $$d/$$file; then \
 
479
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
480
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
481
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
482
            fi; \
 
483
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
484
          else \
 
485
            test -f $(distdir)/$$file \
 
486
            || cp -p $$d/$$file $(distdir)/$$file \
 
487
            || exit 1; \
 
488
          fi; \
 
489
        done
 
490
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
491
          if test "$$subdir" = .; then :; else \
 
492
            test -d "$(distdir)/$$subdir" \
 
493
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
494
            || exit 1; \
 
495
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
496
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
497
            (cd $$subdir && \
 
498
              $(MAKE) $(AM_MAKEFLAGS) \
 
499
                top_distdir="$$top_distdir" \
 
500
                distdir="$$distdir/$$subdir" \
 
501
                am__remove_distdir=: \
 
502
                am__skip_length_check=: \
 
503
                distdir) \
 
504
              || exit 1; \
 
505
          fi; \
 
506
        done
 
507
check-am: all-am
 
508
check: check-recursive
 
509
all-am: Makefile $(PROGRAMS) $(HEADERS)
 
510
installdirs: installdirs-recursive
 
511
installdirs-am:
 
512
        for dir in "$(DESTDIR)$(bindir)"; do \
 
513
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
514
        done
 
515
install: install-recursive
 
516
install-exec: install-exec-recursive
 
517
install-data: install-data-recursive
 
518
uninstall: uninstall-recursive
 
519
 
 
520
install-am: all-am
 
521
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
522
 
 
523
installcheck: installcheck-recursive
 
524
install-strip:
 
525
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
526
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
527
          `test -z '$(STRIP)' || \
 
528
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
529
mostlyclean-generic:
 
530
 
 
531
clean-generic:
 
532
 
 
533
distclean-generic:
 
534
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
535
 
 
536
maintainer-clean-generic:
 
537
        @echo "This command is intended for maintainers to use"
 
538
        @echo "it deletes files that may require special tools to rebuild."
 
539
clean: clean-recursive
 
540
 
 
541
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
 
542
 
 
543
distclean: distclean-recursive
 
544
        -rm -rf ./$(DEPDIR)
 
545
        -rm -f Makefile
 
546
distclean-am: clean-am distclean-compile distclean-generic \
 
547
        distclean-tags
 
548
 
 
549
dvi: dvi-recursive
 
550
 
 
551
dvi-am:
 
552
 
 
553
html: html-recursive
 
554
 
 
555
info: info-recursive
 
556
 
 
557
info-am:
 
558
 
 
559
install-data-am:
 
560
 
 
561
install-dvi: install-dvi-recursive
 
562
 
 
563
install-exec-am: install-binPROGRAMS
 
564
 
 
565
install-html: install-html-recursive
 
566
 
 
567
install-info: install-info-recursive
 
568
 
 
569
install-man:
 
570
 
 
571
install-pdf: install-pdf-recursive
 
572
 
 
573
install-ps: install-ps-recursive
 
574
 
 
575
installcheck-am:
 
576
 
 
577
maintainer-clean: maintainer-clean-recursive
 
578
        -rm -rf ./$(DEPDIR)
 
579
        -rm -f Makefile
 
580
maintainer-clean-am: distclean-am maintainer-clean-generic
 
581
 
 
582
mostlyclean: mostlyclean-recursive
 
583
 
 
584
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
585
        mostlyclean-libtool
 
586
 
 
587
pdf: pdf-recursive
 
588
 
 
589
pdf-am:
 
590
 
 
591
ps: ps-recursive
 
592
 
 
593
ps-am:
 
594
 
 
595
uninstall-am: uninstall-binPROGRAMS
 
596
 
 
597
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
598
        install-strip
 
599
 
 
600
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
601
        all all-am check check-am clean clean-binPROGRAMS \
 
602
        clean-generic clean-libtool ctags ctags-recursive distclean \
 
603
        distclean-compile distclean-generic distclean-libtool \
 
604
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
605
        install install-am install-binPROGRAMS install-data \
 
606
        install-data-am install-dvi install-dvi-am install-exec \
 
607
        install-exec-am install-html install-html-am install-info \
 
608
        install-info-am install-man install-pdf install-pdf-am \
 
609
        install-ps install-ps-am install-strip installcheck \
 
610
        installcheck-am installdirs installdirs-am maintainer-clean \
 
611
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
612
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
613
        tags tags-recursive uninstall uninstall-am \
 
614
        uninstall-binPROGRAMS
 
615
 
 
616
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
617
# Otherwise a system limit (for SysV at least) may be exceeded.
 
618
.NOEXPORT: