Changeset 4531 in orxonox.OLD for orxonox/trunk/src/subprojects/collision_detection
- Timestamp:
- Jun 7, 2005, 9:22:30 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/subprojects/collision_detection/Makefile.in
r4506 r4531 39 39 host_triplet = @host@ 40 40 bin_PROGRAMS = particles$(EXEEXT) 41 subdir = src/subprojects/ particles41 subdir = src/subprojects/collision_detection 42 42 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 43 43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 … … 52 52 PROGRAMS = $(bin_PROGRAMS) 53 53 am_particles_OBJECTS = particles-framework.$(OBJEXT) \ 54 particles- particle_fun.$(OBJEXT) \54 particles-collision_detection.$(OBJEXT) \ 55 55 particles-particle_engine.$(OBJEXT) \ 56 56 particles-particle_system.$(OBJEXT) \ … … 77 77 @AMDEP_TRUE@ ./$(DEPDIR)/particles-base_object.Po \ 78 78 @AMDEP_TRUE@ ./$(DEPDIR)/particles-camera.Po \ 79 @AMDEP_TRUE@ ./$(DEPDIR)/particles-collision_detection.Po \ 79 80 @AMDEP_TRUE@ ./$(DEPDIR)/particles-framework.Po \ 80 81 @AMDEP_TRUE@ ./$(DEPDIR)/particles-graphics_engine.Po \ … … 88 89 @AMDEP_TRUE@ ./$(DEPDIR)/particles-particle_emitter.Po \ 89 90 @AMDEP_TRUE@ ./$(DEPDIR)/particles-particle_engine.Po \ 90 @AMDEP_TRUE@ ./$(DEPDIR)/particles-particle_fun.Po \91 91 @AMDEP_TRUE@ ./$(DEPDIR)/particles-particle_system.Po \ 92 92 @AMDEP_TRUE@ ./$(DEPDIR)/particles-primitive_model.Po \ … … 225 225 226 226 particles_SOURCES = ../framework.cc \ 227 particle_fun.cc \227 collision_detection.cc \ 228 228 $(MAINSRCDIR)/lib/particles/particle_engine.cc \ 229 229 $(MAINSRCDIR)/lib/particles/particle_system.cc \ … … 260 260 esac; \ 261 261 done; \ 262 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/subprojects/ particles/Makefile'; \262 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/subprojects/collision_detection/Makefile'; \ 263 263 cd $(top_srcdir) && \ 264 $(AUTOMAKE) --foreign src/subprojects/ particles/Makefile264 $(AUTOMAKE) --foreign src/subprojects/collision_detection/Makefile 265 265 .PRECIOUS: Makefile 266 266 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status … … 316 316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/particles-base_object.Po@am__quote@ 317 317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/particles-camera.Po@am__quote@ 318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/particles-collision_detection.Po@am__quote@ 318 319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/particles-framework.Po@am__quote@ 319 320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/particles-graphics_engine.Po@am__quote@ … … 327 328 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/particles-particle_emitter.Po@am__quote@ 328 329 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/particles-particle_engine.Po@am__quote@ 329 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/particles-particle_fun.Po@am__quote@330 330 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/particles-particle_system.Po@am__quote@ 331 331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/particles-primitive_model.Po@am__quote@ … … 368 368 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(particles_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o particles-framework.obj `if test -f '../framework.cc'; then $(CYGPATH_W) '../framework.cc'; else $(CYGPATH_W) '$(srcdir)/../framework.cc'; fi` 369 369 370 particles- particle_fun.o: particle_fun.cc371 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(particles_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT particles- particle_fun.o -MD -MP -MF "$(DEPDIR)/particles-particle_fun.Tpo" -c -o particles-particle_fun.o `test -f 'particle_fun.cc' || echo '$(srcdir)/'`particle_fun.cc; \372 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/particles- particle_fun.Tpo" "$(DEPDIR)/particles-particle_fun.Po"; else rm -f "$(DEPDIR)/particles-particle_fun.Tpo"; exit 1; fi373 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source=' particle_fun.cc' object='particles-particle_fun.o' libtool=no @AMDEPBACKSLASH@374 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/particles- particle_fun.Po' tmpdepfile='$(DEPDIR)/particles-particle_fun.TPo' @AMDEPBACKSLASH@375 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 376 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(particles_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o particles- particle_fun.o `test -f 'particle_fun.cc' || echo '$(srcdir)/'`particle_fun.cc377 378 particles- particle_fun.obj: particle_fun.cc379 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(particles_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT particles- particle_fun.obj -MD -MP -MF "$(DEPDIR)/particles-particle_fun.Tpo" -c -o particles-particle_fun.obj `if test -f 'particle_fun.cc'; then $(CYGPATH_W) 'particle_fun.cc'; else $(CYGPATH_W) '$(srcdir)/particle_fun.cc'; fi`; \380 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/particles- particle_fun.Tpo" "$(DEPDIR)/particles-particle_fun.Po"; else rm -f "$(DEPDIR)/particles-particle_fun.Tpo"; exit 1; fi381 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source=' particle_fun.cc' object='particles-particle_fun.obj' libtool=no @AMDEPBACKSLASH@382 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/particles- particle_fun.Po' tmpdepfile='$(DEPDIR)/particles-particle_fun.TPo' @AMDEPBACKSLASH@383 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 384 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(particles_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o particles- particle_fun.obj `if test -f 'particle_fun.cc'; then $(CYGPATH_W) 'particle_fun.cc'; else $(CYGPATH_W) '$(srcdir)/particle_fun.cc'; fi`370 particles-collision_detection.o: collision_detection.cc 371 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(particles_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT particles-collision_detection.o -MD -MP -MF "$(DEPDIR)/particles-collision_detection.Tpo" -c -o particles-collision_detection.o `test -f 'collision_detection.cc' || echo '$(srcdir)/'`collision_detection.cc; \ 372 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/particles-collision_detection.Tpo" "$(DEPDIR)/particles-collision_detection.Po"; else rm -f "$(DEPDIR)/particles-collision_detection.Tpo"; exit 1; fi 373 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='collision_detection.cc' object='particles-collision_detection.o' libtool=no @AMDEPBACKSLASH@ 374 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/particles-collision_detection.Po' tmpdepfile='$(DEPDIR)/particles-collision_detection.TPo' @AMDEPBACKSLASH@ 375 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 376 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(particles_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o particles-collision_detection.o `test -f 'collision_detection.cc' || echo '$(srcdir)/'`collision_detection.cc 377 378 particles-collision_detection.obj: collision_detection.cc 379 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(particles_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT particles-collision_detection.obj -MD -MP -MF "$(DEPDIR)/particles-collision_detection.Tpo" -c -o particles-collision_detection.obj `if test -f 'collision_detection.cc'; then $(CYGPATH_W) 'collision_detection.cc'; else $(CYGPATH_W) '$(srcdir)/collision_detection.cc'; fi`; \ 380 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/particles-collision_detection.Tpo" "$(DEPDIR)/particles-collision_detection.Po"; else rm -f "$(DEPDIR)/particles-collision_detection.Tpo"; exit 1; fi 381 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='collision_detection.cc' object='particles-collision_detection.obj' libtool=no @AMDEPBACKSLASH@ 382 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/particles-collision_detection.Po' tmpdepfile='$(DEPDIR)/particles-collision_detection.TPo' @AMDEPBACKSLASH@ 383 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 384 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(particles_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o particles-collision_detection.obj `if test -f 'collision_detection.cc'; then $(CYGPATH_W) 'collision_detection.cc'; else $(CYGPATH_W) '$(srcdir)/collision_detection.cc'; fi` 385 385 386 386 particles-particle_engine.o: $(MAINSRCDIR)/lib/particles/particle_engine.cc
Note: See TracChangeset
for help on using the changeset viewer.