[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 | |
---|
[4428] | 12 | orxonox_DEPENDENCIES = lib/gui/libORXgui.a \ |
---|
[4564] | 13 | lib/graphics/importer/libORXimporter.a \ |
---|
[4556] | 14 | lib/sound/libORXsound.a \ |
---|
| 15 | lib/event/libORXevent.a \ |
---|
| 16 | lib/physics/libORXphysics.a \ |
---|
| 17 | lib/particles/libORXparticles.a \ |
---|
| 18 | lib/collision_detection/libORXcd.a \ |
---|
[4853] | 19 | lib/graphics/spatial_separation/libORXquadtree.a \ |
---|
[5160] | 20 | lib/tinyxml/libtinyxml.a \ |
---|
| 21 | lib/shell/libORXshell.a |
---|
[4338] | 22 | |
---|
[4428] | 23 | orxonox_LDADD = lib/gui/libORXgui.a \ |
---|
[4564] | 24 | lib/graphics/importer/libORXimporter.a \ |
---|
[4556] | 25 | lib/sound/libORXsound.a \ |
---|
| 26 | lib/event/libORXevent.a \ |
---|
| 27 | lib/physics/libORXphysics.a \ |
---|
| 28 | lib/particles/libORXparticles.a \ |
---|
| 29 | lib/collision_detection/libORXcd.a \ |
---|
[4843] | 30 | lib/graphics/spatial_separation/libORXquadtree.a \ |
---|
[4270] | 31 | lib/tinyxml/libtinyxml.a \ |
---|
[5160] | 32 | lib/shell/libORXshell.a \ |
---|
[5265] | 33 | $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS) |
---|
[4261] | 34 | |
---|
[4556] | 35 | orxonox_SOURCES = orxonox.cc \ |
---|
| 36 | util/loading/game_loader.cc \ |
---|
| 37 | util/track/track_manager.cc \ |
---|
| 38 | util/track/track_node.cc \ |
---|
| 39 | util/track/pilot_node.cc \ |
---|
| 40 | util/animation/animation.cc \ |
---|
| 41 | util/animation/animation3d.cc \ |
---|
| 42 | util/animation/animation_player.cc \ |
---|
[4940] | 43 | util/fast_factory.cc \ |
---|
[4556] | 44 | util/garbage_collector.cc \ |
---|
| 45 | util/resource_manager.cc \ |
---|
| 46 | util/loading/factory.cc \ |
---|
| 47 | util/loading/load_param.cc \ |
---|
| 48 | util/state.cc \ |
---|
[5040] | 49 | util/user_control.cc \ |
---|
[5010] | 50 | story_entities/story_entity.cc \ |
---|
[4556] | 51 | story_entities/campaign.cc \ |
---|
| 52 | story_entities/world.cc \ |
---|
| 53 | world_entities/world_entity.cc \ |
---|
| 54 | world_entities/camera.cc \ |
---|
| 55 | world_entities/player.cc \ |
---|
[4976] | 56 | world_entities/npc.cc \ |
---|
[5266] | 57 | world_entities/npc2.cc \ |
---|
[4556] | 58 | world_entities/environment.cc \ |
---|
| 59 | world_entities/skysphere.cc \ |
---|
| 60 | world_entities/skybox.cc \ |
---|
| 61 | world_entities/terrain.cc \ |
---|
| 62 | world_entities/satellite.cc \ |
---|
| 63 | world_entities/character_attributes.cc \ |
---|
| 64 | world_entities/test_entity.cc \ |
---|
[4826] | 65 | world_entities/weapons/weapon_manager.cc \ |
---|
[4758] | 66 | world_entities/weapons/weapon.cc \ |
---|
| 67 | world_entities/weapons/projectile.cc \ |
---|
| 68 | world_entities/weapons/test_gun.cc \ |
---|
[4963] | 69 | world_entities/weapons/turret.cc \ |
---|
[4758] | 70 | world_entities/weapons/test_bullet.cc \ |
---|
[4779] | 71 | world_entities/weapons/crosshair.cc \ |
---|
[4556] | 72 | lib/coord/p_node.cc \ |
---|
| 73 | lib/coord/null_parent.cc \ |
---|
| 74 | lib/graphics/graphics_engine.cc \ |
---|
| 75 | lib/graphics/light.cc \ |
---|
[5261] | 76 | lib/graphics/shader.cc \ |
---|
[4556] | 77 | lib/graphics/text_engine.cc \ |
---|
[4839] | 78 | lib/graphics/render2D/element_2d.cc \ |
---|
| 79 | lib/graphics/render2D/render_2d.cc \ |
---|
[4556] | 80 | lib/lang/base_object.cc \ |
---|
[4758] | 81 | lib/lang/class_list.cc \ |
---|
[4556] | 82 | lib/util/ini_parser.cc \ |
---|
| 83 | lib/util/substring.cc \ |
---|
[5010] | 84 | lib/util/color.cc \ |
---|
[5141] | 85 | lib/util/helper_functions.cc \ |
---|
[4556] | 86 | lib/math/vector.cc \ |
---|
| 87 | lib/math/curve.cc \ |
---|
| 88 | glmenu/glmenu_imagescreen.cc \ |
---|
| 89 | subprojects/benchmark.cc |
---|
[4039] | 90 | |
---|
[3481] | 91 | noinst_HEADERS = orxonox.h \ |
---|
| 92 | ability.h \ |
---|
[4556] | 93 | defs/message_structures.h \ |
---|
| 94 | util/loading/game_loader.h \ |
---|
| 95 | util/track/track_manager.h \ |
---|
| 96 | util/track/track_node.h \ |
---|
| 97 | util/track/pilot_node.h \ |
---|
| 98 | util/animation/animation.h \ |
---|
| 99 | util/animation/t_animation.h \ |
---|
| 100 | util/animation/animation3d.h \ |
---|
| 101 | util/animation/animation_player.h \ |
---|
[4940] | 102 | util/fast_factory.h \ |
---|
[4556] | 103 | util/garbage_collector.h \ |
---|
| 104 | util/state.h \ |
---|
[5040] | 105 | util/user_control.h \ |
---|
[4556] | 106 | util/resource_manager.h \ |
---|
| 107 | util/loading/factory.h \ |
---|
| 108 | util/loading/load_param.h \ |
---|
| 109 | story_entities/story_entity.h \ |
---|
| 110 | story_entities/story_def.h \ |
---|
| 111 | story_entities/campaign.h \ |
---|
| 112 | story_entities/world.h \ |
---|
| 113 | world_entities/world_entity.h \ |
---|
| 114 | world_entities/camera.h \ |
---|
| 115 | world_entities/player.h \ |
---|
| 116 | world_entities/npc.h \ |
---|
[5266] | 117 | world_entities/npc2.h \ |
---|
[4556] | 118 | world_entities/environment.h \ |
---|
| 119 | world_entities/skysphere.h \ |
---|
| 120 | world_entities/skybox.h \ |
---|
| 121 | world_entities/power_up.h \ |
---|
| 122 | world_entities/terrain.h \ |
---|
| 123 | world_entities/satellite.h \ |
---|
| 124 | world_entities/character_attributes.h \ |
---|
| 125 | world_entities/test_entity.h \ |
---|
[4826] | 126 | world_entities/weapons/weapon_manager.h \ |
---|
[4758] | 127 | world_entities/weapons/weapon.h \ |
---|
| 128 | world_entities/weapons/projectile.h \ |
---|
| 129 | world_entities/weapons/test_gun.h \ |
---|
[4963] | 130 | world_entities/weapons/turret.h \ |
---|
[4758] | 131 | world_entities/weapons/test_bullet.h \ |
---|
[4779] | 132 | world_entities/weapons/crosshair.h \ |
---|
[4556] | 133 | defs/stdincl.h \ |
---|
| 134 | defs/stdlibincl.h \ |
---|
| 135 | defs/sdlincl.h \ |
---|
| 136 | defs/glincl.h \ |
---|
| 137 | defs/alincl.h \ |
---|
| 138 | defs/comincl.h \ |
---|
| 139 | defs/confincl.h \ |
---|
| 140 | defs/error.h \ |
---|
| 141 | defs/debug.h \ |
---|
| 142 | defs/globals.h \ |
---|
| 143 | defs/compiler.h \ |
---|
[4745] | 144 | defs/class_id.h \ |
---|
[5133] | 145 | defs/functor_list.h \ |
---|
[4556] | 146 | lib/coord/p_node.h \ |
---|
| 147 | lib/coord/null_parent.h \ |
---|
| 148 | lib/graphics/graphics_engine.h \ |
---|
| 149 | lib/graphics/light.h \ |
---|
[5261] | 150 | lib/graphics/shader.h \ |
---|
[4556] | 151 | lib/graphics/text_engine.h \ |
---|
| 152 | lib/lang/base_object.h \ |
---|
[4839] | 153 | lib/graphics/render2D/element_2d.h \ |
---|
| 154 | lib/graphics/render2D/render_2d.h \ |
---|
[4743] | 155 | lib/lang/class_list.h \ |
---|
[4556] | 156 | lib/util/ini_parser.h \ |
---|
| 157 | lib/util/substring.h \ |
---|
[5100] | 158 | lib/util/array.h \ |
---|
[4556] | 159 | lib/util/list.h \ |
---|
[5010] | 160 | lib/util/color.h \ |
---|
[5141] | 161 | lib/util/helper_functions.h \ |
---|
[4556] | 162 | lib/math/vector.h \ |
---|
| 163 | lib/math/curve.h \ |
---|
| 164 | glmenu/glmenu_imagescreen.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 |
---|