Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 7202 was 7193, checked in by bensch, 19 years ago

orxonox/trunk: new style for resources (prework/movement)

File size: 761 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 \
[7151]12                        \
[5463]13                        animation/animation3d.cc \
14                        animation/animation.cc \
15                        animation/animation_player.cc \
[7151]16                        \
[5463]17                        track/pilot_node.cc \
18                        track/track_manager.cc \
[6142]19                        track/track_node.cc
[5349]20
[5350]21noinst_HEADERS =        fast_factory.h \
[5750]22                        object_manager.h \
[5350]23                        state.h \
[6437]24                        hud.h \
[7020]25                        game_rules.h \
[7034]26                        multiplayer_team_deathmatch.h \
[7151]27                        \
[5350]28                        animation/animation3d.h \
29                        animation/animation.h \
30                        animation/animation_player.h \
31                        animation/t_animation.h \
[7151]32                        \
[5350]33                        track/pilot_node.h \
34                        track/track_manager.h \
35                        track/track_node.h
Note: See TracBrowser for help on using the repository browser.