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

Comparing ray/src/common/Rmakefile (file contents):
Revision 2.74 by greg, Tue Feb 2 18:02:32 2016 UTC vs.
Revision 2.78 by greg, Wed Jan 17 22:36:44 2018 UTC

# Line 9 | Line 9 | CFLAGS = $(MACH) $(OPT)
9   CC = cc
10   SPECIAL =
11  
12 < COMPAT = erf.o strcmp.o
12 > COMPAT = erf.o strcmp.o strlcpy.o
13  
14   LIBDIR = /usr/local/lib/ray
15  
# Line 36 | Line 36 | SYSOBJ = ealloc.o fdate.o portio.o myhostname.o $(COMP
36  
37   MGFOBJ = mgf_parser.o mgf_object.o mgf_xf.o mgf_context.o
38  
39 < REETZOBJ = g3affine.o g3flist.o g3sphere.o g3vector.o gbasic.o maxheap.o
39 > REETZOBJ = g3affine.o g3flist.o g3sphere.o g3vector.o gbasic.o maxheap.o muc_randvar.o
40  
41   OGLOBJ = rglfile.o rglmat.o rgldomat.o rglsurf.o rglinst.o rglsrc.o
42  
# Line 87 | Line 87 | getlibpath.o:  getlibpath.c
87   tmapcolrs.o:    tmapcolrs.c
88          $(CC) $(CFLAGS) -DPCOND=\"pcond\" -c tmapcolrs.c
89  
90 + testBSDF:       testBSDF.c bsdf.h rtio.h
91 +        $(CC) -L../lib $(CFLAGS) -o testBSDF testBSDF.c -lrtrad -lm
92 +
93   color.o colrops.o lamps.o spec_rgb.o:   color.h
94  
95   cone.o:         cone.h
# Line 206 | Line 209 | g3affine.o g3sphere.o: g3sphere.h
209   g3flist.o:      g3flist.h
210  
211   maxheap.o:      maxheap.h
212 +
213 + ezxml.o readmesh.o readobj.o readoct.o rglinst.o wordfile.o:    platform.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines