Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/gui/src/world_entities/Makefile.am @ 9973

Last change on this file since 9973 was 9973, checked in by hejja, 18 years ago

questGUI getestet

File size: 1.3 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 \
12                playable.cc \
13                player.cc \
14                \
15                npcs/npc.cc \
16                \
17                weapons/weapon_manager.cc \
[7155]18                weapons/crosshair.cc \
[7151]19                weapons/weapon.cc \
20                weapons/ammo_container.cc \
21                projectiles/projectile.cc \
22                \
[9869]23                extendable.cc \
[7151]24                power_ups/power_up.cc \
[7155]25                power_ups/param_power_up.cc \
26                power_ups/weapon_power_up.cc \
[7151]27                \
[7155]28                spawning_point.cc \
29                \
[9973]30                terminal/terminal.cc \
31                terminal/questGUI.cc \
[7155]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 \
44                extendable.h \
45                playable.h \
46                player.h \
47                \
48                npcs/npc.h \
49                \
50                weapons/weapon_manager.h \
[7155]51                weapons/crosshair.h \
[7151]52                weapons/weapon.h \
53                weapons/ammo_container.h \
54                projectiles/projectile.h \
55                \
56                power_ups/power_up.h \
[7155]57                power_ups/param_power_up.h \
58                power_ups/weapon_power_up.h \
[7151]59                \
[7154]60                spawning_point.h \
[7151]61                \
[9973]62                terminal/terminal.h \
63                terminal/questGUI.h \
[7151]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.