Makefile (f3fc2030ea8536e03c30533488ad4ad690097495) | Makefile (09ee9e267c470331c727dd793b9a8eaee7051a10) |
---|---|
1# @(#)Makefile 8.1 (Berkeley) 6/4/93 | 1# @(#)Makefile 8.1 (Berkeley) 6/4/93 |
2# $Id: Makefile,v 1.87 1998/12/17 23:02:11 dfr Exp $ | 2# $Id: Makefile,v 1.88 1999/03/14 17:55:55 markm 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. | 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++. | 10# libm must be built before libstdc++. |
11# libmd must be built before libatm, libopie, libradius, libskey, 12# and libtacplus. 13# libmytinfo must be built before libdialog and libncurses. 14# libncurses must be built before libdialog. 15# libradius must be built before libpam. 16# libskey must be built before libpam. 17# libtacplus must be built before libpam. 18# libtermcap must be built before libcurses, libedit and libreadline. --- 50 unchanged lines hidden --- | 11# libmd must be built before libatm, libopie, libradius, libskey, 12# and libtacplus. 13# libmytinfo must be built before libdialog and libncurses. 14# libncurses must be built before libdialog. 15# libradius must be built before libpam. 16# libskey must be built before libpam. 17# libtacplus must be built before libpam. 18# libtermcap must be built before libcurses, libedit and libreadline. --- 50 unchanged lines hidden --- |