Changeset 3470 in orxonox.OLD for orxonox/trunk/src
- Timestamp:
- Mar 10, 2005, 2:00:10 PM (20 years ago)
- Location:
- orxonox/trunk/src
- Files:
-
- 1 added
- 5 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/Makefile.am
r3460 r3470 1 #AM_CXXFLAGS=""1 AM_CXXFLAGS="-I./world_entity" 2 2 AM_LDFLAGS= $(MWINDOWS) 3 3 … … 9 9 orxonox_SOURCES= orxonox.cc \ 10 10 world.cc \ 11 player.cc \11 world_entity/player.cc \ 12 12 collision.cc \ 13 13 data_tank.cc \ … … 53 53 base_entity.h \ 54 54 error.h \ 55 player.h \55 world_entity/player.h \ 56 56 camera.h \ 57 57 ini_parser.h \ -
orxonox/trunk/src/Makefile.in
r3460 r3470 214 214 target_os = @target_os@ 215 215 target_vendor = @target_vendor@ 216 217 #AM_CXXFLAGS="" 216 AM_CXXFLAGS = "-I./world_entity" 218 217 AM_LDFLAGS = $(MWINDOWS) 219 218 orxonox_SOURCES = orxonox.cc \ 220 219 world.cc \ 221 player.cc \220 world_entity/player.cc \ 222 221 collision.cc \ 223 222 data_tank.cc \ … … 263 262 base_entity.h \ 264 263 error.h \ 265 player.h \264 world_entity/player.h \ 266 265 camera.h \ 267 266 ini_parser.h \ … … 321 320 esac; \ 322 321 done; \ 323 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- foreignsrc/Makefile'; \322 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ 324 323 cd $(top_srcdir) && \ 325 $(AUTOMAKE) -- foreignsrc/Makefile324 $(AUTOMAKE) --gnu src/Makefile 326 325 .PRECIOUS: Makefile 327 326 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status … … 423 422 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 424 423 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 424 425 player.o: world_entity/player.cc 426 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT player.o -MD -MP -MF "$(DEPDIR)/player.Tpo" -c -o player.o `test -f 'world_entity/player.cc' || echo '$(srcdir)/'`world_entity/player.cc; \ 427 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/player.Tpo" "$(DEPDIR)/player.Po"; else rm -f "$(DEPDIR)/player.Tpo"; exit 1; fi 428 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='world_entity/player.cc' object='player.o' libtool=no @AMDEPBACKSLASH@ 429 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/player.Po' tmpdepfile='$(DEPDIR)/player.TPo' @AMDEPBACKSLASH@ 430 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 431 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o player.o `test -f 'world_entity/player.cc' || echo '$(srcdir)/'`world_entity/player.cc 432 433 player.obj: world_entity/player.cc 434 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT player.obj -MD -MP -MF "$(DEPDIR)/player.Tpo" -c -o player.obj `if test -f 'world_entity/player.cc'; then $(CYGPATH_W) 'world_entity/player.cc'; else $(CYGPATH_W) '$(srcdir)/world_entity/player.cc'; fi`; \ 435 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/player.Tpo" "$(DEPDIR)/player.Po"; else rm -f "$(DEPDIR)/player.Tpo"; exit 1; fi 436 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='world_entity/player.cc' object='player.obj' libtool=no @AMDEPBACKSLASH@ 437 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/player.Po' tmpdepfile='$(DEPDIR)/player.TPo' @AMDEPBACKSLASH@ 438 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 439 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o player.obj `if test -f 'world_entity/player.cc'; then $(CYGPATH_W) 'world_entity/player.cc'; else $(CYGPATH_W) '$(srcdir)/world_entity/player.cc'; fi` 425 440 426 441 model.o: importer/model.cc … … 642 657 643 658 distdir: $(DISTFILES) 644 $(mkdir_p) $(distdir)/sfont 659 $(mkdir_p) $(distdir)/sfont $(distdir)/world_entity 645 660 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 646 661 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ -
orxonox/trunk/src/console/Makefile.in
r3459 r3470 203 203 esac; \ 204 204 done; \ 205 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- foreignsrc/console/Makefile'; \205 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/console/Makefile'; \ 206 206 cd $(top_srcdir) && \ 207 $(AUTOMAKE) -- foreignsrc/console/Makefile207 $(AUTOMAKE) --gnu src/console/Makefile 208 208 .PRECIOUS: Makefile 209 209 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
orxonox/trunk/src/gui/Makefile.in
r3459 r3470 234 234 esac; \ 235 235 done; \ 236 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- foreignsrc/gui/Makefile'; \236 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/gui/Makefile'; \ 237 237 cd $(top_srcdir) && \ 238 $(AUTOMAKE) -- foreignsrc/gui/Makefile238 $(AUTOMAKE) --gnu src/gui/Makefile 239 239 .PRECIOUS: Makefile 240 240 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
orxonox/trunk/src/importer/Makefile.in
r3459 r3470 215 215 esac; \ 216 216 done; \ 217 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- foreignsrc/importer/Makefile'; \217 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/importer/Makefile'; \ 218 218 cd $(top_srcdir) && \ 219 $(AUTOMAKE) -- foreignsrc/importer/Makefile219 $(AUTOMAKE) --gnu src/importer/Makefile 220 220 .PRECIOUS: Makefile 221 221 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset
for help on using the changeset viewer.