summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libg2c
Commit message (Collapse)AuthorAgeFilesLines
* Catch up with bsd.lib.mk,v 1.143.ru2003-06-301-6/+0
|
* Zap now-unused SHLIB_MINORpeter2002-09-281-1/+0
|
* Added new bsd.incs.mk which handles installing of header filesru2002-05-121-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | via INCS. Implemented INCSLINKS (equivalent to SYMLINKS) to handle symlinking include files. Allow for multiple groups of include files to be installed, with the powerful INCSGROUPS knob. Documentation to follow. Added standard `includes' and `incsinstall' targets, use them in Makefile.inc1. Headers from the following makefiles were not installed before (during `includes' in Makefile.inc1): kerberos5/lib/libtelnet/Makefile lib/libbz2/Makefile lib/libdevinfo/Makefile lib/libform/Makefile lib/libisc/Makefile lib/libmenu/Makefile lib/libmilter/Makefile lib/libpanel/Makefile Replaced all `beforeinstall' targets for installing includes with the INCS stuff. Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS, and for compatibility with NetBSD. Similarly for INCOWN, INCGRP, and INCMODE. Consistently use INCLUDEDIR instead of /usr/include. gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes were only lightly tested due to the missing contrib/libstdc++-v3. I fully tested the pre-WIP_GCC31 version of this patch with the contrib/libstdc++.295 stuff. These changes have been tested on i386 with the -DNO_WERROR "make world" and "make release".
* Quiet -Wall.obrien2000-10-311-1/+4
|
* Cut over the system compiler from from EGCS 1.1.2 to GCC 2.95.2.obrien1999-11-151-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* {EGCSDIR}->{SRCDIR} + associated tweaks.obrien1999-08-161-7/+4
| | | | | | This is in prepreparation of the gcc-2.95 upgrade. Also seems I was -I'ing several GCC directories I did not need to.
* Purely cosmetic changes -- fix Id'sobrien1999-08-161-1/+1
|
* Use the correct width integer on both i386 and alpha.dfr1999-05-231-5/+5
| | | | Reviewed by: Steve Price <sprice@hiwaay.net>
* Install g2c.h header incase others want to call libg2c from C.obrien1999-05-231-1/+5
| | | | Submitted by: Steve
* Add more bits of libF77.obrien1999-05-011-3/+9
| | | | Submitted by: jmz
* * Add MAIN.cobrien1999-05-011-3/+3
| | | | * be more selective what I add to CLEANFILES (what was I previously thinking??)
* JMZ says:obrien1999-05-011-0/+1
| | | | | | | Add an emply MAIN__() function. This avoid an unresolved reference error during link phase when using fortran subroutines with non-fortran 'main()'. Obtained from: src/lib/libF77/MAIN.c rev 1.1 by jmz
* libg2c -- EGCS's version of libf2c (plus enhancements).obrien1999-04-183-0/+460
OpenPOWER on IntegriCloud