Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/camera/src/world_entities/Makefile.am @ 10206

Last change on this file since 10206 was 10206, checked in by gfilip, 17 years ago

update

File size: 1.2 KB
RevLine 
[7151]1MAINSRCDIR=..
2include $(MAINSRCDIR)/defs/include_paths.am
3include WorldEntities.am
[5349]4
[7151]5noinst_LIBRARIES = libORXwe.a
[5349]6
[7151]7## THESE ARE THE BASE CLASSES OF ALL WORLD_ENTITIES
8libORXwe_a_SOURCES = \
9                world_entity.cc \
10                \
11                camera.cc \
[10195]12                cameraman.cc \
[10206]13                blackscreen.cc \
[7151]14                playable.cc \
15                player.cc \
16                \
17                npcs/npc.cc \
18                \
19                weapons/weapon_manager.cc \
[7155]20                weapons/crosshair.cc \
[7151]21                weapons/weapon.cc \
22                weapons/ammo_container.cc \
23                projectiles/projectile.cc \
24                \
[9869]25                extendable.cc \
[7151]26                power_ups/power_up.cc \
[7155]27                power_ups/param_power_up.cc \
28                power_ups/weapon_power_up.cc \
[7151]29                \
[7155]30                spawning_point.cc \
31                \
32                \
[8255]33                effects/explosion.cc \
[8972]34                effects/billboard.cc \
35                \
36                \
[8994]37                elements/glgui_energywidget.cc
[5349]38
[7016]39
[7151]40noinst_HEADERS  = \
41                world_entity.h \
42                \
43                camera.h \
[10195]44                cameraman.h \
[10206]45                blackscreen.h \
[7151]46                extendable.h \
47                playable.h \
48                player.h \
49                \
50                npcs/npc.h \
51                \
52                weapons/weapon_manager.h \
[7155]53                weapons/crosshair.h \
[7151]54                weapons/weapon.h \
55                weapons/ammo_container.h \
56                projectiles/projectile.h \
57                \
58                power_ups/power_up.h \
[7155]59                power_ups/param_power_up.h \
60                power_ups/weapon_power_up.h \
[7151]61                \
[7154]62                spawning_point.h \
[7151]63                \
64                \
[7155]65                effects/explosion.h \
[8255]66                effects/billboard.h \
[7155]67                \
[8972]68                \
69                \
70                elements/glgui_energywidget.h \
[8991]71                \
72                \
[7151]73                $(WorldEntities_HEADERS_)
[7016]74
[7047]75
[7151]76EXTRA_DIST = WorldEntities.am
Note: See TracBrowser for help on using the repository browser.