|
|
1.1 ! root 1: # ! 2: # Makefile 4.1 83/03/09 ! 3: # ! 4: ! 5: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR} ! 6: CFLAGS= -O ! 7: SRCS= fed.h \ ! 8: fed.c subr.c io.c ! 9: OBJS= fed.o subr.o io.o ! 10: LIBS= -lm -l2648 ! 11: VGRIND= csh /usr/ucb/vgrind ! 12: DESTDIR= ! 13: ! 14: fed: ${OBJS} ${DESTDIR}/usr/lib/lib2648.a ! 15: ${CC} -o fed ${CFLAGS} ${OBJS} ${LIBS} ! 16: ! 17: tags: ${DESTDIR}/tmp ! 18: ctags ${SRCS} ! 19: ! 20: print: ! 21: print ${SRCS} ! 22: ! 23: vgrind: ! 24: tee index < /dev/null ! 25: ${VGRIND} -h fed ${SRCS} ! 26: ${VGRIND} -x index ! 27: ! 28: lint: ! 29: lint ${SRCS} > lint.out ! 30: ! 31: clean: ! 32: rm -f fed ${OBJS} errs core trace ! 33: ! 34: cleansrc: ! 35: rm -f *.c *.h Makefile ! 36: ! 37: install: fed ! 38: install -s fed ${DESTDIR}/usr/ucb/fed
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.