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.39 by greg, Sun Apr 21 23:01:14 2013 UTC vs.
Revision 2.40 by greg, Wed Sep 25 16:52:28 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 bsdf2klems pkgBSDF
23 > pabopto2bsdf bsdf2ttree bsdf2klems pkgBSDF epw2wea
24  
25   LIBFILES = source.cal tilt.cal lamp.tab window.cal
26  
# Line 87 | Line 87 | bsdf2klems:    bsdf2klems.o bsdfrep.o bsdfinterp.o
87  
88   pkgBSDF:        pkgBSDF.o
89          $(CC) $(CFLAGS) -o pkgBSDF pkgBSDF.o -lrtrad $(MLIB)
90 +
91 + epw2wea:        epw2wea.o
92 +        $(CC) $(CFLAGS) -o epw2wea epw2wea.o
93  
94   mgf2rad.o:      mgf2rad.c ../common/mgf_parser.h ../common/tmesh.h \
95   ../common/color.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines