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