Changeset 3605 in orxonox.OLD for orxonox/branches/levelloader/src/Makefile.am
- Timestamp:
- Mar 18, 2005, 11:52:15 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/levelloader/src/Makefile.am
r3525 r3605 6 6 AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/coord 7 7 AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/data 8 AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/g aphics8 AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/graphics 9 9 AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/graphics/font 10 10 AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/graphics/importer … … 34 34 camera.cc \ 35 35 track_manager.cc \ 36 light.cc \ 36 track_node.cc \ 37 simple_animation.cc \ 37 38 factory.cc \ 38 39 story_entities/story_entity.cc \ … … 43 44 world_entities/environment.cc \ 44 45 world_entities/skysphere.cc \ 46 world_entities/terrain.cc \ 47 world_entities/primitive.cc \ 48 world_entities/weapon.cc \ 49 world_entities/projectile.cc \ 50 world_entities/character_attributes.cc \ 45 51 ai/ai.cc \ 46 52 lib/coord/p_node.cc \ … … 48 54 lib/coord/helper_parent.cc \ 49 55 lib/data/data_tank.cc \ 56 lib/graphics/light.cc \ 50 57 lib/graphics/font/fontset.cc \ 51 58 lib/graphics/importer/array.cc \ … … 60 67 lib/util/substring.cc \ 61 68 lib/math/vector.cc \ 62 lib/math/matrix.cc \63 69 lib/math/curve.cc \ 64 70 lib/xmlparser/tinystr.cc \ … … 77 83 command_node.h \ 78 84 message_structures.h \ 79 light.h \ 85 track_manager.h \ 86 track_node.h \ 87 simple_animation.h \ 80 88 story_entities/story_entity.h \ 81 89 story_entities/story_def.h \ … … 87 95 world_entities/environment.h \ 88 96 world_entities/skysphere.h \ 89 world_entities/shoot_laser.h \90 world_entities/shoot_rocket.h \91 97 world_entities/power_up.h \ 98 world_entities/terrain.h \ 99 world_entities/primitive.h \ 100 world_entities/weapon.h \ 101 world_entities/projectile.h \ 102 world_entities/character_attributes.h \ 92 103 ai/ai.h \ 93 104 network/synchronisable.h \ … … 99 110 lib/coord/null_parent.h \ 100 111 lib/coord/helper_parent.h \ 112 lib/graphics/light.h \ 101 113 lib/graphics/font/fontset.h \ 102 114 lib/data/data_tank.h \ … … 110 122 lib/xmlparser/tinystr.h \ 111 123 lib/math/vector.h \ 112 lib/math/matrix.h \113 124 lib/math/curve.h \ 114 125 glmenu/glmenu_imagescreen.h … … 119 130 120 131 if SUB_PROJECTS 121 SUB_PROGS = lib 132 SUB_PROGS = lib subprojects 122 133 else 123 134 SUB_PROGS =
Note: See TracChangeset
for help on using the changeset viewer.