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