source:
orxonox.OLD/branches/camera/src/world_entities/Makefile.am
@
10233
Last change on this file since 10233 was 10215, checked in by gfilip, 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 \ | |
[10195] | 12 | cameraman.cc \ |
[7151] | 13 | playable.cc \ |
14 | player.cc \ | |
15 | \ | |
16 | npcs/npc.cc \ | |
17 | \ | |
18 | weapons/weapon_manager.cc \ | |
[7155] | 19 | weapons/crosshair.cc \ |
[7151] | 20 | weapons/weapon.cc \ |
21 | weapons/ammo_container.cc \ | |
22 | projectiles/projectile.cc \ | |
23 | \ | |
[9869] | 24 | extendable.cc \ |
[7151] | 25 | power_ups/power_up.cc \ |
[7155] | 26 | power_ups/param_power_up.cc \ |
27 | power_ups/weapon_power_up.cc \ | |
[7151] | 28 | \ |
[7155] | 29 | spawning_point.cc \ |
30 | \ | |
31 | \ | |
[8255] | 32 | effects/explosion.cc \ |
[8972] | 33 | effects/billboard.cc \ |
34 | \ | |
35 | \ | |
[8994] | 36 | elements/glgui_energywidget.cc |
[5349] | 37 | |
[7016] | 38 | |
[7151] | 39 | noinst_HEADERS = \ |
40 | world_entity.h \ | |
41 | \ | |
42 | camera.h \ | |
[10195] | 43 | cameraman.h \ |
[7151] | 44 | extendable.h \ |
45 | playable.h \ | |
46 | player.h \ | |
47 | \ | |
48 | npcs/npc.h \ | |
49 | \ | |
50 | weapons/weapon_manager.h \ | |
[7155] | 51 | weapons/crosshair.h \ |
[7151] | 52 | weapons/weapon.h \ |
53 | weapons/ammo_container.h \ | |
54 | projectiles/projectile.h \ | |
55 | \ | |
56 | power_ups/power_up.h \ | |
[7155] | 57 | power_ups/param_power_up.h \ |
58 | power_ups/weapon_power_up.h \ | |
[7151] | 59 | \ |
[7154] | 60 | spawning_point.h \ |
[7151] | 61 | \ |
62 | \ | |
[7155] | 63 | effects/explosion.h \ |
[8255] | 64 | effects/billboard.h \ |
[7155] | 65 | \ |
[8972] | 66 | \ |
67 | \ | |
68 | elements/glgui_energywidget.h \ | |
[8991] | 69 | \ |
70 | \ | |
[7151] | 71 | $(WorldEntities_HEADERS_) |
[7016] | 72 | |
[7047] | 73 | |
[7151] | 74 | EXTRA_DIST = WorldEntities.am |
Note: See TracBrowser
for help on using the repository browser.