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