summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libgmp/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove libgmp build infrastructure.dd2001-08-101-151/+0
|
* Fix the .PATH style nits. Other style nits left for later.obrien2000-04-171-6/+6
|
* Use the non-asm routines for IA-64, PPC, and arm32 ports.obrien2000-04-171-1/+1
|
* Use the non-asm routines (for now) on the sparc and sparc64 ports.steve2000-04-151-0/+4
|
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Removed rotten, unused implicit rules. The ld -O in one might have beenbde1998-12-271-14/+1
| | | | harmful if it were used.
* Add support for building on MIPS based systems.imp1998-12-161-1/+8
|
* BINFORMAT -> OBJFORMAT ready for E-day.jb1998-08-301-2/+2
|
* Don't blow away parts of the sourcetree on a 'make clean'. This waseivind1998-05-241-4/+4
| | | | | only harmful for building from a read-only filesystem - the parts blown away were old rm'ed directories.
* Change the order of the include paths so that the architecture specificjb1998-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.
* Put sources in SRCS and don't depend on them in beforedepend. IIRC,bde1998-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.
* Modify for MACHINE_ARCH support instead of assuming just x86.jb1998-01-251-9/+42
| | | | Added alpha and m68k stuff.
* Insert first cut of hooks for compiling under ELF.peter1997-08-291-3/+16
|
* Backed out previous commit. mp.h is installed from libmp and should notbde1997-08-211-3/+1
| | | | be installed from here.
* during the ,beforeinstall' target mp.h has to be installed as wellandreas1997-08-171-1/+3
| | | | | to /usr/include. Otherwise chkey and newkey can't be compiled properly during make world.
* Fixed bogus existence test related to searching for a nearby objbde1997-04-101-6/+2
| | | | | | | directory. The object (= current) directory always exists, so don't search for it. Use ${.TARGET} instead of deprecated $@.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* Fix this so that dependancies work properly.markm1996-10-241-13/+10
| | | | | Thanks Andrey! Submitted by: ache
* BMakefiles for gmp-2.0.2markm1996-10-201-0/+113
| | | | | Requested by: ache Made world by: chuckr
* Remove the old libgmp. Version 2.0.2 is about to hit prime time.markm1996-10-201-62/+0
|
* consistancy fixuppeter1996-08-301-3/+3
| | | | Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>
* ``mv'' -> ``mv -f''wosch1996-05-071-3/+3
| | | | | ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root
* Fixed beforeinstall rule. .CURDIR was spelled .SRCDIR.bde1995-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.
* Part two of a repository operation to sort out the libmp/libgmp builds.peter1995-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..
* BBild libgmp from the sources already in ../libmp.markm1995-11-131-0/+60
OpenPOWER on IntegriCloud