Annotation of 43BSD/usr.lib/libplot/Makefile, revision 1.1.1.1

1.1       root        1: #      Makefile        4.10    85/09/21
                      2: #
                      3: ALL=   libf77plot libplot lib300 lib300s lib4013 lib4014 lib450 libvt0 \
                      4:        libplotaed libplotbg libplotdumb libplotgigi libplot2648 \
                      5:        libplot7221 libplotimagen
                      6: SUBDIRS=tf77 plot t4013 t4014 t300 t300s t450 vt0 \
                      7:        aed bitgraph dumb gigi hp2648 hp7221 imagen
                      8: 
                      9: all:   ${ALL}
                     10: 
                     11: libf77plot: FRC
                     12:        cd tf77; make ${MFLAGS}
                     13: 
                     14: libplot: FRC
                     15:        cd plot; make ${MFLAGS}
                     16: 
                     17: lib4013: FRC
                     18:        cd t4013; make ${MFLAGS}
                     19: 
                     20: lib4014: FRC
                     21:        cd t4014; make ${MFLAGS}
                     22: 
                     23: lib300: FRC
                     24:        cd t300; make ${MFLAGS}
                     25: 
                     26: lib300s: FRC
                     27:        cd t300s; make ${MFLAGS}
                     28: 
                     29: lib450: FRC
                     30:        cd t450; make ${MFLAGS}
                     31: 
                     32: libvt0: FRC
                     33:        cd vt0; make ${MFLAGS}
                     34: 
                     35: libplotaed: FRC
                     36:        cd aed; make ${MFLAGS}
                     37: 
                     38: libplotbg: FRC
                     39:        cd bitgraph; make ${MFLAGS}
                     40: 
                     41: libplotdumb: FRC
                     42:        cd dumb; make ${MFLAGS}
                     43: 
                     44: libplotgigi: FRC
                     45:        cd gigi; make ${MFLAGS}
                     46: 
                     47: libplot2648: FRC
                     48:        cd hp2648; make ${MFLAGS}
                     49: 
                     50: libplot7221: FRC
                     51:        cd hp7221; make ${MFLAGS}
                     52: 
                     53: libplotimagen: FRC
                     54:        cd imagen; make ${MFLAGS}
                     55: 
                     56: FRC:
                     57: 
                     58: install: all
                     59:        for i in ${ALL}; do \
                     60:                install -m 644 $$i ${DESTDIR}/usr/lib/$$i.a; \
                     61:                ranlib ${DESTDIR}/usr/lib/$$i.a; \
                     62:        done
                     63: 
                     64: clean:
                     65:        rm -f ${ALL} errs a.out core
                     66:        for i in ${SUBDIRS}; do \
                     67:                (cd $$i; make ${MFLAGS} clean); \
                     68:        done

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.