|
|
1.1 ! root 1: # Makefile 10/21/82 ! 2: ALL= rip.h routed.c query.c trace.c ! 3: CFLAGS= -O ! 4: DESTDIR= ! 5: LDFLAGS= ! 6: ! 7: .c.o: ! 8: ${CC} -S ${CFLAGS} $*.c ! 9: sed -f ../asm.sed $*.s | ${AS} -o $*.o ! 10: rm -f $*.s ! 11: ! 12: all: routed ! 13: ! 14: routed: routed.o af.o ! 15: ${CC} -o routed ${LDFLAGS} routed.o af.o -ljobs ! 16: ! 17: routed.o query.o: rip.h ! 18: routed.o af.o: router.h ! 19: ! 20: # test programs and utilities ! 21: query: query.o ! 22: ${CC} -o query ${LDFLAGS} query.o ! 23: ! 24: trace: trace.o ! 25: ${CC} -o trace ${LDFLAGS} trace.o ! 26: ! 27: install: routed ! 28: install -s routed ${DESTDIR}/etc ! 29: ! 30: lint: ! 31: lint -hbxn routed.c af.c ! 32: ! 33: clean: ! 34: rm -f routed *.o core a.out t.c query linterrs trace typescript errs
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.