| [216] | 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@ | 
|---|
 | 16 |  | 
|---|
 | 17 | VPATH = @srcdir@ | 
|---|
 | 18 | pkgdatadir = $(datadir)/@PACKAGE@ | 
|---|
 | 19 | pkglibdir = $(libdir)/@PACKAGE@ | 
|---|
 | 20 | pkgincludedir = $(includedir)/@PACKAGE@ | 
|---|
 | 21 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | 
|---|
 | 22 | install_sh_DATA = $(install_sh) -c -m 644 | 
|---|
 | 23 | install_sh_PROGRAM = $(install_sh) -c | 
|---|
 | 24 | install_sh_SCRIPT = $(install_sh) -c | 
|---|
 | 25 | INSTALL_HEADER = $(INSTALL_DATA) | 
|---|
 | 26 | transform = $(program_transform_name) | 
|---|
 | 27 | NORMAL_INSTALL = : | 
|---|
 | 28 | PRE_INSTALL = : | 
|---|
 | 29 | POST_INSTALL = : | 
|---|
 | 30 | NORMAL_UNINSTALL = : | 
|---|
 | 31 | PRE_UNINSTALL = : | 
|---|
 | 32 | POST_UNINSTALL = : | 
|---|
 | 33 | build_triplet = @build@ | 
|---|
 | 34 | host_triplet = @host@ | 
|---|
 | 35 | target_triplet = @target@ | 
|---|
 | 36 | noinst_PROGRAMS = ode_unit_test$(EXEEXT) | 
|---|
 | 37 | subdir = tests | 
|---|
 | 38 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in | 
|---|
 | 39 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 
|---|
 | 40 | am__aclocal_m4_deps = $(top_srcdir)/configure.in | 
|---|
 | 41 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | 
|---|
 | 42 |         $(ACLOCAL_M4) | 
|---|
 | 43 | mkinstalldirs = $(install_sh) -d | 
|---|
 | 44 | CONFIG_HEADER = $(top_builddir)/include/ode/config.h | 
|---|
 | 45 | CONFIG_CLEAN_FILES = | 
|---|
 | 46 | PROGRAMS = $(noinst_PROGRAMS) | 
|---|
 | 47 | am_ode_unit_test_OBJECTS = main.$(OBJEXT) box_sphere.$(OBJEXT) | 
|---|
 | 48 | ode_unit_test_OBJECTS = $(am_ode_unit_test_OBJECTS) | 
|---|
 | 49 | ode_unit_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \ | 
|---|
 | 50 |         $(ode_unit_test_LDFLAGS) $(LDFLAGS) -o $@ | 
|---|
 | 51 | DEFAULT_INCLUDES = -I. -I$(top_builddir)/include/ode@am__isrc@ | 
|---|
 | 52 | depcomp = $(SHELL) $(top_srcdir)/depcomp | 
|---|
 | 53 | am__depfiles_maybe = depfiles | 
|---|
 | 54 | CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ | 
|---|
 | 55 |         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) | 
|---|
 | 56 | CXXLD = $(CXX) | 
|---|
 | 57 | CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ | 
|---|
 | 58 |         -o $@ | 
|---|
 | 59 | SOURCES = $(ode_unit_test_SOURCES) | 
|---|
 | 60 | DIST_SOURCES = $(ode_unit_test_SOURCES) | 
|---|
 | 61 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ | 
|---|
 | 62 |         html-recursive info-recursive install-data-recursive \ | 
|---|
 | 63 |         install-dvi-recursive install-exec-recursive \ | 
|---|
 | 64 |         install-html-recursive install-info-recursive \ | 
|---|
 | 65 |         install-pdf-recursive install-ps-recursive install-recursive \ | 
|---|
 | 66 |         installcheck-recursive installdirs-recursive pdf-recursive \ | 
|---|
 | 67 |         ps-recursive uninstall-recursive | 
|---|
 | 68 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | 
|---|
 | 69 |   distclean-recursive maintainer-clean-recursive | 
|---|
 | 70 | ETAGS = etags | 
|---|
 | 71 | CTAGS = ctags | 
|---|
 | 72 | DIST_SUBDIRS = $(SUBDIRS) | 
|---|
 | 73 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | 
|---|
 | 74 | ACLOCAL = @ACLOCAL@ | 
|---|
 | 75 | ALLOCA = @ALLOCA@ | 
|---|
 | 76 | AMTAR = @AMTAR@ | 
|---|
 | 77 | ARCHFLAGS = @ARCHFLAGS@ | 
|---|
 | 78 | AUTOCONF = @AUTOCONF@ | 
|---|
 | 79 | AUTOHEADER = @AUTOHEADER@ | 
|---|
 | 80 | AUTOMAKE = @AUTOMAKE@ | 
|---|
 | 81 | AWK = @AWK@ | 
|---|
 | 82 | CC = @CC@ | 
|---|
 | 83 | CCDEPMODE = @CCDEPMODE@ | 
|---|
 | 84 | CFLAGS = @CFLAGS@ | 
|---|
 | 85 | CPP = @CPP@ | 
|---|
 | 86 | CPPFLAGS = @CPPFLAGS@ | 
|---|
 | 87 | CXX = @CXX@ | 
|---|
 | 88 | CXXDEPMODE = @CXXDEPMODE@ | 
|---|
 | 89 | CXXFLAGS = @CXXFLAGS@ | 
|---|
 | 90 | CYGPATH_W = @CYGPATH_W@ | 
|---|
 | 91 | DEFS = @DEFS@ | 
|---|
 | 92 | DEPDIR = @DEPDIR@ | 
|---|
 | 93 | DRAWSTUFF = @DRAWSTUFF@ | 
|---|
 | 94 | ECHO_C = @ECHO_C@ | 
|---|
 | 95 | ECHO_N = @ECHO_N@ | 
|---|
 | 96 | ECHO_T = @ECHO_T@ | 
|---|
 | 97 | EGREP = @EGREP@ | 
|---|
 | 98 | EXEEXT = @EXEEXT@ | 
|---|
 | 99 | GL_LIBS = @GL_LIBS@ | 
|---|
 | 100 | GREP = @GREP@ | 
|---|
 | 101 | INSTALL = @INSTALL@ | 
|---|
 | 102 | INSTALL_DATA = @INSTALL_DATA@ | 
|---|
 | 103 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | 
|---|
 | 104 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | 
|---|
 | 105 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | 
|---|
 | 106 | LDFLAGS = @LDFLAGS@ | 
|---|
 | 107 | LIBOBJS = @LIBOBJS@ | 
|---|
 | 108 | LIBS = @LIBS@ | 
|---|
 | 109 | LTLIBOBJS = @LTLIBOBJS@ | 
|---|
 | 110 | MAKEINFO = @MAKEINFO@ | 
|---|
 | 111 | MKDIR_P = @MKDIR_P@ | 
|---|
 | 112 | OBJEXT = @OBJEXT@ | 
|---|
 | 113 | ODE_AGE = @ODE_AGE@ | 
|---|
 | 114 | ODE_CURRENT = @ODE_CURRENT@ | 
|---|
 | 115 | ODE_RELEASE = @ODE_RELEASE@ | 
|---|
 | 116 | ODE_REVISION = @ODE_REVISION@ | 
|---|
 | 117 | ODE_SONAME = @ODE_SONAME@ | 
|---|
 | 118 | PACKAGE = @PACKAGE@ | 
|---|
 | 119 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | 
|---|
 | 120 | PACKAGE_NAME = @PACKAGE_NAME@ | 
|---|
 | 121 | PACKAGE_STRING = @PACKAGE_STRING@ | 
|---|
 | 122 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | 
|---|
 | 123 | PACKAGE_VERSION = @PACKAGE_VERSION@ | 
|---|
 | 124 | PATH_SEPARATOR = @PATH_SEPARATOR@ | 
|---|
 | 125 | RANLIB = @RANLIB@ | 
|---|
 | 126 | SET_MAKE = @SET_MAKE@ | 
|---|
 | 127 | SHARED_LDFLAGS = @SHARED_LDFLAGS@ | 
|---|
 | 128 | SHELL = @SHELL@ | 
|---|
 | 129 | STRIP = @STRIP@ | 
|---|
 | 130 | TOPDIR = @TOPDIR@ | 
|---|
 | 131 | VERSION = @VERSION@ | 
|---|
 | 132 | WINDRES = @WINDRES@ | 
|---|
 | 133 | XMKMF = @XMKMF@ | 
|---|
 | 134 | X_CFLAGS = @X_CFLAGS@ | 
|---|
 | 135 | X_EXTRA_LIBS = @X_EXTRA_LIBS@ | 
|---|
 | 136 | X_LIBS = @X_LIBS@ | 
|---|
 | 137 | X_PRE_LIBS = @X_PRE_LIBS@ | 
|---|
 | 138 | abs_builddir = @abs_builddir@ | 
|---|
 | 139 | abs_srcdir = @abs_srcdir@ | 
|---|
 | 140 | abs_top_builddir = @abs_top_builddir@ | 
|---|
 | 141 | abs_top_srcdir = @abs_top_srcdir@ | 
|---|
 | 142 | ac_ct_CC = @ac_ct_CC@ | 
|---|
 | 143 | ac_ct_CXX = @ac_ct_CXX@ | 
|---|
 | 144 | ac_ct_WINDRES = @ac_ct_WINDRES@ | 
|---|
 | 145 | am__include = @am__include@ | 
|---|
 | 146 | am__leading_dot = @am__leading_dot@ | 
|---|
 | 147 | am__quote = @am__quote@ | 
|---|
 | 148 | am__tar = @am__tar@ | 
|---|
 | 149 | am__untar = @am__untar@ | 
|---|
 | 150 | bindir = @bindir@ | 
|---|
 | 151 | build = @build@ | 
|---|
 | 152 | build_alias = @build_alias@ | 
|---|
 | 153 | build_cpu = @build_cpu@ | 
|---|
 | 154 | build_os = @build_os@ | 
|---|
 | 155 | build_vendor = @build_vendor@ | 
|---|
 | 156 | builddir = @builddir@ | 
|---|
 | 157 | datadir = @datadir@ | 
|---|
 | 158 | datarootdir = @datarootdir@ | 
|---|
 | 159 | docdir = @docdir@ | 
|---|
 | 160 | dvidir = @dvidir@ | 
|---|
 | 161 | exec_prefix = @exec_prefix@ | 
|---|
 | 162 | host = @host@ | 
|---|
 | 163 | host_alias = @host_alias@ | 
|---|
 | 164 | host_cpu = @host_cpu@ | 
|---|
 | 165 | host_os = @host_os@ | 
|---|
 | 166 | host_vendor = @host_vendor@ | 
|---|
 | 167 | htmldir = @htmldir@ | 
|---|
 | 168 | includedir = @includedir@ | 
|---|
 | 169 | infodir = @infodir@ | 
|---|
 | 170 | install_sh = @install_sh@ | 
|---|
 | 171 | libdir = @libdir@ | 
|---|
 | 172 | libexecdir = @libexecdir@ | 
|---|
 | 173 | localedir = @localedir@ | 
|---|
 | 174 | localstatedir = @localstatedir@ | 
|---|
 | 175 | mandir = @mandir@ | 
|---|
 | 176 | mkdir_p = @mkdir_p@ | 
|---|
 | 177 | oldincludedir = @oldincludedir@ | 
|---|
 | 178 | pdfdir = @pdfdir@ | 
|---|
 | 179 | prefix = @prefix@ | 
|---|
 | 180 | program_transform_name = @program_transform_name@ | 
|---|
 | 181 | psdir = @psdir@ | 
|---|
 | 182 | sbindir = @sbindir@ | 
|---|
 | 183 | sharedstatedir = @sharedstatedir@ | 
|---|
 | 184 | so_ext = @so_ext@ | 
|---|
 | 185 | srcdir = @srcdir@ | 
|---|
 | 186 | sysconfdir = @sysconfdir@ | 
|---|
 | 187 | target = @target@ | 
|---|
 | 188 | target_alias = @target_alias@ | 
|---|
 | 189 | target_cpu = @target_cpu@ | 
|---|
 | 190 | target_os = @target_os@ | 
|---|
 | 191 | target_vendor = @target_vendor@ | 
|---|
 | 192 | top_builddir = @top_builddir@ | 
|---|
 | 193 | top_srcdir = @top_srcdir@ | 
|---|
 | 194 | SUBDIRS = CppTestHarness | 
|---|
 | 195 | AM_CXXFLAGS = @ARCHFLAGS@ @CXXFLAGS@ -I$(top_srcdir)/include -I$(top_srcdir)/tests/CppTestHarness -I$(top_builddir)/include | 
|---|
 | 196 | AM_CFLAGS = @ARCHFLAGS@ @CXXFLAGS@ -I$(top_srcdir)/include -I$(top_srcdir)/tests/CppTestHarness -I$(top_builddir)/include | 
|---|
 | 197 | ode_unit_test_SOURCES = \ | 
|---|
 | 198 |   main.cpp \ | 
|---|
 | 199 |   colliders/box_sphere.cpp | 
|---|
 | 200 |  | 
|---|
 | 201 | ode_unit_test_DEPENDENCIES = \ | 
|---|
 | 202 |   $(top_builddir)/ode/src/libode.a \ | 
|---|
 | 203 |   $(top_builddir)/tests/CppTestHarness/libodetest.a  | 
|---|
 | 204 |  | 
|---|
 | 205 | ode_unit_test_LDFLAGS = \ | 
|---|
 | 206 |   -L$(top_builddir)/ode/src \ | 
|---|
 | 207 |   -L$(top_builddir)/tests/CppTestHarness \ | 
|---|
 | 208 |   @LDFLAGS@ | 
|---|
 | 209 |  | 
|---|
 | 210 | ode_unit_test_LDADD = \ | 
|---|
 | 211 |   $(top_builddir)/ode/src/libode.a \ | 
|---|
 | 212 |   $(top_builddir)/tests/CppTestHarness/libodetest.a \ | 
|---|
 | 213 |   @GL_LIBS@ @LIBS@ | 
|---|
 | 214 |  | 
|---|
 | 215 | all: all-recursive | 
|---|
 | 216 |  | 
|---|
 | 217 | .SUFFIXES: | 
|---|
 | 218 | .SUFFIXES: .cpp .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) --foreign  tests/Makefile'; \ | 
|---|
 | 229 |         cd $(top_srcdir) && \ | 
|---|
 | 230 |           $(AUTOMAKE) --foreign  tests/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-noinstPROGRAMS: | 
|---|
 | 250 |         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) | 
|---|
 | 251 | ode_unit_test$(EXEEXT): $(ode_unit_test_OBJECTS) $(ode_unit_test_DEPENDENCIES)  | 
|---|
 | 252 |         @rm -f ode_unit_test$(EXEEXT) | 
|---|
 | 253 |         $(ode_unit_test_LINK) $(ode_unit_test_OBJECTS) $(ode_unit_test_LDADD) $(LIBS) | 
|---|
 | 254 |  | 
|---|
 | 255 | mostlyclean-compile: | 
|---|
 | 256 |         -rm -f *.$(OBJEXT) | 
|---|
 | 257 |  | 
|---|
 | 258 | distclean-compile: | 
|---|
 | 259 |         -rm -f *.tab.c | 
|---|
 | 260 |  | 
|---|
 | 261 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/box_sphere.Po@am__quote@ | 
|---|
 | 262 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ | 
|---|
 | 263 |  | 
|---|
 | 264 | .cpp.o: | 
|---|
 | 265 | @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | 
|---|
 | 266 | @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | 
|---|
 | 267 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | 
|---|
 | 268 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | 
|---|
 | 269 | @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $< | 
|---|
 | 270 |  | 
|---|
 | 271 | .cpp.obj: | 
|---|
 | 272 | @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` | 
|---|
 | 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 $@ `$(CYGPATH_W) '$<'` | 
|---|
 | 277 |  | 
|---|
 | 278 | box_sphere.o: colliders/box_sphere.cpp | 
|---|
 | 279 | @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT box_sphere.o -MD -MP -MF $(DEPDIR)/box_sphere.Tpo -c -o box_sphere.o `test -f 'colliders/box_sphere.cpp' || echo '$(srcdir)/'`colliders/box_sphere.cpp | 
|---|
 | 280 | @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/box_sphere.Tpo $(DEPDIR)/box_sphere.Po | 
|---|
 | 281 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='colliders/box_sphere.cpp' object='box_sphere.o' libtool=no @AMDEPBACKSLASH@ | 
|---|
 | 282 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | 
|---|
 | 283 | @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o box_sphere.o `test -f 'colliders/box_sphere.cpp' || echo '$(srcdir)/'`colliders/box_sphere.cpp | 
|---|
 | 284 |  | 
|---|
 | 285 | box_sphere.obj: colliders/box_sphere.cpp | 
|---|
 | 286 | @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT box_sphere.obj -MD -MP -MF $(DEPDIR)/box_sphere.Tpo -c -o box_sphere.obj `if test -f 'colliders/box_sphere.cpp'; then $(CYGPATH_W) 'colliders/box_sphere.cpp'; else $(CYGPATH_W) '$(srcdir)/colliders/box_sphere.cpp'; fi` | 
|---|
 | 287 | @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/box_sphere.Tpo $(DEPDIR)/box_sphere.Po | 
|---|
 | 288 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='colliders/box_sphere.cpp' object='box_sphere.obj' libtool=no @AMDEPBACKSLASH@ | 
|---|
 | 289 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | 
|---|
 | 290 | @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o box_sphere.obj `if test -f 'colliders/box_sphere.cpp'; then $(CYGPATH_W) 'colliders/box_sphere.cpp'; else $(CYGPATH_W) '$(srcdir)/colliders/box_sphere.cpp'; fi` | 
|---|
 | 291 |  | 
|---|
 | 292 | # This directory's subdirectories are mostly independent; you can cd | 
|---|
 | 293 | # into them and run `make' without going through this Makefile. | 
|---|
 | 294 | # To change the values of `make' variables: instead of editing Makefiles, | 
|---|
 | 295 | # (1) if the variable is set in `config.status', edit `config.status' | 
|---|
 | 296 | #     (which will cause the Makefiles to be regenerated when you run `make'); | 
|---|
 | 297 | # (2) otherwise, pass the desired values on the `make' command line. | 
|---|
 | 298 | $(RECURSIVE_TARGETS): | 
|---|
 | 299 |         @failcom='exit 1'; \ | 
|---|
 | 300 |         for f in x $$MAKEFLAGS; do \ | 
|---|
 | 301 |           case $$f in \ | 
|---|
 | 302 |             *=* | --[!k]*);; \ | 
|---|
 | 303 |             *k*) failcom='fail=yes';; \ | 
|---|
 | 304 |           esac; \ | 
|---|
 | 305 |         done; \ | 
|---|
 | 306 |         dot_seen=no; \ | 
|---|
 | 307 |         target=`echo $@ | sed s/-recursive//`; \ | 
|---|
 | 308 |         list='$(SUBDIRS)'; for subdir in $$list; do \ | 
|---|
 | 309 |           echo "Making $$target in $$subdir"; \ | 
|---|
 | 310 |           if test "$$subdir" = "."; then \ | 
|---|
 | 311 |             dot_seen=yes; \ | 
|---|
 | 312 |             local_target="$$target-am"; \ | 
|---|
 | 313 |           else \ | 
|---|
 | 314 |             local_target="$$target"; \ | 
|---|
 | 315 |           fi; \ | 
|---|
 | 316 |           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | 
|---|
 | 317 |           || eval $$failcom; \ | 
|---|
 | 318 |         done; \ | 
|---|
 | 319 |         if test "$$dot_seen" = "no"; then \ | 
|---|
 | 320 |           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | 
|---|
 | 321 |         fi; test -z "$$fail" | 
|---|
 | 322 |  | 
|---|
 | 323 | $(RECURSIVE_CLEAN_TARGETS): | 
|---|
 | 324 |         @failcom='exit 1'; \ | 
|---|
 | 325 |         for f in x $$MAKEFLAGS; do \ | 
|---|
 | 326 |           case $$f in \ | 
|---|
 | 327 |             *=* | --[!k]*);; \ | 
|---|
 | 328 |             *k*) failcom='fail=yes';; \ | 
|---|
 | 329 |           esac; \ | 
|---|
 | 330 |         done; \ | 
|---|
 | 331 |         dot_seen=no; \ | 
|---|
 | 332 |         case "$@" in \ | 
|---|
 | 333 |           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | 
|---|
 | 334 |           *) list='$(SUBDIRS)' ;; \ | 
|---|
 | 335 |         esac; \ | 
|---|
 | 336 |         rev=''; for subdir in $$list; do \ | 
|---|
 | 337 |           if test "$$subdir" = "."; then :; else \ | 
|---|
 | 338 |             rev="$$subdir $$rev"; \ | 
|---|
 | 339 |           fi; \ | 
|---|
 | 340 |         done; \ | 
|---|
 | 341 |         rev="$$rev ."; \ | 
|---|
 | 342 |         target=`echo $@ | sed s/-recursive//`; \ | 
|---|
 | 343 |         for subdir in $$rev; do \ | 
|---|
 | 344 |           echo "Making $$target in $$subdir"; \ | 
|---|
 | 345 |           if test "$$subdir" = "."; then \ | 
|---|
 | 346 |             local_target="$$target-am"; \ | 
|---|
 | 347 |           else \ | 
|---|
 | 348 |             local_target="$$target"; \ | 
|---|
 | 349 |           fi; \ | 
|---|
 | 350 |           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | 
|---|
 | 351 |           || eval $$failcom; \ | 
|---|
 | 352 |         done && test -z "$$fail" | 
|---|
 | 353 | tags-recursive: | 
|---|
 | 354 |         list='$(SUBDIRS)'; for subdir in $$list; do \ | 
|---|
 | 355 |           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | 
|---|
 | 356 |         done | 
|---|
 | 357 | ctags-recursive: | 
|---|
 | 358 |         list='$(SUBDIRS)'; for subdir in $$list; do \ | 
|---|
 | 359 |           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ | 
|---|
 | 360 |         done | 
|---|
 | 361 |  | 
|---|
 | 362 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | 
|---|
 | 363 |         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | 
|---|
 | 364 |         unique=`for i in $$list; do \ | 
|---|
 | 365 |             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | 
|---|
 | 366 |           done | \ | 
|---|
 | 367 |           $(AWK) '    { files[$$0] = 1; } \ | 
|---|
 | 368 |                END { for (i in files) print i; }'`; \ | 
|---|
 | 369 |         mkid -fID $$unique | 
|---|
 | 370 | tags: TAGS | 
|---|
 | 371 |  | 
|---|
 | 372 | TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \ | 
|---|
 | 373 |                 $(TAGS_FILES) $(LISP) | 
|---|
 | 374 |         tags=; \ | 
|---|
 | 375 |         here=`pwd`; \ | 
|---|
 | 376 |         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | 
|---|
 | 377 |           include_option=--etags-include; \ | 
|---|
 | 378 |           empty_fix=.; \ | 
|---|
 | 379 |         else \ | 
|---|
 | 380 |           include_option=--include; \ | 
|---|
 | 381 |           empty_fix=; \ | 
|---|
 | 382 |         fi; \ | 
|---|
 | 383 |         list='$(SUBDIRS)'; for subdir in $$list; do \ | 
|---|
 | 384 |           if test "$$subdir" = .; then :; else \ | 
|---|
 | 385 |             test ! -f $$subdir/TAGS || \ | 
|---|
 | 386 |               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ | 
|---|
 | 387 |           fi; \ | 
|---|
 | 388 |         done; \ | 
|---|
 | 389 |         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \ | 
|---|
 | 390 |         unique=`for i in $$list; do \ | 
|---|
 | 391 |             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | 
|---|
 | 392 |           done | \ | 
|---|
 | 393 |           $(AWK) '    { files[$$0] = 1; } \ | 
|---|
 | 394 |                END { for (i in files) print i; }'`; \ | 
|---|
 | 395 |         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ | 
|---|
 | 396 |           test -n "$$unique" || unique=$$empty_fix; \ | 
|---|
 | 397 |           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | 
|---|
 | 398 |             $$tags $$unique; \ | 
|---|
 | 399 |         fi | 
|---|
 | 400 | ctags: CTAGS | 
|---|
 | 401 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \ | 
|---|
 | 402 |                 $(TAGS_FILES) $(LISP) | 
|---|
 | 403 |         tags=; \ | 
|---|
 | 404 |         here=`pwd`; \ | 
|---|
 | 405 |         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \ | 
|---|
 | 406 |         unique=`for i in $$list; do \ | 
|---|
 | 407 |             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | 
|---|
 | 408 |           done | \ | 
|---|
 | 409 |           $(AWK) '    { files[$$0] = 1; } \ | 
|---|
 | 410 |                END { for (i in files) print i; }'`; \ | 
|---|
 | 411 |         test -z "$(CTAGS_ARGS)$$tags$$unique" \ | 
|---|
 | 412 |           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | 
|---|
 | 413 |              $$tags $$unique | 
|---|
 | 414 |  | 
|---|
 | 415 | GTAGS: | 
|---|
 | 416 |         here=`$(am__cd) $(top_builddir) && pwd` \ | 
|---|
 | 417 |           && cd $(top_srcdir) \ | 
|---|
 | 418 |           && gtags -i $(GTAGS_ARGS) $$here | 
|---|
 | 419 |  | 
|---|
 | 420 | distclean-tags: | 
|---|
 | 421 |         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | 
|---|
 | 422 |  | 
|---|
 | 423 | distdir: $(DISTFILES) | 
|---|
 | 424 |         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | 
|---|
 | 425 |         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | 
|---|
 | 426 |         list='$(DISTFILES)'; \ | 
|---|
 | 427 |           dist_files=`for file in $$list; do echo $$file; done | \ | 
|---|
 | 428 |           sed -e "s|^$$srcdirstrip/||;t" \ | 
|---|
 | 429 |               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | 
|---|
 | 430 |         case $$dist_files in \ | 
|---|
 | 431 |           */*) $(MKDIR_P) `echo "$$dist_files" | \ | 
|---|
 | 432 |                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | 
|---|
 | 433 |                            sort -u` ;; \ | 
|---|
 | 434 |         esac; \ | 
|---|
 | 435 |         for file in $$dist_files; do \ | 
|---|
 | 436 |           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | 
|---|
 | 437 |           if test -d $$d/$$file; then \ | 
|---|
 | 438 |             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | 
|---|
 | 439 |             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | 
|---|
 | 440 |               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ | 
|---|
 | 441 |             fi; \ | 
|---|
 | 442 |             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ | 
|---|
 | 443 |           else \ | 
|---|
 | 444 |             test -f $(distdir)/$$file \ | 
|---|
 | 445 |             || cp -p $$d/$$file $(distdir)/$$file \ | 
|---|
 | 446 |             || exit 1; \ | 
|---|
 | 447 |           fi; \ | 
|---|
 | 448 |         done | 
|---|
 | 449 |         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | 
|---|
 | 450 |           if test "$$subdir" = .; then :; else \ | 
|---|
 | 451 |             test -d "$(distdir)/$$subdir" \ | 
|---|
 | 452 |             || $(MKDIR_P) "$(distdir)/$$subdir" \ | 
|---|
 | 453 |             || exit 1; \ | 
|---|
 | 454 |             distdir=`$(am__cd) $(distdir) && pwd`; \ | 
|---|
 | 455 |             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ | 
|---|
 | 456 |             (cd $$subdir && \ | 
|---|
 | 457 |               $(MAKE) $(AM_MAKEFLAGS) \ | 
|---|
 | 458 |                 top_distdir="$$top_distdir" \ | 
|---|
 | 459 |                 distdir="$$distdir/$$subdir" \ | 
|---|
 | 460 |                 am__remove_distdir=: \ | 
|---|
 | 461 |                 am__skip_length_check=: \ | 
|---|
 | 462 |                 distdir) \ | 
|---|
 | 463 |               || exit 1; \ | 
|---|
 | 464 |           fi; \ | 
|---|
 | 465 |         done | 
|---|
 | 466 | check-am: all-am | 
|---|
 | 467 | check: check-recursive | 
|---|
 | 468 | all-am: Makefile $(PROGRAMS) | 
|---|
 | 469 | installdirs: installdirs-recursive | 
|---|
 | 470 | installdirs-am: | 
|---|
 | 471 | install: install-recursive | 
|---|
 | 472 | install-exec: install-exec-recursive | 
|---|
 | 473 | install-data: install-data-recursive | 
|---|
 | 474 | uninstall: uninstall-recursive | 
|---|
 | 475 |  | 
|---|
 | 476 | install-am: all-am | 
|---|
 | 477 |         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | 
|---|
 | 478 |  | 
|---|
 | 479 | installcheck: installcheck-recursive | 
|---|
 | 480 | install-strip: | 
|---|
 | 481 |         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | 
|---|
 | 482 |           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | 
|---|
 | 483 |           `test -z '$(STRIP)' || \ | 
|---|
 | 484 |             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | 
|---|
 | 485 | mostlyclean-generic: | 
|---|
 | 486 |  | 
|---|
 | 487 | clean-generic: | 
|---|
 | 488 |  | 
|---|
 | 489 | distclean-generic: | 
|---|
 | 490 |         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | 
|---|
 | 491 |  | 
|---|
 | 492 | maintainer-clean-generic: | 
|---|
 | 493 |         @echo "This command is intended for maintainers to use" | 
|---|
 | 494 |         @echo "it deletes files that may require special tools to rebuild." | 
|---|
 | 495 | clean: clean-recursive | 
|---|
 | 496 |  | 
|---|
 | 497 | clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am | 
|---|
 | 498 |  | 
|---|
 | 499 | distclean: distclean-recursive | 
|---|
 | 500 |         -rm -rf ./$(DEPDIR) | 
|---|
 | 501 |         -rm -f Makefile | 
|---|
 | 502 | distclean-am: clean-am distclean-compile distclean-generic \ | 
|---|
 | 503 |         distclean-tags | 
|---|
 | 504 |  | 
|---|
 | 505 | dvi: dvi-recursive | 
|---|
 | 506 |  | 
|---|
 | 507 | dvi-am: | 
|---|
 | 508 |  | 
|---|
 | 509 | html: html-recursive | 
|---|
 | 510 |  | 
|---|
 | 511 | info: info-recursive | 
|---|
 | 512 |  | 
|---|
 | 513 | info-am: | 
|---|
 | 514 |  | 
|---|
 | 515 | install-data-am: | 
|---|
 | 516 |  | 
|---|
 | 517 | install-dvi: install-dvi-recursive | 
|---|
 | 518 |  | 
|---|
 | 519 | install-exec-am: | 
|---|
 | 520 |  | 
|---|
 | 521 | install-html: install-html-recursive | 
|---|
 | 522 |  | 
|---|
 | 523 | install-info: install-info-recursive | 
|---|
 | 524 |  | 
|---|
 | 525 | install-man: | 
|---|
 | 526 |  | 
|---|
 | 527 | install-pdf: install-pdf-recursive | 
|---|
 | 528 |  | 
|---|
 | 529 | install-ps: install-ps-recursive | 
|---|
 | 530 |  | 
|---|
 | 531 | installcheck-am: | 
|---|
 | 532 |  | 
|---|
 | 533 | maintainer-clean: maintainer-clean-recursive | 
|---|
 | 534 |         -rm -rf ./$(DEPDIR) | 
|---|
 | 535 |         -rm -f Makefile | 
|---|
 | 536 | maintainer-clean-am: distclean-am maintainer-clean-generic | 
|---|
 | 537 |  | 
|---|
 | 538 | mostlyclean: mostlyclean-recursive | 
|---|
 | 539 |  | 
|---|
 | 540 | mostlyclean-am: mostlyclean-compile mostlyclean-generic | 
|---|
 | 541 |  | 
|---|
 | 542 | pdf: pdf-recursive | 
|---|
 | 543 |  | 
|---|
 | 544 | pdf-am: | 
|---|
 | 545 |  | 
|---|
 | 546 | ps: ps-recursive | 
|---|
 | 547 |  | 
|---|
 | 548 | ps-am: | 
|---|
 | 549 |  | 
|---|
 | 550 | uninstall-am: | 
|---|
 | 551 |  | 
|---|
 | 552 | .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ | 
|---|
 | 553 |         install-strip | 
|---|
 | 554 |  | 
|---|
 | 555 | .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ | 
|---|
 | 556 |         all all-am check check-am clean clean-generic \ | 
|---|
 | 557 |         clean-noinstPROGRAMS ctags ctags-recursive distclean \ | 
|---|
 | 558 |         distclean-compile distclean-generic distclean-tags distdir dvi \ | 
|---|
 | 559 |         dvi-am html html-am info info-am install install-am \ | 
|---|
 | 560 |         install-data install-data-am install-dvi install-dvi-am \ | 
|---|
 | 561 |         install-exec install-exec-am install-html install-html-am \ | 
|---|
 | 562 |         install-info install-info-am install-man install-pdf \ | 
|---|
 | 563 |         install-pdf-am install-ps install-ps-am install-strip \ | 
|---|
 | 564 |         installcheck installcheck-am installdirs installdirs-am \ | 
|---|
 | 565 |         maintainer-clean maintainer-clean-generic mostlyclean \ | 
|---|
 | 566 |         mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ | 
|---|
 | 567 |         tags tags-recursive uninstall uninstall-am | 
|---|
 | 568 |  | 
|---|
 | 569 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | 
|---|
 | 570 | # Otherwise a system limit (for SysV at least) may be exceeded. | 
|---|
 | 571 | .NOEXPORT: | 
|---|