]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/bmake/mk/libnames.mk
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / bmake / mk / libnames.mk
1 # $Id: libnames.mk,v 1.7 2009/12/25 07:34:03 sjg Exp $
2 #
3 #       @(#) Copyright (c) 2007-2009, Simon J. Gerraty
4 #
5 #       This file is provided in the hope that it will
6 #       be of use.  There is absolutely NO WARRANTY.
7 #       Permission to copy, redistribute or otherwise
8 #       use this file is hereby granted provided that 
9 #       the above copyright notice and this notice are
10 #       left intact. 
11 #      
12 #       Please send copies of changes and bug-fixes to:
13 #       sjg@crufty.net
14 #
15
16 DLIBEXT ?= .a
17 DSHLIBEXT ?= .so
18
19 .-include "local.libnames.mk"
20 .-include "sjg.libnames.mk"
21 .-include "fwall.libnames.mk"
22 .-include "host.libnames.mk"