Last change
on this file since 5537 was
5463,
checked in by bensch, 19 years ago
|
orxonox/trunk: removed LIBTOOL again
|
File size:
1.8 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 \ |
---|
| 9 | player.cc \ |
---|
| 10 | npc.cc \ |
---|
| 11 | npc2.cc \ |
---|
| 12 | environment.cc \ |
---|
| 13 | skysphere.cc \ |
---|
| 14 | skybox.cc \ |
---|
| 15 | terrain.cc \ |
---|
| 16 | satellite.cc \ |
---|
| 17 | character_attributes.cc \ |
---|
| 18 | test_entity.cc \ |
---|
| 19 | weapons/weapon_manager.cc \ |
---|
| 20 | weapons/weapon.cc \ |
---|
| 21 | weapons/test_gun.cc \ |
---|
| 22 | weapons/turret.cc \ |
---|
[5456] | 23 | weapons/projectile.cc \ |
---|
[5355] | 24 | weapons/test_bullet.cc \ |
---|
[5456] | 25 | weapons/rocket.cc \ |
---|
| 26 | weapons/laser.cc \ |
---|
[5433] | 27 | weapons/crosshair.cc \ |
---|
[5450] | 28 | power_ups/power_up.cc \ |
---|
[5458] | 29 | power_ups/turret_power_up.cc \ |
---|
| 30 | power_ups/laser_power_up.cc |
---|
[5349] | 31 | |
---|
[5355] | 32 | noinst_HEADERS = \ |
---|
| 33 | world_entity.h \ |
---|
| 34 | camera.h \ |
---|
| 35 | player.h \ |
---|
| 36 | npc.h \ |
---|
| 37 | npc2.h \ |
---|
| 38 | environment.h \ |
---|
| 39 | skysphere.h \ |
---|
| 40 | skybox.h \ |
---|
| 41 | terrain.h \ |
---|
| 42 | satellite.h \ |
---|
| 43 | character_attributes.h \ |
---|
| 44 | test_entity.h \ |
---|
| 45 | weapons/weapon_manager.h \ |
---|
| 46 | weapons/weapon.h \ |
---|
| 47 | weapons/projectile.h \ |
---|
| 48 | weapons/test_gun.h \ |
---|
| 49 | weapons/turret.h \ |
---|
| 50 | weapons/test_bullet.h \ |
---|
[5433] | 51 | weapons/crosshair.h \ |
---|
[5450] | 52 | power_ups/power_up.h \ |
---|
[5458] | 53 | power_ups/turret_power_up.h \ |
---|
| 54 | power_ups/laser_power_up.h |
---|
[5349] | 55 | |
---|
| 56 | |
---|
[5355] | 57 | SUBDIRS = . . |
---|
Note: See
TracBrowser
for help on using the repository browser.