Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/spaceshipcontrol/src/world_entities/Makefile.am @ 5838

Last change on this file since 5838 was 5838, checked in by snellen, 18 years ago

playable.cc, playable.h, space_ship.cc and space_ship.h added in /src/world_entities/ and /src/world_entities/space_ships WARNING: DOESNT COMPILE

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                  playable.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                  space_ships/space_ship.cc \
20                  weapons/weapon_manager.cc \
21                  weapons/weapon.cc \
22                  weapons/test_gun.cc \
23                  weapons/turret.cc \
24                  weapons/projectile.cc \
25                  weapons/test_bullet.cc \
26                  weapons/rocket.cc \
27                  weapons/laser.cc \
28                  weapons/ground_turret.cc \
29                  weapons/crosshair.cc \
30                  weapons/ground_turret.cc \
31                  power_ups/power_up.cc \
32                  power_ups/turret_power_up.cc \
33                  power_ups/laser_power_up.cc
34
35noinst_HEADERS = \
36                 world_entity.h \
37                 camera.h \
38                 playable.h \
39                 npc.h \
40                 npc2.h \
41                 environment.h \
42                 skysphere.h \
43                 skybox.h \
44                 terrain.h \
45                 satellite.h \
46                 character_attributes.h \
47                 test_entity.h \
48                 space_ships/space_ship.h \
49                 weapons/weapon_manager.h \
50                 weapons/weapon.h \
51                 weapons/projectile.h \
52                 weapons/test_gun.h \
53                 weapons/turret.h \
54                 weapons/test_bullet.h \
55                 weapons/crosshair.h \
56                 power_ups/power_up.h \
57                 power_ups/turret_power_up.h \
58                 power_ups/laser_power_up.h
59
60
61SUBDIRS = .          .
Note: See TracBrowser for help on using the repository browser.