MAINSRCDIR=../../.. include $(MAINSRCDIR)/defs/include_paths.am noinst_LIBRARIES = libORXimporter.a libtc.a libORXimporter_a_SOURCES = \ model.cc \ interactive_model.cc \ md_model_structure.cc \ vertex_array_model.cc \ grid.cc \ static_model.cc \ static_model_data.cc \ resource_obj.cc \ primitive_model.cc \ height_map.cc \ \ material.cc \ texture.cc \ texture_data.cc \ resource_texture.cc \ texture_sequence.cc \ media_container.cc \ movie_player.cc \ \ obj/objModel.cc \ \ oif/object_information_file.cc \ oif/resource_oif.cc \ \ bsp/bsp_manager.cc \ bsp/bsp_file.cc \ bsp/bsp_tree_node.cc \ bsp/bsp_tree_leaf.cc \ \ md2/md2Model.cc \ md2/resource_md2.cc # \ md3/md3_model.cc \ md3/md3_animation.cc \ md3/md3_animation_cfg.cc \ md3/md3_bone_frame.cc \ md3/md3_mesh.cc \ md3/md3_data.cc \ md3/md3_tag.cc libtc_a_SOURCES = tc.cc noinst_HEADERS = \ model.h \ interactive_model.h \ md_model_structure.cc \ tc.h \ vertex_array_model.h \ grid.h \ static_model.h \ static_model_data.h \ resource_obj.h \ primitive_model.h \ anorms.h \ anormtab.h \ height_map.h \ \ material.h \ texture.h \ texture_data.h \ resource_texture.h \ texture_sequence.h \ \ media_container.h \ movie_player.h\ \ bsp/bsp_manager.h \ bsp/bsp_file.h \ bsp/bsp_tree_node.h \ bsp/bsp_tree_leaf.h \ \ obj/objModel.h \ \ oif/object_information_file.h \ oif/resource_oif.h \ \ md2/md2Model.h \ md2/resource_md2.h \ \ md3/md3_model.h \ md3/md3_animation.h \ md3/md3_animation_cfg.h \ md3/md3_bone_frame.h \ md3/md3_mesh.h \ md3/md3_data.h \ md3/md3_tag.h