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 |
---|
[9970] | 8 | libORXwe_a_SOURCES = world_entity.cc camera.cc playable.cc player.cc \ |
---|
[10101] | 9 | npcs/npc.cc weapons/weapon_manager.cc weapons/crosshair.cc \ |
---|
| 10 | weapons/weapon.cc weapons/ammo_container.cc projectiles/projectile.cc \ |
---|
| 11 | extendable.cc power_ups/power_up.cc power_ups/param_power_up.cc \ |
---|
[10154] | 12 | power_ups/weapon_power_up.cc spawning_point.cc effects/explosion.cc effects/billboard.cc effects/wobblegrid.cc\ |
---|
[10107] | 13 | effects/trail.cc elements/glgui_energywidget.cc elements/glgui_energywidgetvertical.cc |
---|
[5349] | 14 | |
---|
[7016] | 15 | |
---|
[9970] | 16 | noinst_HEADERS = world_entity.h camera.h extendable.h playable.h \ |
---|
[10101] | 17 | player.h npcs/npc.h weapons/weapon_manager.h weapons/crosshair.h \ |
---|
| 18 | weapons/weapon.h weapons/ammo_container.h projectiles/projectile.h \ |
---|
| 19 | power_ups/power_up.h power_ups/param_power_up.h power_ups/weapon_power_up.h \ |
---|
[10154] | 20 | spawning_point.h effects/explosion.h effects/billboard.h effects/trail.h effects/wobblegrid.h\ |
---|
[10107] | 21 | elements/glgui_energywidget.h elements/glgui_energywidgetvertical.h |
---|
[7016] | 22 | |
---|
[7047] | 23 | |
---|
[7151] | 24 | EXTRA_DIST = WorldEntities.am |
---|
Note: See
TracBrowser
for help on using the repository browser.