Annotation of researchv9/libtermlib/makefile, revision 1.1.1.1

1.1       root        1: CC=    newcc
                      2: CFLAGS=        -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}/usr/lib/libtermcap.a
                     13:        -rm -f ${DESTDIR}/usr/lib/libtermlib.a
                     14:        ln ${DESTDIR}/usr/lib/libtermcap.a ${DESTDIR}/usr/lib/libtermlib.a
                     15:        ranlib ${DESTDIR}/usr/lib/libtermcap.a
                     16: 
                     17: VGRIND=        csh /usr/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.