Makefile.inc1 (d64c14ce314fd6bc932c0aac87ce809704d1e96f) Makefile.inc1 (ff5fcc93d41b91987f974b2afeb857e5bb7400c6)
1#
1#
2# $Id: Makefile.inc1,v 1.5 1998/09/03 21:34:31 jb Exp $
2# $Id: Makefile.inc1,v 1.6 1998/09/05 11:37:14 jb Exp $
3#
4# Make command line options:
5# -DCLOBBER will remove /usr/include
6# -DMAKE_KERBEROS4 to build KerberosIV
7# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
8# -DNOCLEAN do not clean at all
9# -DNOTOOLS do not rebuild any tools first
10# -DNOCRYPT will prevent building of crypt versions

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

572 cd ${.CURDIR}/lib/libncurses; ${MAKE} beforeinstall
573.if !defined(WANT_CSRG_LIBM)
574 cd ${.CURDIR}/lib/msun; ${MAKE} beforeinstall
575.endif
576 cd ${.CURDIR}/lib/libopie; ${MAKE} beforeinstall
577 cd ${.CURDIR}/lib/libpcap; ${MAKE} beforeinstall
578 cd ${.CURDIR}/lib/librpcsvc; ${MAKE} beforeinstall
579 cd ${.CURDIR}/lib/libskey; ${MAKE} beforeinstall
3#
4# Make command line options:
5# -DCLOBBER will remove /usr/include
6# -DMAKE_KERBEROS4 to build KerberosIV
7# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
8# -DNOCLEAN do not clean at all
9# -DNOTOOLS do not rebuild any tools first
10# -DNOCRYPT will prevent building of crypt versions

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

572 cd ${.CURDIR}/lib/libncurses; ${MAKE} beforeinstall
573.if !defined(WANT_CSRG_LIBM)
574 cd ${.CURDIR}/lib/msun; ${MAKE} beforeinstall
575.endif
576 cd ${.CURDIR}/lib/libopie; ${MAKE} beforeinstall
577 cd ${.CURDIR}/lib/libpcap; ${MAKE} beforeinstall
578 cd ${.CURDIR}/lib/librpcsvc; ${MAKE} beforeinstall
579 cd ${.CURDIR}/lib/libskey; ${MAKE} beforeinstall
580.if !defined(NOTCL) && exists (${.CURDIR}/contrib/tcl) && \
581 exists(${.CURDIR}/usr.bin/tclsh) && exists (${.CURDIR}/lib/libtcl)
582 cd ${.CURDIR}/lib/libtcl; ${MAKE} installhdrs
583.endif
584 cd ${.CURDIR}/lib/libtermcap; ${MAKE} beforeinstall
585 cd ${.CURDIR}/lib/libcom_err; ${MAKE} beforeinstall
586 cd ${.CURDIR}/lib/libss; ${MAKE} -B hdrs beforeinstall
587 cd ${.CURDIR}/lib/libscsi; ${MAKE} beforeinstall
588 cd ${.CURDIR}/lib/libutil; ${MAKE} beforeinstall
589 cd ${.CURDIR}/lib/libvgl; ${MAKE} beforeinstall
590 cd ${.CURDIR}/lib/libz; ${MAKE} beforeinstall
591 cd ${.CURDIR}/usr.bin/f2c; ${MAKE} beforeinstall

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

638#
639# We have to know too much about ordering and subdirs in the lib trees:
640#
641# To satisfy shared library linkage when only the libraries being built
642# are visible:
643#
644# libcom_err must be built before libss.
645# libcrypt and libmd must be built before libskey.
580 cd ${.CURDIR}/lib/libtermcap; ${MAKE} beforeinstall
581 cd ${.CURDIR}/lib/libcom_err; ${MAKE} beforeinstall
582 cd ${.CURDIR}/lib/libss; ${MAKE} -B hdrs beforeinstall
583 cd ${.CURDIR}/lib/libscsi; ${MAKE} beforeinstall
584 cd ${.CURDIR}/lib/libutil; ${MAKE} beforeinstall
585 cd ${.CURDIR}/lib/libvgl; ${MAKE} beforeinstall
586 cd ${.CURDIR}/lib/libz; ${MAKE} beforeinstall
587 cd ${.CURDIR}/usr.bin/f2c; ${MAKE} beforeinstall

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

634#
635# We have to know too much about ordering and subdirs in the lib trees:
636#
637# To satisfy shared library linkage when only the libraries being built
638# are visible:
639#
640# libcom_err must be built before libss.
641# libcrypt and libmd must be built before libskey.
646# libm must be built before libtcl.
647# libmytinfo must be built before libdialog and libncurses.
648# libncurses must be built before libdialog.
649# libtermcap must be built before libcurses, libedit and libreadline.
650#
651# Some libraries are built conditionally and/or are in inconsistently
652# named directories:
653#
654.if exists(lib/csu/${MACHINE_ARCH}.pcc)

--- 330 unchanged lines hidden ---
642# libmytinfo must be built before libdialog and libncurses.
643# libncurses must be built before libdialog.
644# libtermcap must be built before libcurses, libedit and libreadline.
645#
646# Some libraries are built conditionally and/or are in inconsistently
647# named directories:
648#
649.if exists(lib/csu/${MACHINE_ARCH}.pcc)

--- 330 unchanged lines hidden ---