--- ray/src/px/Rmakefile 1992/07/13 11:54:29 2.5 +++ ray/src/px/Rmakefile 1992/09/08 10:33:56 2.7 @@ -143,6 +143,9 @@ ciq.o cut.o closest.o biq.o -lX11 -lrt -lm protate: protate.o $(CC) $(CFLAGS) -o protate protate.o -lrt +pextrem: pextrem.o + $(CC) $(CFLAGS) -o pextrem pextrem.o -lrt + pflip: pflip.o $(CC) $(CFLAGS) -o pflip pflip.o -lrt @@ -186,7 +189,7 @@ panim.o: client/scan.h ../common/color.h ../common/ran pf2.o bnoise.o ra_ps.o ra_t16.o: ../common/random.h -pfilt.o pf2.o ttyimage.o t4027.o mt160r.o psum.o psign.o protate.o \ +pfilt.o pf2.o ttyimage.o t4027.o mt160r.o psum.o psign.o protate.o pextrem.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_ps.o ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o: ../common/color.h @@ -212,3 +215,5 @@ mt160r.o oki20c.o paintjet.o pcomb.o pcompos.o pfilt.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 + +psign.o: ../common/paths.h