source: OGRE/trunk/ogrenew/ReferenceApplication/BspCollision/src/Makefile.in @ 692

Revision 692, 12.8 KB checked in by mattausch, 18 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1# Makefile.in generated by automake 1.7.5 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5# 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
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = ../..
24
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26INSTALL = @INSTALL@
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38host_triplet = @host@
39ACLOCAL = @ACLOCAL@
40AMDEP_FALSE = @AMDEP_FALSE@
41AMDEP_TRUE = @AMDEP_TRUE@
42AMTAR = @AMTAR@
43AUTOCONF = @AUTOCONF@
44AUTOHEADER = @AUTOHEADER@
45AUTOMAKE = @AUTOMAKE@
46AWK = @AWK@
47CC = @CC@
48CCDEPMODE = @CCDEPMODE@
49CFLAGS = @CFLAGS@
50CPP = @CPP@
51CPPFLAGS = @CPPFLAGS@
52CXX = @CXX@
53CXXDEPMODE = @CXXDEPMODE@
54CXXFLAGS = @CXXFLAGS@
55CYGPATH_W = @CYGPATH_W@
56DEFS = @DEFS@
57DEPDIR = @DEPDIR@
58ECHO = @ECHO@
59ECHO_C = @ECHO_C@
60ECHO_N = @ECHO_N@
61ECHO_T = @ECHO_T@
62EGREP = @EGREP@
63EXEEXT = @EXEEXT@
64INSTALL_DATA = @INSTALL_DATA@
65INSTALL_PROGRAM = @INSTALL_PROGRAM@
66INSTALL_SCRIPT = @INSTALL_SCRIPT@
67INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
68LDFLAGS = @LDFLAGS@
69LIBOBJS = @LIBOBJS@
70LIBS = @LIBS@
71LIBTOOL = @LIBTOOL@
72LN_S = @LN_S@
73LTLIBOBJS = @LTLIBOBJS@
74MAKEINFO = @MAKEINFO@
75OBJEXT = @OBJEXT@
76OGRE_CFLAGS = @OGRE_CFLAGS@
77OGRE_LIBS = @OGRE_LIBS@
78PACKAGE = @PACKAGE@
79PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
80PACKAGE_NAME = @PACKAGE_NAME@
81PACKAGE_STRING = @PACKAGE_STRING@
82PACKAGE_TARNAME = @PACKAGE_TARNAME@
83PACKAGE_VERSION = @PACKAGE_VERSION@
84PATH_SEPARATOR = @PATH_SEPARATOR@
85PKG_CONFIG = @PKG_CONFIG@
86RANLIB = @RANLIB@
87SET_MAKE = @SET_MAKE@
88SHELL = @SHELL@
89STRIP = @STRIP@
90VERSION = @VERSION@
91ac_ct_CC = @ac_ct_CC@
92ac_ct_CXX = @ac_ct_CXX@
93ac_ct_RANLIB = @ac_ct_RANLIB@
94ac_ct_STRIP = @ac_ct_STRIP@
95am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
96am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
97am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
98am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
99am__include = @am__include@
100am__leading_dot = @am__leading_dot@
101am__quote = @am__quote@
102bindir = @bindir@
103build = @build@
104build_alias = @build_alias@
105build_cpu = @build_cpu@
106build_os = @build_os@
107build_vendor = @build_vendor@
108datadir = @datadir@
109exec_prefix = @exec_prefix@
110host = @host@
111host_alias = @host_alias@
112host_cpu = @host_cpu@
113host_os = @host_os@
114host_vendor = @host_vendor@
115includedir = @includedir@
116infodir = @infodir@
117install_sh = @install_sh@
118libdir = @libdir@
119libexecdir = @libexecdir@
120localstatedir = @localstatedir@
121mandir = @mandir@
122oldincludedir = @oldincludedir@
123prefix = @prefix@
124program_transform_name = @program_transform_name@
125sbindir = @sbindir@
126sharedstatedir = @sharedstatedir@
127sysconfdir = @sysconfdir@
128target = @target@
129target_alias = @target_alias@
130target_cpu = @target_cpu@
131target_os = @target_os@
132target_vendor = @target_vendor@
133INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/../OgreMain/include -I$(top_srcdir)/Common/include -I$(top_srcdir)/ReferenceAppLayer/include
134
135noinst_PROGRAMS = BspCollision
136
137BspCollision_SOURCES = BspCollision.cpp
138BspCollision_LDFLAGS = -L$(top_builddir)/../OgreMain/src -L$(top_builddir)/ReferenceAppLayer/src
139BspCollision_LDADD = -lOgreMain -lOgreReferenceAppLayer
140subdir = BspCollision/src
141ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
142mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
143CONFIG_HEADER = $(top_builddir)/ReferenceAppLayer/include/config.h
144CONFIG_CLEAN_FILES =
145noinst_PROGRAMS = BspCollision$(EXEEXT)
146PROGRAMS = $(noinst_PROGRAMS)
147
148am_BspCollision_OBJECTS = BspCollision.$(OBJEXT)
149BspCollision_OBJECTS = $(am_BspCollision_OBJECTS)
150BspCollision_DEPENDENCIES =
151
152DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)/ReferenceAppLayer/include
153depcomp = $(SHELL) $(top_srcdir)/../depcomp
154am__depfiles_maybe = depfiles
155@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/BspCollision.Po
156CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
157        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
158LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
159        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
160        $(AM_CXXFLAGS) $(CXXFLAGS)
161CXXLD = $(CXX)
162CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
163        $(AM_LDFLAGS) $(LDFLAGS) -o $@
164DIST_SOURCES = $(BspCollision_SOURCES)
165DIST_COMMON = Makefile.am Makefile.in
166SOURCES = $(BspCollision_SOURCES)
167
168all: all-am
169
170.SUFFIXES:
171.SUFFIXES: .cpp .lo .o .obj
172$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
173        cd $(top_srcdir) && \
174          $(AUTOMAKE) --foreign  BspCollision/src/Makefile
175Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
176        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
177
178clean-noinstPROGRAMS:
179        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
180          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
181          echo " rm -f $$p $$f"; \
182          rm -f $$p $$f ; \
183        done
184BspCollision$(EXEEXT): $(BspCollision_OBJECTS) $(BspCollision_DEPENDENCIES)
185        @rm -f BspCollision$(EXEEXT)
186        $(CXXLINK) $(BspCollision_LDFLAGS) $(BspCollision_OBJECTS) $(BspCollision_LDADD) $(LIBS)
187
188mostlyclean-compile:
189        -rm -f *.$(OBJEXT) core *.core
190
191distclean-compile:
192        -rm -f *.tab.c
193
194@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BspCollision.Po@am__quote@
195
196distclean-depend:
197        -rm -rf ./$(DEPDIR)
198
199.cpp.o:
200@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
201@am__fastdepCXX_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
202@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
203@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
204@am__fastdepCXX_TRUE@   fi
205@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
206@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
207@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
208@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
209
210.cpp.obj:
211@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
212@am__fastdepCXX_TRUE@     -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
213@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
214@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
215@am__fastdepCXX_TRUE@   fi
216@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
217@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
218@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
219@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
220
221.cpp.lo:
222@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
223@am__fastdepCXX_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
224@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
225@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
226@am__fastdepCXX_TRUE@   fi
227@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
228@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
229@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
230@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
231
232mostlyclean-libtool:
233        -rm -f *.lo
234
235clean-libtool:
236        -rm -rf .libs _libs
237
238distclean-libtool:
239        -rm -f libtool
240uninstall-info-am:
241
242ETAGS = etags
243ETAGSFLAGS =
244
245CTAGS = ctags
246CTAGSFLAGS =
247
248tags: TAGS
249
250ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
251        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
252        unique=`for i in $$list; do \
253            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
254          done | \
255          $(AWK) '    { files[$$0] = 1; } \
256               END { for (i in files) print i; }'`; \
257        mkid -fID $$unique
258
259TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
260                $(TAGS_FILES) $(LISP)
261        tags=; \
262        here=`pwd`; \
263        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
264        unique=`for i in $$list; do \
265            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
266          done | \
267          $(AWK) '    { files[$$0] = 1; } \
268               END { for (i in files) print i; }'`; \
269        test -z "$(ETAGS_ARGS)$$tags$$unique" \
270          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
271             $$tags $$unique
272
273ctags: CTAGS
274CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
275                $(TAGS_FILES) $(LISP)
276        tags=; \
277        here=`pwd`; \
278        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
279        unique=`for i in $$list; do \
280            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
281          done | \
282          $(AWK) '    { files[$$0] = 1; } \
283               END { for (i in files) print i; }'`; \
284        test -z "$(CTAGS_ARGS)$$tags$$unique" \
285          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
286             $$tags $$unique
287
288GTAGS:
289        here=`$(am__cd) $(top_builddir) && pwd` \
290          && cd $(top_srcdir) \
291          && gtags -i $(GTAGS_ARGS) $$here
292
293distclean-tags:
294        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
295DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
296
297top_distdir = ../..
298distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
299
300distdir: $(DISTFILES)
301        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
302        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
303        list='$(DISTFILES)'; for file in $$list; do \
304          case $$file in \
305            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
306            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
307          esac; \
308          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
309          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
310          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
311            dir="/$$dir"; \
312            $(mkinstalldirs) "$(distdir)$$dir"; \
313          else \
314            dir=''; \
315          fi; \
316          if test -d $$d/$$file; then \
317            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
318              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
319            fi; \
320            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
321          else \
322            test -f $(distdir)/$$file \
323            || cp -p $$d/$$file $(distdir)/$$file \
324            || exit 1; \
325          fi; \
326        done
327check-am: all-am
328check: check-am
329all-am: Makefile $(PROGRAMS)
330
331installdirs:
332install: install-am
333install-exec: install-exec-am
334install-data: install-data-am
335uninstall: uninstall-am
336
337install-am: all-am
338        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
339
340installcheck: installcheck-am
341install-strip:
342        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
343          INSTALL_STRIP_FLAG=-s \
344          `test -z '$(STRIP)' || \
345            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
346mostlyclean-generic:
347
348clean-generic:
349
350distclean-generic:
351        -rm -f Makefile $(CONFIG_CLEAN_FILES)
352
353maintainer-clean-generic:
354        @echo "This command is intended for maintainers to use"
355        @echo "it deletes files that may require special tools to rebuild."
356clean: clean-am
357
358clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
359        mostlyclean-am
360
361distclean: distclean-am
362
363distclean-am: clean-am distclean-compile distclean-depend \
364        distclean-generic distclean-libtool distclean-tags
365
366dvi: dvi-am
367
368dvi-am:
369
370info: info-am
371
372info-am:
373
374install-data-am:
375
376install-exec-am: install-exec-local
377
378install-info:
379
380install-man:
381
382installcheck-am:
383
384maintainer-clean: maintainer-clean-am
385
386maintainer-clean-am: distclean-am maintainer-clean-generic
387
388mostlyclean: mostlyclean-am
389
390mostlyclean-am: mostlyclean-compile mostlyclean-generic \
391        mostlyclean-libtool
392
393pdf: pdf-am
394
395pdf-am:
396
397ps: ps-am
398
399ps-am:
400
401uninstall-am:
402
403.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
404        clean-libtool clean-noinstPROGRAMS ctags distclean \
405        distclean-compile distclean-depend distclean-generic \
406        distclean-libtool distclean-tags distdir dvi dvi-am info \
407        info-am install install-am install-data install-data-am \
408        install-exec install-exec-am install-exec-local install-info \
409        install-info-am install-man install-strip installcheck \
410        installcheck-am installdirs maintainer-clean \
411        maintainer-clean-generic mostlyclean mostlyclean-compile \
412        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
413        tags uninstall uninstall-am uninstall-info-am
414
415
416install-exec-local:
417        $(INSTALL_PROGRAM) .libs/BspCollision $(top_builddir)/../Samples/Common/bin/BspCollision
418# Tell versions [3.59,3.63) of GNU make to not export all variables.
419# Otherwise a system limit (for SysV at least) may be exceeded.
420.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.