[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 |
---|
[4239] | 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 |
---|
[4233] | 25 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/util/loading |
---|
[4131] | 26 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/subprojects |
---|
[3472] | 27 | |
---|
[3484] | 28 | |
---|
[1955] | 29 | |
---|
[1953] | 30 | #"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include" |
---|
| 31 | |
---|
[1955] | 32 | |
---|
[4054] | 33 | bin_PROGRAMS=orxonox |
---|
[4231] | 34 | noinst_LIBRARIES = libORXgui.a \ |
---|
| 35 | libtinyxml.a |
---|
[1953] | 36 | |
---|
[4231] | 37 | orxonox_DEPENDENCIES = libORXgui.a \ |
---|
| 38 | libtinyxml.a |
---|
| 39 | orxonox_LDADD = libORXgui.a \ |
---|
| 40 | libtinyxml.a \ |
---|
| 41 | $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS) |
---|
| 42 | |
---|
[3182] | 43 | orxonox_SOURCES= orxonox.cc \ |
---|
[3478] | 44 | game_loader.cc \ |
---|
[3182] | 45 | command_node.cc \ |
---|
| 46 | keynames.cc \ |
---|
[3869] | 47 | world_entities/camera.cc \ |
---|
[3478] | 48 | track_manager.cc \ |
---|
[3522] | 49 | track_node.cc \ |
---|
[3868] | 50 | util/animation/animation.cc \ |
---|
| 51 | util/animation/animation3d.cc \ |
---|
| 52 | util/animation/animation_player.cc \ |
---|
[3646] | 53 | garbage_collector.cc \ |
---|
[3478] | 54 | story_entities/story_entity.cc \ |
---|
[3472] | 55 | story_entities/campaign.cc \ |
---|
[3478] | 56 | story_entities/world.cc \ |
---|
| 57 | world_entities/world_entity.cc \ |
---|
| 58 | world_entities/player.cc \ |
---|
[3472] | 59 | world_entities/environment.cc \ |
---|
[3478] | 60 | world_entities/skysphere.cc \ |
---|
[3796] | 61 | world_entities/skybox.cc \ |
---|
[3559] | 62 | world_entities/terrain.cc \ |
---|
[3573] | 63 | world_entities/weapon.cc \ |
---|
| 64 | world_entities/projectile.cc \ |
---|
[3750] | 65 | world_entities/satellite.cc \ |
---|
[3580] | 66 | world_entities/character_attributes.cc \ |
---|
[3618] | 67 | world_entities/test_gun.cc \ |
---|
[3710] | 68 | world_entities/test_bullet.cc \ |
---|
[3481] | 69 | ai/ai.cc \ |
---|
[3488] | 70 | lib/coord/p_node.cc \ |
---|
| 71 | lib/coord/null_parent.cc \ |
---|
| 72 | lib/coord/helper_parent.cc \ |
---|
| 73 | lib/data/data_tank.cc \ |
---|
[3610] | 74 | lib/graphics/graphics_engine.cc \ |
---|
[3603] | 75 | lib/graphics/light.cc \ |
---|
[3790] | 76 | lib/graphics/text_engine.cc \ |
---|
[3484] | 77 | lib/graphics/importer/array.cc \ |
---|
| 78 | lib/graphics/importer/objModel.cc \ |
---|
[3657] | 79 | lib/graphics/importer/primitive_model.cc \ |
---|
[3484] | 80 | lib/graphics/importer/model.cc \ |
---|
| 81 | lib/graphics/importer/material.cc \ |
---|
| 82 | lib/graphics/importer/texture.cc \ |
---|
[3966] | 83 | lib/graphics/particles/particle_engine.cc \ |
---|
| 84 | lib/graphics/particles/particle_system.cc \ |
---|
| 85 | lib/graphics/particles/particle_emitter.cc \ |
---|
[3484] | 86 | lib/lang/base_entity.cc \ |
---|
| 87 | lib/lang/base_object.cc \ |
---|
| 88 | lib/util/ini_parser.cc \ |
---|
[4220] | 89 | lib/util/substring.cc \ |
---|
[3869] | 90 | util/common/list.cc \ |
---|
| 91 | util/resource_manager.cc \ |
---|
[4249] | 92 | util/loading/factory.cc \ |
---|
[4250] | 93 | util/loading/load_param.cc \ |
---|
[3483] | 94 | lib/math/vector.cc \ |
---|
| 95 | lib/math/curve.cc \ |
---|
[4010] | 96 | glmenu/glmenu_imagescreen.cc \ |
---|
[4131] | 97 | subprojects/benchmark.cc |
---|
[4039] | 98 | |
---|
[3481] | 99 | noinst_HEADERS = orxonox.h \ |
---|
| 100 | game_loader.h \ |
---|
| 101 | track_manager.h \ |
---|
| 102 | ability.h \ |
---|
[3869] | 103 | world_entities/camera.h \ |
---|
[3182] | 104 | keynames.h \ |
---|
| 105 | command_node.h \ |
---|
| 106 | message_structures.h \ |
---|
[3522] | 107 | track_manager.h \ |
---|
| 108 | track_node.h \ |
---|
[3868] | 109 | util/animation/animation.h \ |
---|
| 110 | util/animation/t_animation.h \ |
---|
| 111 | util/animation/animation3d.h \ |
---|
| 112 | util/animation/animation_player.h \ |
---|
[3646] | 113 | garbage_collector.h \ |
---|
[3472] | 114 | story_entities/story_entity.h \ |
---|
| 115 | story_entities/story_def.h \ |
---|
| 116 | story_entities/campaign.h \ |
---|
[3481] | 117 | story_entities/world.h \ |
---|
| 118 | world_entities/world_entity.h \ |
---|
| 119 | world_entities/player.h \ |
---|
| 120 | world_entities/npc.h \ |
---|
| 121 | world_entities/environment.h \ |
---|
| 122 | world_entities/skysphere.h \ |
---|
[3796] | 123 | world_entities/skybox.h \ |
---|
[3483] | 124 | world_entities/power_up.h \ |
---|
[3559] | 125 | world_entities/terrain.h \ |
---|
[3573] | 126 | world_entities/weapon.h \ |
---|
| 127 | world_entities/projectile.h \ |
---|
[3750] | 128 | world_entities/satellite.h \ |
---|
[3580] | 129 | world_entities/character_attributes.h \ |
---|
[3618] | 130 | world_entities/test_gun.h \ |
---|
[3710] | 131 | world_entities/test_bullet.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 \ |
---|
[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 \ |
---|
[3966] | 147 | lib/graphics/particles/particle_engine.h \ |
---|
| 148 | lib/graphics/particles/particle_system.h \ |
---|
| 149 | lib/graphics/particles/particle_emitter.h \ |
---|
[3484] | 150 | lib/data/data_tank.h \ |
---|
| 151 | lib/lang/base_entity.h \ |
---|
| 152 | lib/lang/base_object.h \ |
---|
[3869] | 153 | util/common/list.h \ |
---|
| 154 | util/common/list_template.h \ |
---|
| 155 | util/resource_manager.h \ |
---|
[4249] | 156 | util/loading/factory.h \ |
---|
[4233] | 157 | util/loading/load_param.h \ |
---|
[3484] | 158 | lib/util/ini_parser.h \ |
---|
[4220] | 159 | lib/util/substring.h \ |
---|
[3483] | 160 | lib/math/vector.h \ |
---|
| 161 | lib/math/curve.h \ |
---|
[4028] | 162 | glmenu/glmenu_imagescreen.h \ |
---|
[4054] | 163 | lib/gui/gui/gui.h \ |
---|
| 164 | lib/gui/gui/gui_gtk.h \ |
---|
| 165 | lib/gui/gui/gui_element.h \ |
---|
| 166 | lib/gui/gui/gui_video.h \ |
---|
| 167 | lib/gui/gui/gui_audio.h \ |
---|
| 168 | lib/gui/gui/gui_exec.h \ |
---|
| 169 | lib/gui/gui/gui_flags.h \ |
---|
| 170 | lib/gui/gui/gui_banner.h \ |
---|
| 171 | lib/gui/gui/gui_keys.h \ |
---|
[4131] | 172 | lib/gui/gui/gui_update.h \ |
---|
| 173 | subprojects/benchmark.h |
---|
[2589] | 174 | |
---|
[4057] | 175 | libORXgui_a_CPPFLAGS=$(GTK2_CFLAGS) $(GTHREAD_CFLAGS) $(CURL_CFLAGS) $(MSBITFIELDS) |
---|
[3490] | 176 | |
---|
[4057] | 177 | libORXgui_a_SOURCES = lib/gui/gui/gui.cc \ |
---|
[4054] | 178 | lib/gui/gui/gui_gtk.cc \ |
---|
| 179 | lib/gui/gui/gui_element.cc \ |
---|
| 180 | lib/gui/gui/gui_video.cc \ |
---|
| 181 | lib/gui/gui/gui_audio.cc \ |
---|
| 182 | lib/gui/gui/gui_exec.cc \ |
---|
| 183 | lib/gui/gui/gui_flags.cc \ |
---|
| 184 | lib/gui/gui/gui_banner.cc \ |
---|
| 185 | lib/gui/gui/gui_keys.cc \ |
---|
| 186 | lib/gui/gui/gui_update.cc |
---|
[4028] | 187 | |
---|
[4239] | 188 | libtinyxml_a_SOURCES = lib/tinyxml/tinyxml.cc \ |
---|
| 189 | lib/tinyxml/tinystr.cc \ |
---|
| 190 | lib/tinyxml/tinyxmlerror.cc \ |
---|
| 191 | lib/tinyxml/tinyxmlparser.cc |
---|
[4028] | 192 | |
---|
[4231] | 193 | |
---|
| 194 | |
---|
[3198] | 195 | ## orxonox.conf will be used from home-dir instead. |
---|
[4233] | 196 | EXTRA_DIST = proto/proto_class.h \ |
---|
[3655] | 197 | proto/proto_class.cc \ |
---|
| 198 | proto/proto_singleton.h \ |
---|
[3761] | 199 | proto/proto_singleton.cc \ |
---|
| 200 | proto/proto_world_entity.h \ |
---|
| 201 | proto/proto_world_entity.cc |
---|
[2816] | 202 | |
---|
[3377] | 203 | if SUB_PROJECTS |
---|
[3549] | 204 | SUB_PROGS = lib subprojects |
---|
[3377] | 205 | else |
---|
| 206 | SUB_PROGS = |
---|
| 207 | endif |
---|
[3182] | 208 | |
---|
[3197] | 209 | SUBDIRS = . \ |
---|
[3377] | 210 | $(SUB_PROGS) |
---|
[3191] | 211 | |
---|
[3027] | 212 | # uncomment the following if orxonox requires the math library |
---|
[2190] | 213 | #orxonox_LDADD=-lm |
---|
[1953] | 214 | |
---|
| 215 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
| 216 | |
---|
| 217 | # if you write a self-test script named `chk', uncomment the |
---|
| 218 | # following and add `chk' to the EXTRA_DIST list |
---|
| 219 | #TESTS=chk |
---|
| 220 | |
---|
| 221 | # build and install the .info pages |
---|
| 222 | #info_TEXINFOS = orxonox.texinfo |
---|
| 223 | #orxonox_TEXINFOS = gpl.texinfo |
---|
| 224 | |
---|
| 225 | # install the man pages |
---|
| 226 | #man_MANS=orxonox.1 |
---|