[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 | |
---|
[5463] | 12 | orxonox_DEPENDENCIES = lib/libORXlibs.a \ |
---|
| 13 | util/libORXutils.a \ |
---|
| 14 | lib/gui/gtk_gui/libORXgui.a \ |
---|
| 15 | lib/graphics/importer/libORXimporter.a \ |
---|
| 16 | lib/graphics/libORXgraphics.a \ |
---|
| 17 | lib/sound/libORXsound.a \ |
---|
| 18 | lib/event/libORXevent.a \ |
---|
| 19 | lib/physics/libORXphysics.a \ |
---|
| 20 | lib/particles/libORXparticles.a \ |
---|
| 21 | lib/collision_detection/libORXcd.a \ |
---|
| 22 | lib/graphics/spatial_separation/libORXquadtree.a \ |
---|
[5944] | 23 | lib/parser/tinyxml/libtinyxml.a \ |
---|
| 24 | lib/parser/ini_parser/libIniParser.a \ |
---|
[6390] | 25 | lib/parser/preferences/libPrefsParser.a \ |
---|
[5463] | 26 | lib/gui/gl_gui/libORXglgui.a \ |
---|
[5996] | 27 | lib/shell/libORXshell.a \ |
---|
[6410] | 28 | lib/network/libORXnet.a |
---|
[4338] | 29 | |
---|
[5463] | 30 | orxonox_LDADD = util/libORXutils.a \ |
---|
[5674] | 31 | lib/collision_detection/libORXcd.a \ |
---|
[5463] | 32 | lib/libORXlibs.a \ |
---|
| 33 | lib/gui/gtk_gui/libORXgui.a \ |
---|
| 34 | lib/graphics/importer/libORXimporter.a \ |
---|
| 35 | lib/graphics/libORXgraphics.a \ |
---|
| 36 | lib/sound/libORXsound.a \ |
---|
| 37 | lib/event/libORXevent.a \ |
---|
| 38 | lib/physics/libORXphysics.a \ |
---|
| 39 | lib/particles/libORXparticles.a \ |
---|
| 40 | lib/graphics/spatial_separation/libORXquadtree.a \ |
---|
[5944] | 41 | lib/parser/tinyxml/libtinyxml.a \ |
---|
| 42 | lib/parser/ini_parser/libIniParser.a \ |
---|
[6383] | 43 | lib/parser/preferences/libPrefsParser.a \ |
---|
[5463] | 44 | lib/gui/gl_gui/libORXglgui.a \ |
---|
| 45 | lib/shell/libORXshell.a \ |
---|
[5996] | 46 | lib/network/libORXnet.a \ |
---|
[6393] | 47 | $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS) |
---|
[4261] | 48 | |
---|
[4556] | 49 | orxonox_SOURCES = orxonox.cc \ |
---|
[5010] | 50 | story_entities/story_entity.cc \ |
---|
[4556] | 51 | story_entities/campaign.cc \ |
---|
| 52 | story_entities/world.cc \ |
---|
[6139] | 53 | story_entities/network_world.cc \ |
---|
[5463] | 54 | world_entities/world_entity.cc \ |
---|
| 55 | world_entities/camera.cc \ |
---|
[5915] | 56 | world_entities/playable.cc \ |
---|
[5463] | 57 | world_entities/player.cc \ |
---|
[5750] | 58 | world_entities/npcs/npc.cc \ |
---|
| 59 | world_entities/npcs/npc_test1.cc \ |
---|
| 60 | world_entities/npcs/npc_test.cc \ |
---|
[5463] | 61 | world_entities/environment.cc \ |
---|
| 62 | world_entities/skysphere.cc \ |
---|
| 63 | world_entities/skybox.cc \ |
---|
| 64 | world_entities/terrain.cc \ |
---|
| 65 | world_entities/satellite.cc \ |
---|
| 66 | world_entities/character_attributes.cc \ |
---|
| 67 | world_entities/test_entity.cc \ |
---|
| 68 | world_entities/weapons/weapon_manager.cc \ |
---|
| 69 | world_entities/weapons/weapon.cc \ |
---|
| 70 | world_entities/weapons/projectile.cc \ |
---|
| 71 | world_entities/weapons/test_gun.cc \ |
---|
| 72 | world_entities/weapons/turret.cc \ |
---|
[5750] | 73 | world_entities/weapons/ground_turret.cc \ |
---|
| 74 | world_entities/weapons/aiming_turret.cc \ |
---|
| 75 | world_entities/weapons/cannon.cc \ |
---|
[5463] | 76 | world_entities/weapons/test_bullet.cc \ |
---|
| 77 | world_entities/weapons/rocket.cc \ |
---|
[5766] | 78 | world_entities/weapons/guided_missile.cc \ |
---|
[5463] | 79 | world_entities/weapons/laser.cc \ |
---|
[5556] | 80 | world_entities/weapons/aim.cc \ |
---|
[5750] | 81 | world_entities/weapons/bomb.cc \ |
---|
[5463] | 82 | world_entities/weapons/crosshair.cc \ |
---|
| 83 | world_entities/power_ups/power_up.cc \ |
---|
| 84 | world_entities/power_ups/turret_power_up.cc \ |
---|
| 85 | world_entities/power_ups/laser_power_up.cc \ |
---|
[6113] | 86 | world_entities/power_ups/weapon_power_up.cc \ |
---|
| 87 | world_entities/power_ups/param_power_up.cc \ |
---|
[5915] | 88 | world_entities/space_ships/space_ship.cc \ |
---|
[6002] | 89 | world_entities/space_ships/helicopter.cc \ |
---|
[6222] | 90 | world_entities/creatures/md2_creature.cc \ |
---|
[6139] | 91 | world_entities/spawning_point.cc \ |
---|
[4556] | 92 | subprojects/benchmark.cc |
---|
[4039] | 93 | |
---|
[3481] | 94 | noinst_HEADERS = orxonox.h \ |
---|
| 95 | ability.h \ |
---|
[4556] | 96 | defs/message_structures.h \ |
---|
| 97 | story_entities/story_entity.h \ |
---|
| 98 | story_entities/story_def.h \ |
---|
| 99 | story_entities/campaign.h \ |
---|
[5463] | 100 | story_entities/world.h \ |
---|
[6139] | 101 | story_entities/network_world.h \ |
---|
[5463] | 102 | world_entities/world_entity.h \ |
---|
| 103 | world_entities/camera.h \ |
---|
[6113] | 104 | world_entities/extendable.h \ |
---|
[5915] | 105 | world_entities/playable.h \ |
---|
[5463] | 106 | world_entities/player.h \ |
---|
[5750] | 107 | world_entities/npcs/npc.h \ |
---|
| 108 | world_entities/npcs/npc_test.h \ |
---|
| 109 | world_entities/npcs/npc_test1.h \ |
---|
[5463] | 110 | world_entities/environment.h \ |
---|
| 111 | world_entities/skysphere.h \ |
---|
| 112 | world_entities/skybox.h \ |
---|
| 113 | world_entities/terrain.h \ |
---|
| 114 | world_entities/satellite.h \ |
---|
| 115 | world_entities/character_attributes.h \ |
---|
| 116 | world_entities/test_entity.h \ |
---|
| 117 | world_entities/weapons/weapon_manager.h \ |
---|
| 118 | world_entities/weapons/weapon.h \ |
---|
| 119 | world_entities/weapons/projectile.h \ |
---|
| 120 | world_entities/weapons/test_gun.h \ |
---|
[5750] | 121 | world_entities/weapons/cannon.h \ |
---|
[5463] | 122 | world_entities/weapons/turret.h \ |
---|
[5750] | 123 | world_entities/weapons/aiming_turret.h \ |
---|
[5463] | 124 | world_entities/weapons/test_bullet.h \ |
---|
| 125 | world_entities/weapons/rocket.h \ |
---|
[5766] | 126 | world_entities/weapons/guided_missile.h \ |
---|
[5463] | 127 | world_entities/weapons/laser.h \ |
---|
[5556] | 128 | world_entities/weapons/aim.h \ |
---|
[5750] | 129 | world_entities/weapons/bomb.h \ |
---|
[5463] | 130 | world_entities/weapons/crosshair.h \ |
---|
| 131 | world_entities/power_ups/power_up.h \ |
---|
| 132 | world_entities/power_ups/turret_power_up.h \ |
---|
| 133 | world_entities/power_ups/laser_power_up.h \ |
---|
[6113] | 134 | world_entities/power_ups/param_power_up.h \ |
---|
| 135 | world_entities/power_ups/weapon_power_up.h \ |
---|
[6002] | 136 | world_entities/space_ships/space_ship.h \ |
---|
| 137 | world_entities/space_ships/helicopter.h \ |
---|
[6222] | 138 | world_entities/creatures/md2_creature.h \ |
---|
[6139] | 139 | world_entities/spawning_point.h \ |
---|
[4556] | 140 | defs/stdincl.h \ |
---|
| 141 | defs/stdlibincl.h \ |
---|
| 142 | defs/sdlincl.h \ |
---|
| 143 | defs/glincl.h \ |
---|
| 144 | defs/alincl.h \ |
---|
| 145 | defs/comincl.h \ |
---|
| 146 | defs/confincl.h \ |
---|
| 147 | defs/error.h \ |
---|
| 148 | defs/debug.h \ |
---|
| 149 | defs/globals.h \ |
---|
| 150 | defs/compiler.h \ |
---|
[4745] | 151 | defs/class_id.h \ |
---|
[4556] | 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 \ |
---|
[4556] | 157 | proto/proto_class.cc \ |
---|
| 158 | proto/proto_singleton.h \ |
---|
| 159 | proto/proto_singleton.cc \ |
---|
| 160 | proto/proto_world_entity.h \ |
---|
| 161 | proto/proto_world_entity.cc \ |
---|
| 162 | defs/include_paths.am |
---|
| 163 | |
---|
[3377] | 164 | if SUB_PROJECTS |
---|
[4264] | 165 | SUB_PROGS = subprojects |
---|
[3377] | 166 | else |
---|
[4556] | 167 | SUB_PROGS = |
---|
[3377] | 168 | endif |
---|
[3182] | 169 | |
---|
[5349] | 170 | SUBDIRS = lib \ |
---|
[5350] | 171 | util \ |
---|
[5549] | 172 | . \ |
---|
| 173 | $(SUB_PROGS) |
---|
[3191] | 174 | |
---|
[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 |
---|