source:
orxonox.OLD/trunk/src/world_entities/Makefile.am
@
6167
Last change on this file since 6167 was 6139, checked in by patrick, 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 \ |
[6139] | 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 \ | |
[6139] | 20 | space_ships/space_ship.cc \ |
[5355] | 21 | weapons/weapon_manager.cc \ |
22 | weapons/weapon.cc \ | |
23 | weapons/test_gun.cc \ | |
24 | weapons/turret.cc \ | |
[5456] | 25 | weapons/projectile.cc \ |
[5355] | 26 | weapons/test_bullet.cc \ |
[5456] | 27 | weapons/rocket.cc \ |
28 | weapons/laser.cc \ | |
[6139] | 29 | weapons/ground_turret.cc \ |
[5433] | 30 | weapons/crosshair.cc \ |
[6139] | 31 | weapons/ground_turret.cc \ |
[5450] | 32 | power_ups/power_up.cc \ |
[5458] | 33 | power_ups/turret_power_up.cc \ |
34 | power_ups/laser_power_up.cc | |
[5349] | 35 | |
[5355] | 36 | noinst_HEADERS = \ |
37 | world_entity.h \ | |
38 | camera.h \ | |
[5915] | 39 | playable.h \ |
[6139] | 40 | player.h \ |
[5355] | 41 | npc.h \ |
42 | npc2.h \ | |
43 | environment.h \ | |
44 | skysphere.h \ | |
45 | skybox.h \ | |
46 | terrain.h \ | |
47 | satellite.h \ | |
48 | character_attributes.h \ | |
49 | test_entity.h \ | |
[5915] | 50 | space_ships/space_ship.h \ |
[5355] | 51 | weapons/weapon_manager.h \ |
52 | weapons/weapon.h \ | |
53 | weapons/projectile.h \ | |
54 | weapons/test_gun.h \ | |
55 | weapons/turret.h \ | |
56 | weapons/test_bullet.h \ | |
[5433] | 57 | weapons/crosshair.h \ |
[5450] | 58 | power_ups/power_up.h \ |
[5458] | 59 | power_ups/turret_power_up.h \ |
60 | power_ups/laser_power_up.h | |
[5349] | 61 | |
62 | ||
[5355] | 63 | SUBDIRS = . . |
Note: See TracBrowser
for help on using the repository browser.