Changeset 5160 in orxonox.OLD for trunk/src/lib
- Timestamp:
- Sep 5, 2005, 8:12:38 AM (19 years ago)
- Location:
- trunk/src/lib
- Files:
-
- 12 edited
- 2 copied
- 4 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/Makefile.am
r4643 r5160 9 9 collision_detection \ 10 10 tinyxml \ 11 shell \ 11 12 gui \ 12 13 $(GTK_PROGS) -
trunk/src/lib/Makefile.in
r5100 r5160 174 174 collision_detection \ 175 175 tinyxml \ 176 shell \ 176 177 gui \ 177 178 $(GTK_PROGS) … … 189 190 esac; \ 190 191 done; \ 191 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/lib/Makefile'; \192 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/Makefile'; \ 192 193 cd $(top_srcdir) && \ 193 $(AUTOMAKE) -- gnusrc/lib/Makefile194 $(AUTOMAKE) --foreign src/lib/Makefile 194 195 .PRECIOUS: Makefile 195 196 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
trunk/src/lib/collision_detection/Makefile.in
r5100 r5160 224 224 esac; \ 225 225 done; \ 226 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/lib/collision_detection/Makefile'; \226 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/collision_detection/Makefile'; \ 227 227 cd $(top_srcdir) && \ 228 $(AUTOMAKE) -- gnusrc/lib/collision_detection/Makefile228 $(AUTOMAKE) --foreign src/lib/collision_detection/Makefile 229 229 .PRECIOUS: Makefile 230 230 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
trunk/src/lib/event/Makefile.in
r5100 r5160 212 212 esac; \ 213 213 done; \ 214 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/lib/event/Makefile'; \214 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/event/Makefile'; \ 215 215 cd $(top_srcdir) && \ 216 $(AUTOMAKE) -- gnusrc/lib/event/Makefile216 $(AUTOMAKE) --foreign src/lib/event/Makefile 217 217 .PRECIOUS: Makefile 218 218 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
trunk/src/lib/graphics/Makefile.in
r5100 r5160 179 179 esac; \ 180 180 done; \ 181 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/lib/graphics/Makefile'; \181 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/graphics/Makefile'; \ 182 182 cd $(top_srcdir) && \ 183 $(AUTOMAKE) -- gnusrc/lib/graphics/Makefile183 $(AUTOMAKE) --foreign src/lib/graphics/Makefile 184 184 .PRECIOUS: Makefile 185 185 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
trunk/src/lib/graphics/importer/Makefile.in
r5100 r5160 217 217 esac; \ 218 218 done; \ 219 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/lib/graphics/importer/Makefile'; \219 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/graphics/importer/Makefile'; \ 220 220 cd $(top_srcdir) && \ 221 $(AUTOMAKE) -- gnusrc/lib/graphics/importer/Makefile221 $(AUTOMAKE) --foreign src/lib/graphics/importer/Makefile 222 222 .PRECIOUS: Makefile 223 223 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
trunk/src/lib/graphics/spatial_separation/Makefile.in
r5100 r5160 205 205 esac; \ 206 206 done; \ 207 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/lib/graphics/spatial_separation/Makefile'; \207 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/graphics/spatial_separation/Makefile'; \ 208 208 cd $(top_srcdir) && \ 209 $(AUTOMAKE) -- gnusrc/lib/graphics/spatial_separation/Makefile209 $(AUTOMAKE) --foreign src/lib/graphics/spatial_separation/Makefile 210 210 .PRECIOUS: Makefile 211 211 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
trunk/src/lib/gui/Makefile.in
r5100 r5160 241 241 esac; \ 242 242 done; \ 243 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/lib/gui/Makefile'; \243 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/gui/Makefile'; \ 244 244 cd $(top_srcdir) && \ 245 $(AUTOMAKE) -- gnusrc/lib/gui/Makefile245 $(AUTOMAKE) --foreign src/lib/gui/Makefile 246 246 .PRECIOUS: Makefile 247 247 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
trunk/src/lib/particles/Makefile.in
r5100 r5160 209 209 esac; \ 210 210 done; \ 211 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/lib/particles/Makefile'; \211 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/particles/Makefile'; \ 212 212 cd $(top_srcdir) && \ 213 $(AUTOMAKE) -- gnusrc/lib/particles/Makefile213 $(AUTOMAKE) --foreign src/lib/particles/Makefile 214 214 .PRECIOUS: Makefile 215 215 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
trunk/src/lib/physics/Makefile.in
r5100 r5160 218 218 esac; \ 219 219 done; \ 220 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/lib/physics/Makefile'; \220 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/physics/Makefile'; \ 221 221 cd $(top_srcdir) && \ 222 $(AUTOMAKE) -- gnusrc/lib/physics/Makefile222 $(AUTOMAKE) --foreign src/lib/physics/Makefile 223 223 .PRECIOUS: Makefile 224 224 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
trunk/src/lib/shell/Makefile.am
r5157 r5160 2 2 include $(MAINSRCDIR)/defs/include_paths.am 3 3 4 noinst_LIBRARIES = libORX particles.a4 noinst_LIBRARIES = libORXshell.a 5 5 6 libORXparticles_a_SOURCES = particle_engine.cc \ 7 particle_emitter.cc \ 8 particle_system.cc \ 9 quick_animation.cc 6 libORXshell_a_SOURCES = shell.cc \ 7 shell_command.cc 10 8 11 9 12 noinst_HEADERS= particle_engine.h \ 13 particle_emitter.h \ 14 particle_system.h \ 15 quick_animation.h 10 noinst_HEADERS= shell.h \ 11 shell_command.h -
trunk/src/lib/shell/Makefile.in
r5157 r5160 16 16 17 17 18 SOURCES = $(libORX particles_a_SOURCES)18 SOURCES = $(libORXshell_a_SOURCES) 19 19 20 20 srcdir = @srcdir@ … … 39 39 POST_UNINSTALL = : 40 40 host_triplet = @host@ 41 subdir = src/lib/ particles41 subdir = src/lib/shell 42 42 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ 43 43 $(srcdir)/Makefile.in … … 52 52 AR = ar 53 53 ARFLAGS = cru 54 libORXparticles_a_AR = $(AR) $(ARFLAGS) 55 libORXparticles_a_LIBADD = 56 am_libORXparticles_a_OBJECTS = particle_engine.$(OBJEXT) \ 57 particle_emitter.$(OBJEXT) particle_system.$(OBJEXT) \ 58 quick_animation.$(OBJEXT) 59 libORXparticles_a_OBJECTS = $(am_libORXparticles_a_OBJECTS) 54 libORXshell_a_AR = $(AR) $(ARFLAGS) 55 libORXshell_a_LIBADD = 56 am_libORXshell_a_OBJECTS = shell.$(OBJEXT) shell_command.$(OBJEXT) 57 libORXshell_a_OBJECTS = $(am_libORXshell_a_OBJECTS) 60 58 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 61 59 depcomp = $(SHELL) $(top_srcdir)/depcomp 62 60 am__depfiles_maybe = depfiles 63 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/particle_emitter.Po \ 64 @AMDEP_TRUE@ ./$(DEPDIR)/particle_engine.Po \ 65 @AMDEP_TRUE@ ./$(DEPDIR)/particle_system.Po \ 66 @AMDEP_TRUE@ ./$(DEPDIR)/quick_animation.Po 61 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/shell.Po \ 62 @AMDEP_TRUE@ ./$(DEPDIR)/shell_command.Po 67 63 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 68 64 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) … … 70 66 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ 71 67 -o $@ 72 SOURCES = $(libORX particles_a_SOURCES)73 DIST_SOURCES = $(libORX particles_a_SOURCES)68 SOURCES = $(libORXshell_a_SOURCES) 69 DIST_SOURCES = $(libORXshell_a_SOURCES) 74 70 HEADERS = $(noinst_HEADERS) 75 71 ETAGS = etags … … 185 181 target_vendor = @target_vendor@ 186 182 MAINSRCDIR = ../.. 187 noinst_LIBRARIES = libORXparticles.a 188 libORXparticles_a_SOURCES = particle_engine.cc \ 189 particle_emitter.cc \ 190 particle_system.cc \ 191 quick_animation.cc 192 193 noinst_HEADERS = particle_engine.h \ 194 particle_emitter.h \ 195 particle_system.h \ 196 quick_animation.h 183 noinst_LIBRARIES = libORXshell.a 184 libORXshell_a_SOURCES = shell.cc \ 185 shell_command.cc 186 187 noinst_HEADERS = shell.h \ 188 shell_command.h 197 189 198 190 all: all-am … … 209 201 esac; \ 210 202 done; \ 211 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnu src/lib/particles/Makefile'; \203 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/shell/Makefile'; \ 212 204 cd $(top_srcdir) && \ 213 $(AUTOMAKE) -- gnu src/lib/particles/Makefile205 $(AUTOMAKE) --foreign src/lib/shell/Makefile 214 206 .PRECIOUS: Makefile 215 207 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status … … 232 224 clean-noinstLIBRARIES: 233 225 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) 234 libORX particles.a: $(libORXparticles_a_OBJECTS) $(libORXparticles_a_DEPENDENCIES)235 -rm -f libORX particles.a236 $(libORX particles_a_AR) libORXparticles.a $(libORXparticles_a_OBJECTS) $(libORXparticles_a_LIBADD)237 $(RANLIB) libORX particles.a226 libORXshell.a: $(libORXshell_a_OBJECTS) $(libORXshell_a_DEPENDENCIES) 227 -rm -f libORXshell.a 228 $(libORXshell_a_AR) libORXshell.a $(libORXshell_a_OBJECTS) $(libORXshell_a_LIBADD) 229 $(RANLIB) libORXshell.a 238 230 239 231 mostlyclean-compile: … … 243 235 -rm -f *.tab.c 244 236 245 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/particle_emitter.Po@am__quote@ 246 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/particle_engine.Po@am__quote@ 247 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/particle_system.Po@am__quote@ 248 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quick_animation.Po@am__quote@ 237 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shell.Po@am__quote@ 238 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shell_command.Po@am__quote@ 249 239 250 240 .cc.o: -
trunk/src/lib/shell/shell.cc
r5159 r5160 396 396 * @todo 397 397 */ 398 void Shell::moveBuffer( int lineCount)398 void Shell::moveBuffer(unsigned int lineCount) 399 399 { 400 400 } -
trunk/src/lib/sound/Makefile.in
r5100 r5160 201 201 esac; \ 202 202 done; \ 203 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/lib/sound/Makefile'; \203 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/sound/Makefile'; \ 204 204 cd $(top_srcdir) && \ 205 $(AUTOMAKE) -- gnusrc/lib/sound/Makefile205 $(AUTOMAKE) --foreign src/lib/sound/Makefile 206 206 .PRECIOUS: Makefile 207 207 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
trunk/src/lib/tinyxml/Makefile.in
r5100 r5160 204 204 esac; \ 205 205 done; \ 206 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/lib/tinyxml/Makefile'; \206 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/tinyxml/Makefile'; \ 207 207 cd $(top_srcdir) && \ 208 $(AUTOMAKE) -- gnusrc/lib/tinyxml/Makefile208 $(AUTOMAKE) --foreign src/lib/tinyxml/Makefile 209 209 .PRECIOUS: Makefile 210 210 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset
for help on using the changeset viewer.