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
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 \
[7391]11                        mission_goal.cc\
[7034]12                        multiplayer_team_deathmatch.cc \
[7391]13                        singleplayer_shootemup.cc \
[7440]14                        signal_handler.cc \
[7151]15                        \
[5463]16                        animation/animation3d.cc \
17                        animation/animation.cc \
18                        animation/animation_player.cc \
[7151]19                        \
[7221]20                        track/pilot_node.cc
21
22#                       track/track_manager.cc \
[6142]23                        track/track_node.cc
[5349]24
[5350]25noinst_HEADERS =        fast_factory.h \
[5750]26                        object_manager.h \
[5350]27                        state.h \
[6437]28                        hud.h \
[7020]29                        game_rules.h \
[7391]30                        mission_goal.h \
[7034]31                        multiplayer_team_deathmatch.h \
[7391]32                        singleplayer_shootemup.h \
[7440]33                        signal_handler.h \
[7151]34                        \
[5350]35                        animation/animation3d.h \
36                        animation/animation.h \
37                        animation/animation_player.h \
38                        animation/t_animation.h \
[7151]39                        \
[7221]40                        track/pilot_node.h
41
42#                       track/track_manager.h \
[5350]43                        track/track_node.h
Note: See TracBrowser for help on using the repository browser.