Files
rdkit/Code/GraphMol/Substruct/Jamfile
Greg Landrum 430a83bd96 merge in the jamfiles from the bjam branch;
various and sundry minor code cleanups;
this probably does not yet build on windows... that is next
2007-11-23 15:55:30 +00:00

20 lines
402 B
Plaintext

project GraphMol/Substruct : : ;
import os ;
local RDBASE = [ os.environ RDBASE ] ;
lib Substruct : SubstructMatch.cpp SubstructUtils.cpp
: <link>static ;
#install lib-install : Substruct : <location>$(RDBASE)/Code/lib ;
exe test1 : test1.cpp Substruct ..//GraphMol
/RDKit//RDGeneral /RDKit//Geometry
/RDKit//lapacklibs /RDKit//vflib
;
install regrs : test1
: <location>testExecs ;