--- ray/src/px/Rmakefile 1991/11/11 14:01:11 1.55 +++ ray/src/px/Rmakefile 1991/11/11 14:32:57 1.56 @@ -133,8 +133,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 -protate: prot.o - cc $(CFLAGS) -o protate prot.o -lrt +protate: protate.o + cc $(CFLAGS) -o protate protate.o -lrt pflip: pflip.o cc $(CFLAGS) -o pflip pflip.o -lrt @@ -179,12 +179,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 -pvalue.o 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 @@ -202,6 +202,6 @@ 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 prot.o pvalue.o ra_bn.o ra_pict.o ra_pixar.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 \ ra_tiff.o ttyimage.o x11image.o: ../common/resolu.h