Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2102 in orxonox.OLD for orxonox/branches/chris


Ignore:
Timestamp:
Jul 10, 2004, 2:11:27 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/chris: removed list.cc from compiling list because only the .h-file exists.

Location:
orxonox/branches/chris/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/chris/src/Makefile.am

    r2097 r2102  
    66
    77bin_PROGRAMS=orxonox
    8 orxonox_SOURCES=orxonox.cc world.cc player.cc data_tank.cc world_entity.cc list.cc vector.cc camera.cc collision.cc command_node.cc ini_parser.cc keynames.cc message_structures.cc track.cc
     8orxonox_SOURCES=orxonox.cc world.cc player.cc data_tank.cc world_entity.cc vector.cc camera.cc collision.cc command_node.cc ini_parser.cc keynames.cc message_structures.cc track.cc
    99
    1010#  uncomment the following if bencoder requires the math library
  • orxonox/branches/chris/src/Makefile.in

    r2097 r2102  
    117117#"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include"
    118118bin_PROGRAMS = orxonox
    119 orxonox_SOURCES = orxonox.cc world.cc player.cc data_tank.cc world_entity.cc list.cc vector.cc camera.cc collision.cc command_node.cc ini_parser.cc keynames.cc message_structures.cc track.cc
     119orxonox_SOURCES = orxonox.cc world.cc player.cc data_tank.cc world_entity.cc vector.cc camera.cc collision.cc command_node.cc ini_parser.cc keynames.cc message_structures.cc track.cc
    120120subdir = src
    121121ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     
    127127
    128128am_orxonox_OBJECTS = orxonox.$(OBJEXT) world.$(OBJEXT) player.$(OBJEXT) \
    129         data_tank.$(OBJEXT) world_entity.$(OBJEXT) list.$(OBJEXT) \
    130         vector.$(OBJEXT) camera.$(OBJEXT) collision.$(OBJEXT) \
    131         command_node.$(OBJEXT) ini_parser.$(OBJEXT) keynames.$(OBJEXT) \
     129        data_tank.$(OBJEXT) world_entity.$(OBJEXT) vector.$(OBJEXT) \
     130        camera.$(OBJEXT) collision.$(OBJEXT) command_node.$(OBJEXT) \
     131        ini_parser.$(OBJEXT) keynames.$(OBJEXT) \
    132132        message_structures.$(OBJEXT) track.$(OBJEXT)
    133133orxonox_OBJECTS = $(am_orxonox_OBJECTS)
     
    142142@AMDEP_TRUE@    ./$(DEPDIR)/command_node.Po \
    143143@AMDEP_TRUE@    ./$(DEPDIR)/data_tank.Po ./$(DEPDIR)/ini_parser.Po \
    144 @AMDEP_TRUE@    ./$(DEPDIR)/keynames.Po ./$(DEPDIR)/list.Po \
     144@AMDEP_TRUE@    ./$(DEPDIR)/keynames.Po \
    145145@AMDEP_TRUE@    ./$(DEPDIR)/message_structures.Po \
    146146@AMDEP_TRUE@    ./$(DEPDIR)/orxonox.Po ./$(DEPDIR)/player.Po \
     
    205205@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ini_parser.Po@am__quote@
    206206@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keynames.Po@am__quote@
    207 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
    208207@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/message_structures.Po@am__quote@
    209208@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox.Po@am__quote@
Note: See TracChangeset for help on using the changeset viewer.