subproject libs/numeric/ublas/test4 ;

SOURCES = test4 test41 test42 test43 ;

exe test4
    : $(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"
    ;

