--- ray/src/px/Rmakefile 1991/10/28 09:43:19 1.51 +++ ray/src/px/Rmakefile 1991/11/07 16:36:21 1.54 @@ -1,11 +1,10 @@ -# -# SCCSid "$SunId$ LBL" # Compiles for image processing and display programs +# SCCSid "$SunId$ LBL" # ARCH = sun OPT = -O -MACH = -DSTRUCTASSIGN -DBSD +MACH = -DBSD SPECIAL = aed tiff CFLAGS = $(OPT) $(MACH) -I../common -L../lib @@ -29,6 +28,9 @@ x10: x10image aed: aedimage cp aedimage $(INSTDIR) +sgi: glimage + cp glimage $(INSTDIR) + tiff: ra_tiff cp ra_tiff $(INSTDIR) @@ -41,7 +43,8 @@ install: $(PROGS) $(SPECIAL) normpat.csh falsecolor.cs chmod 755 $(INSTDIR)/normpat $(INSTDIR)/falsecolor clean: - set nonomatch; rm -f $(PROGS) *.o core + set nonomatch; rm -f x10image aedimage glimage ra_tiff \ +$(PROGS) *.o core pfilt: pfilt.o pf2.o pf3.o cc $(CFLAGS) -o pfilt pfilt.o pf2.o pf3.o -lrt -lm @@ -178,7 +181,7 @@ pf2.o bnoise.o ra_t16.o: ../common/random.h pfilt.o pf2.o ttyimage.o t4027.o mt160r.o psum.o psign.o prot.o ra_pr24.o \ d48c.o aedimage.o pcompos.o color.o resolu.o colrops.o pflip.o \ -greyscale.o ra_t8.o glimage.o ra_bn.o ra_t16.o \ +greyscale.o ra_t8.o glimage.o ra_bn.o ra_t16.o ra_tiff.o ra_pict.o \ ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o: ../common/color.h prot.o biq.o ciq.o pinterp.o ximage.o \