aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libgmp/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
| | | | Notes: svn path=/stable/3/; revision=50569
* Removed rotten, unused implicit rules. The ld -O in one might have beenBruce Evans1998-12-271-14/+1
| | | | | | | harmful if it were used. Notes: svn path=/head/; revision=42091
* Add support for building on MIPS based systems.Warner Losh1998-12-161-1/+8
| | | | Notes: svn path=/head/; revision=41849
* BINFORMAT -> OBJFORMAT ready for E-day.John Birrell1998-08-301-2/+2
| | | | Notes: svn path=/head/; revision=38632
* Don't blow away parts of the sourcetree on a 'make clean'. This wasEivind Eklund1998-05-241-4/+4
| | | | | | | | only harmful for building from a read-only filesystem - the parts blown away were old rm'ed directories. Notes: svn path=/head/; revision=36344
* Change the order of the include paths so that the architecture specificJohn Birrell1998-05-151-3/+3
| | | | | | | | directory is searched before the generic one. You can guess what was happening.. all the world's assumed to be 32-bit. Notes: svn path=/head/; revision=36050
* Put sources in SRCS and don't depend on them in beforedepend. IIRC,Bruce Evans1998-03-121-3/+4
| | | | | | | | this is to fix `make -j50' where `make -j18' worked. The race may just have been more likely to be lost for -j50. Notes: svn path=/head/; revision=34518
* Modify for MACHINE_ARCH support instead of assuming just x86.John Birrell1998-01-251-9/+42
| | | | | | | Added alpha and m68k stuff. Notes: svn path=/head/; revision=32761
* Insert first cut of hooks for compiling under ELF.Peter Wemm1997-08-291-3/+16
| | | | Notes: svn path=/head/; revision=28899
* Backed out previous commit. mp.h is installed from libmp and should notBruce Evans1997-08-211-3/+1
| | | | | | | be installed from here. Notes: svn path=/head/; revision=28533
* during the ,beforeinstall' target mp.h has to be installed as wellAndreas Klemm1997-08-171-1/+3
| | | | | | | | to /usr/include. Otherwise chkey and newkey can't be compiled properly during make world. Notes: svn path=/head/; revision=28331
* Fixed bogus existence test related to searching for a nearby objBruce Evans1997-04-101-6/+2
| | | | | | | | | | directory. The object (= current) directory always exists, so don't search for it. Use ${.TARGET} instead of deprecated $@. Notes: svn path=/head/; revision=24793
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22996
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Fix this so that dependancies work properly.Mark Murray1996-10-241-13/+10
| | | | | | | | Thanks Andrey! Submitted by: ache Notes: svn path=/head/; revision=19159
* BMakefiles for gmp-2.0.2Mark Murray1996-10-201-0/+113
| | | | | | | | Requested by: ache Made world by: chuckr Notes: svn path=/head/; revision=19052
* Remove the old libgmp. Version 2.0.2 is about to hit prime time.Mark Murray1996-10-201-62/+0
| | | | Notes: svn path=/head/; revision=19050
* consistancy fixupPeter Wemm1996-08-301-3/+3
| | | | | | | Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org> Notes: svn path=/head/; revision=17958
* ``mv'' -> ``mv -f''Wolfram Schneider1996-05-071-3/+3
| | | | | | | | ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root Notes: svn path=/head/; revision=15679
* Fixed beforeinstall rule. .CURDIR was spelled .SRCDIR.Bruce Evans1995-11-261-4/+3
| | | | | | | | | Changed beforeinstall rule to use `install -C' instead of `cmp -s' and `install -c'. `install -C' has exactly the right semantics for installing headers and should be used elsewhere. Notes: svn path=/head/; revision=12486
* Part two of a repository operation to sort out the libmp/libgmp builds.Peter Wemm1995-11-251-9/+12
| | | | | | | | After this commit, you should be able to build libmp and libgmp independently and without being forced to do a make depend first.. Notes: svn path=/head/; revision=12482
* BBild libgmp from the sources already in ../libmp.Mark Murray1995-11-131-0/+60
Notes: svn path=/head/; revision=12267