Annotation of 43BSDReno/pgrm/lisp/vlp/vlp.vax/Makefile, revision 1.1

1.1     ! root        1: #$Header: /usr/src/usr.ucb/vlp/vlp.vax/RCS/Makefile,v 1.7 87/05/31 21:17:58 bostic Exp Locker: bostic $
        !             2: #
        !             3: #                      -[Thu Feb 10 13:15:17 1983 by jkf]-
        !             4: 
        !             5: # Makefile for VLP
        !             6: 
        !             7: # files required:
        !             8: #      vlp.l   - lisp program to read source and add troff control
        !             9: #              characters.
        !            10: #      vlpmacs - troff macros used by vlp.
        !            11: #
        !            12: # vlp and vlpmacs are put in DESTDIR
        !            13: # If DESTDIR is changed, then the source (vlp.l) must be modified since
        !            14: # it explicitly points to vlpmacs.
        !            15: 
        !            16: DESTDIR =
        !            17: .DEFAULT:vlp
        !            18: 
        !            19: vlp:   vlp.l
        !            20:        /usr/ucb/liszt -qar -o vlp vlp.l
        !            21: 
        !            22: install: vlp vlpmacs
        !            23:        install -o bin -g bin -m 755 vlp ${DESTDIR}/usr/bin
        !            24:        install -c -o bin -g bin -m 664 vlpmacs ${DESTDIR}/usr/libdata
        !            25: 
        !            26: clean:
        !            27:        rm -f vlp
        !            28: 
        !            29: depend:

unix.superglobalmegacorp.com

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