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 2.38 by greg, Sat Jul 25 19:23:09 2020 UTC vs.
Revision 2.39 by greg, Fri Apr 9 01:48:20 2021 UTC

# Line 35 | Line 35 | genbeads:      genbeads.o hermite3.o
35          $(CC) $(CFLAGS) -o genbeads genbeads.o hermite3.o $(MLIB)
36  
37   genbox: genbox.o
38 <        $(CC) $(CFLAGS) -o genbox genbox.o -lrtrad
38 >        $(CC) $(CFLAGS) -o genbox genbox.o -lrtrad -lwfobj
39  
40   genmarble:      genmarble.o ../common/random.h
41          $(CC) $(CFLAGS) -o genmarble genmarble.o $(MLIB)
# Line 99 | Line 99 | gensurf.o xform.o:     ../common/standard.h \
99   ../common/rtmisc.h ../common/rtio.h \
100   ../common/rtmath.h ../common/rterror.h \
101   ../common/mat4.h ../common/fvect.h
102 +
103 + genbox.o:       ../common/fvect.h ../common/objutil.h ../common/rtio.h
104  
105   genworm.o genrev.o gensurf.o:   ../common/resolu.h ../common/rterror.h
106  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines