summaryrefslogtreecommitdiff
path: root/mk/lib.mk
Commit message (Collapse)AuthorAge
* Add MKSTATICLIBS switchWilliam Hubbs2011-11-18
| | | | | | | | | The MKSTATICLIBS switch, which defaults to yes, controls whether or not static libraries are built and installed. Reported-by: Agostino Sarubbo <ago@autistici.org> x-Gentoo-Bug: 378267 x-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=378267
* Use pattern rules instead of suffix rulesWilliam Hubbs2011-10-29
| | | | | | Rework the makefiles to use pattern rules instead of suffix rules. This is the preferred way to write implicit rules according to the gnu make manual.
* drop useless "All rights reserved" noticeMike Frysinger2011-06-29
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* remove hard coded directory paths from link flagsWilliam Hubbs2011-04-01
| | | | | | | | Currently, we do not see a reason for these, and it causes an issue for cross compilation. X-Gentoo-Bug: 361465 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=361465
* bug #351622: Use CFLAGS during linking.Nathan Phillip Brink2011-01-14
| | | | Fix compilation on portage-multilib.
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Go back to gitRoy Marples2009-04-30
|
* make ignore now configures the sv:ignore property.Roy Marples2008-12-04
|
* Enable use of .depend on gmake. Also, generate extra dependencies for our ↵Roy Marples2008-10-20
| | | | shared libraries.
* Compile with FreeBSD 6.x makeRoy Marples2008-10-15
|
* Use CPPFLAGS so we work with -combine in CFLAGS.Roy Marples2008-06-19
|
* Add license blurb to a few files and append my email to my name.Roy Marples2008-03-26
|
* add check/test rulesMike Frysinger2008-03-24
|
* Rejig the build system a little so we have per ok defs per system. Probably ↵Roy Marples2008-03-19
| | | | easier in the long run.
* Add a gitignore make target.Roy Marples2008-03-03
|
* Ensure we link against libraries in /lib instead of anywhere else and always ↵Roy Marples2008-01-11
| | | | use the linker in /libexec instead of anywhere else.
* Add sys.mk to define system locations.Roy Marples2008-01-11
|
* Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst ↵Roy Marples2008-01-10
keeping BSD for all BSD's.