Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3488 in orxonox.OLD for orxonox/trunk/src/Makefile.am


Ignore:
Timestamp:
Mar 11, 2005, 12:51:34 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: added coordinates to lib directory, this is where you will find parent-node structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/Makefile.am

    r3487 r3488  
    44AM_CXXFLAGS+=-I$(MAINSRCDIR)/story_entities
    55AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib
     6AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/coord
    67AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/data
    78AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/gaphics
     
    2930                 keynames.cc \
    3031                 camera.cc \
    31                  p_node.cc \
    32                  null_parent.cc \
    33                  helper_parent.cc \
    3432                 track_manager.cc \
    3533                 light.cc \
     
    4240                 world_entities/skysphere.cc \
    4341                 ai/ai.cc \
     42                 lib/coord/p_node.cc \
     43                 lib/coord/null_parent.cc \
     44                 lib/coord/helper_parent.cc \
     45                 lib/data/data_tank.cc \
    4446                 lib/graphics/importer/array.cc \
    4547                 lib/graphics/importer/objModel.cc \
     
    4749                 lib/graphics/importer/material.cc \
    4850                 lib/graphics/importer/texture.cc \
    49                  lib/data/data_tank.cc \
    5051                 lib/lang/base_entity.cc \
    5152                 lib/lang/base_object.cc \
     
    6162                 game_loader.h \
    6263                 track_manager.h \
    63                  p_node.h \
    64                  null_parent.h \
    65                  helper_parent.h \
    6664                 glincl.h \
    6765                 ability.h \
     
    8987                 defs/error.h \
    9088                 defs/debug.h \
     89                 lib/coord/p_node.h \
     90                 lib/coord/null_parent.h \
     91                 lib/coord/helper_parent.h \
    9192                 lib/data/data_tank.h \
    9293                 lib/lang/base_entity.h \
     
    111112endif
    112113if SUB_PROJECTS
    113   SUB_PROGS = importer \
    114               gui \
     114  SUB_PROGS = gui \
    115115              $(GTK_PROGS)
     116##lib/graphics/importer \
    116117else
    117118  SUB_PROGS =
Note: See TracChangeset for help on using the changeset viewer.