Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox: working on mission goals and mission manager

File size: 862 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                        game_rules.cc \
11                        mission_goal.cc\
12                        multiplayer_team_deathmatch.cc \
13                        singleplayer_shootemup.cc \
14                        \
15                        animation/animation3d.cc \
16                        animation/animation.cc \
17                        animation/animation_player.cc \
18                        \
19                        track/pilot_node.cc
20
21#                       track/track_manager.cc \
22                        track/track_node.cc
23
24noinst_HEADERS =        fast_factory.h \
25                        object_manager.h \
26                        state.h \
27                        hud.h \
28                        game_rules.h \
29                        mission_goal.h \
30                        multiplayer_team_deathmatch.h \
31                        singleplayer_shootemup.h \
32                        \
33                        animation/animation3d.h \
34                        animation/animation.h \
35                        animation/animation_player.h \
36                        animation/t_animation.h \
37                        \
38                        track/pilot_node.h
39
40#                       track/track_manager.h \
41                        track/track_node.h
Note: See TracBrowser for help on using the repository browser.