Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/world_entities/Makefile.am @ 5750

Last change on this file since 5750 was 5750, checked in by bensch, 18 years ago

orxonox/trunk: merged the WorldEntities into the Trunk.
Merged with command:
svn merge branches/world_entities/ trunk/ -r5516:HEAD

conflics from world_entities changed in favor of branches/world_entity
all other conflict in favor of the trunk

File size: 1.9 KB
Line 
1MAINSRCDIR=..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXworld_entities.a
5
6libORXworld_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/ground_turret.cc \
28                  weapons/crosshair.cc \
29                  weapons/ground_turret.cc \
30                  power_ups/power_up.cc \
31                  power_ups/turret_power_up.cc \
32                  power_ups/laser_power_up.cc
33
34noinst_HEADERS = \
35                 world_entity.h \
36                 camera.h \
37                 player.h \
38                 npc.h \
39                 npc2.h \
40                 environment.h \
41                 skysphere.h \
42                 skybox.h \
43                 terrain.h \
44                 satellite.h \
45                 character_attributes.h \
46                 test_entity.h \
47                 weapons/weapon_manager.h \
48                 weapons/weapon.h \
49                 weapons/projectile.h \
50                 weapons/test_gun.h \
51                 weapons/turret.h \
52                 weapons/test_bullet.h \
53                 weapons/crosshair.h \
54                 power_ups/power_up.h \
55                 power_ups/turret_power_up.h \
56                 power_ups/laser_power_up.h
57
58
59SUBDIRS = .          .
Note: See TracBrowser for help on using the repository browser.