Annotation of cci/usr/src/ucb/more/Makefile, revision 1.1

1.1     ! root        1: #      Makefile        4.2     83/07/03
        !             2: #
        !             3: 
        !             4: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
        !             5: CFLAGS=        -O
        !             6: DESTDIR=
        !             7: 
        !             8: more:  more.o
        !             9:        ${CC} -o more more.o -lcurses -ltermcap
        !            10: 
        !            11: install: more more.help
        !            12:        install -s more ${DESTDIR}/usr/ucb/more
        !            13:        rm -f ${DESTDIR}/usr/ucb/page
        !            14:        ln ${DESTDIR}/usr/ucb/more ${DESTDIR}/usr/ucb/page
        !            15:        install -c more.help ${DESTDIR}/usr/lib/more.help
        !            16: 
        !            17: more.o:        more.c
        !            18: more.o:        ${DESTDIR}/usr/include/stdio.h
        !            19: more.o:        ${DESTDIR}/usr/include/ctype.h
        !            20: more.o:        ${DESTDIR}/usr/include/signal.h
        !            21: more.o:        ${DESTDIR}/usr/include/errno.h
        !            22: more.o:        ${DESTDIR}/usr/include/sgtty.h
        !            23: more.o:        ${DESTDIR}/usr/include/setjmp.h
        !            24: more.o:        ${DESTDIR}/usr/include/sys/types.h
        !            25: more.o:        ${DESTDIR}/usr/include/sys/stat.h
        !            26: 
        !            27: clean:
        !            28:        rm -f more more.o core a.out errs
        !            29:        
        !            30: cleansrc:
        !            31:        rm -f *.help Makefile *.c 

unix.superglobalmegacorp.com

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