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.51 by greg, Wed Jul 27 18:05:53 2016 UTC vs.
Revision 2.55 by greg, Thu Jun 7 15:39:36 2018 UTC

# Line 21 | Line 21 | INSTDIR = /usr/local/bin
21   LIBDIR = /usr/local/lib/ray
22  
23   PROGS = ies2rad nff2rad lampcolor tmesh2rad obj2rad \
24 < mgf2rad rad2mgf mgf2meta mgfilt mgf2inv 3ds2mgf \
25 < pabopto2xyz pabopto2bsdf bsdf2ttree bsdf2klems pkgBSDF epw2wea
24 > mgf2rad rad2mgf mgf2meta mgfilt mgf2inv 3ds2mgf bsdfquery \
25 > pabopto2xyz pabopto2bsdf bsdf2ttree bsdf2klems pkgBSDF epw2wea bsdf2rad
26  
27 < LIBFILES = source.cal tilt.cal lamp.tab window.cal
27 > LIBFILES = source.cal tilt.cal lamp.tab window.cal bsdf2rad.cal
28  
29   all:    $(PROGS)
30  
# Line 94 | Line 94 | bsdf2rad:      bsdf2rad.o bsdfrep.o bsdfinterp.o
94          $(CC) $(CFLAGS) -o bsdf2rad bsdf2rad.o bsdfrep.o bsdfinterp.o \
95   -lrtrad $(MLIB)
96  
97 + bsdf2rado:      bsdf2rado.o bsdfrep.o bsdfinterp.o
98 +        $(CC) $(CFLAGS) -o bsdf2rado bsdf2rado.o bsdfrep.o bsdfinterp.o \
99 + -lrtrad $(MLIB)
100 +
101   bsdfquery:      bsdfquery.o bsdfrep.o bsdfinterp.o
102          $(CC) $(CFLAGS) -o bsdfquery bsdfquery.o bsdfrep.o bsdfinterp.o \
103   -lrtrad $(MLIB)
# Line 160 | Line 164 | bsdf2rad.o bsdf2ttree.o:       ../common/rtprocess.h
164   bsdf2klems.o bsdf2ttree.o mgf2meta.o:   ../common/random.h
165  
166   bsdftrans.o:    transportSimplex.h
167 +
168 + bsdfquery.o:    ../common/rtmath.h ../common/rtio.h bsdfrep.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines