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

« back to all changes in this revision

Viewing changes to src/components/ogre/manipulation/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
subdir = src/components/ogre/manipulation
 
38
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
39
        $(srcdir)/Makefile.in
 
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
41
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
42
        $(top_srcdir)/configure.ac
 
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
44
        $(ACLOCAL_M4)
 
45
mkinstalldirs = $(install_sh) -d
 
46
CONFIG_HEADER = $(top_builddir)/src/config.h
 
47
CONFIG_CLEAN_FILES =
 
48
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
49
libmanipulation_la_LIBADD =
 
50
am_libmanipulation_la_OBJECTS = DetachedEntity.lo \
 
51
        EntityMoveAdjuster.lo EntityMoveManager.lo EntityMover.lo \
 
52
        EntityRecipe.lo EntityRecipeManager.lo GUIAdapter.lo \
 
53
        GUIAdapterBindings.lo MaterialEditor.lo MovementAdapter.lo \
 
54
        Polygon.lo PolygonPoint.lo PolygonPointMovement.lo \
 
55
        PolygonPointMover.lo PolygonPointPickListener.lo \
 
56
        PolygonPointUserObject.lo PolygonRenderer.lo \
 
57
        XMLEntityRecipeSerializer.lo
 
58
libmanipulation_la_OBJECTS = $(am_libmanipulation_la_OBJECTS)
 
59
DEFAULT_INCLUDES = 
 
60
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
61
am__depfiles_maybe = depfiles
 
62
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
63
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
64
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
65
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
66
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
67
CXXLD = $(CXX)
 
68
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
69
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
70
        $(LDFLAGS) -o $@
 
71
SOURCES = $(libmanipulation_la_SOURCES)
 
72
DIST_SOURCES = $(libmanipulation_la_SOURCES)
 
73
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
74
        html-recursive info-recursive install-data-recursive \
 
75
        install-dvi-recursive install-exec-recursive \
 
76
        install-html-recursive install-info-recursive \
 
77
        install-pdf-recursive install-ps-recursive install-recursive \
 
78
        installcheck-recursive installdirs-recursive pdf-recursive \
 
79
        ps-recursive uninstall-recursive
 
80
HEADERS = $(noinst_HEADERS)
 
81
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
82
  distclean-recursive maintainer-clean-recursive
 
83
ETAGS = etags
 
84
CTAGS = ctags
 
85
DIST_SUBDIRS = $(SUBDIRS)
 
86
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
87
ACLOCAL = @ACLOCAL@
 
88
AMTAR = @AMTAR@
 
89
AR = @AR@
 
90
AUTOCONF = @AUTOCONF@
 
91
AUTOHEADER = @AUTOHEADER@
 
92
AUTOMAKE = @AUTOMAKE@
 
93
AWK = @AWK@
 
94
BINRELOC_CFLAGS = @BINRELOC_CFLAGS@
 
95
BINRELOC_LIBS = @BINRELOC_LIBS@
 
96
CC = @CC@
 
97
CCDEPMODE = @CCDEPMODE@
 
98
CEGUI_CFLAGS = @CEGUI_CFLAGS@
 
99
CEGUI_LIBS = @CEGUI_LIBS@
 
100
CFLAGS = @CFLAGS@
 
101
CPP = @CPP@
 
102
CPPFLAGS = @CPPFLAGS@
 
103
CXX = @CXX@
 
104
CXXCPP = @CXXCPP@
 
105
CXXDEPMODE = @CXXDEPMODE@
 
106
CXXFLAGS = @CXXFLAGS@
 
107
CYGPATH_W = @CYGPATH_W@
 
108
DEFS = @DEFS@
 
109
DEPDIR = @DEPDIR@
 
110
DSYMUTIL = @DSYMUTIL@
 
111
ECHO = @ECHO@
 
112
ECHO_C = @ECHO_C@
 
113
ECHO_N = @ECHO_N@
 
114
ECHO_T = @ECHO_T@
 
115
EGREP = @EGREP@
 
116
EXEEXT = @EXEEXT@
 
117
F77 = @F77@
 
118
FFLAGS = @FFLAGS@
 
119
FREEALUT_CFLAGS = @FREEALUT_CFLAGS@
 
120
FREEALUT_LIBS = @FREEALUT_LIBS@
 
121
GREP = @GREP@
 
122
INSTALL = @INSTALL@
 
123
INSTALL_DATA = @INSTALL_DATA@
 
124
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
125
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
126
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
127
LDFLAGS = @LDFLAGS@
 
128
LIBOBJS = @LIBOBJS@
 
129
LIBS = @LIBS@
 
130
LIBTOOL = @LIBTOOL@
 
131
LN_S = @LN_S@
 
132
LTLIBOBJS = @LTLIBOBJS@
 
133
LUA_CFLAGS = @LUA_CFLAGS@
 
134
LUA_LIBS = @LUA_LIBS@
 
135
MAKEINFO = @MAKEINFO@
 
136
MKDIR_P = @MKDIR_P@
 
137
NMEDIT = @NMEDIT@
 
138
OBJEXT = @OBJEXT@
 
139
OGRE_CFLAGS = @OGRE_CFLAGS@
 
140
OGRE_LIBS = @OGRE_LIBS@
 
141
OPENAL_CFLAGS = @OPENAL_CFLAGS@
 
142
OPENAL_LIBS = @OPENAL_LIBS@
 
143
PACKAGE = @PACKAGE@
 
144
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
145
PACKAGE_NAME = @PACKAGE_NAME@
 
146
PACKAGE_STRING = @PACKAGE_STRING@
 
147
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
148
PACKAGE_VERSION = @PACKAGE_VERSION@
 
149
PATH_SEPARATOR = @PATH_SEPARATOR@
 
150
PKG_CONFIG = @PKG_CONFIG@
 
151
RANLIB = @RANLIB@
 
152
SDL_CFLAGS = @SDL_CFLAGS@
 
153
SDL_CONFIG = @SDL_CONFIG@
 
154
SDL_LIBS = @SDL_LIBS@
 
155
SED = @SED@
 
156
SET_MAKE = @SET_MAKE@
 
157
SHELL = @SHELL@
 
158
SIG_CFLAGS = @SIG_CFLAGS@
 
159
SIG_LIBS = @SIG_LIBS@
 
160
STRIP = @STRIP@
 
161
VERSION = @VERSION@
 
162
WF_CFLAGS = @WF_CFLAGS@
 
163
WF_LIBS = @WF_LIBS@
 
164
XMLLINT = @XMLLINT@
 
165
abs_builddir = @abs_builddir@
 
166
abs_srcdir = @abs_srcdir@
 
167
abs_top_builddir = @abs_top_builddir@
 
168
abs_top_srcdir = @abs_top_srcdir@
 
169
ac_ct_CC = @ac_ct_CC@
 
170
ac_ct_CXX = @ac_ct_CXX@
 
171
ac_ct_F77 = @ac_ct_F77@
 
172
am__include = @am__include@
 
173
am__leading_dot = @am__leading_dot@
 
174
am__quote = @am__quote@
 
175
am__tar = @am__tar@
 
176
am__untar = @am__untar@
 
177
bindir = @bindir@
 
178
build = @build@
 
179
build_alias = @build_alias@
 
180
build_cpu = @build_cpu@
 
181
build_os = @build_os@
 
182
build_vendor = @build_vendor@
 
183
builddir = @builddir@
 
184
datadir = @datadir@
 
185
datarootdir = @datarootdir@
 
186
docdir = @docdir@
 
187
dvidir = @dvidir@
 
188
exec_prefix = @exec_prefix@
 
189
host = @host@
 
190
host_alias = @host_alias@
 
191
host_cpu = @host_cpu@
 
192
host_os = @host_os@
 
193
host_vendor = @host_vendor@
 
194
htmldir = @htmldir@
 
195
includedir = @includedir@
 
196
infodir = @infodir@
 
197
install_sh = @install_sh@
 
198
libdir = @libdir@
 
199
libexecdir = @libexecdir@
 
200
localedir = @localedir@
 
201
localstatedir = @localstatedir@
 
202
mandir = @mandir@
 
203
mkdir_p = @mkdir_p@
 
204
oldincludedir = @oldincludedir@
 
205
pdfdir = @pdfdir@
 
206
prefix = @prefix@
 
207
program_transform_name = @program_transform_name@
 
208
psdir = @psdir@
 
209
sbindir = @sbindir@
 
210
sharedstatedir = @sharedstatedir@
 
211
srcdir = @srcdir@
 
212
sysconfdir = @sysconfdir@
 
213
target = @target@
 
214
target_alias = @target_alias@
 
215
target_cpu = @target_cpu@
 
216
target_os = @target_os@
 
217
target_vendor = @target_vendor@
 
218
top_build_prefix = @top_build_prefix@
 
219
top_builddir = @top_builddir@
 
220
top_srcdir = @top_srcdir@
 
221
INCLUDES = -I$(top_srcdir)/src  -I$(top_builddir)/src -DPREFIX=\"@prefix@\"
 
222
METASOURCES = AUTO
 
223
noinst_LTLIBRARIES = libmanipulation.la
 
224
libmanipulation_la_SOURCES = DetachedEntity.cpp EntityMoveAdjuster.cpp \
 
225
        EntityMoveManager.cpp EntityMover.cpp EntityRecipe.cpp EntityRecipeManager.cpp GUIAdapter.cpp \
 
226
        GUIAdapterBindings.cpp MaterialEditor.cpp MovementAdapter.cpp Polygon.cpp PolygonPoint.cpp \
 
227
        PolygonPointMovement.cpp PolygonPointMover.cpp PolygonPointPickListener.cpp \
 
228
        PolygonPointUserObject.cpp PolygonRenderer.cpp XMLEntityRecipeSerializer.cpp
 
229
 
 
230
noinst_HEADERS = DetachedEntity.h EntityMoveAdjuster.h EntityMoveManager.h \
 
231
        EntityMover.h EntityRecipe.h EntityRecipeManager.h GUIAdapter.h GUIAdapterBindings.h \
 
232
        IMovementBridge.h IPolygonPositionProvider.h MaterialEditor.h MovementAdapter.h Polygon.h \
 
233
        PolygonPoint.h PolygonPointMovement.h PolygonPointMover.h PolygonPointPickListener.h \
 
234
        PolygonPointUserObject.h PolygonRenderer.h XMLEntityRecipeSerializer.h
 
235
 
 
236
SUBDIRS = entityrecipes
 
237
all: all-recursive
 
238
 
 
239
.SUFFIXES:
 
240
.SUFFIXES: .cpp .lo .o .obj
 
241
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
242
        @for dep in $?; do \
 
243
          case '$(am__configure_deps)' in \
 
244
            *$$dep*) \
 
245
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
246
                && exit 0; \
 
247
              exit 1;; \
 
248
          esac; \
 
249
        done; \
 
250
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/components/ogre/manipulation/Makefile'; \
 
251
        cd $(top_srcdir) && \
 
252
          $(AUTOMAKE) --gnu  src/components/ogre/manipulation/Makefile
 
253
.PRECIOUS: Makefile
 
254
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
255
        @case '$?' in \
 
256
          *config.status*) \
 
257
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
258
          *) \
 
259
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
260
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
261
        esac;
 
262
 
 
263
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
264
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
265
 
 
266
$(top_srcdir)/configure:  $(am__configure_deps)
 
267
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
268
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
269
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
270
 
 
271
clean-noinstLTLIBRARIES:
 
272
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
273
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
274
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
275
          test "$$dir" != "$$p" || dir=.; \
 
276
          echo "rm -f \"$${dir}/so_locations\""; \
 
277
          rm -f "$${dir}/so_locations"; \
 
278
        done
 
279
libmanipulation.la: $(libmanipulation_la_OBJECTS) $(libmanipulation_la_DEPENDENCIES) 
 
280
        $(CXXLINK)  $(libmanipulation_la_OBJECTS) $(libmanipulation_la_LIBADD) $(LIBS)
 
281
 
 
282
mostlyclean-compile:
 
283
        -rm -f *.$(OBJEXT)
 
284
 
 
285
distclean-compile:
 
286
        -rm -f *.tab.c
 
287
 
 
288
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DetachedEntity.Plo@am__quote@
 
289
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EntityMoveAdjuster.Plo@am__quote@
 
290
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EntityMoveManager.Plo@am__quote@
 
291
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EntityMover.Plo@am__quote@
 
292
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EntityRecipe.Plo@am__quote@
 
293
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EntityRecipeManager.Plo@am__quote@
 
294
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GUIAdapter.Plo@am__quote@
 
295
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GUIAdapterBindings.Plo@am__quote@
 
296
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MaterialEditor.Plo@am__quote@
 
297
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MovementAdapter.Plo@am__quote@
 
298
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Polygon.Plo@am__quote@
 
299
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PolygonPoint.Plo@am__quote@
 
300
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PolygonPointMovement.Plo@am__quote@
 
301
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PolygonPointMover.Plo@am__quote@
 
302
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PolygonPointPickListener.Plo@am__quote@
 
303
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PolygonPointUserObject.Plo@am__quote@
 
304
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PolygonRenderer.Plo@am__quote@
 
305
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XMLEntityRecipeSerializer.Plo@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 $(LTLIBRARIES) $(HEADERS)
 
510
installdirs: installdirs-recursive
 
511
installdirs-am:
 
512
install: install-recursive
 
513
install-exec: install-exec-recursive
 
514
install-data: install-data-recursive
 
515
uninstall: uninstall-recursive
 
516
 
 
517
install-am: all-am
 
518
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
519
 
 
520
installcheck: installcheck-recursive
 
521
install-strip:
 
522
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
523
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
524
          `test -z '$(STRIP)' || \
 
525
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
526
mostlyclean-generic:
 
527
 
 
528
clean-generic:
 
529
 
 
530
distclean-generic:
 
531
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
532
 
 
533
maintainer-clean-generic:
 
534
        @echo "This command is intended for maintainers to use"
 
535
        @echo "it deletes files that may require special tools to rebuild."
 
536
clean: clean-recursive
 
537
 
 
538
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
539
        mostlyclean-am
 
540
 
 
541
distclean: distclean-recursive
 
542
        -rm -rf ./$(DEPDIR)
 
543
        -rm -f Makefile
 
544
distclean-am: clean-am distclean-compile distclean-generic \
 
545
        distclean-tags
 
546
 
 
547
dvi: dvi-recursive
 
548
 
 
549
dvi-am:
 
550
 
 
551
html: html-recursive
 
552
 
 
553
info: info-recursive
 
554
 
 
555
info-am:
 
556
 
 
557
install-data-am:
 
558
 
 
559
install-dvi: install-dvi-recursive
 
560
 
 
561
install-exec-am:
 
562
 
 
563
install-html: install-html-recursive
 
564
 
 
565
install-info: install-info-recursive
 
566
 
 
567
install-man:
 
568
 
 
569
install-pdf: install-pdf-recursive
 
570
 
 
571
install-ps: install-ps-recursive
 
572
 
 
573
installcheck-am:
 
574
 
 
575
maintainer-clean: maintainer-clean-recursive
 
576
        -rm -rf ./$(DEPDIR)
 
577
        -rm -f Makefile
 
578
maintainer-clean-am: distclean-am maintainer-clean-generic
 
579
 
 
580
mostlyclean: mostlyclean-recursive
 
581
 
 
582
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
583
        mostlyclean-libtool
 
584
 
 
585
pdf: pdf-recursive
 
586
 
 
587
pdf-am:
 
588
 
 
589
ps: ps-recursive
 
590
 
 
591
ps-am:
 
592
 
 
593
uninstall-am:
 
594
 
 
595
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
596
        install-strip
 
597
 
 
598
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
599
        all all-am check check-am clean clean-generic clean-libtool \
 
600
        clean-noinstLTLIBRARIES ctags ctags-recursive distclean \
 
601
        distclean-compile distclean-generic distclean-libtool \
 
602
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
603
        install install-am install-data install-data-am install-dvi \
 
604
        install-dvi-am install-exec install-exec-am install-html \
 
605
        install-html-am install-info install-info-am install-man \
 
606
        install-pdf install-pdf-am install-ps install-ps-am \
 
607
        install-strip installcheck installcheck-am installdirs \
 
608
        installdirs-am maintainer-clean maintainer-clean-generic \
 
609
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
610
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
611
        uninstall uninstall-am
 
612
 
 
613
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
614
# Otherwise a system limit (for SysV at least) may be exceeded.
 
615
.NOEXPORT: