[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 |
---|
[3489] | 10 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/gui |
---|
[3486] | 11 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/lang |
---|
| 12 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/util |
---|
| 13 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/math |
---|
| 14 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/defs |
---|
| 15 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/font |
---|
| 16 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/network |
---|
| 17 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/glmenu |
---|
| 18 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/ai |
---|
[3953] | 19 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/util |
---|
| 20 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/util/animation |
---|
| 21 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/util/common |
---|
[3961] | 22 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/util/physics |
---|
[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 | |
---|
[1953] | 30 | bin_PROGRAMS=orxonox |
---|
| 31 | |
---|
[3182] | 32 | orxonox_SOURCES= orxonox.cc \ |
---|
[3478] | 33 | game_loader.cc \ |
---|
[3182] | 34 | command_node.cc \ |
---|
| 35 | keynames.cc \ |
---|
[3953] | 36 | world_entities/camera.cc \ |
---|
[3478] | 37 | track_manager.cc \ |
---|
[3522] | 38 | track_node.cc \ |
---|
[3953] | 39 | util/animation/animation.cc \ |
---|
| 40 | util/animation/animation3d.cc \ |
---|
| 41 | util/animation/animation_player.cc \ |
---|
[3646] | 42 | garbage_collector.cc \ |
---|
[3478] | 43 | story_entities/story_entity.cc \ |
---|
[3472] | 44 | story_entities/campaign.cc \ |
---|
[3478] | 45 | story_entities/world.cc \ |
---|
| 46 | world_entities/world_entity.cc \ |
---|
| 47 | world_entities/player.cc \ |
---|
[3472] | 48 | world_entities/environment.cc \ |
---|
[3478] | 49 | world_entities/skysphere.cc \ |
---|
[3796] | 50 | world_entities/skybox.cc \ |
---|
[3559] | 51 | world_entities/terrain.cc \ |
---|
[3573] | 52 | world_entities/weapon.cc \ |
---|
| 53 | world_entities/projectile.cc \ |
---|
[3750] | 54 | world_entities/satellite.cc \ |
---|
[3580] | 55 | world_entities/character_attributes.cc \ |
---|
[3618] | 56 | world_entities/test_gun.cc \ |
---|
[3710] | 57 | world_entities/test_bullet.cc \ |
---|
[3481] | 58 | ai/ai.cc \ |
---|
[3488] | 59 | lib/coord/p_node.cc \ |
---|
| 60 | lib/coord/null_parent.cc \ |
---|
| 61 | lib/coord/helper_parent.cc \ |
---|
| 62 | lib/data/data_tank.cc \ |
---|
[3610] | 63 | lib/graphics/graphics_engine.cc \ |
---|
[3603] | 64 | lib/graphics/light.cc \ |
---|
[3790] | 65 | lib/graphics/text_engine.cc \ |
---|
[3484] | 66 | lib/graphics/importer/array.cc \ |
---|
| 67 | lib/graphics/importer/objModel.cc \ |
---|
[3657] | 68 | lib/graphics/importer/primitive_model.cc \ |
---|
[3484] | 69 | lib/graphics/importer/model.cc \ |
---|
| 70 | lib/graphics/importer/material.cc \ |
---|
| 71 | lib/graphics/importer/texture.cc \ |
---|
| 72 | lib/lang/base_entity.cc \ |
---|
| 73 | lib/lang/base_object.cc \ |
---|
| 74 | lib/util/ini_parser.cc \ |
---|
[3953] | 75 | util/common/list.cc \ |
---|
| 76 | util/resource_manager.cc \ |
---|
[3961] | 77 | util/physics/i_physics.cc \ |
---|
| 78 | util/physics/physics_engine.cc \ |
---|
| 79 | util/physics/physical_interaction.cc \ |
---|
| 80 | util/physics/physical_interaction_sym.cc \ |
---|
| 81 | util/physics/physical_interaction_asym.cc \ |
---|
[3483] | 82 | lib/math/vector.cc \ |
---|
| 83 | lib/math/curve.cc \ |
---|
[3961] | 84 | glmenu/glmenu_imagescreen.cc |
---|
[2589] | 85 | |
---|
[3481] | 86 | noinst_HEADERS = orxonox.h \ |
---|
| 87 | game_loader.h \ |
---|
| 88 | track_manager.h \ |
---|
| 89 | ability.h \ |
---|
[3953] | 90 | world_entities/camera.h \ |
---|
[3182] | 91 | keynames.h \ |
---|
| 92 | command_node.h \ |
---|
| 93 | message_structures.h \ |
---|
[3522] | 94 | track_manager.h \ |
---|
| 95 | track_node.h \ |
---|
[3953] | 96 | util/animation/animation.h \ |
---|
| 97 | util/animation/t_animation.h \ |
---|
| 98 | util/animation/animation3d.h \ |
---|
| 99 | util/animation/animation_player.h \ |
---|
[3646] | 100 | garbage_collector.h \ |
---|
[3472] | 101 | story_entities/story_entity.h \ |
---|
| 102 | story_entities/story_def.h \ |
---|
| 103 | story_entities/campaign.h \ |
---|
[3481] | 104 | story_entities/world.h \ |
---|
| 105 | world_entities/world_entity.h \ |
---|
| 106 | world_entities/player.h \ |
---|
| 107 | world_entities/npc.h \ |
---|
| 108 | world_entities/environment.h \ |
---|
| 109 | world_entities/skysphere.h \ |
---|
[3796] | 110 | world_entities/skybox.h \ |
---|
[3483] | 111 | world_entities/power_up.h \ |
---|
[3559] | 112 | world_entities/terrain.h \ |
---|
[3573] | 113 | world_entities/weapon.h \ |
---|
| 114 | world_entities/projectile.h \ |
---|
[3750] | 115 | world_entities/satellite.h \ |
---|
[3580] | 116 | world_entities/character_attributes.h \ |
---|
[3618] | 117 | world_entities/test_gun.h \ |
---|
[3710] | 118 | world_entities/test_bullet.h \ |
---|
[3481] | 119 | ai/ai.h \ |
---|
| 120 | network/synchronisable.h \ |
---|
| 121 | defs/stdincl.h \ |
---|
[3493] | 122 | defs/glincl.h \ |
---|
[3608] | 123 | defs/comincl.h \ |
---|
[3863] | 124 | defs/confincl.h \ |
---|
[3481] | 125 | defs/error.h \ |
---|
| 126 | defs/debug.h \ |
---|
[3488] | 127 | lib/coord/p_node.h \ |
---|
| 128 | lib/coord/null_parent.h \ |
---|
| 129 | lib/coord/helper_parent.h \ |
---|
[3610] | 130 | lib/graphics/graphics_engine.h \ |
---|
[3603] | 131 | lib/graphics/light.h \ |
---|
[3790] | 132 | lib/graphics/text_engine.h \ |
---|
[3484] | 133 | lib/data/data_tank.h \ |
---|
| 134 | lib/lang/base_entity.h \ |
---|
| 135 | lib/lang/base_object.h \ |
---|
[3953] | 136 | util/common/list.h \ |
---|
| 137 | util/common/list_template.h \ |
---|
| 138 | util/resource_manager.h \ |
---|
[3961] | 139 | util/physics/i_physics.h \ |
---|
| 140 | util/physics/physics_engine.h \ |
---|
| 141 | util/physics/physical_interaction.h \ |
---|
| 142 | util/physics/physical_interaction_sym.h \ |
---|
| 143 | util/physics/physical_interaction_asym.h \ |
---|
[3484] | 144 | lib/util/ini_parser.h \ |
---|
[3483] | 145 | lib/math/vector.h \ |
---|
| 146 | lib/math/curve.h \ |
---|
[3491] | 147 | glmenu/glmenu_imagescreen.h |
---|
[2589] | 148 | |
---|
[3490] | 149 | |
---|
[3198] | 150 | ## orxonox.conf will be used from home-dir instead. |
---|
[3655] | 151 | EXTRA_DIST = orxonox.conf \ |
---|
| 152 | proto/proto_class.h \ |
---|
| 153 | proto/proto_class.cc \ |
---|
| 154 | proto/proto_singleton.h \ |
---|
[3761] | 155 | proto/proto_singleton.cc \ |
---|
| 156 | proto/proto_world_entity.h \ |
---|
| 157 | proto/proto_world_entity.cc |
---|
[2816] | 158 | |
---|
[3377] | 159 | if SUB_PROJECTS |
---|
[3549] | 160 | SUB_PROGS = lib subprojects |
---|
[3377] | 161 | else |
---|
| 162 | SUB_PROGS = |
---|
| 163 | endif |
---|
[3182] | 164 | |
---|
[3197] | 165 | SUBDIRS = . \ |
---|
[3377] | 166 | $(SUB_PROGS) |
---|
[3191] | 167 | |
---|
[3027] | 168 | # uncomment the following if orxonox requires the math library |
---|
[2190] | 169 | #orxonox_LDADD=-lm |
---|
[1953] | 170 | |
---|
| 171 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
| 172 | |
---|
| 173 | # if you write a self-test script named `chk', uncomment the |
---|
| 174 | # following and add `chk' to the EXTRA_DIST list |
---|
| 175 | #TESTS=chk |
---|
| 176 | |
---|
| 177 | # build and install the .info pages |
---|
| 178 | #info_TEXINFOS = orxonox.texinfo |
---|
| 179 | #orxonox_TEXINFOS = gpl.texinfo |
---|
| 180 | |
---|
| 181 | # install the man pages |
---|
| 182 | #man_MANS=orxonox.1 |
---|