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.32 by greg, Fri Aug 9 16:51:15 2013 UTC vs.
Revision 2.35 by greg, Wed Jul 30 17:30:27 2014 UTC

# Line 29 | Line 29 | install:       $(PROGS) $(LIBFILES) glaze.csh
29          cp $(LIBFILES) $(LIBDIR)
30  
31   clean:
32 <        set nonomatch; rm -f $(PROGS) *.o core
32 >        set nonomatch; rm -f $(PROGS) *.o
33  
34   genbeads:       genbeads.o hermite3.o
35          $(CC) $(CFLAGS) -o genbeads genbeads.o hermite3.o $(MLIB)
# Line 119 | Line 119 | gensky.o:      ../common/color.h
119  
120   gensurf.o genworm.o genrev.o:   ../common/calcomp.h
121  
122 < sun.o:  sun.h
122 > gendaylit.o gensky.o sun.o:     sun.h
123 >
124 > gendaymtx.o:    ../common/platform.h ../common/rtmath.h \
125 > ../common/mat4.h ../common/fvect.h ../common/color.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines