|
|
1.1 ! root 1: # @(#)Makefile 4.1 (Berkeley) 83/02/24 ! 2: # ! 3: # FP interpreter/compiler, written by Scott B. Baden ! 4: # Copyright, Regents of the University of California, 1982 ! 5: # Berkeley, California ! 6: ! 7: DESTDIR = ! 8: ! 9: FP_SYS = runFp.l fpMain.l\ ! 10: scanner.l parser.l codeGen.l\ ! 11: primFp.l utils.l fpPP.l handlers.l fpMeasures.l ! 12: ! 13: FP_SYSO = runFp.o fpMain.o\ ! 14: scanner.o parser.o codeGen.o\ ! 15: primFp.o utils.o fpPP.o handlers.o fpMeasures.o ! 16: ! 17: .SUFFIXES: ! 18: .SUFFIXES: .l .o ! 19: .l.o: ! 20: liszt -axq $< ! 21: ! 22: ! 23: fp: ${FP_SYSO} ! 24: /bin/rm -f fp ! 25: echo "(progn (load 'runFp)\ ! 26: (dumplisp fp))" | lisp > junk.fp ! 27: chmod 755 fp ! 28: ! 29: ${FP_SYSO}: specials.l fpMacs.o ! 30: ! 31: ! 32: install: fp ! 33: install fp ${DESTDIR}/usr/ucb/fp ! 34: ! 35: clean: ! 36: rm -f core *.[ox] junk.fp ! 37: ! 38: ! 39: listings: ${FP_SYS} ! 40: print runFp.l fpMain.l scanner.l parser.l codeGen.l \ ! 41: primFp.l utils.l fpPP.l handlers.l fpMeasures.l \ ! 42: specials.l fpMacs.l &
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.