|
|
1.1.1.2 ! root 1: AS=/bin/as ! 2: CC=/bin/cc ! 3: LD=/bin/ld ! 4: INCLDIR=/usr/include ! 5: LIBDIR=/lib ! 6: ULIBDIR=/usr/lib ! 7: DESTDIR= ! 8: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR} 1.1 root 9: 1.1.1.2 ! root 10: SUBDIR = f77 f77pass1 f77pass2 ! 11: ! 12: all: ${SUBDIR} ! 13: ! 14: ${SUBDIR}: /tmp ! 15: cd $@; make ${MFLAGS} ${MAKEPARAM} ! 16: ! 17: install: ! 18: for i in ${SUBDIR}; do \ ! 19: (cd $$i; make ${MFLAGS} ${MAKEPARAM} install); done ! 20: ! 21: clean: ! 22: for i in ${SUBDIR}; do (cd $$i; make ${MFLAGS} clean); done ! 23: ! 24: depend: ! 25: for i in ${SUBDIR}; do \ ! 26: (cd $$i; make ${MFLAGS} ${MAKEPARAM} depend); done
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.