[6432] | 1 | #MAINSRCDIR=.. |
---|
| 2 | #include $(MAINSRCDIR)/defs/include_paths.am |
---|
[5349] | 3 | |
---|
[6432] | 4 | #noinst_LIBRARIES = libORXworld_entities.a |
---|
| 5 | #libORXworld_entities_a_SOURCES = |
---|
| 6 | #subdirs = . |
---|
[5349] | 7 | |
---|
[6432] | 8 | WorldEntities_SOURCES_ = \ |
---|
| 9 | world_entities/world_entity.cc \ |
---|
| 10 | world_entities/camera.cc \ |
---|
| 11 | world_entities/playable.cc \ |
---|
| 12 | world_entities/player.cc \ |
---|
| 13 | world_entities/npcs/npc.cc \ |
---|
| 14 | world_entities/npcs/npc_test1.cc \ |
---|
| 15 | world_entities/npcs/npc_test.cc \ |
---|
| 16 | world_entities/npcs/ground_turret.cc \ |
---|
| 17 | world_entities/environment.cc \ |
---|
| 18 | world_entities/skysphere.cc \ |
---|
| 19 | world_entities/skybox.cc \ |
---|
| 20 | world_entities/terrain.cc \ |
---|
| 21 | world_entities/satellite.cc \ |
---|
[6532] | 22 | world_entities/movie_entity.cc \ |
---|
[6731] | 23 | world_entities/recorder.cc \ |
---|
[6432] | 24 | world_entities/character_attributes.cc \ |
---|
| 25 | world_entities/test_entity.cc \ |
---|
[6634] | 26 | world_entities/image_entity.cc \ |
---|
| 27 | world_entities/planet.cc \ |
---|
[6434] | 28 | \ |
---|
[6432] | 29 | world_entities/weapons/weapon_manager.cc \ |
---|
[6655] | 30 | world_entities/weapons/ammo_container.cc \ |
---|
[6432] | 31 | world_entities/weapons/weapon.cc \ |
---|
| 32 | world_entities/weapons/test_gun.cc \ |
---|
| 33 | world_entities/weapons/turret.cc \ |
---|
| 34 | world_entities/weapons/aiming_turret.cc \ |
---|
| 35 | world_entities/weapons/targeting_turret.cc \ |
---|
| 36 | world_entities/weapons/cannon.cc \ |
---|
| 37 | world_entities/weapons/aim.cc \ |
---|
| 38 | world_entities/weapons/crosshair.cc \ |
---|
[6434] | 39 | \ |
---|
| 40 | world_entities/projectiles/projectile.cc \ |
---|
| 41 | world_entities/projectiles/bomb.cc \ |
---|
| 42 | world_entities/projectiles/laser.cc \ |
---|
| 43 | world_entities/projectiles/test_bullet.cc \ |
---|
| 44 | world_entities/projectiles/rocket.cc \ |
---|
| 45 | world_entities/projectiles/guided_missile.cc \ |
---|
| 46 | \ |
---|
[6432] | 47 | world_entities/power_ups/power_up.cc \ |
---|
| 48 | world_entities/power_ups/turret_power_up.cc \ |
---|
| 49 | world_entities/power_ups/laser_power_up.cc \ |
---|
| 50 | world_entities/power_ups/weapon_power_up.cc \ |
---|
| 51 | world_entities/power_ups/param_power_up.cc \ |
---|
[6434] | 52 | \ |
---|
[6432] | 53 | world_entities/space_ships/space_ship.cc \ |
---|
| 54 | world_entities/space_ships/helicopter.cc \ |
---|
[6637] | 55 | world_entities/space_ships/hover.cc \ |
---|
[6432] | 56 | world_entities/creatures/md2_creature.cc \ |
---|
[6434] | 57 | \ |
---|
[6455] | 58 | world_entities/spawning_point.cc \ |
---|
| 59 | \ |
---|
| 60 | world_entities/environments/water.cc |
---|
[5349] | 61 | |
---|
[6432] | 62 | WorldEntities_HEADERS_ = \ |
---|
| 63 | world_entities/world_entity.h \ |
---|
| 64 | world_entities/camera.h \ |
---|
| 65 | world_entities/extendable.h \ |
---|
| 66 | world_entities/playable.h \ |
---|
| 67 | world_entities/player.h \ |
---|
| 68 | world_entities/npcs/npc.h \ |
---|
| 69 | world_entities/npcs/npc_test.h \ |
---|
| 70 | world_entities/npcs/npc_test1.h \ |
---|
| 71 | world_entities/environment.h \ |
---|
| 72 | world_entities/skysphere.h \ |
---|
| 73 | world_entities/skybox.h \ |
---|
| 74 | world_entities/terrain.h \ |
---|
| 75 | world_entities/satellite.h \ |
---|
[6532] | 76 | world_entities/movie_entity.h \ |
---|
[6731] | 77 | world_entities/recorder.h \ |
---|
[6432] | 78 | world_entities/character_attributes.h \ |
---|
| 79 | world_entities/test_entity.h \ |
---|
[6634] | 80 | world_entities/image_entity.h \ |
---|
| 81 | world_entities/planet.h \ |
---|
[6434] | 82 | \ |
---|
[6432] | 83 | world_entities/weapons/weapon_manager.h \ |
---|
[6655] | 84 | world_entities/weapons/ammo_container.h \ |
---|
[6432] | 85 | world_entities/weapons/weapon.h \ |
---|
| 86 | world_entities/weapons/test_gun.h \ |
---|
| 87 | world_entities/weapons/cannon.h \ |
---|
| 88 | world_entities/weapons/turret.h \ |
---|
| 89 | world_entities/weapons/aiming_turret.h \ |
---|
| 90 | world_entities/weapons/targeting_turret.h \ |
---|
| 91 | world_entities/weapons/aim.h \ |
---|
| 92 | world_entities/weapons/crosshair.h \ |
---|
[6434] | 93 | \ |
---|
| 94 | world_entities/projectiles/projectile.h \ |
---|
| 95 | world_entities/projectiles/bomb.h \ |
---|
| 96 | world_entities/projectiles/laser.h \ |
---|
| 97 | world_entities/projectiles/test_bullet.h \ |
---|
| 98 | world_entities/projectiles/rocket.h \ |
---|
| 99 | world_entities/projectiles/guided_missile.h \ |
---|
| 100 | \ |
---|
[6432] | 101 | world_entities/power_ups/power_up.h \ |
---|
| 102 | world_entities/power_ups/turret_power_up.h \ |
---|
| 103 | world_entities/power_ups/laser_power_up.h \ |
---|
| 104 | world_entities/power_ups/param_power_up.h \ |
---|
| 105 | world_entities/power_ups/weapon_power_up.h \ |
---|
[6434] | 106 | \ |
---|
[6432] | 107 | world_entities/space_ships/space_ship.h \ |
---|
| 108 | world_entities/space_ships/helicopter.h \ |
---|
[6637] | 109 | world_entities/space_ships/hover.h \ |
---|
[6432] | 110 | world_entities/creatures/md2_creature.h \ |
---|
[6434] | 111 | \ |
---|
[6455] | 112 | world_entities/spawning_point.h \ |
---|
| 113 | \ |
---|
| 114 | world_entities/environments/water.h |
---|