|
|
Power 6/32 Unix version 1.2b
# Makefile 4.3 83/07/05
#
# Machine dependent routines for the Tahoe are located here
#
# To be used later
COMPAT= compat-4.1
# When the network works, use this:
MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
ALL= gen net stdio sys ${COMPAT}
tahoelib tahoelib_p: ${ALL}
-mkdir tmp
for i in ${ALL}; do (cd tmp; ar x ../$$i/$${i}lib); done
ar cr tahoelib `ls tmp/*.o | sort -t/ +1`
rm -f tmp/*
for i in ${ALL}; do (cd tmp; ar x ../$$i/$${i}lib_p); done
ar cr tahoelib_p `ls tmp/*.o | sort -t/ +1`
rm -rf tmp
${ALL}: FRC
cd $@; make ${MFLAGS} ${MAKEPARAM}
FRC:
clean:
for i in ${ALL}; do (cd $$i; make ${MFLAGS} clean); done
rm -f tmp/*.o;
rm -f tahoelib tahoelib_p
-rmdir tmp
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.