aboutsummaryrefslogtreecommitdiff
path: root/lib/libmp
Commit message (Collapse)AuthorAgeFilesLines
* MAN[1-9] -> MAN.Ruslan Ermilov2002-05-131-1/+1
| | | | Notes: svn path=/head/; revision=96520
* Added new bsd.incs.mk which handles installing of header filesRuslan Ermilov2002-05-121-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fixed spelling of rpow in rpow's prototype.Bruce Evans2001-10-031-1/+1
| | | | Notes: svn path=/head/; revision=84424
* Add __FBSDID()s to libmpMatthew Dillon2001-09-301-4/+2
| | | | Notes: svn path=/head/; revision=84212
* Don't claim to be mp(3).Dima Dorfman2001-08-211-1/+1
| | | | Notes: svn path=/head/; revision=82094
* Fix markup and a couple of thinkos.Dima Dorfman2001-08-091-13/+13
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=81343
* Rename mp.3 to libmp.3 since that's what all the other "library"Dima Dorfman2001-07-302-323/+1
| | | | | | | | | manual pages (e.g., libstand, libdisk) are called. Submitted by: sheldonh Notes: svn path=/head/; revision=80610
* Add a manual page for the libmp interface. Some of the descriptionsDima Dorfman2001-07-301-0/+321
| | | | | | | great, but then again neither is the interface it's documenting. Notes: svn path=/head/; revision=80609
* Move SHLIB_MAJOR to below LIB and add a comment about why NO_WARNS is set.Dima Dorfman2001-07-291-1/+2
| | | | Notes: svn path=/head/; revision=80540
* Install the man page and add mp.h to INCS.Dima Dorfman2001-07-291-0/+3
| | | | Notes: svn path=/head/; revision=80539
* Add a manual page for the libmp interface. It isn't real great, butDima Dorfman2001-07-291-0/+321
| | | | | | | then again neither is the interface it's documenting. Notes: svn path=/head/; revision=80538
* This is the traditional BSD libmp interface implemented in terms ofDima Dorfman2001-07-293-0/+636
the OpenSSL BIGNUM interface. It is provided for compatibility only and should not be used in new code. Notes: svn path=/head/; revision=80529