Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: building world_etities as a lib in src/world_entities/libORXworldentities.a

File size: 900 bytes
Line 
1MAINSRCDIR=..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXworldentities.a
5
6libORXworldentities_a_SOURCES =  \
7                camera.cc \
8                environment.cc \
9                npc.cc \
10                skybox.cc \
11                terrain.cc \
12                world_entity.cc \
13                character_attributes.cc \
14                npc2.cc \
15                player.cc \
16                satellite.cc \
17                skysphere.cc \
18                test_entity.cc \
19                weapons/crosshair.cc \
20                weapons/projectile.cc \
21                weapons/test_bullet.cc \
22                weapons/test_gun.cc \
23                weapons/turret.cc \
24                weapons/weapon.cc \
25                weapons/weapon_manager.cc
26
27noinst_HEADERS = \
28                camera.h \
29                environment.h \
30                npc.h \
31                power_up.h \
32                skybox.h \
33                terrain.h \
34                world_entity.h \
35                character_attributes.h \
36                npc2.h \
37                player.h \
38                satellite.h \
39                skysphere.h \
40                test_entity.h \
41                weapons/crosshair.h \
42                weapons/projectile.h \
43                weapons/test_bullet.h \
44                weapons/test_gun.h \
45                weapons/turret.h \
46                weapons/weapon.h \
47                weapons/weapon_manager.h
Note: See TracBrowser for help on using the repository browser.