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.51 by greg, Tue May 31 18:01:09 2005 UTC vs.
Revision 2.55 by greg, Mon Oct 8 18:07:57 2007 UTC

# Line 30 | Line 30 | LIBDIR = /usr/local/lib/ray
30   #
31   RLIB = ../lib/libradiance.a
32   RCLIB = ../lib/libraycalls.a
33 < LIBS = -lrt $(MLIB)
33 > LIBS = -lrtrad $(MLIB)
34  
35   #
36   # Device drivers for rvu (see also devtable.c):
# Line 132 | Line 132 | $(RCLIB):      $(RLOBJS)
132          -ranlib $(RCLIB)
133  
134   #
135 # Special compiles:
136 #
137
138 rtmain.o:       rtmain.c
139        $(CC) $(CFLAGS) -DNICE=4 -c rtmain.c
140
141 rpmain.o:       rpmain.c
142        $(CC) $(CFLAGS) -DNICE=6 -c rpmain.c
143
144 rvmain.o:       rvmain.c
145        $(CC) $(CFLAGS) -c rvmain.c
146
147 #
135   # Uncomment the following to model dispersion:
136   #
137   dielectric.o:   dielectric.c source.h
# Line 247 | Line 234 | raypcalls.o:   ../common/selcall.h
234   o_mesh.o:       ../common/mesh.h
235  
236   noise3.o:       ../common/calcomp.h
237 +
238 + aniso.o dielectric.o freeobjmem.o glass.o initotypes.o \
239 + m_alias.o m_brdf.o m_clip.o m_direct.o m_mirror.o m_mist.o \
240 + mx_data.o mx_func.o normal.o o_cone.o o_face.o o_instance.o \
241 + o_mesh.o p_data.o p_func.o source.o sphere.o t_data.o t_func.o \
242 + srcobstr.o text.o:              rtotypes.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines