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










