--- ray/src/px/Rmakefile 1992/07/13 11:54:29 2.5 +++ ray/src/px/Rmakefile 1992/10/13 11:36:17 2.9 @@ -112,9 +112,8 @@ ra_ps: ra_ps.o ra_ppm: ra_ppm.o $(CC) $(CFLAGS) -o ra_ppm ra_ppm.o -lrt -lm -ra_t8: ra_t8.o ciq.o cut.o closest.o biq.o - $(CC) $(CFLAGS) -o ra_t8 ra_t8.o ciq.o cut.o closest.o \ -biq.o -lrt -lm +ra_t8: ra_t8.o clrtab.o + $(CC) $(CFLAGS) -o ra_t8 ra_t8.o clrtab.o -lrt -lm ra_t16: ra_t16.o $(CC) $(CFLAGS) -o ra_t16 ra_t16.o -lrt -lm @@ -136,13 +135,16 @@ x10image: ximage.o ciq.o cut.o closest.o xraster.o biq $(CC) $(CFLAGS) -o x10image ximage.o xraster.o \ ciq.o cut.o closest.o biq.o -lX -lrt -lm -ximage: x11image.o ciq.o cut.o closest.o x11raster.o biq.o +ximage: x11image.o x11raster.o clrtab.o $(CC) $(CFLAGS) -o ximage x11image.o x11raster.o \ -ciq.o cut.o closest.o biq.o -lX11 -lrt -lm +clrtab.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 +188,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 +214,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 + +pfilt.o psign.o: ../common/paths.h