|
|
1.1 ! root 1: CFLAGS=-O -DNEQN ! 2: YFLAGS=-d ! 3: ! 4: SOURCE = e.y e.h diacrit.c eqnbox.c font.c fromto.c funny.c glob.c integral.c \ ! 5: io.c lex.c lookup.c mark.c matrix.c move.c over.c paren.c \ ! 6: pile.c shift.c size.c sqrt.c text.c ! 7: ! 8: FILES = diacrit.o eqnbox.o font.o fromto.o funny.o glob.o integral.o \ ! 9: io.o lex.o lookup.o mark.o matrix.o move.o over.o paren.o \ ! 10: pile.o shift.o size.o sqrt.o text.o e.o ! 11: ! 12: a.out: $(FILES) ! 13: cc -n -O $(CFLAGS) $(FILES) -ly ! 14: ! 15: y.tab.h: e.o ! 16: ! 17: e.def: y.tab.h ! 18: -cmp -s y.tab.h e.def || cp y.tab.h e.def ! 19: ! 20: $(FILES): e.h e.def ! 21: ! 22: list: ! 23: pr TODO $(SOURCE) makefile ! 24: ! 25: gcos: y.tab.c ! 26: fsend e.h e.y *.c ! 27: ! 28: src: makefile $(SOURCE) ! 29: cp $? /usr/src/cmd/neqn ! 30: touch src ! 31: ! 32: bin: ! 33: strip a.out ! 34: cp a.out /usr/bin/neqn ! 35: ! 36: lint: y.tab.c ! 37: lint -spb *.c ! 38: ! 39: clean: ! 40: rm -f a.out *.o make.out y.tab.h ! 41: ! 42: install: a.out ! 43: cp a.out /usr/bin/neqn ! 44: strip /usr/bin/neqn
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.