# | Line 5 | Line 5 | |
---|---|---|
5 | # | |
6 | ||
7 | OPT = -O | |
8 | < | MACH = -f68881 /usr/lib/f68881.il -DIEEE |
8 | > | MACH = -DBSD -DSTRUCTASSIGN -f68881 /usr/lib/f68881.il -DIEEE |
9 | CFLAGS = $(MACH) $(OPT) | |
10 | ||
11 | INSTDIR = /usr/local/ray | |
# | Line 68 | Line 68 | caldefn.o: caldefn.c calcomp.h | |
68 | calfunc.o: calfunc.c calcomp.h | |
69 | cc $(CFLAGS) -c -DVARIABLE -DBIGLIB calfunc.c | |
70 | ||
71 | < | fvect.o gensurf.o genworm.o: fvect.h |
71 | > | gensurf.o: standard.h mat4.h fvect.h |
72 | > | |
73 | > | fvect.o genworm.o: fvect.h |
74 | > | |
75 | > | mat4.o: mat4.h fvect.h |
76 | > | |
77 | > | xform.o: standard.h mat4.h fvect.h otypes.h |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |