aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libg2c/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Garbage collect gnu/lib/libiberty and gnu/lib/libg2c, these have notDimitry Andric2010-10-221-117/+0
| | | | | | | been used for years. Notes: svn path=/projects/binutils-2.17/; revision=214213
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
| | | | | | | | | | | preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson) Notes: svn path=/head/; revision=195767
* Convert NO_PROFILE and NO_LIB32 to new style.Ruslan Ermilov2006-03-181-1/+3
| | | | Notes: svn path=/head/; revision=156854
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
| | | | | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...) Notes: svn path=/head/; revision=148297
* NODOCCOMPRESS -> NO_DOCCOMPRESSRuslan Ermilov2004-12-211-2/+2
| | | | | | | | | | | NOINFO -> NO_INFO NOINFOCOMPRESS -> NO_INFOCOMPRESS NOLINT -> NO_LINT NOPIC -> NO_PIC NOPROFILE -> NO_PROFILE Notes: svn path=/head/; revision=139106
* Bmake glue for GCC 3.4.2-prerelease.Alexander Kabaev2004-07-281-1/+1
| | | | Notes: svn path=/head/; revision=132751
* What is CVS doing to me??David E. O'Brien2004-04-211-1/+1
| | | | Notes: svn path=/head/; revision=128527
* Add "subscribe out of range" support.David E. O'Brien2004-04-201-1/+1
| | | | Notes: svn path=/head/; revision=128475
* Catch up with bsd.lib.mk,v 1.143.Ruslan Ermilov2003-06-301-6/+0
| | | | Notes: svn path=/head/; revision=117082
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
| | | | Notes: svn path=/head/; revision=104073
* Added new bsd.incs.mk which handles installing of header filesRuslan Ermilov2002-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". Notes: svn path=/head/; revision=96462
* Cut over the system compiler from from EGCS 1.1.2 to GCC 2.95.2.David E. O'Brien1999-11-151-1/+1
| | | | Notes: svn path=/head/; revision=53173
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* {EGCSDIR}->{SRCDIR} + associated tweaks.David E. O'Brien1999-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. Notes: svn path=/head/; revision=49867
* Purely cosmetic changes -- fix Id'sDavid E. O'Brien1999-08-161-1/+1
| | | | Notes: svn path=/head/; revision=49865
* Install g2c.h header incase others want to call libg2c from C.David E. O'Brien1999-05-231-1/+5
| | | | | | | Submitted by: Steve Notes: svn path=/head/; revision=47422
* Add more bits of libF77.David E. O'Brien1999-05-011-3/+9
| | | | | | | Submitted by: jmz Notes: svn path=/head/; revision=46235
* * Add MAIN.cDavid E. O'Brien1999-05-011-3/+3
| | | | | | | * be more selective what I add to CLEANFILES (what was I previously thinking??) Notes: svn path=/head/; revision=46234
* libg2c -- EGCS's version of libf2c (plus enhancements).David E. O'Brien1999-04-181-0/+117
Notes: svn path=/head/; revision=45768