Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5356 was 5355, checked in by bensch, 19 years ago

orxonox/trunk: some build-efficiency-issues

File size: 1.5 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/projectile.cc \
22                  weapons/test_gun.cc \
23                  weapons/turret.cc \
24                  weapons/test_bullet.cc \
25                  weapons/crosshair.cc
26
27noinst_HEADERS = \
28                 world_entity.h \
29                 camera.h \
30                 player.h \
31                 npc.h \
32                 npc2.h \
33                 environment.h \
34                 skysphere.h \
35                 skybox.h \
36                 power_up.h \
37                 terrain.h \
38                 satellite.h \
39                 character_attributes.h \
40                 test_entity.h \
41                 weapons/weapon_manager.h \
42                 weapons/weapon.h \
43                 weapons/projectile.h \
44                 weapons/test_gun.h \
45                 weapons/turret.h \
46                 weapons/test_bullet.h \
47                 weapons/crosshair.h
48
49
50SUBDIRS = .          .
Note: See TracBrowser for help on using the repository browser.