|
|
1.1 ! root 1: BUILTINS = ! 2: CC = cc ! 3: CFLAGS = -DSkip_f2c_Undefs -O -DKR_headers ! 4: ! 5: OBJ = Version.o backspace.o close.o dfe.o dolio.o due.o endfile.o err.o \ ! 6: fmt.o fmtlib.o iio.o ilnw.o inquire.o lread.o lwrite.o open.o \ ! 7: rdfmt.o rewind.o rsfe.o rsli.o rsne.o sfe.o sig_die.o sue.o \ ! 8: typesize.o uio.o util.o wref.o wrtfmt.o wsfe.o wsle.o wsne.o xwsne.o ! 9: ! 10: libI77.a: $OBJ ! 11: ar r libI77.a $newprereq ! 12: ranlib libI77.a ! 13: install: libI77.a ! 14: cp libI77.a /usr/lib/libI77.a ! 15: ranlib /usr/lib/libI77.a ! 16: ! 17: %.o: %.c ! 18: $CC -c $CFLAGS $stem.c ! 19: ld -r -x $stem.o ! 20: mv a.out $stem.o ! 21: ! 22: Version.o: Version.c ! 23: $CC -c Version.c ! 24: ! 25: ! 26: clean: ! 27: rm -f $OBJ libI77.a ! 28: ! 29: clobber: clean ! 30: rm -f libI77.a ! 31: ! 32: backspace.o: fio.h ! 33: close.o: fio.h ! 34: dfe.o: fio.h ! 35: dfe.o: fmt.h ! 36: due.o: fio.h ! 37: endfile.o: fio.h ! 38: err.o: fio.h ! 39: fmt.o: fio.h ! 40: fmt.o: fmt.h ! 41: iio.o: fio.h ! 42: iio.o: fmt.h ! 43: ilnw.o: fio.h ! 44: ilnw.o: lio.h ! 45: inquire.o: fio.h ! 46: lread.o: fio.h ! 47: lread.o: fmt.h ! 48: lread.o: lio.h ! 49: lread.o: fp.h ! 50: lwrite.o: fio.h ! 51: lwrite.o: fmt.h ! 52: lwrite.o: lio.h ! 53: open.o: fio.h ! 54: rdfmt.o: fio.h ! 55: rdfmt.o: fmt.h ! 56: rdfmt.o: fp.h ! 57: rewind.o: fio.h ! 58: rsfe.o: fio.h ! 59: rsfe.o: fmt.h ! 60: rsli.o: fio.h ! 61: rsli.o: lio.h ! 62: rsne.o: fio.h ! 63: rsne.o: lio.h ! 64: sfe.o: fio.h ! 65: sue.o: fio.h ! 66: uio.o: fio.h ! 67: util.o: fio.h ! 68: wref.o: fio.h ! 69: wref.o: fmt.h ! 70: wref.o: fp.h ! 71: wrtfmt.o: fio.h ! 72: wrtfmt.o: fmt.h ! 73: wsfe.o: fio.h ! 74: wsfe.o: fmt.h ! 75: wsle.o: fio.h ! 76: wsle.o: fmt.h ! 77: wsle.o: lio.h ! 78: wsne.o: fio.h ! 79: wsne.o: lio.h ! 80: xwsne.o: fio.h ! 81: xwsne.o: lio.h ! 82: xwsne.o: fmt.h ! 83: ! 84: libI77.xsum: libI77/* ! 85: rm -f libI77/libI77.xsum libI77/mkfile ! 86: cd libI77; xsum * >../libI77.xsum; cd .. ! 87: ! 88: /tmp/t/libi77: libI77/* libI77.xsum ! 89: ln libI77.xsum libI77 ! 90: stree -u libI77 >/tmp/t/libi77 ! 91: rm libI77/libI77.xsum
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.