[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 |
---|
[3902] | 14 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/xmlparser |
---|
[3486] | 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 |
---|
[3901] | 23 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/util/levelloader |
---|
[3472] | 24 | |
---|
[3484] | 25 | |
---|
[3901] | 26 | |
---|
[3180] | 27 | AM_LDFLAGS= $(MWINDOWS) |
---|
[1955] | 28 | |
---|
[1953] | 29 | #"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include" |
---|
| 30 | |
---|
[1955] | 31 | |
---|
[1953] | 32 | bin_PROGRAMS=orxonox |
---|
| 33 | |
---|
[3182] | 34 | orxonox_SOURCES= orxonox.cc \ |
---|
[3478] | 35 | game_loader.cc \ |
---|
[3182] | 36 | command_node.cc \ |
---|
| 37 | keynames.cc \ |
---|
[3869] | 38 | world_entities/camera.cc \ |
---|
[3478] | 39 | track_manager.cc \ |
---|
[3522] | 40 | track_node.cc \ |
---|
[3868] | 41 | util/animation/animation.cc \ |
---|
| 42 | util/animation/animation3d.cc \ |
---|
| 43 | util/animation/animation_player.cc \ |
---|
[3646] | 44 | garbage_collector.cc \ |
---|
[3478] | 45 | story_entities/story_entity.cc \ |
---|
[3472] | 46 | story_entities/campaign.cc \ |
---|
[3478] | 47 | story_entities/world.cc \ |
---|
| 48 | world_entities/world_entity.cc \ |
---|
| 49 | world_entities/player.cc \ |
---|
[3472] | 50 | world_entities/environment.cc \ |
---|
[3478] | 51 | world_entities/skysphere.cc \ |
---|
[3796] | 52 | world_entities/skybox.cc \ |
---|
[3559] | 53 | world_entities/terrain.cc \ |
---|
[3573] | 54 | world_entities/weapon.cc \ |
---|
| 55 | world_entities/projectile.cc \ |
---|
[3750] | 56 | world_entities/satellite.cc \ |
---|
[3580] | 57 | world_entities/character_attributes.cc \ |
---|
[3618] | 58 | world_entities/test_gun.cc \ |
---|
[3710] | 59 | world_entities/test_bullet.cc \ |
---|
[3481] | 60 | ai/ai.cc \ |
---|
[3488] | 61 | lib/coord/p_node.cc \ |
---|
| 62 | lib/coord/null_parent.cc \ |
---|
| 63 | lib/coord/helper_parent.cc \ |
---|
| 64 | lib/data/data_tank.cc \ |
---|
[3610] | 65 | lib/graphics/graphics_engine.cc \ |
---|
[3603] | 66 | lib/graphics/light.cc \ |
---|
[3790] | 67 | lib/graphics/text_engine.cc \ |
---|
[3484] | 68 | lib/graphics/importer/array.cc \ |
---|
| 69 | lib/graphics/importer/objModel.cc \ |
---|
[3657] | 70 | lib/graphics/importer/primitive_model.cc \ |
---|
[3484] | 71 | lib/graphics/importer/model.cc \ |
---|
| 72 | lib/graphics/importer/material.cc \ |
---|
| 73 | lib/graphics/importer/texture.cc \ |
---|
| 74 | lib/lang/base_entity.cc \ |
---|
| 75 | lib/lang/base_object.cc \ |
---|
| 76 | lib/util/ini_parser.cc \ |
---|
[3900] | 77 | lib/xmlparser/tinystr.cc \ |
---|
| 78 | lib/xmlparser/tinyxml.cc \ |
---|
| 79 | lib/xmlparser/tinyxmlerror.cc \ |
---|
| 80 | lib/xmlparser/tinyxmlparser.cc \ |
---|
[3869] | 81 | util/common/list.cc \ |
---|
[3901] | 82 | util/levelloader/factory.cc \ |
---|
[3869] | 83 | util/resource_manager.cc \ |
---|
[3483] | 84 | lib/math/vector.cc \ |
---|
| 85 | lib/math/curve.cc \ |
---|
[3901] | 86 | glmenu/glmenu_imagescreen.cc |
---|
[2589] | 87 | |
---|
[3481] | 88 | noinst_HEADERS = orxonox.h \ |
---|
| 89 | game_loader.h \ |
---|
| 90 | track_manager.h \ |
---|
| 91 | ability.h \ |
---|
[3869] | 92 | world_entities/camera.h \ |
---|
[3182] | 93 | keynames.h \ |
---|
| 94 | command_node.h \ |
---|
| 95 | message_structures.h \ |
---|
[3522] | 96 | track_manager.h \ |
---|
| 97 | track_node.h \ |
---|
[3868] | 98 | util/animation/animation.h \ |
---|
| 99 | util/animation/t_animation.h \ |
---|
| 100 | util/animation/animation3d.h \ |
---|
| 101 | util/animation/animation_player.h \ |
---|
[3646] | 102 | garbage_collector.h \ |
---|
[3472] | 103 | story_entities/story_entity.h \ |
---|
| 104 | story_entities/story_def.h \ |
---|
| 105 | story_entities/campaign.h \ |
---|
[3481] | 106 | story_entities/world.h \ |
---|
| 107 | world_entities/world_entity.h \ |
---|
| 108 | world_entities/player.h \ |
---|
| 109 | world_entities/npc.h \ |
---|
| 110 | world_entities/environment.h \ |
---|
| 111 | world_entities/skysphere.h \ |
---|
[3796] | 112 | world_entities/skybox.h \ |
---|
[3483] | 113 | world_entities/power_up.h \ |
---|
[3559] | 114 | world_entities/terrain.h \ |
---|
[3573] | 115 | world_entities/weapon.h \ |
---|
| 116 | world_entities/projectile.h \ |
---|
[3750] | 117 | world_entities/satellite.h \ |
---|
[3580] | 118 | world_entities/character_attributes.h \ |
---|
[3618] | 119 | world_entities/test_gun.h \ |
---|
[3710] | 120 | world_entities/test_bullet.h \ |
---|
[3481] | 121 | ai/ai.h \ |
---|
| 122 | network/synchronisable.h \ |
---|
| 123 | defs/stdincl.h \ |
---|
[3493] | 124 | defs/glincl.h \ |
---|
[3608] | 125 | defs/comincl.h \ |
---|
[3863] | 126 | defs/confincl.h \ |
---|
[3481] | 127 | defs/error.h \ |
---|
| 128 | defs/debug.h \ |
---|
[3488] | 129 | lib/coord/p_node.h \ |
---|
| 130 | lib/coord/null_parent.h \ |
---|
| 131 | lib/coord/helper_parent.h \ |
---|
[3610] | 132 | lib/graphics/graphics_engine.h \ |
---|
[3603] | 133 | lib/graphics/light.h \ |
---|
[3790] | 134 | lib/graphics/text_engine.h \ |
---|
[3484] | 135 | lib/data/data_tank.h \ |
---|
| 136 | lib/lang/base_entity.h \ |
---|
| 137 | lib/lang/base_object.h \ |
---|
[3900] | 138 | lib/xmlparser/tinystr.h \ |
---|
| 139 | lib/xmlparser/tinyxml.h \ |
---|
[3869] | 140 | util/common/list.h \ |
---|
| 141 | util/common/list_template.h \ |
---|
[3901] | 142 | utils/levelloader/factory.h \ |
---|
[3869] | 143 | util/resource_manager.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 |
---|