Annotation of 42BSD/ucb/fed/Makefile, revision 1.1

1.1     ! root        1: #
        !             2: #      Makefile        4.1     83/03/09
        !             3: #
        !             4: CFLAGS=        -O
        !             5: SRCS=  fed.h \
        !             6:        fed.c subr.c io.c
        !             7: OBJS=  fed.o subr.o io.o
        !             8: LIBS=  -lm -l2648
        !             9: VGRIND=        csh /usr/ucb/vgrind
        !            10: DESTDIR=
        !            11: 
        !            12: fed:   ${OBJS} /usr/lib/lib2648.a
        !            13:        ${CC} -o fed ${CFLAGS} ${OBJS} ${LIBS}
        !            14: 
        !            15: tags:  /tmp
        !            16:        ctags ${SRCS}
        !            17: 
        !            18: print:
        !            19:        print ${SRCS}
        !            20: 
        !            21: vgrind:
        !            22:        tee index < /dev/null
        !            23:        ${VGRIND} -h fed ${SRCS}
        !            24:        ${VGRIND} -x index
        !            25: 
        !            26: lint:
        !            27:        lint ${SRCS} > lint.out
        !            28: 
        !            29: clean:
        !            30:        rm -f fed ${OBJS} errs core trace
        !            31: 
        !            32: install: fed
        !            33:        install -s fed ${DESTDIR}/usr/ucb/fed

unix.superglobalmegacorp.com

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