Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4821 in orxonox.OLD


Ignore:
Timestamp:
Jul 8, 2005, 10:55:05 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: spatial-separation Makefiles added

Location:
orxonox/trunk/src/lib/graphics/spatial_separation
Files:
1 added
1 copied

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/spatial_separation/Makefile.am

    r4819 r4821  
    22include $(MAINSRCDIR)/defs/include_paths.am
    33
    4 noinst_LIBRARIES = libORXimporter.a
     4noinst_LIBRARIES = libORXquadtree.a
    55
    6 libORXimporter_a_SOURCES = model.cc \
    7                            objModel.cc \
    8                            primitive_model.cc \
    9                            md2Model.cc \
    10                            material.cc \
    11                            texture.cc
     6libORXquadtree_a_SOURCES = quadtree.cc \
     7                           quadtree_node.cc \
     8                           spatial_separation.cc
    129
    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
     10noinst_HEADERS =  quadtree.h \
     11                  quadtree_node.h \
     12                  spatial_separation.h
Note: See TracChangeset for help on using the changeset viewer.