Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/signals/src/util/Makefile.am @ 7406

Last change on this file since 7406 was 7361, checked in by rennerc, 19 years ago

added signalhandling class to orx

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