--- ray/src/rt/Rmakefile 1991/11/07 11:06:53 1.68 +++ ray/src/rt/Rmakefile 1991/11/07 16:34:50 1.69 @@ -99,6 +99,8 @@ x10: $(DEVDIR)/x10 aed: $(DEVDIR)/aed +sgi: $(DEVDIR)/news + tiff: clean: @@ -138,6 +140,10 @@ $(DEVDIR)/aed: aed.o colortab.o tty.o devmain.o editli $(CC) $(CFLAGS) -s -o $(DEVDIR)/aed aed.o colortab.o \ devmain.o tty.o editline.o $(LIBS) +$(DEVDIR)/news: nwsdev.o devmain.o editline.o + $(CC) $(CFLAGS) -s -o $(DEVDIR)/news nwsdev.o devmain.o editline.o \ +-lcps $(LIBS) + # # Special compiles: # @@ -190,7 +196,7 @@ caldefn.o: caldefn.c ../common/calcomp.h $(CC) $(CFLAGS) -DFUNCTION -DREDEFW -c caldefn.c nwsdev.o: nwsdev.c nwsdev.h newsconstants.h - $(CC) $(CFLAGS) -c nwsdev.c + $(CC) $(CFLAGS) -Dnws_init=dinit -c nwsdev.c nwsdev.h: nwsdev.cps newsconstants.h cps nwsdev.cps