Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!rutgers!ucsd!hub!tweedledee!steve From: steve@tweedledee.uucp (Steve Trainoff) Newsgroups: comp.sys.next Subject: Re: f2c on NeXT Keywords: f2c NeXT Message-ID: <4046@hub.UUCP> Date: 23 Feb 90 02:24:46 GMT References: <2093@milton.acs.washington.edu> Sender: news@hub.UUCP Reply-To: steve@tweedledee.ucsb.edu (Steve Trainoff) Distribution: na Organization: University of California at Santa Barbara, Physics program Lines: 20 In article <2093@milton.acs.washington.edu> jcl@milton.acs.washington.edu (James Luby) writes: >So far it has worked as claimed. I was wondering if anyone else >that is using f2c has written a shell script to mimic the actions of >the good old standard Unix f77. That is, I would like a shell script >that starts with the .f files and goes straight to the .o files without >ever seeing the c code (unless you ask specifically to save it). Just put the dependencies .f.o : f2c -A $(FFLAGS) $*.f cc -c $*.c rm -f $*.c In your makefiles ...STeve ..STeve steve@tweedledee.ucsb.edu (NeXT mail)