bsd.libnames.mk (d241a0e67ff3a44947931bf8c841d9786c59efd7) bsd.libnames.mk (e51c53f36624e6f0f34469092c03d2f68a7a51f0)
1# $FreeBSD$
2
3# The include file <bsd.libnames.mk> define library names.
4# Other include files (e.g. bsd.prog.mk, bsd.lib.mk) include this
5# file where necessary.
6
7.if !target(__<bsd.init.mk>__)
8.error bsd.libnames.mk cannot be included directly.

--- 11 unchanged lines hidden (view full) ---

20LIBAVL?= ${DESTDIR}${LIBDIR}/libavl.a
21LIBBEGEMOT?= ${DESTDIR}${LIBDIR}/libbegemot.a
22.if ${MK_BIND_LIBS} != "no"
23LIBBIND?= ${DESTDIR}${LIBDIR}/libbind.a
24LIBBIND9?= ${DESTDIR}${LIBDIR}/libbind9.a
25.endif
26LIBBLUETOOTH?= ${DESTDIR}${LIBDIR}/libbluetooth.a
27LIBBSDXML?= ${DESTDIR}${LIBDIR}/libbsdxml.a
1# $FreeBSD$
2
3# The include file <bsd.libnames.mk> define library names.
4# Other include files (e.g. bsd.prog.mk, bsd.lib.mk) include this
5# file where necessary.
6
7.if !target(__<bsd.init.mk>__)
8.error bsd.libnames.mk cannot be included directly.

--- 11 unchanged lines hidden (view full) ---

20LIBAVL?= ${DESTDIR}${LIBDIR}/libavl.a
21LIBBEGEMOT?= ${DESTDIR}${LIBDIR}/libbegemot.a
22.if ${MK_BIND_LIBS} != "no"
23LIBBIND?= ${DESTDIR}${LIBDIR}/libbind.a
24LIBBIND9?= ${DESTDIR}${LIBDIR}/libbind9.a
25.endif
26LIBBLUETOOTH?= ${DESTDIR}${LIBDIR}/libbluetooth.a
27LIBBSDXML?= ${DESTDIR}${LIBDIR}/libbsdxml.a
28LIBBSDYML?= ${DESTDIR}${LIBDIR}/libbsdyml.a
28LIBBSM?= ${DESTDIR}${LIBDIR}/libbsm.a
29LIBBSNMP?= ${DESTDIR}${LIBDIR}/libbsnmp.a
30LIBBZ2?= ${DESTDIR}${LIBDIR}/libbz2.a
31.if ${MK_LIBCPLUSPLUS} != "no"
32LIBCXXRT?= ${DESTDIR}${LIBDIR}/libcxxrt.a
33LIBCPLUSPLUS?= ${DESTDIR}${LIBDIR}/libc++.a
34.endif
35LIBC?= ${DESTDIR}${LIBDIR}/libc.a

--- 141 unchanged lines hidden ---
29LIBBSM?= ${DESTDIR}${LIBDIR}/libbsm.a
30LIBBSNMP?= ${DESTDIR}${LIBDIR}/libbsnmp.a
31LIBBZ2?= ${DESTDIR}${LIBDIR}/libbz2.a
32.if ${MK_LIBCPLUSPLUS} != "no"
33LIBCXXRT?= ${DESTDIR}${LIBDIR}/libcxxrt.a
34LIBCPLUSPLUS?= ${DESTDIR}${LIBDIR}/libc++.a
35.endif
36LIBC?= ${DESTDIR}${LIBDIR}/libc.a

--- 141 unchanged lines hidden ---