ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/gen/Rmakefile
(Generate patch)

Comparing ray/src/gen/Rmakefile (file contents):
Revision 1.12 by greg, Tue Mar 19 12:11:03 1991 UTC vs.
Revision 1.15 by greg, Wed Jun 26 13:00:30 1991 UTC

# Line 21 | Line 21 | install:       $(PROGS) genpine.csh genwindow.csh
21          chmod 755 $(INSTDIR)/genwindow
22  
23   clean:
24 <        rm -f $(PROGS) *.o core
24 >        set nonomatch; rm -f $(PROGS) *.o core
25  
26   genbeads:       genbeads.o hermite3.o
27          cc $(CFLAGS) -o genbeads genbeads.o hermite3.o -lm
# Line 69 | Line 69 | calexpr.o:     calexpr.c calcomp.h
69          cc $(CFLAGS) -c -DVARIABLE -DFUNCTION -DRCONST calexpr.c
70  
71   caldefn.o:      caldefn.c calcomp.h
72 <        cc $(CFLAGS) -c -DFUNCTION caldefn.c
72 >        cc $(CFLAGS) -c -DFUNCTION -DRCONST caldefn.c
73  
74   calfunc.o:      calfunc.c calcomp.h
75          cc $(CFLAGS) -c -DVARIABLE -DBIGLIB calfunc.c
76  
77 < gensurf.o:      standard.h mat4.h fvect.h
77 > gensurf.o xf.o: standard.h mat4.h fvect.h
78  
79   fvect.o genworm.o replmarks.o:  fvect.h
80  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines