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 1.7 by greg, Wed Jun 7 08:35:10 1989 UTC vs.
Revision 1.8 by greg, Fri Jun 9 15:35:18 1989 UTC

# Line 16 | Line 16 | INSTALL = cp
16   #
17   # The following paths must exist and be relative to root:
18   #
19 < DEVDIR = $(LIBDIR)/lib
19 > DEVDIR = $(INSTDIR)
20   LIBDIR = /usr/local/lib/ray
21  
22   #
# Line 125 | Line 125 | rvmain.o:      rmain.c
125   # end of dispersion compiles.
126  
127   sundev.o:       sundev.c
128 <        cc $(CFLAGS) -DTTYPROG=\"$(DEVDIR)/sun.com\" -c sundev.c
128 >        cc $(CFLAGS) -c sundev.c
129  
130   devcomm.o:      devcomm.c
131 <        cc $(CFLAGS) -DDEVPATH=\"$(DEVDIR)\" -c devcomm.c
131 >        cc $(CFLAGS) -c devcomm.c
132  
133   ambient.o:      ambient.c
134          cc $(CFLAGS) -DAMBFLUSH=16 -c ambient.c

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines