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.68 by greg, Thu Nov 7 11:06:53 1991 UTC vs.
Revision 1.69 by greg, Thu Nov 7 16:34:50 1991 UTC

# Line 99 | Line 99 | x10:   $(DEVDIR)/x10
99  
100   aed:    $(DEVDIR)/aed
101  
102 + sgi:    $(DEVDIR)/news
103 +
104   tiff:  
105  
106   clean:
# Line 138 | Line 140 | $(DEVDIR)/aed: aed.o colortab.o tty.o devmain.o editli
140          $(CC) $(CFLAGS) -s -o $(DEVDIR)/aed aed.o colortab.o \
141   devmain.o tty.o editline.o $(LIBS)
142  
143 + $(DEVDIR)/news: nwsdev.o devmain.o editline.o
144 +        $(CC) $(CFLAGS) -s -o $(DEVDIR)/news nwsdev.o devmain.o editline.o \
145 + -lcps $(LIBS)
146 +
147   #
148   # Special compiles:
149   #
# Line 190 | Line 196 | caldefn.o:     caldefn.c ../common/calcomp.h
196          $(CC) $(CFLAGS) -DFUNCTION -DREDEFW -c caldefn.c
197  
198   nwsdev.o:       nwsdev.c nwsdev.h newsconstants.h
199 <        $(CC) $(CFLAGS) -c nwsdev.c
199 >        $(CC) $(CFLAGS) -Dnws_init=dinit -c nwsdev.c
200  
201   nwsdev.h:       nwsdev.cps newsconstants.h
202          cps nwsdev.cps

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines