Annotation of cci/usr/src/etc/routed/tools/Makefile, revision 1.1.1.2

1.1.1.2 ! root        1: # Makefile 10/21/82
1.1       root        2: 
1.1.1.2 ! root        3: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
        !             4: ALL=   rip.h routed.c query.c trace.c
        !             5: CFLAGS=        -O
        !             6: DESTDIR=
        !             7: LDFLAGS=
        !             8: 
        !             9: .c.o:
        !            10:        ${CC} -S ${CFLAGS} $*.c
        !            11:        sed -f ../asm.sed $*.s | ${AS} -o $*.o
        !            12:        rm -f $*.s
        !            13: 
        !            14: all:   routed
        !            15: 
        !            16: routed: routed.o af.o
        !            17:        ${CC} -o routed ${LDFLAGS} routed.o af.o -ljobs
        !            18: 
        !            19: routed.o query.o: rip.h
        !            20: routed.o af.o: router.h
        !            21: 
        !            22: # test programs and utilities
        !            23: query: query.o
        !            24:        ${CC} -o query ${LDFLAGS} query.o
        !            25: 
        !            26: trace: trace.o
        !            27:        ${CC} -o trace ${LDFLAGS} trace.o
        !            28: 
        !            29: install: routed
        !            30:        install -s routed ${DESTDIR}/etc
        !            31: 
        !            32: lint:
        !            33:        lint -hbxn routed.c af.c
        !            34: 
        !            35: clean:
        !            36:        rm -f routed *.o core a.out t.c query linterrs trace typescript errs
        !            37:        
        !            38: cleansrc:
        !            39:        rm -f *.c Makefile

unix.superglobalmegacorp.com

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