MAINSRCDIR=../.. include $(MAINSRCDIR)/defs/include_paths.am noinst_LIBRARIES = libORXcd.a libORXcd_a_SOURCES = cd_engine.cc \ obb.cc \ obb_tree.cc \ obb_tree_node.cc \ bv_tree.cc \ bv_tree_node.cc \ bounding_volume.cc \ bounding_sphere.cc \ aabb_tree_node.cc \ aabb.cc noinst_HEADERS = cd_engine.h \ collision_defs.h \ obb.h \ obb_tree.h \ obb_tree_node.h \ bv_tree.h \ bv_tree_node.h \ bounding_volume.h \ bounding_sphere.h \ aabb_tree_node.h \ aabb.h