[3486] | 1 | MAINSRCDIR=. |
---|
[3487] | 2 | AM_CXXFLAGS=-I$(MAINSRCDIR) |
---|
| 3 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/world_entities |
---|
[3486] | 4 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/story_entities |
---|
| 5 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib |
---|
[3488] | 6 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/coord |
---|
[3486] | 7 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/data |
---|
[3603] | 8 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/graphics |
---|
[3486] | 9 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/graphics/importer |
---|
[3966] | 10 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/graphics/particles |
---|
[3489] | 11 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/gui |
---|
[4054] | 12 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/gui/gui |
---|
[3486] | 13 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/lang |
---|
| 14 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/util |
---|
| 15 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/math |
---|
[4261] | 16 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/tinyxml |
---|
[4338] | 17 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/physics |
---|
| 18 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/physics/fields |
---|
[3486] | 19 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/defs |
---|
| 20 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/font |
---|
| 21 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/network |
---|
| 22 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/glmenu |
---|
| 23 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/ai |
---|
[3868] | 24 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/util |
---|
| 25 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/util/animation |
---|
[3869] | 26 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/util/common |
---|
[4346] | 27 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/util/event |
---|
[4261] | 28 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/util/loading |
---|
[4262] | 29 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/util/track |
---|
[4131] | 30 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/subprojects |
---|
[3472] | 31 | |
---|
[3484] | 32 | |
---|
[1955] | 33 | |
---|
[1953] | 34 | #"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include" |
---|
| 35 | |
---|
[1955] | 36 | |
---|
[4264] | 37 | bin_PROGRAMS = orxonox |
---|
[1953] | 38 | |
---|
[4264] | 39 | orxonox_DEPENDENCIES = lib/gui/gui/libORXgui.a \ |
---|
[4338] | 40 | lib/physics/libORXphysics.a \ |
---|
| 41 | lib/tinyxml/libtinyxml.a |
---|
| 42 | |
---|
[4270] | 43 | orxonox_LDADD = lib/gui/gui/libORXgui.a \ |
---|
[4338] | 44 | lib/physics/libORXphysics.a \ |
---|
[4270] | 45 | lib/tinyxml/libtinyxml.a \ |
---|
[4261] | 46 | $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS) |
---|
| 47 | |
---|
[4338] | 48 | |
---|
[3182] | 49 | orxonox_SOURCES= orxonox.cc \ |
---|
[4262] | 50 | defs/keynames.cc \ |
---|
[3182] | 51 | command_node.cc \ |
---|
[4262] | 52 | util/loading/game_loader.cc \ |
---|
| 53 | util/track/track_manager.cc \ |
---|
| 54 | util/track/track_node.cc \ |
---|
[3868] | 55 | util/animation/animation.cc \ |
---|
| 56 | util/animation/animation3d.cc \ |
---|
| 57 | util/animation/animation_player.cc \ |
---|
[4346] | 58 | util/event/event.cc \ |
---|
| 59 | util/event/event_handler.cc \ |
---|
| 60 | util/event/event_listener.cc \ |
---|
[4245] | 61 | util/object_manager.cc \ |
---|
[4262] | 62 | util/garbage_collector.cc \ |
---|
| 63 | util/common/list.cc \ |
---|
| 64 | util/resource_manager.cc \ |
---|
| 65 | util/loading/factory.cc \ |
---|
| 66 | util/loading/load_param.cc \ |
---|
[4338] | 67 | util/state.cc \ |
---|
[3478] | 68 | story_entities/story_entity.cc \ |
---|
[3472] | 69 | story_entities/campaign.cc \ |
---|
[3478] | 70 | story_entities/world.cc \ |
---|
| 71 | world_entities/world_entity.cc \ |
---|
[4262] | 72 | world_entities/camera.cc \ |
---|
[3478] | 73 | world_entities/player.cc \ |
---|
[3472] | 74 | world_entities/environment.cc \ |
---|
[3478] | 75 | world_entities/skysphere.cc \ |
---|
[3796] | 76 | world_entities/skybox.cc \ |
---|
[3559] | 77 | world_entities/terrain.cc \ |
---|
[3573] | 78 | world_entities/weapon.cc \ |
---|
| 79 | world_entities/projectile.cc \ |
---|
[3750] | 80 | world_entities/satellite.cc \ |
---|
[3580] | 81 | world_entities/character_attributes.cc \ |
---|
[3618] | 82 | world_entities/test_gun.cc \ |
---|
[3710] | 83 | world_entities/test_bullet.cc \ |
---|
[4245] | 84 | world_entities/test_entity.cc \ |
---|
[3488] | 85 | lib/coord/p_node.cc \ |
---|
| 86 | lib/coord/null_parent.cc \ |
---|
| 87 | lib/coord/helper_parent.cc \ |
---|
[4326] | 88 | lib/coord/pilot_node.cc \ |
---|
[3610] | 89 | lib/graphics/graphics_engine.cc \ |
---|
[3603] | 90 | lib/graphics/light.cc \ |
---|
[3790] | 91 | lib/graphics/text_engine.cc \ |
---|
[3484] | 92 | lib/graphics/importer/array.cc \ |
---|
| 93 | lib/graphics/importer/objModel.cc \ |
---|
[4245] | 94 | lib/graphics/importer/md2Model.cc \ |
---|
[3657] | 95 | lib/graphics/importer/primitive_model.cc \ |
---|
[3484] | 96 | lib/graphics/importer/model.cc \ |
---|
| 97 | lib/graphics/importer/material.cc \ |
---|
| 98 | lib/graphics/importer/texture.cc \ |
---|
[3966] | 99 | lib/graphics/particles/particle_engine.cc \ |
---|
| 100 | lib/graphics/particles/particle_system.cc \ |
---|
| 101 | lib/graphics/particles/particle_emitter.cc \ |
---|
[3484] | 102 | lib/lang/base_object.cc \ |
---|
| 103 | lib/util/ini_parser.cc \ |
---|
[4220] | 104 | lib/util/substring.cc \ |
---|
[3483] | 105 | lib/math/vector.cc \ |
---|
| 106 | lib/math/curve.cc \ |
---|
[4010] | 107 | glmenu/glmenu_imagescreen.cc \ |
---|
[4131] | 108 | subprojects/benchmark.cc |
---|
[4039] | 109 | |
---|
[3481] | 110 | noinst_HEADERS = orxonox.h \ |
---|
| 111 | ability.h \ |
---|
[4262] | 112 | defs/keynames.h \ |
---|
[3182] | 113 | command_node.h \ |
---|
[4326] | 114 | action_listener.h \ |
---|
[4262] | 115 | defs/message_structures.h \ |
---|
| 116 | util/loading/game_loader.h \ |
---|
| 117 | util/track/track_manager.h \ |
---|
| 118 | util/track/track_node.h \ |
---|
[3868] | 119 | util/animation/animation.h \ |
---|
| 120 | util/animation/t_animation.h \ |
---|
| 121 | util/animation/animation3d.h \ |
---|
| 122 | util/animation/animation_player.h \ |
---|
[4346] | 123 | util/event/event.h \ |
---|
| 124 | util/event/event_listener.h \ |
---|
| 125 | util/event/event_handler.h \ |
---|
[4245] | 126 | util/object_manager.h \ |
---|
[4262] | 127 | util/garbage_collector.h \ |
---|
[4338] | 128 | util/state.h \ |
---|
[3472] | 129 | story_entities/story_entity.h \ |
---|
| 130 | story_entities/story_def.h \ |
---|
| 131 | story_entities/campaign.h \ |
---|
[3481] | 132 | story_entities/world.h \ |
---|
| 133 | world_entities/world_entity.h \ |
---|
[4262] | 134 | world_entities/camera.h \ |
---|
[3481] | 135 | world_entities/player.h \ |
---|
| 136 | world_entities/npc.h \ |
---|
| 137 | world_entities/environment.h \ |
---|
| 138 | world_entities/skysphere.h \ |
---|
[3796] | 139 | world_entities/skybox.h \ |
---|
[3483] | 140 | world_entities/power_up.h \ |
---|
[3559] | 141 | world_entities/terrain.h \ |
---|
[3573] | 142 | world_entities/weapon.h \ |
---|
| 143 | world_entities/projectile.h \ |
---|
[3750] | 144 | world_entities/satellite.h \ |
---|
[3580] | 145 | world_entities/character_attributes.h \ |
---|
[3618] | 146 | world_entities/test_gun.h \ |
---|
[3710] | 147 | world_entities/test_bullet.h \ |
---|
[4245] | 148 | world_entities/test_entity.h \ |
---|
[3481] | 149 | ai/ai.h \ |
---|
| 150 | network/synchronisable.h \ |
---|
| 151 | defs/stdincl.h \ |
---|
[3493] | 152 | defs/glincl.h \ |
---|
[3608] | 153 | defs/comincl.h \ |
---|
[3863] | 154 | defs/confincl.h \ |
---|
[3481] | 155 | defs/error.h \ |
---|
| 156 | defs/debug.h \ |
---|
[4091] | 157 | defs/globals.h \ |
---|
[4269] | 158 | defs/compiler.h \ |
---|
[3488] | 159 | lib/coord/p_node.h \ |
---|
| 160 | lib/coord/null_parent.h \ |
---|
| 161 | lib/coord/helper_parent.h \ |
---|
[4326] | 162 | lib/coord/pilot_node.h \ |
---|
[3610] | 163 | lib/graphics/graphics_engine.h \ |
---|
[3603] | 164 | lib/graphics/light.h \ |
---|
[3790] | 165 | lib/graphics/text_engine.h \ |
---|
[4245] | 166 | lib/graphics/importer/array.h \ |
---|
| 167 | lib/graphics/importer/abstract_model.h \ |
---|
| 168 | lib/graphics/importer/objModel.h \ |
---|
| 169 | lib/graphics/importer/md2Model.h \ |
---|
| 170 | lib/graphics/importer/primitive_model.h \ |
---|
| 171 | lib/graphics/importer/model.h \ |
---|
| 172 | lib/graphics/importer/material.h \ |
---|
| 173 | lib/graphics/importer/texture.h \ |
---|
[3966] | 174 | lib/graphics/particles/particle_engine.h \ |
---|
| 175 | lib/graphics/particles/particle_system.h \ |
---|
| 176 | lib/graphics/particles/particle_emitter.h \ |
---|
[3484] | 177 | lib/lang/base_object.h \ |
---|
[3869] | 178 | util/common/list.h \ |
---|
| 179 | util/common/list_template.h \ |
---|
| 180 | util/resource_manager.h \ |
---|
[4261] | 181 | util/loading/factory.h \ |
---|
| 182 | util/loading/load_param.h \ |
---|
[3484] | 183 | lib/util/ini_parser.h \ |
---|
[4220] | 184 | lib/util/substring.h \ |
---|
[3483] | 185 | lib/math/vector.h \ |
---|
| 186 | lib/math/curve.h \ |
---|
[4028] | 187 | glmenu/glmenu_imagescreen.h \ |
---|
[4131] | 188 | subprojects/benchmark.h |
---|
[2589] | 189 | |
---|
[4028] | 190 | |
---|
[3198] | 191 | ## orxonox.conf will be used from home-dir instead. |
---|
[4261] | 192 | EXTRA_DIST = proto/proto_class.h \ |
---|
[3655] | 193 | proto/proto_class.cc \ |
---|
| 194 | proto/proto_singleton.h \ |
---|
[3761] | 195 | proto/proto_singleton.cc \ |
---|
| 196 | proto/proto_world_entity.h \ |
---|
| 197 | proto/proto_world_entity.cc |
---|
[2816] | 198 | |
---|
[3377] | 199 | if SUB_PROJECTS |
---|
[4264] | 200 | SUB_PROGS = subprojects |
---|
[3377] | 201 | else |
---|
| 202 | SUB_PROGS = |
---|
| 203 | endif |
---|
[3182] | 204 | |
---|
[4264] | 205 | SUBDIRS = lib \ |
---|
| 206 | . \ |
---|
[3377] | 207 | $(SUB_PROGS) |
---|
[3191] | 208 | |
---|
[3027] | 209 | # uncomment the following if orxonox requires the math library |
---|
[2190] | 210 | #orxonox_LDADD=-lm |
---|
[1953] | 211 | |
---|
| 212 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
| 213 | |
---|
| 214 | # if you write a self-test script named `chk', uncomment the |
---|
| 215 | # following and add `chk' to the EXTRA_DIST list |
---|
| 216 | #TESTS=chk |
---|
| 217 | |
---|
| 218 | # build and install the .info pages |
---|
| 219 | #info_TEXINFOS = orxonox.texinfo |
---|
| 220 | #orxonox_TEXINFOS = gpl.texinfo |
---|
| 221 | |
---|
| 222 | # install the man pages |
---|
| 223 | #man_MANS=orxonox.1 |
---|