|
|
1.1.1.2 ! root 1: # @(#)Makefile 4.5 5/28/83 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: OPTIONS=-DLOCALNET=46 ! 5: CFLAGS= -O -I${INCLDIR} ! 6: DESTDIR= ! 7: ALL= htable ! 8: ! 9: all: ${ALL} ! 10: ! 11: htable: htable.o parse.o scan.o ! 12: ${CC} htable.o parse.o scan.o -o htable ! 13: ! 14: htable.o: htable.c htable.h ! 15: ${CC} ${CFLAGS} ${OPTIONS} -c htable.c ! 16: ! 17: scan.o: scan.c htable.h y.tab.h ! 18: ! 19: parse.o: parse.c htable.h ! 20: ! 21: scan.c: scan.l ! 22: ! 23: parse.c: parse.y ! 24: ! 25: y.tab.h: ! 26: ${YACC} -d parse.y ! 27: rm y.tab.c ! 28: ! 29: clean: ! 30: rm -f ${ALL} *.o *.s y.tab.h errs ! 31: ! 32: cleansrc: ! 33: rm -f *.[chyl] Makefile ! 34: ! 35: install: ! 36: install -s htable ${DESTDIR}/etc/htable
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.