Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 6437 was 6437, checked in by bensch, 18 years ago

trunk: added HUD definition and removed user_control

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