Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5451 was 5450, checked in by bensch, 19 years ago

orxonox/trunk: building with LIBTOOL again, this time for real
Since now we link shared libraries together, there is no more problem with uninitialized global values

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