|
Last change
on this file since 5923 was
5463,
checked in by bensch, 20 years ago
|
|
orxonox/trunk: removed LIBTOOL again
|
|
File size:
1.8 KB
|
| Line | |
|---|
| 1 | MAINSRCDIR=.. |
|---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am |
|---|
| 3 | |
|---|
| 4 | noinst_LIBRARIES = libORXworld_entities.a |
|---|
| 5 | |
|---|
| 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/test_gun.cc \ |
|---|
| 22 | weapons/turret.cc \ |
|---|
| 23 | weapons/projectile.cc \ |
|---|
| 24 | weapons/test_bullet.cc \ |
|---|
| 25 | weapons/rocket.cc \ |
|---|
| 26 | weapons/laser.cc \ |
|---|
| 27 | weapons/crosshair.cc \ |
|---|
| 28 | power_ups/power_up.cc \ |
|---|
| 29 | power_ups/turret_power_up.cc \ |
|---|
| 30 | power_ups/laser_power_up.cc |
|---|
| 31 | |
|---|
| 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 \ |
|---|
| 51 | weapons/crosshair.h \ |
|---|
| 52 | power_ups/power_up.h \ |
|---|
| 53 | power_ups/turret_power_up.h \ |
|---|
| 54 | power_ups/laser_power_up.h |
|---|
| 55 | |
|---|
| 56 | |
|---|
| 57 | SUBDIRS = . . |
|---|
Note: See
TracBrowser
for help on using the repository browser.