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.61 by greg, Thu May 21 18:08:43 2009 UTC vs.
Revision 2.62 by greg, Wed Jun 17 20:41:47 2009 UTC

# Line 21 | Line 21 | PICOBJ = color.o header.o image.o lamps.o resolu.o rex
21          colrops.o font.o tonemap.o tmapcolrs.o tmapluv.o tmaptiff.o \
22          tmap16bit.o bmpfile.o falsecolor.o
23  
24 + UTLOBJ = ezxml.o bsdf.o
25 +
26   STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o invmat4.o fvect.o urand.o \
27          urind.o calexpr.o caldefn.o calfunc.o calprnt.o biggerlib.o multisamp.o \
28          unix_process.o process.o gethomedir.o getpath.o error.o savestr.o \
# Line 34 | Line 36 | OGLOBJ = rglfile.o rglmat.o rgldomat.o rglsurf.o rglin
36  
37   LIBFILES = tmesh.cal
38  
39 < librtrad.a:     $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ)
39 > librtrad.a:     $(RTOBJ) $(PICOBJ) $(UTLOBJ) $(STDOBJ) $(SYSOBJ)
40          rm -f librtrad.a
41 <        ar rc librtrad.a $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ)
41 >        ar rc librtrad.a $(RTOBJ) $(PICOBJ) $(UTLOBJ) $(STDOBJ) $(SYSOBJ)
42          -ranlib librtrad.a
43  
44   install:        all
# Line 146 | Line 148 | bmpfile.o:     bmpfile.h tiff.h
148  
149   header.o readmesh.o readoct.o resolu.o rglinst.o tmapcolrs.o:   resolu.h
150  
151 + ezxml.o bsdf.o: ezxml.h
152 +
153 + bsdf.o: ../common/paths.h
154 +
155 + bsdf.o: bsdf.h standard.h rtmisc.h rtio.h rtmath.h mat4.h fvect.h rterror.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines