Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

added signalhandling class to orx

File size: 806 bytes
RevLine 
[5349]1MAINSRCDIR=..
2include $(MAINSRCDIR)/defs/include_paths.am
3
[5463]4noinst_LIBRARIES = libORXutils.a
[5349]5
[5463]6libORXutils_a_SOURCES = fast_factory.cc \
[5750]7                        object_manager.cc \
[5463]8                        state.cc \
[6437]9                        hud.cc \
[7020]10                        game_rules.cc \
[7034]11                        multiplayer_team_deathmatch.cc \
[7361]12                        signal_handler.cc \
[7151]13                        \
[5463]14                        animation/animation3d.cc \
15                        animation/animation.cc \
16                        animation/animation_player.cc \
[7151]17                        \
[7221]18                        track/pilot_node.cc
19
20#                       track/track_manager.cc \
[6142]21                        track/track_node.cc
[5349]22
[5350]23noinst_HEADERS =        fast_factory.h \
[5750]24                        object_manager.h \
[5350]25                        state.h \
[6437]26                        hud.h \
[7020]27                        game_rules.h \
[7034]28                        multiplayer_team_deathmatch.h \
[7361]29                        signal_handler.h \
[7151]30                        \
[5350]31                        animation/animation3d.h \
32                        animation/animation.h \
33                        animation/animation_player.h \
34                        animation/t_animation.h \
[7151]35                        \
[7221]36                        track/pilot_node.h
37
38#                       track/track_manager.h \
[5350]39                        track/track_node.h
Note: See TracBrowser for help on using the repository browser.