[3486] | 1 | MAINSRCDIR=. |
---|
[4428] | 2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
[3472] | 3 | |
---|
[3484] | 4 | |
---|
[1953] | 5 | #"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include" |
---|
| 6 | |
---|
[1955] | 7 | |
---|
[4556] | 8 | bin_PROGRAMS = orxonox |
---|
[1953] | 9 | |
---|
[4725] | 10 | orxonox_CPPFLAGS = -DIS_ORXONOX |
---|
| 11 | |
---|
[5315] | 12 | orxonox_DEPENDENCIES = lib/gui/gtk_gui/libORXgui.a \ |
---|
| 13 | lib/gui/gl_gui/libORXglgui.a \ |
---|
[4564] | 14 | lib/graphics/importer/libORXimporter.a \ |
---|
[4556] | 15 | lib/sound/libORXsound.a \ |
---|
| 16 | lib/event/libORXevent.a \ |
---|
| 17 | lib/physics/libORXphysics.a \ |
---|
| 18 | lib/particles/libORXparticles.a \ |
---|
| 19 | lib/collision_detection/libORXcd.a \ |
---|
[4853] | 20 | lib/graphics/spatial_separation/libORXquadtree.a \ |
---|
[5160] | 21 | lib/tinyxml/libtinyxml.a \ |
---|
| 22 | lib/shell/libORXshell.a |
---|
[4338] | 23 | |
---|
[5315] | 24 | orxonox_LDADD = lib/gui/gtk_gui/libORXgui.a \ |
---|
| 25 | lib/gui/gl_gui/libORXglgui.a \ |
---|
[4564] | 26 | lib/graphics/importer/libORXimporter.a \ |
---|
[4556] | 27 | lib/sound/libORXsound.a \ |
---|
| 28 | lib/event/libORXevent.a \ |
---|
| 29 | lib/physics/libORXphysics.a \ |
---|
| 30 | lib/particles/libORXparticles.a \ |
---|
| 31 | lib/collision_detection/libORXcd.a \ |
---|
[4843] | 32 | lib/graphics/spatial_separation/libORXquadtree.a \ |
---|
[4270] | 33 | lib/tinyxml/libtinyxml.a \ |
---|
[5160] | 34 | lib/shell/libORXshell.a \ |
---|
[5265] | 35 | $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS) |
---|
[4261] | 36 | |
---|
[4556] | 37 | orxonox_SOURCES = orxonox.cc \ |
---|
| 38 | util/loading/game_loader.cc \ |
---|
| 39 | util/track/track_manager.cc \ |
---|
| 40 | util/track/track_node.cc \ |
---|
| 41 | util/track/pilot_node.cc \ |
---|
| 42 | util/animation/animation.cc \ |
---|
| 43 | util/animation/animation3d.cc \ |
---|
| 44 | util/animation/animation_player.cc \ |
---|
[4940] | 45 | util/fast_factory.cc \ |
---|
[4556] | 46 | util/garbage_collector.cc \ |
---|
| 47 | util/resource_manager.cc \ |
---|
| 48 | util/loading/factory.cc \ |
---|
| 49 | util/loading/load_param.cc \ |
---|
| 50 | util/state.cc \ |
---|
[5040] | 51 | util/user_control.cc \ |
---|
[5010] | 52 | story_entities/story_entity.cc \ |
---|
[4556] | 53 | story_entities/campaign.cc \ |
---|
| 54 | story_entities/world.cc \ |
---|
| 55 | world_entities/world_entity.cc \ |
---|
| 56 | world_entities/camera.cc \ |
---|
| 57 | world_entities/player.cc \ |
---|
[4976] | 58 | world_entities/npc.cc \ |
---|
[5266] | 59 | world_entities/npc2.cc \ |
---|
[4556] | 60 | world_entities/environment.cc \ |
---|
| 61 | world_entities/skysphere.cc \ |
---|
| 62 | world_entities/skybox.cc \ |
---|
| 63 | world_entities/terrain.cc \ |
---|
| 64 | world_entities/satellite.cc \ |
---|
| 65 | world_entities/character_attributes.cc \ |
---|
| 66 | world_entities/test_entity.cc \ |
---|
[4826] | 67 | world_entities/weapons/weapon_manager.cc \ |
---|
[4758] | 68 | world_entities/weapons/weapon.cc \ |
---|
| 69 | world_entities/weapons/projectile.cc \ |
---|
| 70 | world_entities/weapons/test_gun.cc \ |
---|
[4963] | 71 | world_entities/weapons/turret.cc \ |
---|
[4758] | 72 | world_entities/weapons/test_bullet.cc \ |
---|
[4779] | 73 | world_entities/weapons/crosshair.cc \ |
---|
[4556] | 74 | lib/coord/p_node.cc \ |
---|
| 75 | lib/coord/null_parent.cc \ |
---|
| 76 | lib/graphics/graphics_engine.cc \ |
---|
| 77 | lib/graphics/light.cc \ |
---|
[5261] | 78 | lib/graphics/shader.cc \ |
---|
[4556] | 79 | lib/graphics/text_engine.cc \ |
---|
[4839] | 80 | lib/graphics/render2D/element_2d.cc \ |
---|
| 81 | lib/graphics/render2D/render_2d.cc \ |
---|
[4556] | 82 | lib/lang/base_object.cc \ |
---|
[4758] | 83 | lib/lang/class_list.cc \ |
---|
[4556] | 84 | lib/util/ini_parser.cc \ |
---|
| 85 | lib/util/substring.cc \ |
---|
[5010] | 86 | lib/util/color.cc \ |
---|
[5141] | 87 | lib/util/helper_functions.cc \ |
---|
[4556] | 88 | lib/math/vector.cc \ |
---|
| 89 | lib/math/curve.cc \ |
---|
| 90 | subprojects/benchmark.cc |
---|
[4039] | 91 | |
---|
[3481] | 92 | noinst_HEADERS = orxonox.h \ |
---|
| 93 | ability.h \ |
---|
[4556] | 94 | defs/message_structures.h \ |
---|
| 95 | util/loading/game_loader.h \ |
---|
| 96 | util/track/track_manager.h \ |
---|
| 97 | util/track/track_node.h \ |
---|
| 98 | util/track/pilot_node.h \ |
---|
| 99 | util/animation/animation.h \ |
---|
| 100 | util/animation/t_animation.h \ |
---|
| 101 | util/animation/animation3d.h \ |
---|
| 102 | util/animation/animation_player.h \ |
---|
[4940] | 103 | util/fast_factory.h \ |
---|
[4556] | 104 | util/garbage_collector.h \ |
---|
| 105 | util/state.h \ |
---|
[5040] | 106 | util/user_control.h \ |
---|
[4556] | 107 | util/resource_manager.h \ |
---|
| 108 | util/loading/factory.h \ |
---|
| 109 | util/loading/load_param.h \ |
---|
| 110 | story_entities/story_entity.h \ |
---|
| 111 | story_entities/story_def.h \ |
---|
| 112 | story_entities/campaign.h \ |
---|
| 113 | story_entities/world.h \ |
---|
| 114 | world_entities/world_entity.h \ |
---|
| 115 | world_entities/camera.h \ |
---|
| 116 | world_entities/player.h \ |
---|
| 117 | world_entities/npc.h \ |
---|
[5266] | 118 | world_entities/npc2.h \ |
---|
[4556] | 119 | world_entities/environment.h \ |
---|
| 120 | world_entities/skysphere.h \ |
---|
| 121 | world_entities/skybox.h \ |
---|
| 122 | world_entities/power_up.h \ |
---|
| 123 | world_entities/terrain.h \ |
---|
| 124 | world_entities/satellite.h \ |
---|
| 125 | world_entities/character_attributes.h \ |
---|
| 126 | world_entities/test_entity.h \ |
---|
[4826] | 127 | world_entities/weapons/weapon_manager.h \ |
---|
[4758] | 128 | world_entities/weapons/weapon.h \ |
---|
| 129 | world_entities/weapons/projectile.h \ |
---|
| 130 | world_entities/weapons/test_gun.h \ |
---|
[4963] | 131 | world_entities/weapons/turret.h \ |
---|
[4758] | 132 | world_entities/weapons/test_bullet.h \ |
---|
[4779] | 133 | world_entities/weapons/crosshair.h \ |
---|
[4556] | 134 | defs/stdincl.h \ |
---|
| 135 | defs/stdlibincl.h \ |
---|
| 136 | defs/sdlincl.h \ |
---|
| 137 | defs/glincl.h \ |
---|
| 138 | defs/alincl.h \ |
---|
| 139 | defs/comincl.h \ |
---|
| 140 | defs/confincl.h \ |
---|
| 141 | defs/error.h \ |
---|
| 142 | defs/debug.h \ |
---|
| 143 | defs/globals.h \ |
---|
| 144 | defs/compiler.h \ |
---|
[4745] | 145 | defs/class_id.h \ |
---|
[5133] | 146 | defs/functor_list.h \ |
---|
[4556] | 147 | lib/coord/p_node.h \ |
---|
| 148 | lib/coord/null_parent.h \ |
---|
| 149 | lib/graphics/graphics_engine.h \ |
---|
| 150 | lib/graphics/light.h \ |
---|
[5261] | 151 | lib/graphics/shader.h \ |
---|
[4556] | 152 | lib/graphics/text_engine.h \ |
---|
| 153 | lib/lang/base_object.h \ |
---|
[4839] | 154 | lib/graphics/render2D/element_2d.h \ |
---|
| 155 | lib/graphics/render2D/render_2d.h \ |
---|
[4743] | 156 | lib/lang/class_list.h \ |
---|
[4556] | 157 | lib/util/ini_parser.h \ |
---|
| 158 | lib/util/substring.h \ |
---|
[5100] | 159 | lib/util/array.h \ |
---|
[4556] | 160 | lib/util/list.h \ |
---|
[5010] | 161 | lib/util/color.h \ |
---|
[5141] | 162 | lib/util/helper_functions.h \ |
---|
[4556] | 163 | lib/math/vector.h \ |
---|
| 164 | lib/math/curve.h \ |
---|
| 165 | subprojects/benchmark.h |
---|
[2589] | 166 | |
---|
[4028] | 167 | |
---|
[3198] | 168 | ## orxonox.conf will be used from home-dir instead. |
---|
[4261] | 169 | EXTRA_DIST = proto/proto_class.h \ |
---|
[4556] | 170 | proto/proto_class.cc \ |
---|
| 171 | proto/proto_singleton.h \ |
---|
| 172 | proto/proto_singleton.cc \ |
---|
| 173 | proto/proto_world_entity.h \ |
---|
| 174 | proto/proto_world_entity.cc \ |
---|
| 175 | defs/include_paths.am |
---|
| 176 | |
---|
[3377] | 177 | if SUB_PROJECTS |
---|
[4264] | 178 | SUB_PROGS = subprojects |
---|
[3377] | 179 | else |
---|
[4556] | 180 | SUB_PROGS = |
---|
[3377] | 181 | endif |
---|
[3182] | 182 | |
---|
[4730] | 183 | SUBDIRS = lib . $(SUB_PROGS) |
---|
[3191] | 184 | |
---|
[1953] | 185 | |
---|
| 186 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
| 187 | |
---|
| 188 | # if you write a self-test script named `chk', uncomment the |
---|
| 189 | # following and add `chk' to the EXTRA_DIST list |
---|
| 190 | #TESTS=chk |
---|
| 191 | |
---|
| 192 | # build and install the .info pages |
---|
| 193 | #info_TEXINFOS = orxonox.texinfo |
---|
| 194 | #orxonox_TEXINFOS = gpl.texinfo |
---|
| 195 | |
---|
| 196 | # install the man pages |
---|
| 197 | #man_MANS=orxonox.1 |
---|