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 \ \ data/data_tank.cc noinst_HEADERS = \ lang/base_object.h \ lang/class_list.h \ \ coord/p_node.h \ \ data/data_tank.h SUBDIRS = \ . \ math \ util \ graphics \ sound \ event \ physics \ particles \ collision_detection \ collision_reaction \ network \ parser \ shell \ script_engine \ gui