Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

trunk: started working on the game rules and specificlay on the multiplayer game rules

File size: 1.0 KB
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 \
[5546]8                        loading/factory.cc \
[5463]9                        state.cc \
[6437]10                        hud.cc \
[7020]11                        game_rules.cc \
[7034]12                        multiplayer_team_deathmatch.cc \
[5463]13                        animation/animation3d.cc \
14                        animation/animation.cc \
15                        animation/animation_player.cc \
[5479]16                        loading/resource_manager.cc \
[5463]17                        loading/game_loader.cc \
18                        loading/load_param.cc \
[5546]19                        loading/load_param_description.cc \
[5463]20                        track/pilot_node.cc \
21                        track/track_manager.cc \
[6142]22                        track/track_node.cc
[5349]23
[5350]24noinst_HEADERS =        fast_factory.h \
[5750]25                        object_manager.h \
[5350]26                        state.h \
[6437]27                        hud.h \
[7020]28                        game_rules.h \
[7034]29                        multiplayer_team_deathmatch.h \
[5350]30                        animation/animation3d.h \
31                        animation/animation.h \
32                        animation/animation_player.h \
33                        animation/t_animation.h \
[5479]34                        loading/resource_manager.h \
[5350]35                        loading/factory.h \
36                        loading/game_loader.h \
37                        loading/load_param.h \
[5546]38                        loading/load_param_description.h \
[5350]39                        track/pilot_node.h \
40                        track/track_manager.h \
41                        track/track_node.h
Note: See TracBrowser for help on using the repository browser.