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.52 by greg, Thu Jun 23 11:51:47 2005 UTC vs.
Revision 2.54 by schorsch, Fri Mar 10 19:40:13 2006 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 130 | Line 130 | $(RLIB):       $(ROBJS) Version.o
130   $(RCLIB):       $(RLOBJS)
131          ar rc $(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
133  
134   #
135   # Uncomment the following to model dispersion:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines