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

Revision 692, 12.3 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@
133SUBDIRS = src
134subdir = BspCollision
135ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
136mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
137CONFIG_HEADER = $(top_builddir)/ReferenceAppLayer/include/config.h
138CONFIG_CLEAN_FILES =
139DIST_SOURCES =
140
141RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
142        ps-recursive uninstall-info-recursive all-recursive \
143        install-data-recursive install-exec-recursive \
144        installdirs-recursive install-recursive uninstall-recursive \
145        check-recursive installcheck-recursive
146DIST_COMMON = Makefile.am Makefile.in
147DIST_SUBDIRS = $(SUBDIRS)
148all: all-recursive
149
150.SUFFIXES:
151$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
152        cd $(top_srcdir) && \
153          $(AUTOMAKE) --foreign  BspCollision/Makefile
154Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
155        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
156
157mostlyclean-libtool:
158        -rm -f *.lo
159
160clean-libtool:
161        -rm -rf .libs _libs
162
163distclean-libtool:
164        -rm -f libtool
165uninstall-info-am:
166
167# This directory's subdirectories are mostly independent; you can cd
168# into them and run `make' without going through this Makefile.
169# To change the values of `make' variables: instead of editing Makefiles,
170# (1) if the variable is set in `config.status', edit `config.status'
171#     (which will cause the Makefiles to be regenerated when you run `make');
172# (2) otherwise, pass the desired values on the `make' command line.
173$(RECURSIVE_TARGETS):
174        @set fnord $$MAKEFLAGS; amf=$$2; \
175        dot_seen=no; \
176        target=`echo $@ | sed s/-recursive//`; \
177        list='$(SUBDIRS)'; for subdir in $$list; do \
178          echo "Making $$target in $$subdir"; \
179          if test "$$subdir" = "."; then \
180            dot_seen=yes; \
181            local_target="$$target-am"; \
182          else \
183            local_target="$$target"; \
184          fi; \
185          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
186           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
187        done; \
188        if test "$$dot_seen" = "no"; then \
189          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
190        fi; test -z "$$fail"
191
192mostlyclean-recursive clean-recursive distclean-recursive \
193maintainer-clean-recursive:
194        @set fnord $$MAKEFLAGS; amf=$$2; \
195        dot_seen=no; \
196        case "$@" in \
197          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
198          *) list='$(SUBDIRS)' ;; \
199        esac; \
200        rev=''; for subdir in $$list; do \
201          if test "$$subdir" = "."; then :; else \
202            rev="$$subdir $$rev"; \
203          fi; \
204        done; \
205        rev="$$rev ."; \
206        target=`echo $@ | sed s/-recursive//`; \
207        for subdir in $$rev; do \
208          echo "Making $$target in $$subdir"; \
209          if test "$$subdir" = "."; then \
210            local_target="$$target-am"; \
211          else \
212            local_target="$$target"; \
213          fi; \
214          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
215           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
216        done && test -z "$$fail"
217tags-recursive:
218        list='$(SUBDIRS)'; for subdir in $$list; do \
219          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
220        done
221ctags-recursive:
222        list='$(SUBDIRS)'; for subdir in $$list; do \
223          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
224        done
225
226ETAGS = etags
227ETAGSFLAGS =
228
229CTAGS = ctags
230CTAGSFLAGS =
231
232tags: TAGS
233
234ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
235        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
236        unique=`for i in $$list; do \
237            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
238          done | \
239          $(AWK) '    { files[$$0] = 1; } \
240               END { for (i in files) print i; }'`; \
241        mkid -fID $$unique
242
243TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
244                $(TAGS_FILES) $(LISP)
245        tags=; \
246        here=`pwd`; \
247        if (etags --etags-include --version) >/dev/null 2>&1; then \
248          include_option=--etags-include; \
249        else \
250          include_option=--include; \
251        fi; \
252        list='$(SUBDIRS)'; for subdir in $$list; do \
253          if test "$$subdir" = .; then :; else \
254            test -f $$subdir/TAGS && \
255              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
256          fi; \
257        done; \
258        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
259        unique=`for i in $$list; do \
260            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
261          done | \
262          $(AWK) '    { files[$$0] = 1; } \
263               END { for (i in files) print i; }'`; \
264        test -z "$(ETAGS_ARGS)$$tags$$unique" \
265          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
266             $$tags $$unique
267
268ctags: CTAGS
269CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
270                $(TAGS_FILES) $(LISP)
271        tags=; \
272        here=`pwd`; \
273        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
274        unique=`for i in $$list; do \
275            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
276          done | \
277          $(AWK) '    { files[$$0] = 1; } \
278               END { for (i in files) print i; }'`; \
279        test -z "$(CTAGS_ARGS)$$tags$$unique" \
280          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
281             $$tags $$unique
282
283GTAGS:
284        here=`$(am__cd) $(top_builddir) && pwd` \
285          && cd $(top_srcdir) \
286          && gtags -i $(GTAGS_ARGS) $$here
287
288distclean-tags:
289        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
290DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
291
292top_distdir = ..
293distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
294
295distdir: $(DISTFILES)
296        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
297        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
298        list='$(DISTFILES)'; for file in $$list; do \
299          case $$file in \
300            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
301            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
302          esac; \
303          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
304          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
305          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
306            dir="/$$dir"; \
307            $(mkinstalldirs) "$(distdir)$$dir"; \
308          else \
309            dir=''; \
310          fi; \
311          if test -d $$d/$$file; then \
312            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
313              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
314            fi; \
315            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
316          else \
317            test -f $(distdir)/$$file \
318            || cp -p $$d/$$file $(distdir)/$$file \
319            || exit 1; \
320          fi; \
321        done
322        list='$(SUBDIRS)'; for subdir in $$list; do \
323          if test "$$subdir" = .; then :; else \
324            test -d $(distdir)/$$subdir \
325            || mkdir $(distdir)/$$subdir \
326            || exit 1; \
327            (cd $$subdir && \
328              $(MAKE) $(AM_MAKEFLAGS) \
329                top_distdir="$(top_distdir)" \
330                distdir=../$(distdir)/$$subdir \
331                distdir) \
332              || exit 1; \
333          fi; \
334        done
335check-am: all-am
336check: check-recursive
337all-am: Makefile
338installdirs: installdirs-recursive
339installdirs-am:
340
341install: install-recursive
342install-exec: install-exec-recursive
343install-data: install-data-recursive
344uninstall: uninstall-recursive
345
346install-am: all-am
347        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
348
349installcheck: installcheck-recursive
350install-strip:
351        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
352          INSTALL_STRIP_FLAG=-s \
353          `test -z '$(STRIP)' || \
354            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
355mostlyclean-generic:
356
357clean-generic:
358
359distclean-generic:
360        -rm -f Makefile $(CONFIG_CLEAN_FILES)
361
362maintainer-clean-generic:
363        @echo "This command is intended for maintainers to use"
364        @echo "it deletes files that may require special tools to rebuild."
365clean: clean-recursive
366
367clean-am: clean-generic clean-libtool mostlyclean-am
368
369distclean: distclean-recursive
370
371distclean-am: clean-am distclean-generic distclean-libtool \
372        distclean-tags
373
374dvi: dvi-recursive
375
376dvi-am:
377
378info: info-recursive
379
380info-am:
381
382install-data-am:
383
384install-exec-am:
385
386install-info:
387
388install-man:
389
390installcheck-am:
391
392maintainer-clean: maintainer-clean-recursive
393
394maintainer-clean-am: distclean-am maintainer-clean-generic
395
396mostlyclean: mostlyclean-recursive
397
398mostlyclean-am: mostlyclean-generic mostlyclean-libtool
399
400pdf: pdf-recursive
401
402pdf-am:
403
404ps: ps-recursive
405
406ps-am:
407
408uninstall-am:
409
410uninstall-info: uninstall-info-recursive
411
412.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
413        clean-generic clean-libtool clean-recursive ctags \
414        ctags-recursive distclean distclean-generic distclean-libtool \
415        distclean-recursive distclean-tags distdir dvi dvi-am \
416        dvi-recursive info info-am info-recursive install install-am \
417        install-data install-data-am install-data-recursive \
418        install-exec install-exec-am install-exec-recursive \
419        install-info install-info-am install-man install-recursive \
420        install-strip installcheck installcheck-am installdirs \
421        installdirs-am installdirs-recursive maintainer-clean \
422        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
423        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
424        pdf pdf-am pdf-recursive ps ps-am ps-recursive tags \
425        tags-recursive uninstall uninstall-am uninstall-info-am \
426        uninstall-info-recursive uninstall-recursive
427
428# Tell versions [3.59,3.63) of GNU make to not export all variables.
429# Otherwise a system limit (for SysV at least) may be exceeded.
430.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.