Last change
on this file since 5379 was
5355,
checked in by bensch, 19 years ago
|
orxonox/trunk: some build-efficiency-issues
|
File size:
1.5 KB
|
Rev | Line | |
---|
[5349] | 1 | MAINSRCDIR=.. |
---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
| 3 | |
---|
[5355] | 4 | noinst_LIBRARIES = libORXworld_entities.a |
---|
[5349] | 5 | |
---|
[5355] | 6 | libORXworld_entities_a_SOURCES = \ |
---|
| 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/projectile.cc \ |
---|
| 22 | weapons/test_gun.cc \ |
---|
| 23 | weapons/turret.cc \ |
---|
| 24 | weapons/test_bullet.cc \ |
---|
| 25 | weapons/crosshair.cc |
---|
[5349] | 26 | |
---|
[5355] | 27 | noinst_HEADERS = \ |
---|
| 28 | world_entity.h \ |
---|
| 29 | camera.h \ |
---|
| 30 | player.h \ |
---|
| 31 | npc.h \ |
---|
| 32 | npc2.h \ |
---|
| 33 | environment.h \ |
---|
| 34 | skysphere.h \ |
---|
| 35 | skybox.h \ |
---|
| 36 | power_up.h \ |
---|
| 37 | terrain.h \ |
---|
| 38 | satellite.h \ |
---|
| 39 | character_attributes.h \ |
---|
| 40 | test_entity.h \ |
---|
| 41 | weapons/weapon_manager.h \ |
---|
| 42 | weapons/weapon.h \ |
---|
| 43 | weapons/projectile.h \ |
---|
| 44 | weapons/test_gun.h \ |
---|
| 45 | weapons/turret.h \ |
---|
| 46 | weapons/test_bullet.h \ |
---|
| 47 | weapons/crosshair.h |
---|
[5349] | 48 | |
---|
| 49 | |
---|
[5355] | 50 | SUBDIRS = . . |
---|
Note: See
TracBrowser
for help on using the repository browser.