MAINSRCDIR=../.. include $(MAINSRCDIR)/defs/include_paths.am noinst_LIBRARIES = libORXlibutil.a libORXlibutil_a_SOURCES = \ substring.cc \ tokenizer.cc \ color.cc \ helper_functions.cc \ multi_type.cc \ executor/executor.cc \ executor/executor_functional.cc \ executor/executor_lua.cc \ \ loading/resource_manager.cc \ loading/resource.cc \ loading/game_loader.cc \ loading/load_param.cc \ loading/load_param_description.cc \ loading/factory.cc \ loading/dynamic_loader.cc \ \ filesys/file.cc \ filesys/directory.cc \ filesys/binary_file.cc \ \ preferences.cc \ threading.cc \ timer.cc noinst_HEADERS = \ substring.h \ tokenizer.h \ multi_type.h \ color.h \ helper_functions.h \ executor/executor.h \ executor/executor_functional.h \ executor/executor_xml.h \ executor/executor_lua.h \ executor/functor_list.h \ byte_order.h \ \ filesys/file.h \ filesys/directory.h \ filesys/binary_file.h \ \ preferences.h \ threading.h \ timer.h \ \ loading/resource_manager.h \ loading/resource.h \ loading/game_loader.h \ loading/load_param.h \ loading/load_param_description.h \ loading/factory.h \ loading/dynamic_loader.h \ \ count_pointer.h \ list.h