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