# yab
# 20070412

# standard make
To slot this into Rosetta standard make, inside 'makefile' add the
following to the include section (search for "# Include: Define"):

   include src/rootstock/make/rootstock.src

Then add "rootstock" to the LIBS variable.


# scons
For scons, copy 'rootstock.src.settings' to the outer 'rosetta/src/'
directory and then add "rootstock" to 'rosetta/projects.settings'.
Also add "rootstock" to 'libraries' and 'subprojects' in 
'rosetta++.src.settings' if building with project name rosetta++.

# VC++
<< insert documentation >>

# generating doxygen documentation
Inside 'rootstock/', run "doxygen doc/rootstock_dox.cfg".  Documentation
will be produced in 'rootstock/doc/html'.

