MAINSRCDIR=.. include $(MAINSRCDIR)/defs/include_paths.am noinst_LIBRARIES = libORXlibs.a libORXlibs_a_SOURCES = \ lang/base_object.cc \ lang/class_list.cc \ \ coord/p_node.cc \ \ util/substring.cc \ util/color.cc \ util/helper_functions.cc \ util/multi_type.cc \ util/executor/executor.cc \ \ util/loading/resource.cc \ util/loading/resource_manager.cc \ util/loading/game_loader.cc \ util/loading/load_param.cc \ util/loading/load_param_description.cc \ util/loading/factory.cc \ util/loading/dynamic_loader.cc \ \ data/data_tank.cc noinst_HEADERS = \ lang/base_object.h \ lang/class_list.h \ \ coord/p_node.h \ \ util/substring.h \ util/multi_type.h \ util/color.h \ util/helper_functions.h \ util/executor/executor.h \ util/executor/executor_specials.h \ util/executor/functor_list.h \ \ util/loading/resource.h \ util/loading/resource_manager.h \ util/loading/game_loader.h \ util/loading/load_param.h \ util/loading/load_param_description.h \ util/loading/factory.h \ util/loading/dynamic_loader.h \ \ util/count_pointer.h \ util/list.h \ \ \ data/data_tank.h SUBDIRS = \ . \ math \ graphics \ sound \ event \ physics \ particles \ collision_detection \ network \ parser \ shell \ gui