aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ode-0.9/ode/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ode-0.9/ode/Makefile.in')
-rw-r--r--libraries/ode-0.9/ode/Makefile.in489
1 files changed, 489 insertions, 0 deletions
diff --git a/libraries/ode-0.9/ode/Makefile.in b/libraries/ode-0.9/ode/Makefile.in
new file mode 100644
index 0000000..d89db18
--- /dev/null
+++ b/libraries/ode-0.9/ode/Makefile.in
@@ -0,0 +1,489 @@
1# Makefile.in generated by automake 1.10 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006 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@
16VPATH = @srcdir@
17pkgdatadir = $(datadir)/@PACKAGE@
18pkglibdir = $(libdir)/@PACKAGE@
19pkgincludedir = $(includedir)/@PACKAGE@
20am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21install_sh_DATA = $(install_sh) -c -m 644
22install_sh_PROGRAM = $(install_sh) -c
23install_sh_SCRIPT = $(install_sh) -c
24INSTALL_HEADER = $(INSTALL_DATA)
25transform = $(program_transform_name)
26NORMAL_INSTALL = :
27PRE_INSTALL = :
28POST_INSTALL = :
29NORMAL_UNINSTALL = :
30PRE_UNINSTALL = :
31POST_UNINSTALL = :
32build_triplet = @build@
33host_triplet = @host@
34target_triplet = @target@
35@ENABLE_DEMOS_TRUE@am__append_1 = demo
36subdir = ode
37DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in TODO
38ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39am__aclocal_m4_deps = $(top_srcdir)/configure.in
40am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41 $(ACLOCAL_M4)
42mkinstalldirs = $(install_sh) -d
43CONFIG_HEADER = $(top_builddir)/include/ode/config.h
44CONFIG_CLEAN_FILES =
45SOURCES =
46DIST_SOURCES =
47RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
48 html-recursive info-recursive install-data-recursive \
49 install-dvi-recursive install-exec-recursive \
50 install-html-recursive install-info-recursive \
51 install-pdf-recursive install-ps-recursive install-recursive \
52 installcheck-recursive installdirs-recursive pdf-recursive \
53 ps-recursive uninstall-recursive
54RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
55 distclean-recursive maintainer-clean-recursive
56ETAGS = etags
57CTAGS = ctags
58DIST_SUBDIRS = src demo
59DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
60ACLOCAL = @ACLOCAL@
61ALLOCA = @ALLOCA@
62AMTAR = @AMTAR@
63ARCHFLAGS = @ARCHFLAGS@
64AUTOCONF = @AUTOCONF@
65AUTOHEADER = @AUTOHEADER@
66AUTOMAKE = @AUTOMAKE@
67AWK = @AWK@
68CC = @CC@
69CCDEPMODE = @CCDEPMODE@
70CFLAGS = @CFLAGS@
71CPP = @CPP@
72CPPFLAGS = @CPPFLAGS@
73CXX = @CXX@
74CXXDEPMODE = @CXXDEPMODE@
75CXXFLAGS = @CXXFLAGS@
76CYGPATH_W = @CYGPATH_W@
77DEFS = @DEFS@
78DEPDIR = @DEPDIR@
79DRAWSTUFF = @DRAWSTUFF@
80ECHO_C = @ECHO_C@
81ECHO_N = @ECHO_N@
82ECHO_T = @ECHO_T@
83EGREP = @EGREP@
84EXEEXT = @EXEEXT@
85GL_LIBS = @GL_LIBS@
86GREP = @GREP@
87INSTALL = @INSTALL@
88INSTALL_DATA = @INSTALL_DATA@
89INSTALL_PROGRAM = @INSTALL_PROGRAM@
90INSTALL_SCRIPT = @INSTALL_SCRIPT@
91INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
92LDFLAGS = @LDFLAGS@
93LIBOBJS = @LIBOBJS@
94LIBS = @LIBS@
95LTLIBOBJS = @LTLIBOBJS@
96MAKEINFO = @MAKEINFO@
97MKDIR_P = @MKDIR_P@
98OBJEXT = @OBJEXT@
99ODE_AGE = @ODE_AGE@
100ODE_CURRENT = @ODE_CURRENT@
101ODE_RELEASE = @ODE_RELEASE@
102ODE_REVISION = @ODE_REVISION@
103ODE_SONAME = @ODE_SONAME@
104PACKAGE = @PACKAGE@
105PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
106PACKAGE_NAME = @PACKAGE_NAME@
107PACKAGE_STRING = @PACKAGE_STRING@
108PACKAGE_TARNAME = @PACKAGE_TARNAME@
109PACKAGE_VERSION = @PACKAGE_VERSION@
110PATH_SEPARATOR = @PATH_SEPARATOR@
111RANLIB = @RANLIB@
112SET_MAKE = @SET_MAKE@
113SHARED_LDFLAGS = @SHARED_LDFLAGS@
114SHELL = @SHELL@
115STRIP = @STRIP@
116TOPDIR = @TOPDIR@
117VERSION = @VERSION@
118WINDRES = @WINDRES@
119XMKMF = @XMKMF@
120X_CFLAGS = @X_CFLAGS@
121X_EXTRA_LIBS = @X_EXTRA_LIBS@
122X_LIBS = @X_LIBS@
123X_PRE_LIBS = @X_PRE_LIBS@
124abs_builddir = @abs_builddir@
125abs_srcdir = @abs_srcdir@
126abs_top_builddir = @abs_top_builddir@
127abs_top_srcdir = @abs_top_srcdir@
128ac_ct_CC = @ac_ct_CC@
129ac_ct_CXX = @ac_ct_CXX@
130ac_ct_WINDRES = @ac_ct_WINDRES@
131am__include = @am__include@
132am__leading_dot = @am__leading_dot@
133am__quote = @am__quote@
134am__tar = @am__tar@
135am__untar = @am__untar@
136bindir = @bindir@
137build = @build@
138build_alias = @build_alias@
139build_cpu = @build_cpu@
140build_os = @build_os@
141build_vendor = @build_vendor@
142builddir = @builddir@
143datadir = @datadir@
144datarootdir = @datarootdir@
145docdir = @docdir@
146dvidir = @dvidir@
147exec_prefix = @exec_prefix@
148host = @host@
149host_alias = @host_alias@
150host_cpu = @host_cpu@
151host_os = @host_os@
152host_vendor = @host_vendor@
153htmldir = @htmldir@
154includedir = @includedir@
155infodir = @infodir@
156install_sh = @install_sh@
157libdir = @libdir@
158libexecdir = @libexecdir@
159localedir = @localedir@
160localstatedir = @localstatedir@
161mandir = @mandir@
162mkdir_p = @mkdir_p@
163oldincludedir = @oldincludedir@
164pdfdir = @pdfdir@
165prefix = @prefix@
166program_transform_name = @program_transform_name@
167psdir = @psdir@
168sbindir = @sbindir@
169sharedstatedir = @sharedstatedir@
170so_ext = @so_ext@
171srcdir = @srcdir@
172sysconfdir = @sysconfdir@
173target = @target@
174target_alias = @target_alias@
175target_cpu = @target_cpu@
176target_os = @target_os@
177target_vendor = @target_vendor@
178top_builddir = @top_builddir@
179top_srcdir = @top_srcdir@
180SUBDIRS = src $(am__append_1)
181all: all-recursive
182
183.SUFFIXES:
184$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
185 @for dep in $?; do \
186 case '$(am__configure_deps)' in \
187 *$$dep*) \
188 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
189 && exit 0; \
190 exit 1;; \
191 esac; \
192 done; \
193 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ode/Makefile'; \
194 cd $(top_srcdir) && \
195 $(AUTOMAKE) --foreign ode/Makefile
196.PRECIOUS: Makefile
197Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
198 @case '$?' in \
199 *config.status*) \
200 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
201 *) \
202 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
203 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
204 esac;
205
206$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
207 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
208
209$(top_srcdir)/configure: $(am__configure_deps)
210 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
211$(ACLOCAL_M4): $(am__aclocal_m4_deps)
212 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
213
214# This directory's subdirectories are mostly independent; you can cd
215# into them and run `make' without going through this Makefile.
216# To change the values of `make' variables: instead of editing Makefiles,
217# (1) if the variable is set in `config.status', edit `config.status'
218# (which will cause the Makefiles to be regenerated when you run `make');
219# (2) otherwise, pass the desired values on the `make' command line.
220$(RECURSIVE_TARGETS):
221 @failcom='exit 1'; \
222 for f in x $$MAKEFLAGS; do \
223 case $$f in \
224 *=* | --[!k]*);; \
225 *k*) failcom='fail=yes';; \
226 esac; \
227 done; \
228 dot_seen=no; \
229 target=`echo $@ | sed s/-recursive//`; \
230 list='$(SUBDIRS)'; for subdir in $$list; do \
231 echo "Making $$target in $$subdir"; \
232 if test "$$subdir" = "."; then \
233 dot_seen=yes; \
234 local_target="$$target-am"; \
235 else \
236 local_target="$$target"; \
237 fi; \
238 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
239 || eval $$failcom; \
240 done; \
241 if test "$$dot_seen" = "no"; then \
242 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
243 fi; test -z "$$fail"
244
245$(RECURSIVE_CLEAN_TARGETS):
246 @failcom='exit 1'; \
247 for f in x $$MAKEFLAGS; do \
248 case $$f in \
249 *=* | --[!k]*);; \
250 *k*) failcom='fail=yes';; \
251 esac; \
252 done; \
253 dot_seen=no; \
254 case "$@" in \
255 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
256 *) list='$(SUBDIRS)' ;; \
257 esac; \
258 rev=''; for subdir in $$list; do \
259 if test "$$subdir" = "."; then :; else \
260 rev="$$subdir $$rev"; \
261 fi; \
262 done; \
263 rev="$$rev ."; \
264 target=`echo $@ | sed s/-recursive//`; \
265 for subdir in $$rev; do \
266 echo "Making $$target in $$subdir"; \
267 if test "$$subdir" = "."; then \
268 local_target="$$target-am"; \
269 else \
270 local_target="$$target"; \
271 fi; \
272 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
273 || eval $$failcom; \
274 done && test -z "$$fail"
275tags-recursive:
276 list='$(SUBDIRS)'; for subdir in $$list; do \
277 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
278 done
279ctags-recursive:
280 list='$(SUBDIRS)'; for subdir in $$list; do \
281 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
282 done
283
284ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
285 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
286 unique=`for i in $$list; do \
287 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
288 done | \
289 $(AWK) ' { files[$$0] = 1; } \
290 END { for (i in files) print i; }'`; \
291 mkid -fID $$unique
292tags: TAGS
293
294TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
295 $(TAGS_FILES) $(LISP)
296 tags=; \
297 here=`pwd`; \
298 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
299 include_option=--etags-include; \
300 empty_fix=.; \
301 else \
302 include_option=--include; \
303 empty_fix=; \
304 fi; \
305 list='$(SUBDIRS)'; for subdir in $$list; do \
306 if test "$$subdir" = .; then :; else \
307 test ! -f $$subdir/TAGS || \
308 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
309 fi; \
310 done; \
311 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
312 unique=`for i in $$list; do \
313 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
314 done | \
315 $(AWK) ' { files[$$0] = 1; } \
316 END { for (i in files) print i; }'`; \
317 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
318 test -n "$$unique" || unique=$$empty_fix; \
319 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
320 $$tags $$unique; \
321 fi
322ctags: CTAGS
323CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
324 $(TAGS_FILES) $(LISP)
325 tags=; \
326 here=`pwd`; \
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; } \
332 END { for (i in files) print i; }'`; \
333 test -z "$(CTAGS_ARGS)$$tags$$unique" \
334 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
335 $$tags $$unique
336
337GTAGS:
338 here=`$(am__cd) $(top_builddir) && pwd` \
339 && cd $(top_srcdir) \
340 && gtags -i $(GTAGS_ARGS) $$here
341
342distclean-tags:
343 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
344
345distdir: $(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 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
372 if test "$$subdir" = .; then :; else \
373 test -d "$(distdir)/$$subdir" \
374 || $(MKDIR_P) "$(distdir)/$$subdir" \
375 || exit 1; \
376 distdir=`$(am__cd) $(distdir) && pwd`; \
377 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
378 (cd $$subdir && \
379 $(MAKE) $(AM_MAKEFLAGS) \
380 top_distdir="$$top_distdir" \
381 distdir="$$distdir/$$subdir" \
382 am__remove_distdir=: \
383 am__skip_length_check=: \
384 distdir) \
385 || exit 1; \
386 fi; \
387 done
388check-am: all-am
389check: check-recursive
390all-am: Makefile
391installdirs: installdirs-recursive
392installdirs-am:
393install: install-recursive
394install-exec: install-exec-recursive
395install-data: install-data-recursive
396uninstall: uninstall-recursive
397
398install-am: all-am
399 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
400
401installcheck: installcheck-recursive
402install-strip:
403 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
404 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
405 `test -z '$(STRIP)' || \
406 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
407mostlyclean-generic:
408
409clean-generic:
410
411distclean-generic:
412 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
413
414maintainer-clean-generic:
415 @echo "This command is intended for maintainers to use"
416 @echo "it deletes files that may require special tools to rebuild."
417clean: clean-recursive
418
419clean-am: clean-generic mostlyclean-am
420
421distclean: distclean-recursive
422 -rm -f Makefile
423distclean-am: clean-am distclean-generic distclean-tags
424
425dvi: dvi-recursive
426
427dvi-am:
428
429html: html-recursive
430
431info: info-recursive
432
433info-am:
434
435install-data-am:
436
437install-dvi: install-dvi-recursive
438
439install-exec-am:
440
441install-html: install-html-recursive
442
443install-info: install-info-recursive
444
445install-man:
446
447install-pdf: install-pdf-recursive
448
449install-ps: install-ps-recursive
450
451installcheck-am:
452
453maintainer-clean: maintainer-clean-recursive
454 -rm -f Makefile
455maintainer-clean-am: distclean-am maintainer-clean-generic
456
457mostlyclean: mostlyclean-recursive
458
459mostlyclean-am: mostlyclean-generic
460
461pdf: pdf-recursive
462
463pdf-am:
464
465ps: ps-recursive
466
467ps-am:
468
469uninstall-am:
470
471.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
472 install-strip
473
474.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
475 all all-am check check-am clean clean-generic ctags \
476 ctags-recursive distclean distclean-generic distclean-tags \
477 distdir dvi dvi-am html html-am info info-am install \
478 install-am install-data install-data-am install-dvi \
479 install-dvi-am install-exec install-exec-am install-html \
480 install-html-am install-info install-info-am install-man \
481 install-pdf install-pdf-am install-ps install-ps-am \
482 install-strip installcheck installcheck-am installdirs \
483 installdirs-am maintainer-clean maintainer-clean-generic \
484 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
485 tags-recursive uninstall uninstall-am
486
487# Tell versions [3.59,3.63) of GNU make to not export all variables.
488# Otherwise a system limit (for SysV at least) may be exceeded.
489.NOEXPORT: