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