[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 |
---|
| 8 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/gaphics |
---|
[3491] | 9 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/graphics/font |
---|
[3486] | 10 | AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/graphics/importer |
---|
[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 |
---|
[3472] | 20 | |
---|
[3484] | 21 | |
---|
[3180] | 22 | AM_LDFLAGS= $(MWINDOWS) |
---|
[1955] | 23 | |
---|
[1953] | 24 | #"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include" |
---|
| 25 | |
---|
[1955] | 26 | |
---|
[1953] | 27 | bin_PROGRAMS=orxonox |
---|
| 28 | |
---|
[3182] | 29 | orxonox_SOURCES= orxonox.cc \ |
---|
[3478] | 30 | game_loader.cc \ |
---|
[3182] | 31 | command_node.cc \ |
---|
| 32 | keynames.cc \ |
---|
[3478] | 33 | camera.cc \ |
---|
| 34 | track_manager.cc \ |
---|
[3522] | 35 | track_node.cc \ |
---|
[3478] | 36 | light.cc \ |
---|
[3573] | 37 | simple_animation.cc \ |
---|
[3478] | 38 | story_entities/story_entity.cc \ |
---|
[3472] | 39 | story_entities/campaign.cc \ |
---|
[3478] | 40 | story_entities/world.cc \ |
---|
| 41 | world_entities/world_entity.cc \ |
---|
| 42 | world_entities/player.cc \ |
---|
[3472] | 43 | world_entities/environment.cc \ |
---|
[3478] | 44 | world_entities/skysphere.cc \ |
---|
[3559] | 45 | world_entities/terrain.cc \ |
---|
[3521] | 46 | world_entities/primitive.cc \ |
---|
[3573] | 47 | world_entities/weapon.cc \ |
---|
| 48 | world_entities/projectile.cc \ |
---|
[3580] | 49 | world_entities/character_attributes.cc \ |
---|
[3481] | 50 | ai/ai.cc \ |
---|
[3488] | 51 | lib/coord/p_node.cc \ |
---|
| 52 | lib/coord/null_parent.cc \ |
---|
| 53 | lib/coord/helper_parent.cc \ |
---|
| 54 | lib/data/data_tank.cc \ |
---|
[3491] | 55 | lib/graphics/font/fontset.cc \ |
---|
[3484] | 56 | lib/graphics/importer/array.cc \ |
---|
| 57 | lib/graphics/importer/objModel.cc \ |
---|
| 58 | lib/graphics/importer/model.cc \ |
---|
| 59 | lib/graphics/importer/material.cc \ |
---|
| 60 | lib/graphics/importer/texture.cc \ |
---|
| 61 | lib/lang/base_entity.cc \ |
---|
| 62 | lib/lang/base_object.cc \ |
---|
| 63 | lib/util/ini_parser.cc \ |
---|
[3483] | 64 | lib/util/list.cc \ |
---|
| 65 | lib/math/vector.cc \ |
---|
| 66 | lib/math/curve.cc \ |
---|
[3491] | 67 | glmenu/glmenu_imagescreen.cc |
---|
[2589] | 68 | |
---|
[3481] | 69 | noinst_HEADERS = orxonox.h \ |
---|
| 70 | game_loader.h \ |
---|
| 71 | track_manager.h \ |
---|
| 72 | ability.h \ |
---|
[3182] | 73 | camera.h \ |
---|
| 74 | keynames.h \ |
---|
| 75 | proto_class.h \ |
---|
| 76 | command_node.h \ |
---|
| 77 | message_structures.h \ |
---|
[3481] | 78 | light.h \ |
---|
[3522] | 79 | track_manager.h \ |
---|
| 80 | track_node.h \ |
---|
[3573] | 81 | simple_animation.h \ |
---|
[3472] | 82 | story_entities/story_entity.h \ |
---|
| 83 | story_entities/story_def.h \ |
---|
| 84 | story_entities/campaign.h \ |
---|
[3481] | 85 | story_entities/world.h \ |
---|
| 86 | world_entities/world_entity.h \ |
---|
| 87 | world_entities/player.h \ |
---|
| 88 | world_entities/npc.h \ |
---|
| 89 | world_entities/environment.h \ |
---|
| 90 | world_entities/skysphere.h \ |
---|
[3483] | 91 | world_entities/power_up.h \ |
---|
[3559] | 92 | world_entities/terrain.h \ |
---|
[3521] | 93 | world_entities/primitive.h \ |
---|
[3573] | 94 | world_entities/weapon.h \ |
---|
| 95 | world_entities/projectile.h \ |
---|
[3580] | 96 | world_entities/character_attributes.h \ |
---|
[3481] | 97 | ai/ai.h \ |
---|
| 98 | network/synchronisable.h \ |
---|
| 99 | defs/stdincl.h \ |
---|
[3493] | 100 | defs/glincl.h \ |
---|
[3481] | 101 | defs/error.h \ |
---|
| 102 | defs/debug.h \ |
---|
[3488] | 103 | lib/coord/p_node.h \ |
---|
| 104 | lib/coord/null_parent.h \ |
---|
| 105 | lib/coord/helper_parent.h \ |
---|
[3491] | 106 | lib/graphics/font/fontset.h \ |
---|
[3484] | 107 | lib/data/data_tank.h \ |
---|
| 108 | lib/lang/base_entity.h \ |
---|
| 109 | lib/lang/base_object.h \ |
---|
[3483] | 110 | lib/util/list.h \ |
---|
| 111 | lib/util/list_template.h \ |
---|
[3484] | 112 | lib/util/ini_parser.h \ |
---|
[3483] | 113 | lib/math/vector.h \ |
---|
| 114 | lib/math/curve.h \ |
---|
[3491] | 115 | glmenu/glmenu_imagescreen.h |
---|
[2589] | 116 | |
---|
[3490] | 117 | |
---|
[3198] | 118 | ## orxonox.conf will be used from home-dir instead. |
---|
| 119 | EXTRA_DIST = orxonox.conf |
---|
[2816] | 120 | |
---|
[3377] | 121 | if SUB_PROJECTS |
---|
[3549] | 122 | SUB_PROGS = lib subprojects |
---|
[3377] | 123 | else |
---|
| 124 | SUB_PROGS = |
---|
| 125 | endif |
---|
[3182] | 126 | |
---|
[3197] | 127 | SUBDIRS = . \ |
---|
[3377] | 128 | $(SUB_PROGS) |
---|
[3191] | 129 | |
---|
[3027] | 130 | # uncomment the following if orxonox requires the math library |
---|
[2190] | 131 | #orxonox_LDADD=-lm |
---|
[1953] | 132 | |
---|
| 133 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
| 134 | |
---|
| 135 | # if you write a self-test script named `chk', uncomment the |
---|
| 136 | # following and add `chk' to the EXTRA_DIST list |
---|
| 137 | #TESTS=chk |
---|
| 138 | |
---|
| 139 | # build and install the .info pages |
---|
| 140 | #info_TEXINFOS = orxonox.texinfo |
---|
| 141 | #orxonox_TEXINFOS = gpl.texinfo |
---|
| 142 | |
---|
| 143 | # install the man pages |
---|
| 144 | #man_MANS=orxonox.1 |
---|