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

« back to all changes in this revision

Viewing changes to src/components/ogre/jesus/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/jesus
 
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
libJesus_la_LIBADD =
 
50
am_libJesus_la_OBJECTS = Jesus.lo JesusMousePicker.lo \
 
51
        JesusPickerObject.lo XMLJesusSerializer.lo
 
52
libJesus_la_OBJECTS = $(am_libJesus_la_OBJECTS)
 
53
DEFAULT_INCLUDES = 
 
54
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
55
am__depfiles_maybe = depfiles
 
56
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
57
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
58
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
59
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
60
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
61
CXXLD = $(CXX)
 
62
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
63
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
64
        $(LDFLAGS) -o $@
 
65
SOURCES = $(libJesus_la_SOURCES)
 
66
DIST_SOURCES = $(libJesus_la_SOURCES)
 
67
HEADERS = $(noinst_HEADERS)
 
68
ETAGS = etags
 
69
CTAGS = ctags
 
70
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
71
ACLOCAL = @ACLOCAL@
 
72
AMTAR = @AMTAR@
 
73
AR = @AR@
 
74
AUTOCONF = @AUTOCONF@
 
75
AUTOHEADER = @AUTOHEADER@
 
76
AUTOMAKE = @AUTOMAKE@
 
77
AWK = @AWK@
 
78
BINRELOC_CFLAGS = @BINRELOC_CFLAGS@
 
79
BINRELOC_LIBS = @BINRELOC_LIBS@
 
80
CC = @CC@
 
81
CCDEPMODE = @CCDEPMODE@
 
82
CEGUI_CFLAGS = @CEGUI_CFLAGS@
 
83
CEGUI_LIBS = @CEGUI_LIBS@
 
84
CFLAGS = @CFLAGS@
 
85
CPP = @CPP@
 
86
CPPFLAGS = @CPPFLAGS@
 
87
CXX = @CXX@
 
88
CXXCPP = @CXXCPP@
 
89
CXXDEPMODE = @CXXDEPMODE@
 
90
CXXFLAGS = @CXXFLAGS@
 
91
CYGPATH_W = @CYGPATH_W@
 
92
DEFS = @DEFS@
 
93
DEPDIR = @DEPDIR@
 
94
DSYMUTIL = @DSYMUTIL@
 
95
ECHO = @ECHO@
 
96
ECHO_C = @ECHO_C@
 
97
ECHO_N = @ECHO_N@
 
98
ECHO_T = @ECHO_T@
 
99
EGREP = @EGREP@
 
100
EXEEXT = @EXEEXT@
 
101
F77 = @F77@
 
102
FFLAGS = @FFLAGS@
 
103
FREEALUT_CFLAGS = @FREEALUT_CFLAGS@
 
104
FREEALUT_LIBS = @FREEALUT_LIBS@
 
105
GREP = @GREP@
 
106
INSTALL = @INSTALL@
 
107
INSTALL_DATA = @INSTALL_DATA@
 
108
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
109
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
110
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
111
LDFLAGS = @LDFLAGS@
 
112
LIBOBJS = @LIBOBJS@
 
113
LIBS = @LIBS@
 
114
LIBTOOL = @LIBTOOL@
 
115
LN_S = @LN_S@
 
116
LTLIBOBJS = @LTLIBOBJS@
 
117
LUA_CFLAGS = @LUA_CFLAGS@
 
118
LUA_LIBS = @LUA_LIBS@
 
119
MAKEINFO = @MAKEINFO@
 
120
MKDIR_P = @MKDIR_P@
 
121
NMEDIT = @NMEDIT@
 
122
OBJEXT = @OBJEXT@
 
123
OGRE_CFLAGS = @OGRE_CFLAGS@
 
124
OGRE_LIBS = @OGRE_LIBS@
 
125
OPENAL_CFLAGS = @OPENAL_CFLAGS@
 
126
OPENAL_LIBS = @OPENAL_LIBS@
 
127
PACKAGE = @PACKAGE@
 
128
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
129
PACKAGE_NAME = @PACKAGE_NAME@
 
130
PACKAGE_STRING = @PACKAGE_STRING@
 
131
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
132
PACKAGE_VERSION = @PACKAGE_VERSION@
 
133
PATH_SEPARATOR = @PATH_SEPARATOR@
 
134
PKG_CONFIG = @PKG_CONFIG@
 
135
RANLIB = @RANLIB@
 
136
SDL_CFLAGS = @SDL_CFLAGS@
 
137
SDL_CONFIG = @SDL_CONFIG@
 
138
SDL_LIBS = @SDL_LIBS@
 
139
SED = @SED@
 
140
SET_MAKE = @SET_MAKE@
 
141
SHELL = @SHELL@
 
142
SIG_CFLAGS = @SIG_CFLAGS@
 
143
SIG_LIBS = @SIG_LIBS@
 
144
STRIP = @STRIP@
 
145
VERSION = @VERSION@
 
146
WF_CFLAGS = @WF_CFLAGS@
 
147
WF_LIBS = @WF_LIBS@
 
148
XMLLINT = @XMLLINT@
 
149
abs_builddir = @abs_builddir@
 
150
abs_srcdir = @abs_srcdir@
 
151
abs_top_builddir = @abs_top_builddir@
 
152
abs_top_srcdir = @abs_top_srcdir@
 
153
ac_ct_CC = @ac_ct_CC@
 
154
ac_ct_CXX = @ac_ct_CXX@
 
155
ac_ct_F77 = @ac_ct_F77@
 
156
am__include = @am__include@
 
157
am__leading_dot = @am__leading_dot@
 
158
am__quote = @am__quote@
 
159
am__tar = @am__tar@
 
160
am__untar = @am__untar@
 
161
bindir = @bindir@
 
162
build = @build@
 
163
build_alias = @build_alias@
 
164
build_cpu = @build_cpu@
 
165
build_os = @build_os@
 
166
build_vendor = @build_vendor@
 
167
builddir = @builddir@
 
168
datadir = @datadir@
 
169
datarootdir = @datarootdir@
 
170
docdir = @docdir@
 
171
dvidir = @dvidir@
 
172
exec_prefix = @exec_prefix@
 
173
host = @host@
 
174
host_alias = @host_alias@
 
175
host_cpu = @host_cpu@
 
176
host_os = @host_os@
 
177
host_vendor = @host_vendor@
 
178
htmldir = @htmldir@
 
179
includedir = @includedir@
 
180
infodir = @infodir@
 
181
install_sh = @install_sh@
 
182
libdir = @libdir@
 
183
libexecdir = @libexecdir@
 
184
localedir = @localedir@
 
185
localstatedir = @localstatedir@
 
186
mandir = @mandir@
 
187
mkdir_p = @mkdir_p@
 
188
oldincludedir = @oldincludedir@
 
189
pdfdir = @pdfdir@
 
190
prefix = @prefix@
 
191
program_transform_name = @program_transform_name@
 
192
psdir = @psdir@
 
193
sbindir = @sbindir@
 
194
sharedstatedir = @sharedstatedir@
 
195
srcdir = @srcdir@
 
196
sysconfdir = @sysconfdir@
 
197
target = @target@
 
198
target_alias = @target_alias@
 
199
target_cpu = @target_cpu@
 
200
target_os = @target_os@
 
201
target_vendor = @target_vendor@
 
202
top_build_prefix = @top_build_prefix@
 
203
top_builddir = @top_builddir@
 
204
top_srcdir = @top_srcdir@
 
205
current = $(PWD)
 
206
INCLUDES = -I$(top_srcdir)/src  -I$(top_builddir)/src
 
207
METASOURCES = AUTO
 
208
noinst_LTLIBRARIES = libJesus.la
 
209
noinst_HEADERS = Jesus.h JesusMousePicker.h JesusPickerObject.h \
 
210
        XMLJesusSerializer.h
 
211
 
 
212
libJesus_la_SOURCES = Jesus.cpp JesusMousePicker.cpp JesusPickerObject.cpp \
 
213
        XMLJesusSerializer.cpp
 
214
 
 
215
all: all-am
 
216
 
 
217
.SUFFIXES:
 
218
.SUFFIXES: .cpp .lo .o .obj
 
219
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
220
        @for dep in $?; do \
 
221
          case '$(am__configure_deps)' in \
 
222
            *$$dep*) \
 
223
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
224
                && exit 0; \
 
225
              exit 1;; \
 
226
          esac; \
 
227
        done; \
 
228
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/components/ogre/jesus/Makefile'; \
 
229
        cd $(top_srcdir) && \
 
230
          $(AUTOMAKE) --gnu  src/components/ogre/jesus/Makefile
 
231
.PRECIOUS: Makefile
 
232
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
233
        @case '$?' in \
 
234
          *config.status*) \
 
235
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
236
          *) \
 
237
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
238
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
239
        esac;
 
240
 
 
241
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
242
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
243
 
 
244
$(top_srcdir)/configure:  $(am__configure_deps)
 
245
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
246
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
247
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
248
 
 
249
clean-noinstLTLIBRARIES:
 
250
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
251
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
252
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
253
          test "$$dir" != "$$p" || dir=.; \
 
254
          echo "rm -f \"$${dir}/so_locations\""; \
 
255
          rm -f "$${dir}/so_locations"; \
 
256
        done
 
257
libJesus.la: $(libJesus_la_OBJECTS) $(libJesus_la_DEPENDENCIES) 
 
258
        $(CXXLINK)  $(libJesus_la_OBJECTS) $(libJesus_la_LIBADD) $(LIBS)
 
259
 
 
260
mostlyclean-compile:
 
261
        -rm -f *.$(OBJEXT)
 
262
 
 
263
distclean-compile:
 
264
        -rm -f *.tab.c
 
265
 
 
266
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Jesus.Plo@am__quote@
 
267
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/JesusMousePicker.Plo@am__quote@
 
268
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/JesusPickerObject.Plo@am__quote@
 
269
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XMLJesusSerializer.Plo@am__quote@
 
270
 
 
271
.cpp.o:
 
272
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
273
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
274
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
275
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
276
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
277
 
 
278
.cpp.obj:
 
279
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
280
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
281
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
282
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
283
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
284
 
 
285
.cpp.lo:
 
286
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
287
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
288
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
289
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
290
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
291
 
 
292
mostlyclean-libtool:
 
293
        -rm -f *.lo
 
294
 
 
295
clean-libtool:
 
296
        -rm -rf .libs _libs
 
297
 
 
298
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
299
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
300
        unique=`for i in $$list; do \
 
301
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
302
          done | \
 
303
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
304
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
305
        mkid -fID $$unique
 
306
tags: TAGS
 
307
 
 
308
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
309
                $(TAGS_FILES) $(LISP)
 
310
        tags=; \
 
311
        here=`pwd`; \
 
312
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
313
        unique=`for i in $$list; do \
 
314
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
315
          done | \
 
316
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
317
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
318
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
319
          test -n "$$unique" || unique=$$empty_fix; \
 
320
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
321
            $$tags $$unique; \
 
322
        fi
 
323
ctags: CTAGS
 
324
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
325
                $(TAGS_FILES) $(LISP)
 
326
        tags=; \
 
327
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
328
        unique=`for i in $$list; do \
 
329
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
330
          done | \
 
331
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
332
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
333
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
334
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
335
             $$tags $$unique
 
336
 
 
337
GTAGS:
 
338
        here=`$(am__cd) $(top_builddir) && pwd` \
 
339
          && cd $(top_srcdir) \
 
340
          && gtags -i $(GTAGS_ARGS) $$here
 
341
 
 
342
distclean-tags:
 
343
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
344
 
 
345
distdir: $(DISTFILES)
 
346
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
347
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
348
        list='$(DISTFILES)'; \
 
349
          dist_files=`for file in $$list; do echo $$file; done | \
 
350
          sed -e "s|^$$srcdirstrip/||;t" \
 
351
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
352
        case $$dist_files in \
 
353
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
354
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
355
                           sort -u` ;; \
 
356
        esac; \
 
357
        for file in $$dist_files; do \
 
358
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
359
          if test -d $$d/$$file; then \
 
360
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
361
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
362
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
363
            fi; \
 
364
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
365
          else \
 
366
            test -f $(distdir)/$$file \
 
367
            || cp -p $$d/$$file $(distdir)/$$file \
 
368
            || exit 1; \
 
369
          fi; \
 
370
        done
 
371
        $(MAKE) $(AM_MAKEFLAGS) \
 
372
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
373
          dist-hook
 
374
check-am: all-am
 
375
check: check-am
 
376
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
 
377
installdirs:
 
378
install: install-am
 
379
install-exec: install-exec-am
 
380
install-data: install-data-am
 
381
uninstall: uninstall-am
 
382
 
 
383
install-am: all-am
 
384
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
385
 
 
386
installcheck: installcheck-am
 
387
install-strip:
 
388
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
389
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
390
          `test -z '$(STRIP)' || \
 
391
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
392
mostlyclean-generic:
 
393
 
 
394
clean-generic:
 
395
 
 
396
distclean-generic:
 
397
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
398
 
 
399
maintainer-clean-generic:
 
400
        @echo "This command is intended for maintainers to use"
 
401
        @echo "it deletes files that may require special tools to rebuild."
 
402
clean: clean-am
 
403
 
 
404
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
405
        mostlyclean-am
 
406
 
 
407
distclean: distclean-am
 
408
        -rm -rf ./$(DEPDIR)
 
409
        -rm -f Makefile
 
410
distclean-am: clean-am distclean-compile distclean-generic \
 
411
        distclean-tags
 
412
 
 
413
dvi: dvi-am
 
414
 
 
415
dvi-am:
 
416
 
 
417
html: html-am
 
418
 
 
419
info: info-am
 
420
 
 
421
info-am:
 
422
 
 
423
install-data-am: install-data-local
 
424
 
 
425
install-dvi: install-dvi-am
 
426
 
 
427
install-exec-am:
 
428
 
 
429
install-html: install-html-am
 
430
 
 
431
install-info: install-info-am
 
432
 
 
433
install-man:
 
434
 
 
435
install-pdf: install-pdf-am
 
436
 
 
437
install-ps: install-ps-am
 
438
 
 
439
installcheck-am:
 
440
 
 
441
maintainer-clean: maintainer-clean-am
 
442
        -rm -rf ./$(DEPDIR)
 
443
        -rm -f Makefile
 
444
maintainer-clean-am: distclean-am maintainer-clean-generic
 
445
 
 
446
mostlyclean: mostlyclean-am
 
447
 
 
448
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
449
        mostlyclean-libtool
 
450
 
 
451
pdf: pdf-am
 
452
 
 
453
pdf-am:
 
454
 
 
455
ps: ps-am
 
456
 
 
457
ps-am:
 
458
 
 
459
uninstall-am: uninstall-local
 
460
 
 
461
.MAKE: install-am install-strip
 
462
 
 
463
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
464
        clean-libtool clean-noinstLTLIBRARIES ctags dist-hook \
 
465
        distclean distclean-compile distclean-generic \
 
466
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
467
        html-am info info-am install install-am install-data \
 
468
        install-data-am install-data-local install-dvi install-dvi-am \
 
469
        install-exec install-exec-am install-html install-html-am \
 
470
        install-info install-info-am install-man install-pdf \
 
471
        install-pdf-am install-ps install-ps-am install-strip \
 
472
        installcheck installcheck-am installdirs maintainer-clean \
 
473
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
474
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
475
        tags uninstall uninstall-am uninstall-local
 
476
 
 
477
 
 
478
dist-hook:
 
479
        mkdir -p $(distdir)
 
480
        (cd $(top_srcdir)/src/components/ogre/jesus && tar cf - `find . -name \*.xml` | ( cd $(current) && cd $(distdir) && tar xf -))
 
481
 
 
482
install-data-local:
 
483
        mkdir -p $(DESTDIR)$(datadir)/ember/jesus 
 
484
        (cd $(top_srcdir)/src/components/ogre/jesus && tar cf - `find . -name \*.xml`) | (cd $(DESTDIR)$(datadir)/ember/jesus && tar xpf -)
 
485
 
 
486
uninstall-local:
 
487
        find $(DESTDIR)$(datadir)/ember/jesus/ -name  \*.xml | xargs rm -f
 
488
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
489
# Otherwise a system limit (for SysV at least) may be exceeded.
 
490
.NOEXPORT: