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