mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-23 16:12:09 +00:00
12 lines
223 B
Plaintext
12 lines
223 B
Plaintext
subproject libs/numeric/ublas/bench3 ;
|
|
|
|
SOURCES = bench3 bench31 bench32 bench33 ;
|
|
|
|
exe bench3
|
|
: $(SOURCES).cpp
|
|
: <include>$(BOOST_ROOT)
|
|
<borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
|
|
;
|
|
|
|
|