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

« back to all changes in this revision

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