source:
orxonox.OLD/trunk/src/world_entities/Makefile.am
@
10240
Last change on this file since 10240 was 9869, checked in by bensch, 18 years ago | |
---|---|
File size: 1.2 KB |
Rev | Line | |
---|---|---|
[7151] | 1 | MAINSRCDIR=.. |
2 | include $(MAINSRCDIR)/defs/include_paths.am | |
3 | include WorldEntities.am | |
[5349] | 4 | |
[7151] | 5 | noinst_LIBRARIES = libORXwe.a |
[5349] | 6 | |
[7151] | 7 | ## THESE ARE THE BASE CLASSES OF ALL WORLD_ENTITIES |
8 | libORXwe_a_SOURCES = \ | |
9 | world_entity.cc \ | |
10 | \ | |
11 | camera.cc \ | |
12 | playable.cc \ | |
13 | player.cc \ | |
14 | \ | |
15 | npcs/npc.cc \ | |
16 | \ | |
17 | weapons/weapon_manager.cc \ | |
[7155] | 18 | weapons/crosshair.cc \ |
[7151] | 19 | weapons/weapon.cc \ |
20 | weapons/ammo_container.cc \ | |
21 | projectiles/projectile.cc \ | |
22 | \ | |
[9869] | 23 | extendable.cc \ |
[7151] | 24 | power_ups/power_up.cc \ |
[7155] | 25 | power_ups/param_power_up.cc \ |
26 | power_ups/weapon_power_up.cc \ | |
[7151] | 27 | \ |
[7155] | 28 | spawning_point.cc \ |
29 | \ | |
30 | \ | |
[8255] | 31 | effects/explosion.cc \ |
[8972] | 32 | effects/billboard.cc \ |
33 | \ | |
34 | \ | |
[8994] | 35 | elements/glgui_energywidget.cc |
[5349] | 36 | |
[7016] | 37 | |
[7151] | 38 | noinst_HEADERS = \ |
39 | world_entity.h \ | |
40 | \ | |
41 | camera.h \ | |
42 | extendable.h \ | |
43 | playable.h \ | |
44 | player.h \ | |
45 | \ | |
46 | npcs/npc.h \ | |
47 | \ | |
48 | weapons/weapon_manager.h \ | |
[7155] | 49 | weapons/crosshair.h \ |
[7151] | 50 | weapons/weapon.h \ |
51 | weapons/ammo_container.h \ | |
52 | projectiles/projectile.h \ | |
53 | \ | |
54 | power_ups/power_up.h \ | |
[7155] | 55 | power_ups/param_power_up.h \ |
56 | power_ups/weapon_power_up.h \ | |
[7151] | 57 | \ |
[7154] | 58 | spawning_point.h \ |
[7151] | 59 | \ |
60 | \ | |
[7155] | 61 | effects/explosion.h \ |
[8255] | 62 | effects/billboard.h \ |
[7155] | 63 | \ |
[8972] | 64 | \ |
65 | \ | |
66 | elements/glgui_energywidget.h \ | |
[8991] | 67 | \ |
68 | \ | |
[7151] | 69 | $(WorldEntities_HEADERS_) |
[7016] | 70 | |
[7047] | 71 | |
[7151] | 72 | EXTRA_DIST = WorldEntities.am |
Note: See TracBrowser
for help on using the repository browser.