Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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