Deleted Added
full compact
Makefile (227983) Makefile (227987)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 227983 2011-11-25 20:59:04Z theraven $
2# $FreeBSD: head/lib/Makefile 227987 2011-11-26 03:26:06Z dim $
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.

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

43 libmd \
44 ncurses \
45 ${_libnetgraph} \
46 libradius \
47 librpcsvc \
48 libsbuf \
49 libtacplus \
50 libutil \
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.

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

43 libmd \
44 ncurses \
45 ${_libnetgraph} \
46 libradius \
47 librpcsvc \
48 libsbuf \
49 libtacplus \
50 libutil \
51 ${_libypclnt}
51 ${_libypclnt} \
52 ${_libcxxrt} \
53 ${_libcplusplus}
52
54
53.if ${MK_LIBCPLUSPLUS} != "no"
54SUBDIR_ORDERED+=libcxxrt\
55 libc++
56.endif
57
58
59SUBDIR= ${SUBDIR_ORDERED} \
60 libalias \
61 libarchive \
62 ${_libatm} \
63 libbegemot \
64 libblocksruntime \
65 ${_libbluetooth} \
66 ${_libbsnmp} \

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

204.if ${MACHINE_CPUARCH} == "sparc64"
205_libsmb= libsmb
206.endif
207
208.if ${MK_OPENSSL} != "no"
209_libmp= libmp
210.endif
211
55SUBDIR= ${SUBDIR_ORDERED} \
56 libalias \
57 libarchive \
58 ${_libatm} \
59 libbegemot \
60 libblocksruntime \
61 ${_libbluetooth} \
62 ${_libbsnmp} \

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

200.if ${MACHINE_CPUARCH} == "sparc64"
201_libsmb= libsmb
202.endif
203
204.if ${MK_OPENSSL} != "no"
205_libmp= libmp
206.endif
207
208.if ${MK_LIBCPLUSPLUS} != "no"
209_libcxxrt= libcxxrt
210_libcplusplus= libc++
211.endif
212
212.if ${MK_PMC} != "no"
213_libpmc= libpmc
214.endif
215
216.if ${MK_SENDMAIL} != "no"
217_libmilter= libmilter
218_libsm= libsm
219_libsmdb= libsmdb

--- 13 unchanged lines hidden ---
213.if ${MK_PMC} != "no"
214_libpmc= libpmc
215.endif
216
217.if ${MK_SENDMAIL} != "no"
218_libmilter= libmilter
219_libsm= libsm
220_libsmdb= libsmdb

--- 13 unchanged lines hidden ---