Deleted Added
full compact
Makefile (255180) Makefile (255597)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 255180 2013-09-03 15:22:04Z emaste $
2# $FreeBSD: head/lib/Makefile 255597 2013-09-15 14:51:23Z des $
3
4.include <bsd.own.mk>
5
6# To satisfy shared library or ELF linkage when only the libraries being
7# built are visible:
8#
9# csu must be built before all shared libaries for ELF.
10# libc must be built before all other shared libraries.
11# libbsm must be built before libauditd.
12# libcom_err must be built before libpam.
13# libcrypt must be built before libpam.
14# libkvm must be built before libdevstat.
3
4.include <bsd.own.mk>
5
6# To satisfy shared library or ELF linkage when only the libraries being
7# built are visible:
8#
9# csu must be built before all shared libaries for ELF.
10# libc must be built before all other shared libraries.
11# libbsm must be built before libauditd.
12# libcom_err must be built before libpam.
13# libcrypt must be built before libpam.
14# libkvm must be built before libdevstat.
15# libldns must be built before libunbound.
15# msun must be built before libg++ and libstdc++.
16# libmd must be built before libatm, libopie, libradius, and libtacplus.
17# ncurses must be built before libdialog, libedit and libreadline.
18# libnetgraph must be built before libbsnmp/modules/snmp_netgraph.
19# libopie must be built before libpam.
20# libradius must be built before libpam.
21# librpcsvc must be built before libpam.
22# libsbuf must be built before libcam.

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

111 libstdbuf \
112 libstdthreads \
113 ${_libtelnet} \
114 ${_libthr} \
115 libthread_db \
116 libufs \
117 libugidfw \
118 libulog \
16# msun must be built before libg++ and libstdc++.
17# libmd must be built before libatm, libopie, libradius, and libtacplus.
18# ncurses must be built before libdialog, libedit and libreadline.
19# libnetgraph must be built before libbsnmp/modules/snmp_netgraph.
20# libopie must be built before libpam.
21# libradius must be built before libpam.
22# librpcsvc must be built before libpam.
23# libsbuf must be built before libcam.

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

112 libstdbuf \
113 libstdthreads \
114 ${_libtelnet} \
115 ${_libthr} \
116 libthread_db \
117 libufs \
118 libugidfw \
119 libulog \
120 ${_libunbound} \
119 ${_libusbhid} \
120 ${_libusb} \
121 ${_libvgl} \
122 ${_libvmmapi} \
123 libwrap \
124 liby \
125 libyaml \
126 libz \

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

256_libsmdb= libsmdb
257_libsmutil= libsmutil
258.endif
259
260.if ${MK_TELNET} != "no"
261_libtelnet= libtelnet
262.endif
263
121 ${_libusbhid} \
122 ${_libusb} \
123 ${_libvgl} \
124 ${_libvmmapi} \
125 libwrap \
126 liby \
127 libyaml \
128 libz \

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

258_libsmdb= libsmdb
259_libsmutil= libsmutil
260.endif
261
262.if ${MK_TELNET} != "no"
263_libtelnet= libtelnet
264.endif
265
266.if ${MK_UNBOUND} != "no"
267_libunbound= libunbound
268.endif
269
264.if ${MK_USB} != "no"
265_libusbhid= libusbhid
266_libusb= libusb
267.endif
268
269.if !defined(LIBRARIES_ONLY)
270afterinstall:
271 ${INSTALL_SYMLINK} ../include ${DESTDIR}/usr/lib/include
272.endif
273
274.include <bsd.subdir.mk>
270.if ${MK_USB} != "no"
271_libusbhid= libusbhid
272_libusb= libusb
273.endif
274
275.if !defined(LIBRARIES_ONLY)
276afterinstall:
277 ${INSTALL_SYMLINK} ../include ${DESTDIR}/usr/lib/include
278.endif
279
280.include <bsd.subdir.mk>