Annotation of 43BSDReno/usr.bin/roff/nroff_term/Makefile, revision 1.1

1.1     ! root        1: #      @(#)Makefile    4.13 (Berkeley) 6/24/90
        !             2: 
        !             3: CFLAGS+=-I${.CURDIR}/../common_source
        !             4: DEST=  /usr/libdata/term
        !             5: PROGS= tab300 tab300-12 tab302 tab302-12 tab37 tab382 tab382-12 tab450 \
        !             6:        tab450-12 tab833 tab833-12 tabepson tabitoh tabitoh12 tablpr \
        !             7:        tabnec tabnec-t tabnec12 tabnec25-t tabqume tabqume12 tabx-ecs \
        !             8:        tabx-ecs12 tabxerox tabxerox12
        !             9: OBJS=  ${PROGS:=.o} mktab.o
        !            10: SRCS=  ${PROGS:=.c} mktab.c
        !            11: LINKS= ${DEST}/tablpr ${DEST}/tabtn300 ${DEST}/tablpr ${DEST}/tabcrt \
        !            12:        ${DEST}/tab302 ${DEST}/tab300s ${DEST}/tab302-12 ${DEST}/tab300s-12 \
        !            13:        ${DEST}/tab302 ${DEST}/tabdtc ${DEST}/tab302-12 ${DEST}/tabdtc12 \
        !            14:        ${DEST}/tab450 ${DEST}/tabipsi ${DEST}/tab450-12 ${DEST}/tabipsi12
        !            15: BINMODE=444
        !            16: NOMAN= noman
        !            17: 
        !            18: all: ${PROGS}
        !            19: 
        !            20: ${PROGS}: mktab.o ${.PREFIX}.o
        !            21:        ${CC} mktab.o ${.PREFIX}.o -o mktab
        !            22:        ./mktab > ${.TARGET}
        !            23: 
        !            24: clean::
        !            25:        rm -f ${OBJS} ${PROGS} mktab a.out Errs errs mklog core
        !            26: 
        !            27: cleandir:: clean
        !            28:        rm -f ${.CURDIR}/tags .depend
        !            29: 
        !            30: depend: .depend
        !            31: .depend: ${SRCS} mktab.c
        !            32:        mkdep ${CFLAGS:M-[ID]*} ${.ALLSRC}
        !            33: 
        !            34: beforeinstall:
        !            35:        install -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ${PROGS} \
        !            36:            ${DESTDIR}${DEST}
        !            37:        install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/README \
        !            38:            ${DESTDIR}${DEST}
        !            39: 
        !            40: lint: ${SRCS}
        !            41:        ${LINT} ${LINTFLAGS} ${CFLAGS} ${.ALLSRC}
        !            42: 
        !            43: tags: ${SRCS}
        !            44:        ${CTAGS} -f ${.CURDIR}/tags ${.ALLSRC}
        !            45: 
        !            46: .include <bsd.prog.mk>

unix.superglobalmegacorp.com

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