MAINSRCDIR=.. include $(MAINSRCDIR)/defs/include_paths.am noinst_LIBRARIES = libORXutils.a libORXutils_a_SOURCES = fast_factory.cc \ object_manager.cc \ loading/factory.cc \ state.cc \ hud.cc \ game_rules.cc \ animation/animation3d.cc \ animation/animation.cc \ animation/animation_player.cc \ loading/resource_manager.cc \ loading/game_loader.cc \ loading/load_param.cc \ loading/load_param_description.cc \ track/pilot_node.cc \ track/track_manager.cc \ track/track_node.cc noinst_HEADERS = fast_factory.h \ object_manager.h \ state.h \ hud.h \ game_rules.h \ animation/animation3d.h \ animation/animation.h \ animation/animation_player.h \ animation/t_animation.h \ loading/resource_manager.h \ loading/factory.h \ loading/game_loader.h \ loading/load_param.h \ loading/load_param_description.h \ track/pilot_node.h \ track/track_manager.h \ track/track_node.h