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.83 by greg, Mon Mar 30 18:28:35 2020 UTC vs.
Revision 2.88 by greg, Fri Nov 19 22:51:31 2021 UTC

# Line 38 | Line 38 | SYSOBJ = ealloc.o fdate.o portio.o myhostname.o $(COMP
38  
39   MGFOBJ = mgf_parser.o mgf_object.o mgf_xf.o mgf_context.o
40  
41 < WFOBJ = objutil.o readwfobj.o convertobj.o writewfobj.o
41 > WFOBJ = objutil.o objtriangulate.o readwfobj.o convertobj.o writewfobj.o
42  
43   REETZOBJ = g3affine.o g3flist.o g3sphere.o g3vector.o gbasic.o muc_randvar.o
44  
# Line 71 | Line 71 | install:       all
71          cd $(LIBDIR) && rm -f $(LIBFILES)
72          cp -f $(LIBFILES) $(LIBDIR)
73  
74 < all:    librtrad.a libmgf.a libreetz.a $(SPECIAL)
74 > all:    librtrad.a libmgf.a libwfobj.a libreetz.a $(SPECIAL)
75  
76   clean:
77 <        rm -f *.o librtrad.a libmgf.a
77 >        rm -f *.o *.a
78  
79   ogl:    $(OGLOBJ)
80          rm -f librgl.a
# Line 137 | Line 137 | clip.o plocate.o:      plocate.h
137  
138   font.o: font.h
139  
140 < cvtcmd.o fropen.o getpath.o image.o:    paths.h
140 > cvtcmd.o font.o fropen.o getpath.o image.o:     paths.h
141  
142   lookup.o:       lookup.h
143  
# Line 163 | Line 163 | free_os.o:     octree.h object.h otypes.h face.h cone.h in
163  
164   tmesh.o:        tmesh.h fvect.h
165  
166 < fgetword.o fputword.o fgetval.o fgetline.o fdate.o unix_process.o \
167 < byteswap.o expandarg.o badarg.o xf.o:   rtio.h
166 > fgetword.o fputword.o fgetval.o fgetline.o fdate.o font.o \
167 > unix_process.o byteswap.o expandarg.o badarg.o xf.o:    rtio.h
168  
169   expandarg.o:    rtmisc.h
170  
# Line 229 | Line 229 | idmap.o:       idmap.h resolu.h platform.h rtio.h
229  
230   rcode_ident.o:  lookup.h
231  
232 + convertobj.o:   paths.h rterror.h objutil.h
233 +
234   objutil.o:      objutil.h rterror.h rtio.h rtmath.h mat4.h fvect.h lookup.h
235 +
236 + objtriangulate.o:       objutil.h rterror.h triangulate.h
237  
238   readwfobj.o:    objutil.h rtio.h rterror.h fvect.h
239  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines