Annotation of 3BSD/lib/libplot/Makefile, revision 1.1

1.1     ! root        1: all: plot.a t4014.a t300.a t300s.a t450.a
        !             2: 
        !             3: plot.a:        plot.c.a
        !             4:        mkdir xplot
        !             5:        cd xplot;ar x ../plot.c.a
        !             6:        cd xplot;cc -c -O *.c
        !             7:        cd xplot;ar rc plot.a *.o
        !             8:        mv xplot/plot.a .
        !             9:        rm -r xplot
        !            10: t4014.a:       t4014.c.a
        !            11:        mkdir xplot
        !            12:        cd xplot;ar x ../t4014.c.a
        !            13:        cd xplot;cc -c -O *.c
        !            14:        cd xplot;ar rc t4014.a *.o
        !            15:        mv xplot/t4014.a .
        !            16:        rm -r xplot
        !            17: t300.a:        t300.c.a
        !            18:        mkdir xplot
        !            19:        cd xplot;ar x ../t300.c.a
        !            20:        cd xplot;cc -c -O *.c
        !            21:        cd xplot;ar rc t300.a *.o
        !            22:        mv xplot/t300.a .
        !            23:        rm -r xplot
        !            24: t300s.a:       t300s.c.a
        !            25:        mkdir xplot
        !            26:        cd xplot;ar x ../t300s.c.a
        !            27:        cd xplot;cc -c -O *.c
        !            28:        cd xplot;ar rc t300s.a *.o
        !            29:        mv xplot/t300s.a .
        !            30:        rm -r xplot
        !            31: t450.a:        t450.c.a
        !            32:        mkdir xplot
        !            33:        cd xplot;ar x ../t450.c.a
        !            34:        cd xplot;cc -c -O *.c
        !            35:        cd xplot;ar rc t450.a *.o
        !            36:        mv xplot/t450.a .
        !            37:        rm -r xplot
        !            38: 
        !            39: install: all
        !            40:        install plot.a $(DESTDIR)/usr/lib/libplot.a
        !            41:        install t4014.a $(DESTDIR)/usr/lib/lib4014.a
        !            42:        install t300.a $(DESTDIR)/usr/lib/lib300.a
        !            43:        install t300s.a $(DESTDIR)/usr/lib/lib300s.a
        !            44:        install t450.a $(DESTDIR)/usr/lib/lib450.a
        !            45: 
        !            46: clean:
        !            47:        rm -f plot.a t4014.a t300.a t300s.a t450.a

unix.superglobalmegacorp.com

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