Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

fixed the compilation problem

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 \
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                \
[10027]30                questGUI/quest_gui.cc \
[7155]31                \
[8255]32                effects/explosion.cc \
[8972]33                effects/billboard.cc \
34                \
35                \
[8994]36                elements/glgui_energywidget.cc
[5349]37
[7016]38
[7151]39noinst_HEADERS  = \
40                world_entity.h \
41                \
42                camera.h \
43                extendable.h \
44                playable.h \
45                player.h \
46                \
47                npcs/npc.h \
[10025]48questGUI                \
[7151]49                weapons/weapon_manager.h \
[7155]50                weapons/crosshair.h \
[7151]51                weapons/weapon.h \
52                weapons/ammo_container.h \
53                projectiles/projectile.h \
54                \
55                power_ups/power_up.h \
[7155]56                power_ups/param_power_up.h \
57                power_ups/weapon_power_up.h \
[7151]58                \
[7154]59                spawning_point.h \
[7151]60                \
[10027]61                questGUI/quest_gui.h \
[7151]62                \
[7155]63                effects/explosion.h \
[8255]64                effects/billboard.h \
[7155]65                \
[8972]66                \
67                \
68                elements/glgui_energywidget.h \
[8991]69                \
70                \
[7151]71                $(WorldEntities_HEADERS_)
[7016]72
[7047]73
[10025]74EXTRA_DIST = WorldEntities.am
Note: See TracBrowser for help on using the repository browser.