[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 | |
---|
[4264] | 8 | bin_PROGRAMS = orxonox |
---|
[1953] | 9 | |
---|
[4428] | 10 | orxonox_DEPENDENCIES = lib/gui/libORXgui.a \ |
---|
[4506] | 11 | lib/sound/libORXsound.a \ |
---|
[4484] | 12 | lib/event/libORXevent.a \ |
---|
[4338] | 13 | lib/physics/libORXphysics.a \ |
---|
[4416] | 14 | lib/particles/libORXparticles.a \ |
---|
[4338] | 15 | lib/tinyxml/libtinyxml.a |
---|
| 16 | |
---|
[4428] | 17 | orxonox_LDADD = lib/gui/libORXgui.a \ |
---|
[4506] | 18 | lib/sound/libORXsound.a \ |
---|
[4484] | 19 | lib/event/libORXevent.a \ |
---|
[4338] | 20 | lib/physics/libORXphysics.a \ |
---|
[4416] | 21 | lib/particles/libORXparticles.a \ |
---|
[4270] | 22 | lib/tinyxml/libtinyxml.a \ |
---|
[4261] | 23 | $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS) |
---|
| 24 | |
---|
[4338] | 25 | |
---|
[3182] | 26 | orxonox_SOURCES= orxonox.cc \ |
---|
[4262] | 27 | util/loading/game_loader.cc \ |
---|
| 28 | util/track/track_manager.cc \ |
---|
| 29 | util/track/track_node.cc \ |
---|
[4456] | 30 | util/track/pilot_node.cc \ |
---|
[3868] | 31 | util/animation/animation.cc \ |
---|
| 32 | util/animation/animation3d.cc \ |
---|
| 33 | util/animation/animation_player.cc \ |
---|
[4245] | 34 | util/object_manager.cc \ |
---|
[4262] | 35 | util/garbage_collector.cc \ |
---|
| 36 | util/resource_manager.cc \ |
---|
| 37 | util/loading/factory.cc \ |
---|
| 38 | util/loading/load_param.cc \ |
---|
[4338] | 39 | util/state.cc \ |
---|
[4512] | 40 | util/collision_detection/bounding_volume.cc \ |
---|
| 41 | util/collision_detection/obb.cc \ |
---|
[4513] | 42 | util/collision_detection/bounding_sphere.cc \ |
---|
[4512] | 43 | util/collision_detection/bv_tree.cc \ |
---|
| 44 | util/collision_detection/obb_tree.cc \ |
---|
| 45 | util/collision_detection/collision.cc \ |
---|
| 46 | util/collision_detection/cd_engine.cc \ |
---|
[3478] | 47 | story_entities/story_entity.cc \ |
---|
[3472] | 48 | story_entities/campaign.cc \ |
---|
[3478] | 49 | story_entities/world.cc \ |
---|
| 50 | world_entities/world_entity.cc \ |
---|
[4262] | 51 | world_entities/camera.cc \ |
---|
[3478] | 52 | world_entities/player.cc \ |
---|
[3472] | 53 | world_entities/environment.cc \ |
---|
[3478] | 54 | world_entities/skysphere.cc \ |
---|
[3796] | 55 | world_entities/skybox.cc \ |
---|
[3559] | 56 | world_entities/terrain.cc \ |
---|
[3573] | 57 | world_entities/weapon.cc \ |
---|
| 58 | world_entities/projectile.cc \ |
---|
[3750] | 59 | world_entities/satellite.cc \ |
---|
[3580] | 60 | world_entities/character_attributes.cc \ |
---|
[3618] | 61 | world_entities/test_gun.cc \ |
---|
[3710] | 62 | world_entities/test_bullet.cc \ |
---|
[4245] | 63 | world_entities/test_entity.cc \ |
---|
[3488] | 64 | lib/coord/p_node.cc \ |
---|
| 65 | lib/coord/null_parent.cc \ |
---|
| 66 | lib/coord/helper_parent.cc \ |
---|
[3610] | 67 | lib/graphics/graphics_engine.cc \ |
---|
[3603] | 68 | lib/graphics/light.cc \ |
---|
[3790] | 69 | lib/graphics/text_engine.cc \ |
---|
[3484] | 70 | lib/graphics/importer/array.cc \ |
---|
| 71 | lib/graphics/importer/objModel.cc \ |
---|
[4245] | 72 | lib/graphics/importer/md2Model.cc \ |
---|
[3657] | 73 | lib/graphics/importer/primitive_model.cc \ |
---|
[3484] | 74 | lib/graphics/importer/model.cc \ |
---|
| 75 | lib/graphics/importer/material.cc \ |
---|
| 76 | lib/graphics/importer/texture.cc \ |
---|
| 77 | lib/lang/base_object.cc \ |
---|
| 78 | lib/util/ini_parser.cc \ |
---|
[4220] | 79 | lib/util/substring.cc \ |
---|
[3483] | 80 | lib/math/vector.cc \ |
---|
| 81 | lib/math/curve.cc \ |
---|
[4010] | 82 | glmenu/glmenu_imagescreen.cc \ |
---|
[4131] | 83 | subprojects/benchmark.cc |
---|
[4039] | 84 | |
---|
[3481] | 85 | noinst_HEADERS = orxonox.h \ |
---|
| 86 | ability.h \ |
---|
[4262] | 87 | defs/message_structures.h \ |
---|
| 88 | util/loading/game_loader.h \ |
---|
| 89 | util/track/track_manager.h \ |
---|
| 90 | util/track/track_node.h \ |
---|
[4456] | 91 | util/track/pilot_node.h \ |
---|
[3868] | 92 | util/animation/animation.h \ |
---|
| 93 | util/animation/t_animation.h \ |
---|
| 94 | util/animation/animation3d.h \ |
---|
| 95 | util/animation/animation_player.h \ |
---|
[4245] | 96 | util/object_manager.h \ |
---|
[4262] | 97 | util/garbage_collector.h \ |
---|
[4338] | 98 | util/state.h \ |
---|
[4500] | 99 | util/resource_manager.h \ |
---|
| 100 | util/loading/factory.h \ |
---|
| 101 | util/loading/load_param.h \ |
---|
[4512] | 102 | util/collision_detection/bounding_volume.h \ |
---|
| 103 | util/collision_detection/obb.h \ |
---|
[4513] | 104 | util/collision_detection/bounding_sphere.h \ |
---|
[4512] | 105 | util/collision_detection/bv_tree.h \ |
---|
| 106 | util/collision_detection/obb_tree.h \ |
---|
| 107 | util/collision_detection/collision.h \ |
---|
| 108 | util/collision_detection/cd_engine.h \ |
---|
[3472] | 109 | story_entities/story_entity.h \ |
---|
| 110 | story_entities/story_def.h \ |
---|
| 111 | story_entities/campaign.h \ |
---|
[3481] | 112 | story_entities/world.h \ |
---|
| 113 | world_entities/world_entity.h \ |
---|
[4262] | 114 | world_entities/camera.h \ |
---|
[3481] | 115 | world_entities/player.h \ |
---|
| 116 | world_entities/npc.h \ |
---|
| 117 | world_entities/environment.h \ |
---|
| 118 | world_entities/skysphere.h \ |
---|
[3796] | 119 | world_entities/skybox.h \ |
---|
[3483] | 120 | world_entities/power_up.h \ |
---|
[3559] | 121 | world_entities/terrain.h \ |
---|
[3573] | 122 | world_entities/weapon.h \ |
---|
| 123 | world_entities/projectile.h \ |
---|
[3750] | 124 | world_entities/satellite.h \ |
---|
[3580] | 125 | world_entities/character_attributes.h \ |
---|
[3618] | 126 | world_entities/test_gun.h \ |
---|
[3710] | 127 | world_entities/test_bullet.h \ |
---|
[4245] | 128 | world_entities/test_entity.h \ |
---|
[3481] | 129 | defs/stdincl.h \ |
---|
[4381] | 130 | defs/stdlibincl.h \ |
---|
| 131 | defs/sdlincl.h \ |
---|
[3493] | 132 | defs/glincl.h \ |
---|
[4504] | 133 | defs/alincl.h \ |
---|
[3608] | 134 | defs/comincl.h \ |
---|
[3863] | 135 | defs/confincl.h \ |
---|
[3481] | 136 | defs/error.h \ |
---|
| 137 | defs/debug.h \ |
---|
[4091] | 138 | defs/globals.h \ |
---|
[4269] | 139 | defs/compiler.h \ |
---|
[4449] | 140 | defs/class_list.h \ |
---|
[3488] | 141 | lib/coord/p_node.h \ |
---|
| 142 | lib/coord/null_parent.h \ |
---|
| 143 | lib/coord/helper_parent.h \ |
---|
[3610] | 144 | lib/graphics/graphics_engine.h \ |
---|
[3603] | 145 | lib/graphics/light.h \ |
---|
[3790] | 146 | lib/graphics/text_engine.h \ |
---|
[4245] | 147 | lib/graphics/importer/array.h \ |
---|
| 148 | lib/graphics/importer/abstract_model.h \ |
---|
| 149 | lib/graphics/importer/objModel.h \ |
---|
| 150 | lib/graphics/importer/md2Model.h \ |
---|
| 151 | lib/graphics/importer/primitive_model.h \ |
---|
| 152 | lib/graphics/importer/model.h \ |
---|
| 153 | lib/graphics/importer/material.h \ |
---|
| 154 | lib/graphics/importer/texture.h \ |
---|
[3484] | 155 | lib/lang/base_object.h \ |
---|
| 156 | lib/util/ini_parser.h \ |
---|
[4220] | 157 | lib/util/substring.h \ |
---|
[4500] | 158 | lib/util/list.h \ |
---|
[3483] | 159 | lib/math/vector.h \ |
---|
| 160 | lib/math/curve.h \ |
---|
[4028] | 161 | glmenu/glmenu_imagescreen.h \ |
---|
[4449] | 162 | subprojects/benchmark.h |
---|
[2589] | 163 | |
---|
[4028] | 164 | |
---|
[3198] | 165 | ## orxonox.conf will be used from home-dir instead. |
---|
[4261] | 166 | EXTRA_DIST = proto/proto_class.h \ |
---|
[3655] | 167 | proto/proto_class.cc \ |
---|
| 168 | proto/proto_singleton.h \ |
---|
[3761] | 169 | proto/proto_singleton.cc \ |
---|
| 170 | proto/proto_world_entity.h \ |
---|
[4429] | 171 | proto/proto_world_entity.cc \ |
---|
| 172 | defs/include_paths.am |
---|
[3377] | 173 | if SUB_PROJECTS |
---|
[4264] | 174 | SUB_PROGS = subprojects |
---|
[3377] | 175 | else |
---|
| 176 | SUB_PROGS = |
---|
| 177 | endif |
---|
[3182] | 178 | |
---|
[4264] | 179 | SUBDIRS = lib \ |
---|
| 180 | . \ |
---|
[3377] | 181 | $(SUB_PROGS) |
---|
[3191] | 182 | |
---|
[3027] | 183 | # uncomment the following if orxonox requires the math library |
---|
[2190] | 184 | #orxonox_LDADD=-lm |
---|
[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 |
---|