--- ray/src/px/Rmakefile 1991/11/07 16:36:21 1.54 +++ ray/src/px/Rmakefile 1992/06/24 09:17:45 2.3 @@ -15,8 +15,8 @@ LIBDIR = /usr/local/lib/ray PIXAR_INCLUDE= -I/usr/pixar/include PIXAR_LIB= -L/usr/pixar/host/lib -lpirl -lpicio -lchad -lpixar -lm -PROGS = pfilt ttyimage oki20c paintjet mt160r getinfo psign \ -greyscale pvalue pcompos colorscale prot ra_pr ra_pr24 \ +PROGS = pfilt ttyimage oki20c oki20 paintjet mt160r getinfo psign \ +greyscale pvalue pcompos colorscale protate ra_pr ra_pr24 \ ra_t8 ra_bn ra_t16 pcomb pinterp ximage xshowtrace pflip ra_ppm \ ra_rgbe ra_pict @@ -65,6 +65,9 @@ biq.o -lrt -lm oki20c: oki20c.o cc $(CFLAGS) -o oki20c oki20c.o -lrt -lm +oki20: oki20.o + cc $(CFLAGS) -o oki20 oki20.o -lrt -lm + paintjet: paintjet.o cc $(CFLAGS) -o paintjet paintjet.o -lrt -lm @@ -133,8 +136,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 -prot: prot.o - cc $(CFLAGS) -o prot prot.o -lrt +protate: protate.o + cc $(CFLAGS) -o protate protate.o -lrt pflip: pflip.o cc $(CFLAGS) -o pflip pflip.o -lrt @@ -152,6 +155,9 @@ pinterp: pinterp.o ra_tiff: ra_tiff.o ../lib/libtiff.a cc $(CFLAGS) -o ra_tiff ra_tiff.o -lrt -ltiff -lm +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 @@ -170,21 +176,18 @@ xshowtrace: xshowtrace.o x11findwind.o cc $(CFLAGS) -o xshowtrace xshowtrace.o \ x11findwind.o -lrt -lm -lX11 -xshowtrace.o: ../common/view.h ../common/standard.h \ -../common/mat4.h ../common/fvect.h - pcomb.o: ../common/calcomp.h panim.o: client/scan.h ../common/color.h ../common/random.h 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 -prot.o biq.o ciq.o pinterp.o ximage.o \ +pvalue.o protate.o biq.o ciq.o pinterp.o ximage.o psign.o xshowtrace.o \ image.o: ../common/standard.h ../common/mat4.h ../common/fvect.h ximage.o xraster.o: xraster.h @@ -197,6 +200,11 @@ aedimage.o ximage.o ra_t8.o ra_pr.o: pic.h ciq.o cut.o closest.o biq.o: pic.h ciq.h -pinterp.o ximage.o image.o: ../common/view.h +pinterp.o ximage.o x11showtrace.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 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