Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 7154 was 7154, checked in by bensch, 18 years ago

orxonox/trunk: ok, now it should work

File size: 804 bytes
Line 
1MAINSRCDIR=..
2include $(MAINSRCDIR)/defs/include_paths.am
3include WorldEntities.am
4
5noinst_LIBRARIES = libORXwe.a
6
7## THESE ARE THE BASE CLASSES OF ALL WORLD_ENTITIES
8libORXwe_a_SOURCES = \
9                world_entity.cc \
10                \
11                camera.cc \
12                playable.cc \
13                player.cc \
14                \
15                npcs/npc.cc \
16                \
17                weapons/weapon_manager.cc \
18                weapons/weapon.cc \
19                weapons/ammo_container.cc \
20                projectiles/projectile.cc \
21                \
22                power_ups/power_up.cc \
23                \
24                spawning_point.cc
25
26
27noinst_HEADERS  = \
28                world_entity.h \
29                \
30                camera.h \
31                extendable.h \
32                playable.h \
33                player.h \
34                \
35                npcs/npc.h \
36                \
37                weapons/weapon_manager.h \
38                weapons/weapon.h \
39                weapons/ammo_container.h \
40                projectiles/projectile.h \
41                \
42                power_ups/power_up.h \
43                \
44                spawning_point.h \
45                \
46                \
47                $(WorldEntities_HEADERS_)
48
49
50EXTRA_DIST = WorldEntities.am
Note: See TracBrowser for help on using the repository browser.