PREREQUISITES
-------------
python 2.4 or greater, lxml
doxygen 1.4.7

HOW TO GENERATE XML SOURCE FILES
--------------------------------

$cd package/tpetra/doc
** edit doxygen configuration file 'Doxyfile': GENERATE_XML           = YES
$doxygen Doxyfile


HOW TO GENERATE XPETRA HEADERS
-------------------------------

$cd xpetra/script/

You might need to edit lib/XpetraLibConfig.py to set the value of "trilinosRoot_dir" to the path of your Trilinos root directory.

python interfaces.py
python tpetra.py
python epetra.py
