--- ray/src/px/Rmakefile 1991/03/06 10:14:01 1.28 +++ ray/src/px/Rmakefile 1991/03/07 15:30:53 1.30 @@ -5,23 +5,31 @@ # OPT = -O -MACH = -DBSD -DSTRUCTASSIGN -f68881 /usr/lib/f68881.il -DIEEE +MACH = -DSTRUCTASSIGN -f68881 /usr/lib/libm.il -DIEEE -DBSD CFLAGS = $(OPT) $(MACH) -INSTDIR = ../../bin +INSTDIR = /lumen/lumen/ray/bin.sun3 -LIBDIR = /usr/local/lib/ray +LIBDIR = /lumen/lumen/ray/lib CALDEFS = -DFUNCTION -DVARIABLE -DRCONST -DBIGLIB PIXAR_INCLUDE= -I/usr/pixar/include PIXAR_LIB= -L/usr/pixar/host/lib -lpirl -lpicio -lchad -lpixar -lm -PROGS = pfilt ttyimage aedimage oki20c paintjet mt160r getinfo psign \ -greyscale pvalue pcompos colorscale ra_pr ra_pr24 ximage prot \ +PROGS = pfilt ttyimage oki20c paintjet mt160r getinfo psign \ +greyscale pvalue pcompos colorscale prot \ ra_t8 ra_bn ra_t16 pcomb pinterp x11image xshowtrace pflip all: $(PROGS) + +x10: ximage + cp ximage $(INSTDIR) + +aed: aedimage + cp aedimage $(INSTDIR) + +sun: install: $(PROGS) normpat.csh cp $(PROGS) $(INSTDIR)