subproject libs/numeric/ublas/test6 ;

SOURCES = test6 test61 test62 test63 ;

exe test6
    : $(SOURCES).cpp
    : <include>$(BOOST_ROOT)
      <define>USE_RANGE
      <define>USE_ADAPTOR
      <debug><define>BOOST_UBLAS_TYPE_CHECK
      <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
    ;

