| # | Line 9 | Line 9 | CFLAGS = -O -f68881 /usr/lib/f68881.il -DIEEE | |
|---|---|---|
| 9 | INSTDIR = /usr/local/ray | |
| 10 | ||
| 11 | PROGS = genbox gensky xform genblinds genrev genworm \ | |
| 12 | < | gensurf genprism genwindow genpine |
| 12 | > | gensurf genprism |
| 13 | ||
| 14 | all: $(PROGS) | |
| 15 | ||
| 16 | < | install: $(PROGS) |
| 16 | > | install: $(PROGS) genpine.csh genwindow.csh |
| 17 | cp $(PROGS) $(INSTDIR) | |
| 18 | + | install genpine.csh $(INSTDIR)/genpine |
| 19 | + | install genwindow.csh $(INSTDIR)/genwindow |
| 20 | ||
| 21 | genbeads: genbeads.o hermite3.o | |
| 22 | cc $(CFLAGS) -o genbeads genbeads.o hermite3.o -lm | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |