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

Comparing ray/src/cv/Rmakefile (file contents):
Revision 2.38 by greg, Fri Oct 19 04:14:29 2012 UTC vs.
Revision 2.39 by greg, Sun Apr 21 23:01:14 2013 UTC

# Line 20 | Line 20 | LIBDIR = /usr/local/lib/ray
20  
21   PROGS = ies2rad nff2rad lampcolor tmesh2rad obj2rad \
22   mgf2rad rad2mgf mgf2meta mgfilt mgf2inv 3ds2mgf \
23 < pabopto2bsdf bsdf2ttree pkgBSDF
23 > pabopto2bsdf bsdf2ttree bsdf2klems pkgBSDF
24  
25   LIBFILES = source.cal tilt.cal lamp.tab window.cal
26  
# Line 79 | Line 79 | bsdfrbf.o bsdfmesh.o -lrtrad $(MLIB)
79  
80   bsdf2ttree:     bsdf2ttree.o bsdfrep.o bsdfinterp.o
81          $(CC) $(CFLAGS) -o bsdf2ttree bsdf2ttree.o bsdfrep.o bsdfinterp.o \
82 + -lrtrad $(MLIB)
83 +
84 + bsdf2klems:     bsdf2klems.o bsdfrep.o bsdfinterp.o
85 +        $(CC) $(CFLAGS) -o bsdf2klems bsdf2klems.o bsdfrep.o bsdfinterp.o \
86   -lrtrad $(MLIB)
87  
88   pkgBSDF:        pkgBSDF.o

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines