Deleted Added
full compact
Makefile (129236) Makefile (129237)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 129236 2004-05-14 19:31:20Z bde $
2# $FreeBSD: head/lib/Makefile 129237 2004-05-14 19:52:35Z bde $
3
4# To satisfy shared library or ELF linkage when only the libraries being
5# built are visible:
6#
7# csu must be built before all shared libaries for ELF.
8# libcom_err must be built before libkrb5 and libpam.
9# libcrypt must be built before libkrb5 and libpam.
10# libkvm must be built before libdevstat.

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

57_libsdp= libsdp
58.endif
59_compat= compat
60_libncp= libncp
61_libsmb= libsmb
62_libvgl= libvgl
63.endif
64
3
4# To satisfy shared library or ELF linkage when only the libraries being
5# built are visible:
6#
7# csu must be built before all shared libaries for ELF.
8# libcom_err must be built before libkrb5 and libpam.
9# libcrypt must be built before libkrb5 and libpam.
10# libkvm must be built before libdevstat.

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

57_libsdp= libsdp
58.endif
59_compat= compat
60_libncp= libncp
61_libsmb= libsmb
62_libvgl= libvgl
63.endif
64
65# libc_r is obsolete on ia64.
66.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "powerpc" && \
67 ${MACHINE_ARCH} != "arm"
68.if !defined(NOLIBC_R)
65.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "ia64" && \
66 ${MACHINE_ARCH} != "powerpc" && !defined(NOLIBC_R)
69_libc_r= libc_r
70.endif
67_libc_r= libc_r
68.endif
71.endif
72
73.if ${MACHINE_ARCH} != "arm"
74_libdisk= libdisk
75.endif
76
77.if ${MACHINE_ARCH} == "alpha"
78_libio= libio
79_compat= compat

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

90_libmp= libmp
91.endif
92
93.if ${MACHINE_ARCH} == "amd64"
94_libncp= libncp
95_libsmb= libsmb
96.endif
97
69
70.if ${MACHINE_ARCH} != "arm"
71_libdisk= libdisk
72.endif
73
74.if ${MACHINE_ARCH} == "alpha"
75_libio= libio
76_compat= compat

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

87_libmp= libmp
88.endif
89
90.if ${MACHINE_ARCH} == "amd64"
91_libncp= libncp
92_libsmb= libsmb
93.endif
94
98.if ${MACHINE_ARCH} != "powerpc"
99.if !defined(NOLIBPTHREAD)
95.if ${MACHINE_ARCH} != "powerpc" && !defined(NOLIBPTHREAD)
100_libpthread= libpthread
101.endif
96_libpthread= libpthread
97.endif
102.endif
103
98
104.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "arm"
105.if !defined(NOLIBTHR)
99.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "arm" && \
100 !defined(NOLIBTHR)
106_libthr= libthr
107.endif
101_libthr= libthr
102.endif
108.endif
109
110.if !defined(NO_USB)
111_libusbhid= libusbhid
112.endif
113
114.if !defined(NO_YP_LIBC)
115_libypclnt= libypclnt
116.endif
117
118.include <bsd.subdir.mk>
103
104.if !defined(NO_USB)
105_libusbhid= libusbhid
106.endif
107
108.if !defined(NO_YP_LIBC)
109_libypclnt= libypclnt
110.endif
111
112.include <bsd.subdir.mk>