--- ray/src/px/Rmakefile 1993/12/09 17:30:40 2.16 +++ ray/src/px/Rmakefile 1994/04/14 04:53:51 2.18 @@ -20,7 +20,7 @@ PIXAR_LIB= -L/usr/pixar/host/lib -lpirl -lpicio -lchad PROGS = pfilt ttyimage oki20c oki20 paintjet mt160r getinfo psign \ greyscale pvalue pcompos colorscale protate ra_pr ra_pr24 ra_avs \ ra_t8 ra_bn ra_t16 pcomb pinterp ximage xshowtrace pflip ra_ppm \ -ra_rgbe ra_pict ra_ps pextrem +ra_rgbe ra_pict ra_ps pextrem ra_gif all: $(PROGS) $(SPECIAL) @@ -100,6 +100,9 @@ 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_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 \ biq.o -lrt $(MLIB) @@ -165,9 +168,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 @@ -220,4 +220,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