|
|
1.1 ! root 1: # Makefile 4.6 83/09/21 ! 2: # ! 3: ALL= libplot lib4014 lib300 lib300s lib450 libvt0 ! 4: SUBDIRS=plot t4014 t300 t300s t450 vt0 ! 5: ! 6: all: ${ALL} ! 7: ! 8: libplot: FRC ! 9: cd plot; make ${MFLAGS} ! 10: ! 11: lib4014: FRC ! 12: cd t4014; make ${MFLAGS} ! 13: ! 14: lib300: FRC ! 15: cd t300; make ${MFLAGS} ! 16: ! 17: lib300s: FRC ! 18: cd t300s; make ${MFLAGS} ! 19: ! 20: lib450: FRC ! 21: cd t450; make ${MFLAGS} ! 22: ! 23: libvt0: FRC ! 24: cd vt0; make ${MFLAGS} ! 25: ! 26: FRC: ! 27: ! 28: install: all ! 29: for i in ${ALL}; do \ ! 30: install -m 644 $$i ${DESTDIR}/usr/lib/$$i.a; \ ! 31: ranlib ${DESTDIR}/usr/lib/$$i.a; \ ! 32: done ! 33: ! 34: clean: ! 35: rm -f ${ALL} errs a.out core ! 36: for i in ${SUBDIRS}; do \ ! 37: (cd $$i; make ${MFLAGS} clean); \ ! 38: done
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.