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