--- ray/src/px/Rmakefile 1991/10/28 16:39:21 1.52 +++ ray/src/px/Rmakefile 1992/04/11 16:31:34 2.2 @@ -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 @@ -16,8 +15,8 @@ LIBDIR = /usr/local/lib/ray PIXAR_INCLUDE= -I/usr/pixar/include PIXAR_LIB= -L/usr/pixar/host/lib -lpirl -lpicio -lchad -lpixar -lm -PROGS = pfilt ttyimage oki20c paintjet mt160r getinfo psign \ -greyscale pvalue pcompos colorscale prot ra_pr ra_pr24 \ +PROGS = pfilt ttyimage oki20c oki20 paintjet mt160r getinfo psign \ +greyscale pvalue pcompos colorscale protate ra_pr ra_pr24 \ ra_t8 ra_bn ra_t16 pcomb pinterp ximage xshowtrace pflip ra_ppm \ ra_rgbe ra_pict @@ -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 @@ -62,6 +65,9 @@ biq.o -lrt -lm oki20c: oki20c.o cc $(CFLAGS) -o oki20c oki20c.o -lrt -lm +oki20: oki20.o + cc $(CFLAGS) -o oki20 oki20.o -lrt -lm + paintjet: paintjet.o cc $(CFLAGS) -o paintjet paintjet.o -lrt -lm @@ -130,8 +136,8 @@ ximage: x11image.o ciq.o cut.o closest.o x11raster.o b cc $(CFLAGS) -o ximage x11image.o x11raster.o \ ciq.o cut.o closest.o biq.o -lX11 -lrt -lm -prot: prot.o - cc $(CFLAGS) -o prot prot.o -lrt +protate: protate.o + cc $(CFLAGS) -o protate protate.o -lrt pflip: pflip.o cc $(CFLAGS) -o pflip pflip.o -lrt @@ -176,12 +182,12 @@ panim.o: client/scan.h ../common/color.h ../common/ran 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 \ +pfilt.o pf2.o ttyimage.o t4027.o mt160r.o psum.o psign.o protate.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 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 \ +pvalue.o protate.o biq.o ciq.o pinterp.o ximage.o \ image.o: ../common/standard.h ../common/mat4.h ../common/fvect.h ximage.o xraster.o: xraster.h @@ -197,3 +203,8 @@ ciq.o cut.o closest.o biq.o: pic.h ciq.h pinterp.o ximage.o image.o: ../common/view.h ra_pict.o: pict.h + +mt160r.o oki20c.o paintjet.o pcomb.o pcompos.o pfilt.o pflip.o \ +pinterp.o protate.o pvalue.o ra_bn.o ra_pict.o ra_pixar.o \ +ra_ppm.o ra_pr.o ra_pr24.o ra_rgbe.o ra_t16.o ra_t8.o glimage.o \ +ra_tiff.o ttyimage.o ximage.o x11image.o: ../common/resolu.h