Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/network/src/world_entities/Makefile.am @ 5968

Last change on this file since 5968 was 5968, checked in by patrick, 18 years ago

network: merged the trunk into the network with the command svn merge -r5824:HEAD ../trunk network, changes changed… bla bla..

File size: 2.0 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                  playable.cc \
10                  player.cc \
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 \
20                  space_ships/space_ship.cc \
21                  weapons/weapon_manager.cc \
22                  weapons/weapon.cc \
23                  weapons/test_gun.cc \
24                  weapons/turret.cc \
25                  weapons/projectile.cc \
26                  weapons/test_bullet.cc \
27                  weapons/rocket.cc \
28                  weapons/laser.cc \
29                  weapons/ground_turret.cc \
30                  weapons/crosshair.cc \
31                  weapons/ground_turret.cc \
32                  power_ups/power_up.cc \
33                  power_ups/turret_power_up.cc \
34                  power_ups/laser_power_up.cc
35
36noinst_HEADERS = \
37                 world_entity.h \
38                 camera.h \
39                 playable.h \
40                 player.h \
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 \
50                 space_ships/space_ship.h \
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 \
57                 weapons/crosshair.h \
58                 power_ups/power_up.h \
59                 power_ups/turret_power_up.h \
60                 power_ups/laser_power_up.h
61
62
63SUBDIRS = .          .
Note: See TracBrowser for help on using the repository browser.