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.19 by greg, Thu Feb 22 11:35:45 1990 UTC vs.
Revision 1.20 by greg, Thu Feb 22 12:39:22 1990 UTC

# Line 102 | Line 102 | $(DEVDIR)/sun.com:     suncom.o editline.o
102          cc $(CFLAGS) -o $(DEVDIR)/sun.com suncom.o editline.o
103  
104   $(DEVDIR)/X11dev:       x11.o x11twind.o colortab.o
105 <        cc $(CFLAGS) -o $(DEVDIR)/x11dev devmain.o sundev.o colortab.o \
105 >        cc $(CFLAGS) -o $(DEVDIR)/x11dev devmain.o x11.o colortab.o \
106   -lX11 $(LIBS)
107  
108   #
# Line 133 | Line 133 | rvmain.o:      rmain.c
133   # end of dispersion compiles.
134  
135   sundev.o:       sundev.c
136 <        cc $(CFLAGS) -c sundev.c
136 >        cc $(CFLAGS) -Dsun_init=dinit -c sundev.c
137  
138   devcomm.o:      devcomm.c
139          cc $(CFLAGS) -c devcomm.c

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines