Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 7440 was 7440, checked in by bensch, 18 years ago

orxonox/trunk: merged the Signal-Handler-Branche back to the TRUNK

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