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.62 by greg, Wed Jun 17 20:41:47 2009 UTC vs.
Revision 2.73 by greg, Wed Aug 12 23:07:59 2015 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
24 > UTLOBJ = ezxml.o ccolor.o ccyrgb.o bsdf.o bsdf_m.o bsdf_t.o loadbsdf.o \
25 >        disk2square.o hilbert.o interp2d.o triangulate.o
26  
27   STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o invmat4.o fvect.o urand.o \
28          urind.o calexpr.o caldefn.o calfunc.o calprnt.o biggerlib.o multisamp.o \
# Line 32 | Line 33 | STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o inv
33  
34   SYSOBJ = ealloc.o fdate.o portio.o myhostname.o $(COMPAT)
35  
36 + MGFOBJ = mgf_parser.o mgf_object.o mgf_xf.o mgf_context.o
37 +
38 + REETZOBJ = g3affine.o g3flist.o g3sphere.o g3vector.o gbasic.o maxheap.o
39 +
40   OGLOBJ = rglfile.o rglmat.o rgldomat.o rglsurf.o rglinst.o rglsrc.o
41  
42   LIBFILES = tmesh.cal
# Line 41 | Line 46 | librtrad.a:    $(RTOBJ) $(PICOBJ) $(UTLOBJ) $(STDOBJ) $(S
46          ar rc librtrad.a $(RTOBJ) $(PICOBJ) $(UTLOBJ) $(STDOBJ) $(SYSOBJ)
47          -ranlib librtrad.a
48  
49 + libmgf.a:       $(MGFOBJ)
50 +        rm -f libmgf.a
51 +        ar rc libmgf.a $(MGFOBJ)
52 +        -ranlib libmgf.a
53 +
54 + libreetz.a:     $(REETZOBJ)
55 +        rm -f libreetz.a
56 +        ar rc libreetz.a $(REETZOBJ)
57 +        -ranlib libreetz.a
58 +
59   install:        all
60 <        mv -f librtrad.a ../lib
60 >        mv -f librtrad.a libmgf.a libreetz.a ../lib
61          cd $(LIBDIR) && rm -f $(LIBFILES)
62          cp -f $(LIBFILES) $(LIBDIR)
63  
64 < all:    librtrad.a $(SPECIAL)
64 > all:    librtrad.a libmgf.a libreetz.a $(SPECIAL)
65  
66   clean:
67 <        rm -f *.o librtrad.a
67 >        rm -f *.o librtrad.a libmgf.a
68  
69   ogl:    $(OGLOBJ)
70          rm -f librgl.a
# Line 77 | Line 92 | cone.o:                cone.h
92  
93   face.o:         face.h
94  
95 < fvect.o:        fvect.h
95 > fvect.o:        fvect.h random.h
96  
97   instance.o:     instance.h
98  
# Line 140 | Line 155 | byteswap.o expandarg.o badarg.o xf.o:  rtio.h
155  
156   expandarg.o:    rtmisc.h
157  
158 < dircode.o xf.o: rtmath.h mat4.h fvect.h tiff.h
158 > dircode.o interp2d.o xf.o:      rtmath.h mat4.h fvect.h tiff.h
159  
160   error.o:        rterror.h
161  
# Line 148 | Line 163 | bmpfile.o:     bmpfile.h tiff.h
163  
164   header.o readmesh.o readoct.o resolu.o rglinst.o tmapcolrs.o:   resolu.h
165  
166 < ezxml.o bsdf.o: ezxml.h
166 > ezxml.o bsdf.o bsdf_m.o bsdf_t.o:       ezxml.h
167  
168 < bsdf.o: ../common/paths.h
168 > bsdf_m.o bsdf_t.o:      rtio.h
169  
170 < bsdf.o: bsdf.h standard.h rtmisc.h rtio.h rtmath.h mat4.h fvect.h rterror.h
170 > bsdf.o: bsdf.h fvect.h bsdf_m.h bsdf_t.h hilbert.h ezxml.h
171 >
172 > bsdf.o bsdf_m.o bsdf_t.o ccolor.o:      ccolor.h
173 >
174 > mgf_parser.o mgf_context.o mgf_xf.o mgf_object.o:       mgf_parser.h ccolor.h
175 >
176 > ccyrgb.o:       ccolor.h color.h
177 >
178 > mgf_parser.o mgf_context.o:     lookup.h
179 >
180 > mgf_parser.o:   mgf_mesg.h
181 >
182 > bsdf_m.o:       bsdf.h bsdf_m.h
183 >
184 > bsdf_t.o:       bsdf.h bsdf_t.h hilbert.h
185 >
186 > hilbert.o:      hilbert.h
187 >
188 > loadbsdf.o:     bsdf.h rtio.h rterror.h paths.h
189 >
190 > interp2d.o:     interp2d.h
191 >
192 > triangulate.o:  triangulate.h
193 >
194 > process.o readobj.o readoct.o rglfile.o \
195 > tmapcolrs.o unix_process.o win_process.o:       rtprocess.h
196 >
197 > gbasic.o:       gbasic.h
198 >
199 > g3flist.o g3affine.o g3sphere.o g3vector.o:     g3vector.h gbasic.h fvect.h
200 >
201 > g3affine.o:     g3affine.h
202 >
203 > g3affine.o g3sphere.o:  g3sphere.h
204 >
205 > g3flist.o:      g3flist.h
206 >
207 > maxheap.o:      maxheap.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines