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