Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/shared_lib/src/world_entities/WorldEntities.am @ 7174

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

orxonox/dylib: now the dylibLoader should work

File size: 2.7 KB
Line 
1## THE SUBCLASSES. THESE MUST BE DYNAMICALLY LINKED OR COMPILED IN DIRECTLY
2
3pkglib_LTLIBRARIES = libORXground_turret.la
4libORXground_turret_la_SOURCES = world_entities/npcs/ground_turret.cc
5
6
7WorldEntities_SOURCES_ = \
8                world_entities/npcs/npc_test1.cc \
9                world_entities/npcs/npc_test.cc \
10                \
11                world_entities/environment.cc \
12                world_entities/skysphere.cc \
13                world_entities/skybox.cc \
14                world_entities/terrain.cc \
15                world_entities/satellite.cc \
16                world_entities/movie_entity.cc \
17                world_entities/recorder.cc \
18                world_entities/character_attributes.cc \
19                world_entities/test_entity.cc \
20                world_entities/planet.cc \
21                \
22                world_entities/weapons/test_gun.cc \
23                world_entities/weapons/turret.cc \
24                world_entities/weapons/aiming_turret.cc \
25                world_entities/weapons/targeting_turret.cc \
26                world_entities/weapons/cannon.cc \
27                world_entities/weapons/hyperblaster.cc \
28                world_entities/weapons/aim.cc \
29                \
30                world_entities/projectiles/bomb.cc \
31                world_entities/projectiles/laser.cc \
32                world_entities/projectiles/test_bullet.cc \
33                world_entities/projectiles/rocket.cc \
34                world_entities/projectiles/guided_missile.cc \
35                world_entities/projectiles/hyperblast.cc \
36                \
37                world_entities/power_ups/turret_power_up.cc \
38                world_entities/power_ups/laser_power_up.cc \
39                \
40                world_entities/space_ships/space_ship.cc \
41                world_entities/space_ships/helicopter.cc \
42                world_entities/space_ships/hover.cc \
43                world_entities/space_ships/turbine_hover.cc \
44                world_entities/creatures/md2_creature.cc \
45                \
46                \
47                world_entities/environments/water.cc \
48                world_entities/environments/model_entity.cc \
49                world_entities/environments/building.cc \
50                \
51                world_entities/elements/image_entity.cc \
52                world_entities/elements/text_element.cc \
53                \
54                world_entities/effects/lightning_bolt.cc
55
56
57WorldEntities_HEADERS_ = \
58                npcs/npc_test.h \
59                npcs/npc_test1.h \
60                npcs/ground_turret.h \
61                environment.h \
62                skysphere.h \
63                skybox.h \
64                terrain.h \
65                satellite.h \
66                movie_entity.h \
67                recorder.h \
68                character_attributes.h \
69                test_entity.h \
70                planet.h \
71                \
72                weapons/test_gun.h \
73                weapons/cannon.h \
74                weapons/hyperblaster.h \
75                weapons/turret.h \
76                weapons/aiming_turret.h \
77                weapons/targeting_turret.h \
78                weapons/aim.h \
79                \
80                projectiles/bomb.h \
81                projectiles/laser.h \
82                projectiles/test_bullet.h \
83                projectiles/rocket.h \
84                projectiles/guided_missile.h \
85                projectiles/hyperblast.h \
86                \
87                power_ups/turret_power_up.h \
88                power_ups/laser_power_up.h \
89                \
90                space_ships/space_ship.h \
91                space_ships/helicopter.h \
92                space_ships/hover.h \
93                space_ships/turbine_hover.h \
94                creatures/md2_creature.h \
95                \
96                environments/water.h \
97                environments/model_entity.h \
98                environments/building.h \
99                \
100                elements/image_entity.h \
101                elements/text_element.h \
102                \
103                effects/lightning_bolt.h
Note: See TracBrowser for help on using the repository browser.