Makefile (12e25f330be6245e23e08d072e8a92ac7fc18b99) | Makefile (f3fc2030ea8536e03c30533488ad4ad690097495) |
---|---|
1# @(#)Makefile 8.1 (Berkeley) 6/4/93 | 1# @(#)Makefile 8.1 (Berkeley) 6/4/93 |
2# $Id: Makefile,v 1.86 1998/11/29 02:47:52 bde Exp $ | 2# $Id: Makefile,v 1.87 1998/12/17 23:02:11 dfr Exp $ |
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 libss. 9# libcrypt must be built before libskey. 10# libm must be built before libf2c, libg++ and libstdc++. --- 9 unchanged lines hidden (view full) --- 20# Otherwise, the SUBDIR list should be in alphabetical order. 21 22SUBDIR= ${_csu} libcom_err ${_libcrypt} ${_libm} libmd libmytinfo \ 23 libncurses libradius libskey libtacplus libtermcap \ 24 ${_compat} libalias libatm libbind libc ${_libc_r} libcalendar libcam \ 25 libcompat libcurses libdevstat libdisk libedit libf2c libfetch \ 26 libftpio libgnumalloc ${_libio} libipx libkvm libopie libpam \ 27 libpcap libresolv librpcsvc libss libstand \ | 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 libss. 9# libcrypt must be built before libskey. 10# libm must be built before libf2c, libg++ and libstdc++. --- 9 unchanged lines hidden (view full) --- 20# Otherwise, the SUBDIR list should be in alphabetical order. 21 22SUBDIR= ${_csu} libcom_err ${_libcrypt} ${_libm} libmd libmytinfo \ 23 libncurses libradius libskey libtacplus libtermcap \ 24 ${_compat} libalias libatm libbind libc ${_libc_r} libcalendar libcam \ 25 libcompat libcurses libdevstat libdisk libedit libf2c libfetch \ 26 libftpio libgnumalloc ${_libio} libipx libkvm libopie libpam \ 27 libpcap libresolv librpcsvc libss libstand \ |
28 ${_libtelnet} libutil ${_libvgl} libxpg4 liby libz | 28 ${_libtelnet} libutil ${_libvgl} libwrap libxpg4 liby libz |
29 30.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-${OBJFORMAT}) 31_csu=csu/${MACHINE_ARCH}-${OBJFORMAT} 32.elif exists(${.CURDIR}/csu/${MACHINE_ARCH}) 33_csu=csu/${MACHINE_ARCH} 34.endif 35 36.if !defined(NOLIBC_R) --- 32 unchanged lines hidden --- | 29 30.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-${OBJFORMAT}) 31_csu=csu/${MACHINE_ARCH}-${OBJFORMAT} 32.elif exists(${.CURDIR}/csu/${MACHINE_ARCH}) 33_csu=csu/${MACHINE_ARCH} 34.endif 35 36.if !defined(NOLIBC_R) --- 32 unchanged lines hidden --- |