Annotation of researchv10no/cmd/ex/termlib/makefile, revision 1.1.1.1

1.1       root        1: UCB=/lusr/ucb
                      2: CFLAGS=        -O -I$(UCB)/include -DCM_N -DCM_GT -DCM_B -DCM_D
                      3: 
                      4: termcap.a: termcap.o tgoto.o tputs.o
                      5:        ar cr termcap.a termcap.o tgoto.o tputs.o
                      6: 
                      7: clean:
                      8:        -rm -f *.o
                      9:        -rm -f termcap.a
                     10: 
                     11: install: termcap.a
                     12:        cp termcap.a ${DESTDIR}$(UCB)/lib/libtermcap.a
                     13:        -rm -f ${DESTDIR}$(UCB)/lib/libtermlib.a
                     14:        ln ${DESTDIR}$(UCB)/lib/libtermcap.a ${DESTDIR}$(UCB)/lib/libtermlib.a
                     15:        ranlib ${DESTDIR}$(UCB)/lib/libtermcap.a
                     16: 
                     17: VGRIND=        csh $(UCB)/ucb/vgrind
                     18: vgrind:
                     19:        cp /dev/null index
                     20:        ${VGRIND} -h "Termcap library" termcap.c tputs.c tgoto.c
                     21:        ${VGRIND} -h "Termcap library" -x index

unix.superglobalmegacorp.com

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