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

Comparing ray/src/rt/Rmakefile (file contents):
Revision 2.37 by greg, Fri Jun 27 06:53:22 2003 UTC vs.
Revision 2.41 by greg, Tue Nov 11 16:24:06 2003 UTC

# Line 29 | Line 29 | LIBDIR = /usr/local/lib/ray
29   # Library routines:
30   #
31   RLIB = ../lib/libradiance.a
32 < RCLIB = libraycalls.a
32 > RCLIB = ../lib/libraycalls.a
33   LIBS = -lrt $(MLIB)
34  
35   #
# Line 95 | Line 95 | all:   $(PROGS) $(RCLIB) $(SPECIAL)
95  
96   install:        all rayinit.cal
97          $(INSTALL) $(PROGS) $(INSTDIR)
98        mv $(RCLIB) ../lib
98          rm -f $(LIBDIR)/rayinit.cal
99          cp rayinit.cal $(LIBDIR)
100  
# Line 240 | Line 239 | data.o rpmain.o rtmain.o rvmain.o rpict.o rtrace.o \
239   rv2.o:  ../common/resolu.h
240  
241   aniso.o func.o m_brdf.o m_direct.o mx_data.o mx_func.o p_data.o \
242 < p_func.o t_data.o t_func.o:     func.h
242 > p_func.o t_data.o t_func.o:     func.h ../common/calcomp.h
243  
244   preload.o:      ../common/object.h ../common/face.h ../common/cone.h \
245   ../common/instance.h ../common/mesh.h ../common/color.h data.h
246  
248 devcomm.o:      ../common/vfork.h
249
247   rtmain.o rpmain.o rvmain.o persist.o duphead.o rpict.o: ../common/paths.h
248  
249   freeobjmem.o raycalls.o text.o: ../common/font.h
# Line 254 | Line 251 | freeobjmem.o raycalls.o text.o:        ../common/font.h
251   raypcalls.o:    ../common/selcall.h
252  
253   o_mesh.o:       ../common/mesh.h
254 +
255 + noise3.o:       ../common/calcomp.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines