Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2103 in orxonox.OLD


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

orxonox/branches/chris: also removed message_structures from the compile list.

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

Legend:

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

    r2102 r2103  
    66
    77bin_PROGRAMS=orxonox
    8 orxonox_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
     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 track.cc
    99
    1010#  uncomment the following if bencoder requires the math library
  • orxonox/branches/chris/src/Makefile.in

    r2102 r2103  
    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 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 track.cc
    120120subdir = src
    121121ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     
    129129        data_tank.$(OBJEXT) world_entity.$(OBJEXT) vector.$(OBJEXT) \
    130130        camera.$(OBJEXT) collision.$(OBJEXT) command_node.$(OBJEXT) \
    131         ini_parser.$(OBJEXT) keynames.$(OBJEXT) \
    132         message_structures.$(OBJEXT) track.$(OBJEXT)
     131        ini_parser.$(OBJEXT) keynames.$(OBJEXT) track.$(OBJEXT)
    133132orxonox_OBJECTS = $(am_orxonox_OBJECTS)
    134133orxonox_LDADD = $(LDADD)
     
    142141@AMDEP_TRUE@    ./$(DEPDIR)/command_node.Po \
    143142@AMDEP_TRUE@    ./$(DEPDIR)/data_tank.Po ./$(DEPDIR)/ini_parser.Po \
    144 @AMDEP_TRUE@    ./$(DEPDIR)/keynames.Po \
    145 @AMDEP_TRUE@    ./$(DEPDIR)/message_structures.Po \
    146 @AMDEP_TRUE@    ./$(DEPDIR)/orxonox.Po ./$(DEPDIR)/player.Po \
    147 @AMDEP_TRUE@    ./$(DEPDIR)/track.Po ./$(DEPDIR)/vector.Po \
    148 @AMDEP_TRUE@    ./$(DEPDIR)/world.Po ./$(DEPDIR)/world_entity.Po
     143@AMDEP_TRUE@    ./$(DEPDIR)/keynames.Po ./$(DEPDIR)/orxonox.Po \
     144@AMDEP_TRUE@    ./$(DEPDIR)/player.Po ./$(DEPDIR)/track.Po \
     145@AMDEP_TRUE@    ./$(DEPDIR)/vector.Po ./$(DEPDIR)/world.Po \
     146@AMDEP_TRUE@    ./$(DEPDIR)/world_entity.Po
    149147CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
    150148        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
     
    205203@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ini_parser.Po@am__quote@
    206204@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keynames.Po@am__quote@
    207 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/message_structures.Po@am__quote@
    208205@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox.Po@am__quote@
    209206@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/player.Po@am__quote@
Note: See TracChangeset for help on using the changeset viewer.