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.14 by greg, Fri Oct 27 11:48:18 1989 UTC vs.
Revision 1.15 by greg, Tue Dec 19 13:02:39 1989 UTC

# Line 33 | Line 33 | COMPAT = malloc.o
33   DOBJS = devtable.o devcomm.o aed.o tty.o editline.o x10.o xtwind.o \
34          colortab.o
35   DLIBS = -lX
36 < DRIVERS = $(DEVDIR)/sundev $(DEVDIR)/sun.com
36 > DRIVERS = $(DEVDIR)/sundev $(DEVDIR)/sun.com # $(DEVDIR)/X11dev
37  
38   #
39   # Standard object files:
# Line 101 | Line 101 | $(DEVDIR)/sundev:      sundev.o devmain.o colortab.o
101   $(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 \
106 + -lX11 $(LIBS)
107 +
108   #
109   # Special compiles:
110   #
# Line 199 | Line 203 | sundev.o:      suntools.icon
203   image.o rmain.o rpict.o:        view.h
204  
205   x10.o xtwind.o: xtwind.h
206 +
207 + x11.o x11twind.o: x11twind.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines