# yab
# 20070419

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

   include src/epigraft/make/epigraft.src

Then add "epigraft" to the LIBS variable.  Look at the README for
'src/roostock' and follow the instructions there.


# scons
For scons, copy 'epigraft.src.settings' to the outer 'rosetta/src/'
directory and then add "epigraft" to 'rosetta/projects.settings'.
Also add "epigraft" to 'libraries' and 'subprojects' in 
'rosetta++.src.settings' if building with project name rosetta++.
Look at the README for 'src/rootstock' and follow the instructions
there.

# VC++
<< insert documentation >>

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

