source:
orxonox.OLD/trunk/src/world_entities/Makefile.am
@
7941
Last change on this file since 7941 was 7155, checked in by bensch, 19 years ago | |
---|---|
File size: 1.0 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 | \ | |
23 | power_ups/power_up.cc \ | |
[7155] | 24 | power_ups/param_power_up.cc \ |
25 | power_ups/weapon_power_up.cc \ | |
[7151] | 26 | \ |
[7155] | 27 | spawning_point.cc \ |
28 | \ | |
29 | \ | |
30 | effects/explosion.cc | |
[5349] | 31 | |
[7016] | 32 | |
[7155] | 33 | |
[7151] | 34 | noinst_HEADERS = \ |
35 | world_entity.h \ | |
36 | \ | |
37 | camera.h \ | |
38 | extendable.h \ | |
39 | playable.h \ | |
40 | player.h \ | |
41 | \ | |
42 | npcs/npc.h \ | |
43 | \ | |
44 | weapons/weapon_manager.h \ | |
[7155] | 45 | weapons/crosshair.h \ |
[7151] | 46 | weapons/weapon.h \ |
47 | weapons/ammo_container.h \ | |
48 | projectiles/projectile.h \ | |
49 | \ | |
50 | power_ups/power_up.h \ | |
[7155] | 51 | power_ups/param_power_up.h \ |
52 | power_ups/weapon_power_up.h \ | |
[7151] | 53 | \ |
[7154] | 54 | spawning_point.h \ |
[7151] | 55 | \ |
56 | \ | |
[7155] | 57 | effects/explosion.h \ |
58 | \ | |
[7151] | 59 | $(WorldEntities_HEADERS_) |
[7016] | 60 | |
[7047] | 61 | |
[7151] | 62 | EXTRA_DIST = WorldEntities.am |
Note: See TracBrowser
for help on using the repository browser.