MAINSRCDIR=.. include $(MAINSRCDIR)/defs/include_paths.am noinst_LIBRARIES = libORXworldentities.a libORXworldentities_a_SOURCES = \ camera.cc \ environment.cc \ npc.cc \ skybox.cc \ terrain.cc \ world_entity.cc \ character_attributes.cc \ npc2.cc \ player.cc \ satellite.cc \ skysphere.cc \ test_entity.cc \ weapons/crosshair.cc \ weapons/projectile.cc \ weapons/test_bullet.cc \ weapons/test_gun.cc \ weapons/turret.cc \ weapons/weapon.cc \ weapons/weapon_manager.cc noinst_HEADERS = \ camera.h \ environment.h \ npc.h \ power_up.h \ skybox.h \ terrain.h \ world_entity.h \ character_attributes.h \ npc2.h \ player.h \ satellite.h \ skysphere.h \ test_entity.h \ weapons/crosshair.h \ weapons/projectile.h \ weapons/test_bullet.h \ weapons/test_gun.h \ weapons/turret.h \ weapons/weapon.h \ weapons/weapon_manager.h