Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/util/Makefile.am @ 7461

Last change on this file since 7461 was 7461, checked in by patrick, 18 years ago

orxonox: the mission goal framework is nearly completed

File size: 969 bytes
Line 
1MAINSRCDIR=..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXutils.a
5
6libORXutils_a_SOURCES = fast_factory.cc \
7                        object_manager.cc \
8                        state.cc \
9                        hud.cc \
10                        \
11                        game_rules.cc \
12                        multiplayer_team_deathmatch.cc \
13                        singleplayer_shootemup.cc \
14                        \
15                        mission_goal.cc\
16                        kill_target.cc\
17                        \
18                        signal_handler.cc \
19                        \
20                        animation/animation3d.cc \
21                        animation/animation.cc \
22                        animation/animation_player.cc \
23                        \
24                        track/pilot_node.cc
25
26#                       track/track_manager.cc \
27                        track/track_node.cc
28
29noinst_HEADERS =        fast_factory.h \
30                        object_manager.h \
31                        state.h \
32                        hud.h \
33                        \
34                        game_rules.h \
35                        multiplayer_team_deathmatch.h \
36                        singleplayer_shootemup.h \
37                        \
38                        mission_goal.cc\
39                        kill_target.h\
40                        signal_handler.h \
41                        \
42                        animation/animation3d.h \
43                        animation/animation.h \
44                        animation/animation_player.h \
45                        animation/t_animation.h \
46                        \
47                        track/pilot_node.h
48
49#                       track/track_manager.h \
50                        track/track_node.h
Note: See TracBrowser for help on using the repository browser.