
General:    
	
	f2c-1993.04.28_bsdi may hurl core if compiled with shlicc,
	Build with cc -g, leave symbols (just-in-case :-).
	Need to comment out libF77/z_abs.c function entirely - seems 
	to map to cabs.c somehow - linker clash multiple def of _z_abs.
	{Anyone know why this is? - mpk}

	Use gmake, not make. 

	Before gmake, from [t]csh:
	    unlimit stack data
	    setenv MAKE gmake
	    setenv TMPDIR /var/tmp  # ranlib has to deal with large libs

	Makeconf modifications to strip comments from fortran code:

	    F2CSTRIP = grep -v '^[Cc\*]'
	    change compile rule from cat $< to F2CSTRIP
	    $(F2CSTRIP) $< | $(F2C) $(F2CFLAGS) > $(@F)
---
#include <std/disclaimer.h>-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#  Marvin P. Kraska #
# Ford Motor Research Laboratory                             mkraska@ford.com #
# Transmission Systems Engineering                             (313) 337-5348 #
#-#-#-# "There is far more opportunity than there is ability." - T. A. Edison #
