Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5842 was 5838, checked in by snellen, 19 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
RevLine 
[5349]1MAINSRCDIR=..
2include $(MAINSRCDIR)/defs/include_paths.am
3
[5463]4noinst_LIBRARIES = libORXworld_entities.a
[5349]5
[5463]6libORXworld_entities_a_SOURCES = \
[5355]7                  world_entity.cc \
8                  camera.cc \
[5838]9                  playable.cc \
[5355]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 \
[5838]19                  space_ships/space_ship.cc \
[5355]20                  weapons/weapon_manager.cc \
21                  weapons/weapon.cc \
22                  weapons/test_gun.cc \
23                  weapons/turret.cc \
[5456]24                  weapons/projectile.cc \
[5355]25                  weapons/test_bullet.cc \
[5456]26                  weapons/rocket.cc \
27                  weapons/laser.cc \
[5750]28                  weapons/ground_turret.cc \
[5433]29                  weapons/crosshair.cc \
[5750]30                  weapons/ground_turret.cc \
[5450]31                  power_ups/power_up.cc \
[5458]32                  power_ups/turret_power_up.cc \
33                  power_ups/laser_power_up.cc
[5349]34
[5355]35noinst_HEADERS = \
36                 world_entity.h \
37                 camera.h \
[5838]38                 playable.h \
[5355]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 \
[5838]48                 space_ships/space_ship.h \
[5355]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 \
[5433]55                 weapons/crosshair.h \
[5450]56                 power_ups/power_up.h \
[5458]57                 power_ups/turret_power_up.h \
58                 power_ups/laser_power_up.h
[5349]59
60
[5355]61SUBDIRS = .          .
Note: See TracBrowser for help on using the repository browser.