- Timestamp:
- Jun 23, 2004, 7:27:16 PM (20 years ago)
- Location:
- orxonox/branches/john/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/john/src/Makefile.am
r1959 r2033 6 6 7 7 bin_PROGRAMS=orxonox 8 orxonox_SOURCES=orxonox.cc world.cc environment.cc player.cc npc.cc input_output.cc data_tank.cc ai.cc shoot_laser.cc shoot_rocket.cc 8 orxonox_SOURCES=orxonox.cc \ 9 world.cc \ 10 environment.cc \ 11 player.cc \ 12 npc.cc \ 13 input_output.cc \ 14 data_tank.cc \ 15 ai.cc \ 16 shoot_laser.cc \ 17 shoot_rocket.cc \ 18 3dStructs.cc \ 19 3dUnit.cc \ 20 3ds.cc 9 21 10 22 # uncomment the following if bencoder requires the math library -
orxonox/branches/john/src/Makefile.in
r2018 r2033 117 117 #"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include" 118 118 bin_PROGRAMS = orxonox 119 orxonox_SOURCES = orxonox.cc world.cc environment.cc player.cc npc.cc input_output.cc data_tank.cc ai.cc shoot_laser.cc shoot_rocket.cc 119 orxonox_SOURCES = orxonox.cc \ 120 world.cc \ 121 environment.cc \ 122 player.cc \ 123 npc.cc \ 124 input_output.cc \ 125 data_tank.cc \ 126 ai.cc \ 127 shoot_laser.cc \ 128 shoot_rocket.cc \ 129 3dStructs.cc \ 130 3dUnit.cc \ 131 3ds.cc 132 120 133 subdir = src 121 134 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 … … 129 142 environment.$(OBJEXT) player.$(OBJEXT) npc.$(OBJEXT) \ 130 143 input_output.$(OBJEXT) data_tank.$(OBJEXT) ai.$(OBJEXT) \ 131 shoot_laser.$(OBJEXT) shoot_rocket.$(OBJEXT) 144 shoot_laser.$(OBJEXT) shoot_rocket.$(OBJEXT) \ 145 3dStructs.$(OBJEXT) 3dUnit.$(OBJEXT) 3ds.$(OBJEXT) 132 146 orxonox_OBJECTS = $(am_orxonox_OBJECTS) 133 147 orxonox_LDADD = $(LDADD) … … 138 152 depcomp = $(SHELL) $(top_srcdir)/depcomp 139 153 am__depfiles_maybe = depfiles 140 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/ai.Po ./$(DEPDIR)/data_tank.Po \ 141 @AMDEP_TRUE@ ./$(DEPDIR)/environment.Po \ 154 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/3dStructs.Po ./$(DEPDIR)/3dUnit.Po \ 155 @AMDEP_TRUE@ ./$(DEPDIR)/3ds.Po ./$(DEPDIR)/ai.Po \ 156 @AMDEP_TRUE@ ./$(DEPDIR)/data_tank.Po ./$(DEPDIR)/environment.Po \ 142 157 @AMDEP_TRUE@ ./$(DEPDIR)/input_output.Po ./$(DEPDIR)/npc.Po \ 143 158 @AMDEP_TRUE@ ./$(DEPDIR)/orxonox.Po ./$(DEPDIR)/player.Po \ … … 196 211 -rm -f *.tab.c 197 212 213 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/3dStructs.Po@am__quote@ 214 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/3dUnit.Po@am__quote@ 215 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/3ds.Po@am__quote@ 198 216 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ai.Po@am__quote@ 199 217 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data_tank.Po@am__quote@
Note: See TracChangeset
for help on using the changeset viewer.