source:
orxonox.OLD/trunk/src/world_entities/Makefile.am
@
6281
Last change on this file since 6281 was 6222, checked in by bensch, 19 years ago | |
---|---|
File size: 2.0 KB |
Rev | Line | |
---|---|---|
[5349] | 1 | MAINSRCDIR=.. |
2 | include $(MAINSRCDIR)/defs/include_paths.am | |
3 | ||
[5463] | 4 | noinst_LIBRARIES = libORXworld_entities.a |
[5349] | 5 | |
[5463] | 6 | libORXworld_entities_a_SOURCES = \ |
[5355] | 7 | world_entity.cc \ |
8 | camera.cc \ | |
[5915] | 9 | playable.cc \ |
[6222] | 10 | player.cc \ |
[5355] | 11 | npc.cc \ |
12 | npc2.cc \ | |
13 | environment.cc \ | |
14 | skysphere.cc \ | |
15 | skybox.cc \ | |
16 | terrain.cc \ | |
17 | satellite.cc \ | |
18 | character_attributes.cc \ | |
19 | test_entity.cc \ | |
[6222] | 20 | space_ships/space_ship.cc \ |
21 | creatures/md2_creature.cc \ | |
[5355] | 22 | weapons/weapon_manager.cc \ |
23 | weapons/weapon.cc \ | |
24 | weapons/test_gun.cc \ | |
25 | weapons/turret.cc \ | |
[5456] | 26 | weapons/projectile.cc \ |
[5355] | 27 | weapons/test_bullet.cc \ |
[5456] | 28 | weapons/rocket.cc \ |
29 | weapons/laser.cc \ | |
[6222] | 30 | weapons/ground_turret.cc \ |
[5433] | 31 | weapons/crosshair.cc \ |
[6222] | 32 | weapons/ground_turret.cc \ |
[5450] | 33 | power_ups/power_up.cc \ |
[5458] | 34 | power_ups/turret_power_up.cc \ |
35 | power_ups/laser_power_up.cc | |
[5349] | 36 | |
[5355] | 37 | noinst_HEADERS = \ |
38 | world_entity.h \ | |
39 | camera.h \ | |
[5915] | 40 | playable.h \ |
[6222] | 41 | player.h \ |
[5355] | 42 | npc.h \ |
43 | npc2.h \ | |
44 | environment.h \ | |
45 | skysphere.h \ | |
46 | skybox.h \ | |
47 | terrain.h \ | |
48 | satellite.h \ | |
49 | character_attributes.h \ | |
50 | test_entity.h \ | |
[5915] | 51 | space_ships/space_ship.h \ |
[6222] | 52 | creatures/md2_creature.cc \ |
[5355] | 53 | weapons/weapon_manager.h \ |
54 | weapons/weapon.h \ | |
55 | weapons/projectile.h \ | |
56 | weapons/test_gun.h \ | |
57 | weapons/turret.h \ | |
58 | weapons/test_bullet.h \ | |
[5433] | 59 | weapons/crosshair.h \ |
[5450] | 60 | power_ups/power_up.h \ |
[5458] | 61 | power_ups/turret_power_up.h \ |
62 | power_ups/laser_power_up.h | |
[5349] | 63 | |
64 | ||
[5355] | 65 | SUBDIRS = . . |
Note: See TracBrowser
for help on using the repository browser.