summaryrefslogtreecommitdiffstats
path: root/usr.bin/f2c
Commit message (Collapse)AuthorAgeFilesLines
* Don't default to -g in ${CFLAGS}. Developers can still use `make g=-g ...'bde1995-01-211-1/+1
| | | | | for debugging. The default ${CFLAGS} still clobbers the system default of -O2 to -O.
* Remove the f77 script now that we are instead installing a f77 programljo1994-10-271-4/+0
| | | | (that does the same as the script). The f77 program lives in cc/f77.
* f77.script resides in source, not obj dirpst1994-10-011-1/+1
|
* Add f77 shell script frontend for f2c/gccpst1994-09-302-0/+118
|
* Added the y.tab.h file to the CLEANFILE target.ats1994-02-061-1/+1
|
* Sprinkled with ${.CURDIR} to get the builds of gram.c and tokdefs.hljo1994-01-291-6/+9
| | | | correct.
* Added -o option to rename C output file. This only works when Fortranljo1994-01-122-2/+12
| | | | | input is from a file, not stdin. Added some support for this in teh parse function.
* Replaced makefile with a BSD Makefile. Moved the unformatted man pageljo1994-01-052-191/+365
| | | | to f2c.1. Removed an automatically generated file and a checksum file.
* f2c from netlib.att.com Jan 4 1994ljo1994-01-0565-0/+30801
OpenPOWER on IntegriCloud