Annotation of coherent/d/usr/lib/libterm/Makefile, revision 1.1

1.1     ! root        1: CFLAGS=        -O -DCM_N -DCM_GT -DCM_B -DCM_D
        !             2: 
        !             3: DESTDIR=/interim/usr/lib/
        !             4: 
        !             5: libterm.a: termcap.o tgoto.o tputs.o
        !             6:        $(AR) rucks $(DESTDIR)libterm.a termcap.o tgoto.o tputs.o
        !             7: 
        !             8: libtermcap: termcap.c tgoto.c tputs.c
        !             9:        cc -v -c $<
        !            10:        (cd /newbits/usr/lib/libcurses/obj386 ; make libtermcap)
        !            11: 
        !            12: libtermcap.NDP: termcap.c tgoto.c tputs.c
        !            13:        cc -VNDP -v -c $<
        !            14:        (cd /newbits/usr/lib/libcurses/obj386 ; make libtermcap.NDP)
        !            15: 
        !            16: install: libterm.a
        !            17:        cp libterm.a ${DESTDIR}/usr/lib/libterm.a
        !            18: 
        !            19: clean:
        !            20:        -rm -f *.o
        !            21:        -rm -f libterm.a
        !            22:        -rm -f etc_termcap
        !            23: 
        !            24: # reorder gives an editor command for most common terminals
        !            25: # (in reverse order from n'th to 1'st most commonly used)
        !            26: # to move them to the front of termcap
        !            27: 
        !            28: /etc/termcap: etc_termcap
        !            29:        cp etc_termcap /etc/termcap
        !            30:        rm etc_termcap
        !            31: 
        !            32: etc_termcap: termcap
        !            33:        ed - termcap < reorder
        !            34: 
        !            35: tabset:
        !            36:        -mkdir /usr/lib/tabset
        !            37: 
        !            38: # who knows ...
        !            39: vgrind:
        !            40:        ${VGRIND} -n -h "Terminal Capibility Data Base" \
        !            41:        termcap reorder makefile

unix.superglobalmegacorp.com

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