Changeset 4821 in orxonox.OLD for orxonox/trunk/src
- Timestamp:
 - Jul 8, 2005, 10:55:05 AM (20 years ago)
 - Location:
 - orxonox/trunk/src/lib/graphics/spatial_separation
 - Files:
 - 
          
- 1 added
 - 1 copied
 
- 
          Makefile.am (copied) (copied from orxonox/trunk/src/lib/graphics/importer/Makefile.am) (1 diff)
 - 
          Makefile.in (added)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
orxonox/trunk/src/lib/graphics/spatial_separation/Makefile.am
r4819 r4821 2 2 include $(MAINSRCDIR)/defs/include_paths.am 3 3 4 noinst_LIBRARIES = libORX importer.a4 noinst_LIBRARIES = libORXquadtree.a 5 5 6 libORXimporter_a_SOURCES = model.cc \ 7 objModel.cc \ 8 primitive_model.cc \ 9 md2Model.cc \ 10 material.cc \ 11 texture.cc 6 libORXquadtree_a_SOURCES = quadtree.cc \ 7 quadtree_node.cc \ 8 spatial_separation.cc 12 9 13 14 15 noinst_HEADERS = abstract_model.h \ 16 model.h \ 17 objModel.h \ 18 primitive_model.h \ 19 md2Model.h \ 20 material.h \ 21 texture.h \ 22 array.h \ 23 anorms.h \ 24 anormtab.h 10 noinst_HEADERS = quadtree.h \ 11 quadtree_node.h \ 12 spatial_separation.h  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






