Deleted Added
full compact
Makefile (258791) Makefile (258838)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 258791 2013-12-01 09:41:06Z pjd $
2# $FreeBSD: head/lib/Makefile 258838 2013-12-02 08:21:28Z pjd $
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.

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

32
33SUBDIR_ORDERED= ${_csu} \
34 libc \
35 libc_nonshared \
36 libbsm \
37 libauditd \
38 libutil \
39 libpjdlog \
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.

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

32
33SUBDIR_ORDERED= ${_csu} \
34 libc \
35 libc_nonshared \
36 libbsm \
37 libauditd \
38 libutil \
39 libpjdlog \
40 libnv \
41 ${_libcapsicum} \
40 libcompiler_rt \
41 libcrypt \
42 libelf \
43 ${_libiconv_modules} \
44 libkvm \
45 ${_libldns} \
46 msun \
47 libmd \

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

65 ${_libatm} \
66 libbegemot \
67 libblocksruntime \
68 ${_libbluetooth} \
69 ${_libbsnmp} \
70 libbz2 \
71 libcalendar \
72 libcam \
42 libcompiler_rt \
43 libcrypt \
44 libelf \
45 ${_libiconv_modules} \
46 libkvm \
47 ${_libldns} \
48 msun \
49 libmd \

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

67 ${_libatm} \
68 libbegemot \
69 libblocksruntime \
70 ${_libbluetooth} \
71 ${_libbsnmp} \
72 libbz2 \
73 libcalendar \
74 libcam \
75 ${_libcasper} \
73 libcompat \
74 libdevinfo \
75 libdevstat \
76 libdwarf \
77 libedit \
78 ${_libefi} \
79 libexecinfo \
80 libexpat \

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

152_libbluetooth= libbluetooth
153_libsdp= libsdp
154.endif
155
156.if ${MK_BSNMP} != "no"
157_libbsnmp= libbsnmp
158.endif
159
76 libcompat \
77 libdevinfo \
78 libdevstat \
79 libdwarf \
80 libedit \
81 ${_libefi} \
82 libexecinfo \
83 libexpat \

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

155_libbluetooth= libbluetooth
156_libsdp= libsdp
157.endif
158
159.if ${MK_BSNMP} != "no"
160_libbsnmp= libbsnmp
161.endif
162
163.if ${MK_CASPER} != "no"
164_libcapsicum= libcapsicum
165_libcasper= libcasper
166.endif
167
160.if ${MK_CLANG} != "no" && !defined(COMPAT_32BIT)
161_clang= clang
162.endif
163
164.if ${MK_GPIB} != "no"
165_libgpib= libgpib
166.endif
167

--- 108 unchanged lines hidden ---
168.if ${MK_CLANG} != "no" && !defined(COMPAT_32BIT)
169_clang= clang
170.endif
171
172.if ${MK_GPIB} != "no"
173_libgpib= libgpib
174.endif
175

--- 108 unchanged lines hidden ---