Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox: the mission goal framework is nearly completed

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