1994-05-27 05:00:24 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
1999-08-28 00:22:10 +00:00
|
|
|
# $FreeBSD$
|
1998-03-19 16:56:58 +00:00
|
|
|
|
|
|
|
# To satisfy shared library or ELF linkage when only the libraries being
|
|
|
|
# built are visible:
|
|
|
|
#
|
1998-09-02 15:02:18 +00:00
|
|
|
# csu must be built before all shared libaries for ELF.
|
1998-03-19 16:56:58 +00:00
|
|
|
# libcom_err must be built before libss.
|
1999-09-04 13:08:35 +00:00
|
|
|
# libcrypt must be built before libkrb and libskey.
|
1999-04-14 23:59:09 +00:00
|
|
|
# libm must be built before libstdc++.
|
1999-09-04 13:08:35 +00:00
|
|
|
# libmd must be built before libatm, libcrypt, libopie, libradius, libskey,
|
|
|
|
# and libtacplus.
|
1999-09-01 06:21:52 +00:00
|
|
|
# libncurses must be built before libdialog, libedit and libreadline.
|
1998-11-20 02:03:45 +00:00
|
|
|
# libradius must be built before libpam.
|
|
|
|
# libskey must be built before libpam.
|
|
|
|
# libtacplus must be built before libpam.
|
1998-03-19 16:56:58 +00:00
|
|
|
#
|
|
|
|
# Otherwise, the SUBDIR list should be in alphabetical order.
|
|
|
|
|
1999-09-01 09:12:16 +00:00
|
|
|
SUBDIR= ${_csu} libcom_err ${_libm} libmd ${_libcrypt} \
|
1999-09-04 13:08:35 +00:00
|
|
|
libncurses libradius libskey libtacplus \
|
1999-11-30 04:22:25 +00:00
|
|
|
${_compat} libalias libatm ${_libbind} libc ${_libc_r} libcalendar \
|
|
|
|
libcam libcompat libdevstat libdisk libedit libfetch libform \
|
2000-01-06 12:40:54 +00:00
|
|
|
libftpio libgnumalloc ${_libio} libipsec libipx libkvm libmenu \
|
|
|
|
${_libncp} \
|
2000-01-15 19:47:01 +00:00
|
|
|
libnetgraph libopie libpam libpanel libpcap \
|
|
|
|
libposix1e libresolv librpcsvc libss \
|
|
|
|
libstand ${_libtelnet} libutil ${_libvgl} libwrap libxpg4 liby libz \
|
1994-05-27 05:00:24 +00:00
|
|
|
|
1998-08-30 01:57:55 +00:00
|
|
|
.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-${OBJFORMAT})
|
|
|
|
_csu=csu/${MACHINE_ARCH}-${OBJFORMAT}
|
1998-03-08 23:24:05 +00:00
|
|
|
.elif exists(${.CURDIR}/csu/${MACHINE_ARCH})
|
1998-03-19 16:56:58 +00:00
|
|
|
_csu=csu/${MACHINE_ARCH}
|
1998-01-09 19:46:30 +00:00
|
|
|
.endif
|
|
|
|
|
1998-03-08 23:24:05 +00:00
|
|
|
.if !defined(NOLIBC_R)
|
1998-03-19 16:56:58 +00:00
|
|
|
_libc_r= libc_r
|
1998-03-08 23:24:05 +00:00
|
|
|
.endif
|
1997-04-12 07:06:08 +00:00
|
|
|
|
1999-11-30 06:13:10 +00:00
|
|
|
.if !defined(NO_BIND)
|
1999-11-30 04:22:25 +00:00
|
|
|
_libbind= libbind
|
|
|
|
.endif
|
|
|
|
|
1999-09-01 09:12:16 +00:00
|
|
|
_libcrypt= libcrypt
|
|
|
|
.if exists(${.CURDIR}/../secure) && !defined(NOSECURE) && !defined(NOCRYPT)
|
1998-03-21 08:18:57 +00:00
|
|
|
# Build both libraries. They have different names, so no harm,
|
|
|
|
# and this avoids having stale libscrypt.*
|
1999-09-01 09:12:16 +00:00
|
|
|
_libcrypt+= ../secure/lib/libcrypt
|
1995-09-29 19:56:05 +00:00
|
|
|
.endif
|
|
|
|
|
1998-03-19 16:56:58 +00:00
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
1998-08-22 14:31:39 +00:00
|
|
|
_compat= compat
|
1999-10-14 06:40:46 +00:00
|
|
|
_libncp= libncp
|
1998-03-19 16:56:58 +00:00
|
|
|
_libvgl= libvgl
|
1998-05-13 22:54:03 +00:00
|
|
|
.endif
|
1998-03-19 16:56:58 +00:00
|
|
|
|
1998-01-10 09:09:24 +00:00
|
|
|
.if defined(WANT_CSRG_LIBM)
|
1998-03-19 16:56:58 +00:00
|
|
|
_libm= libm
|
1994-08-19 10:24:56 +00:00
|
|
|
.else
|
1998-03-19 16:56:58 +00:00
|
|
|
_libm= msun
|
1994-08-19 10:24:56 +00:00
|
|
|
.endif
|
|
|
|
|
1998-12-17 23:02:11 +00:00
|
|
|
.if ${MACHINE_ARCH} == "alpha"
|
|
|
|
_libio= libio
|
|
|
|
.endif
|
|
|
|
|
1999-10-07 20:02:45 +00:00
|
|
|
.if defined(RELEASEDIR) || \
|
|
|
|
(!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberosIV)) || \
|
1998-03-19 16:56:58 +00:00
|
|
|
defined(NOCRYPT) || !defined(MAKE_KERBEROS4)
|
|
|
|
_libtelnet= libtelnet
|
|
|
|
.endif
|
1996-12-23 05:07:37 +00:00
|
|
|
|
1994-05-27 05:00:24 +00:00
|
|
|
.include <bsd.subdir.mk>
|