Porting Notes, 20jan06
Suppose your projects directory is in ~/work. To construct a new makefile for a new platform, say X86, do this:
cd ~/work/fmsl/subprojects/docgen/implementation/executables
mkdir X86
cp OSX/Makefile X86
Then edit the X86/Makefile as follows:
TOP = /home/ksharma/SeniorProject # Or wherever you have put it
PLATFORM = X86
Then cross fingers and do this:
cd X86
make