--- ray/src/px/Rmakefile 1994/03/30 14:25:08 2.17 +++ ray/src/px/Rmakefile 1995/09/15 15:52:55 2.20 @@ -38,11 +38,12 @@ tiff: ra_tiff sun: -install: $(PROGS) $(SPECIAL) normpat.csh falsecolor.csh +install: $(PROGS) $(SPECIAL) normpat.csh falsecolor.csh pdfblur.csh cp $(PROGS) $(INSTDIR) cp normpat.csh $(INSTDIR)/normpat cp falsecolor.csh $(INSTDIR)/falsecolor - chmod 755 $(INSTDIR)/normpat $(INSTDIR)/falsecolor + cp pdfblur.csh $(INSTDIR)/pdfblur + chmod 755 $(INSTDIR)/normpat $(INSTDIR)/falsecolor $(INSTDIR)/pdfblur clean: set nonomatch; rm -f x10image aedimage glimage ra_tiff \ @@ -100,8 +101,8 @@ psign: psign.o d48c: d48c.o $(CC) $(CFLAGS) -o d48c d48c.o -lrt -ra_gif: ra_gif.o clrtab.o - $(CC) $(CFLAGS) -o ra_gif ra_gif.o clrtab.o -lrt $(MLIB) +ra_gif: ra_gif.o clrtab.o neuclrtab.o + $(CC) $(CFLAGS) -o ra_gif ra_gif.o clrtab.o neuclrtab.o -lrt $(MLIB) ra_pr: ra_pr.o ciq.o cut.o closest.o biq.o $(CC) $(CFLAGS) -o ra_pr ra_pr.o ciq.o cut.o closest.o \ @@ -119,8 +120,8 @@ ra_ps: ra_ps.o ra_ppm: ra_ppm.o $(CC) $(CFLAGS) -o ra_ppm ra_ppm.o -lrt $(MLIB) -ra_t8: ra_t8.o clrtab.o - $(CC) $(CFLAGS) -o ra_t8 ra_t8.o clrtab.o -lrt $(MLIB) +ra_t8: ra_t8.o clrtab.o neuclrtab.o + $(CC) $(CFLAGS) -o ra_t8 ra_t8.o clrtab.o neuclrtab.o -lrt $(MLIB) ra_t16: ra_t16.o $(CC) $(CFLAGS) -o ra_t16 ra_t16.o -lrt $(MLIB) @@ -168,9 +169,6 @@ pinterp: pinterp.o ra_tiff: ra_tiff.o ../lib/libtiff.a $(CC) $(CFLAGS) -o ra_tiff ra_tiff.o -lrt -ltiff $(MLIB) -psign.o: psign.c ../common/font.h - $(CC) $(CFLAGS) -DDEFPATH=\":$(LIBDIR)\" -c psign.c - ra_tiff.o: ra_tiff.c $(CC) $(CFLAGS) -Ilibtiff -c ra_tiff.c @@ -189,19 +187,25 @@ xshowtrace: xshowtrace.o x11findwind.o $(CC) $(CFLAGS) -o xshowtrace xshowtrace.o \ x11findwind.o -lrt $(MLIB) -lX11 +nclrtab.o: neuclrtab.o + ln neuclrtab.c nclrtab.c + $(CC) $(CFLAGS) -DCOMPAT_MODE -c nclrtab.c + rm -f nclrtab.c + pcomb.o: ../common/calcomp.h panim.o: client/scan.h ../common/color.h ../common/random.h pf2.o bnoise.o ra_ps.o ra_t16.o: ../common/random.h -pfilt.o pf2.o pf3.o ttyimage.o t4027.o mt160r.o psum.o psign.o protate.o \ +neuclrtab.o clrtab.o pfilt.o pf2.o pf3.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 -pvalue.o protate.o biq.o ciq.o pinterp.o ximage.o psign.o xshowtrace.o \ -pcomb.o pfilt.o pf3.o image.o: ../common/standard.h \ +neuclrtab.o pvalue.o protate.o biq.o ciq.o pinterp.o ximage.o psign.o \ +xshowtrace.o clrtab.o pcomb.o pfilt.o pf3.o image.o: ../common/standard.h \ ../common/mat4.h ../common/fvect.h ximage.o xraster.o: xraster.h @@ -223,4 +227,6 @@ pinterp.o protate.o pvalue.o ra_bn.o ra_pict.o ra_pixa 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 +pfilt.o: ../common/paths.h + +psign.o: ../common/font.h