[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 | |
---|
[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 \ |
---|
[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 | |
---|
[2589] | 89 | |
---|
[3481] | 90 | noinst_HEADERS = orxonox.h \ |
---|
| 91 | game_loader.h \ |
---|
| 92 | track_manager.h \ |
---|
| 93 | ability.h \ |
---|
[3869] | 94 | world_entities/camera.h \ |
---|
[3182] | 95 | keynames.h \ |
---|
| 96 | command_node.h \ |
---|
| 97 | message_structures.h \ |
---|
[3522] | 98 | track_manager.h \ |
---|
| 99 | track_node.h \ |
---|
[3868] | 100 | util/animation/animation.h \ |
---|
| 101 | util/animation/t_animation.h \ |
---|
| 102 | util/animation/animation3d.h \ |
---|
| 103 | util/animation/animation_player.h \ |
---|
[3646] | 104 | garbage_collector.h \ |
---|
[3472] | 105 | story_entities/story_entity.h \ |
---|
| 106 | story_entities/story_def.h \ |
---|
| 107 | story_entities/campaign.h \ |
---|
[3481] | 108 | story_entities/world.h \ |
---|
| 109 | world_entities/world_entity.h \ |
---|
| 110 | world_entities/player.h \ |
---|
| 111 | world_entities/npc.h \ |
---|
| 112 | world_entities/environment.h \ |
---|
| 113 | world_entities/skysphere.h \ |
---|
[3796] | 114 | world_entities/skybox.h \ |
---|
[3483] | 115 | world_entities/power_up.h \ |
---|
[3559] | 116 | world_entities/terrain.h \ |
---|
[3573] | 117 | world_entities/weapon.h \ |
---|
| 118 | world_entities/projectile.h \ |
---|
[3750] | 119 | world_entities/satellite.h \ |
---|
[3580] | 120 | world_entities/character_attributes.h \ |
---|
[3618] | 121 | world_entities/test_gun.h \ |
---|
[3710] | 122 | world_entities/test_bullet.h \ |
---|
[3481] | 123 | ai/ai.h \ |
---|
| 124 | network/synchronisable.h \ |
---|
| 125 | defs/stdincl.h \ |
---|
[3493] | 126 | defs/glincl.h \ |
---|
[3608] | 127 | defs/comincl.h \ |
---|
[3863] | 128 | defs/confincl.h \ |
---|
[3481] | 129 | defs/error.h \ |
---|
| 130 | defs/debug.h \ |
---|
[3488] | 131 | lib/coord/p_node.h \ |
---|
| 132 | lib/coord/null_parent.h \ |
---|
| 133 | lib/coord/helper_parent.h \ |
---|
[3610] | 134 | lib/graphics/graphics_engine.h \ |
---|
[3603] | 135 | lib/graphics/light.h \ |
---|
[3790] | 136 | lib/graphics/text_engine.h \ |
---|
[3966] | 137 | lib/graphics/particles/particle_engine.h \ |
---|
| 138 | lib/graphics/particles/particle_system.h \ |
---|
| 139 | lib/graphics/particles/particle_emitter.h \ |
---|
[3484] | 140 | lib/data/data_tank.h \ |
---|
| 141 | lib/lang/base_entity.h \ |
---|
| 142 | lib/lang/base_object.h \ |
---|
[3869] | 143 | util/common/list.h \ |
---|
| 144 | util/common/list_template.h \ |
---|
| 145 | util/resource_manager.h \ |
---|
[3484] | 146 | lib/util/ini_parser.h \ |
---|
[3483] | 147 | lib/math/vector.h \ |
---|
| 148 | lib/math/curve.h \ |
---|
[3491] | 149 | glmenu/glmenu_imagescreen.h |
---|
[2589] | 150 | |
---|
[3490] | 151 | |
---|
[3198] | 152 | ## orxonox.conf will be used from home-dir instead. |
---|
[3655] | 153 | EXTRA_DIST = orxonox.conf \ |
---|
| 154 | proto/proto_class.h \ |
---|
| 155 | proto/proto_class.cc \ |
---|
| 156 | proto/proto_singleton.h \ |
---|
[3761] | 157 | proto/proto_singleton.cc \ |
---|
| 158 | proto/proto_world_entity.h \ |
---|
| 159 | proto/proto_world_entity.cc |
---|
[2816] | 160 | |
---|
[3377] | 161 | if SUB_PROJECTS |
---|
[3549] | 162 | SUB_PROGS = lib subprojects |
---|
[3377] | 163 | else |
---|
| 164 | SUB_PROGS = |
---|
| 165 | endif |
---|
[3182] | 166 | |
---|
[3197] | 167 | SUBDIRS = . \ |
---|
[3377] | 168 | $(SUB_PROGS) |
---|
[3191] | 169 | |
---|
[3027] | 170 | # uncomment the following if orxonox requires the math library |
---|
[2190] | 171 | #orxonox_LDADD=-lm |
---|
[1953] | 172 | |
---|
| 173 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
| 174 | |
---|
| 175 | # if you write a self-test script named `chk', uncomment the |
---|
| 176 | # following and add `chk' to the EXTRA_DIST list |
---|
| 177 | #TESTS=chk |
---|
| 178 | |
---|
| 179 | # build and install the .info pages |
---|
| 180 | #info_TEXINFOS = orxonox.texinfo |
---|
| 181 | #orxonox_TEXINFOS = gpl.texinfo |
---|
| 182 | |
---|
| 183 | # install the man pages |
---|
| 184 | #man_MANS=orxonox.1 |
---|