- changes to RpUnits, modified RpUnits::define() function not to look for base units.
- changed python RpUnits to return string when units!="off" and a number when units=="off"
- modified make files, hopefully making them easier to read, removing vpaths,
cleaning up the make process, combining smaller libraries into one library,
librappture, and putting the core objects into one library - libRpObjects,
for testing.
- copied rpResult function into rappture_interface.c to stop compiler from
complaining about undefined references ot the function. trying to use the
function probably won't work. but that can be fixed after the repository is
reorganized.
- in example/app-fermi/python/fermi.py, changed exit() to sys.exit() to
stop python from complaining about no function called exit().
- examples/app-fermi/fortran still does not run, but new rappture parser
should take care of these problems. (same with examples/fermi_fortran)