summaryrefslogtreecommitdiffstats
path: root/lib/libdwarf/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump shared libraries version numbers in preparation for 9.0.kib2011-08-281-1/+1
| | | | | | | | This time, only libraries which ABI has been changed compared to stable/8, are bumped. ABI analysis done by: Gleb Kurtsou Approved by: re (kensmith)
* Add the ability to search for all the inlined instances of a given function.obrien2011-05-071-0/+1
| | | | | Reviewed by: jb Obtained from: Juniper Networks
* Removed redundant -I. from CFLAGS and "yes" from WITHOUT_MAN.ru2010-02-251-2/+2
|
* Build lib/ with WARNS=6 by default.ed2010-01-021-2/+0
| | | | | | | | | Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and lower it when needed. I'm setting WARNS?=0 for secure/. It seems secure/ includes the Makefile.inc provided by lib/. I'm not going to touch that directory. Most of the code there is contributed anyway.
* Bump the version of all non-symbol-versioned shared libraries inkensmith2009-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)
* Add a BSD licensed DWARF library for use by the DTrace clients.jb2008-05-221-0/+30
The API for this library is deliberately different to the GPL'd libdwarf to avoid licensing problems.
OpenPOWER on IntegriCloud