| 19 |  | PIXAR_LIB=      -L/usr/pixar/host/lib -lpirl -lpicio -lchad -lpixar $(MLIB) | 
| 20 |  |  | 
| 21 |  | PROGS = pfilt ttyimage oki20c oki20 psign ra_tiff normtiff \ | 
| 22 | < | pvalue pcompos protate ra_pr ra_pr24 ra_avs ra_hexbit \ | 
| 22 | > | pvalue pcompos protate ra_pr ra_pr24 ra_avs ra_hexbit ra_bmp \ | 
| 23 |  | ra_t8 ra_bn ra_t16 pcomb pinterp pflip ra_ppm ximage xshowtrace \ | 
| 24 |  | ra_rgbe ra_pict ra_ps pextrem ra_gif ra_xyze macbethcal pcond pcwarp | 
| 25 |  |  | 
| 39 |  | sun: | 
| 40 |  |  | 
| 41 |  | install:        $(PROGS) $(SPECIAL) normpat.csh falsecolor.csh \ | 
| 42 | < | pdfblur.csh pmblur.csh xyzimage.csh | 
| 42 | > | pdfblur.csh pmblur.csh xyzimage.csh pgblur.csh | 
| 43 |  | cp $(PROGS) $(INSTDIR) | 
| 44 |  | cp normpat.csh $(INSTDIR)/normpat | 
| 45 |  | cp falsecolor.csh $(INSTDIR)/falsecolor | 
| 48 |  | cp xyzimage.csh $(INSTDIR)/xyzimage | 
| 49 |  | cp phisto.csh $(INSTDIR)/phisto | 
| 50 |  | cp pdelta.csh $(INSTDIR)/pdelta | 
| 51 | < | chmod 755 $(INSTDIR)/normpat $(INSTDIR)/falsecolor \ | 
| 52 | < | $(INSTDIR)/pdfblur $(INSTDIR)/pmblur $(INSTDIR)/xyzimage \ | 
| 53 | < | $(INSTDIR)/phisto $(INSTDIR)/pdelta | 
| 51 | > | cp pgblur.csh $(INSTDIR)/pgblur | 
| 52 | > | cd $(INSTDIR) ; chmod 755 normpat falsecolor pdfblur \ | 
| 53 | > | pmblur xyzimage phisto pdelta pgblur | 
| 54 |  |  | 
| 55 |  | clean: | 
| 56 |  | set nonomatch; rm -f x10image aedimage glimage \ | 
| 132 |  | ra_ppm:         ra_ppm.o | 
| 133 |  | $(CC) $(CFLAGS) -o ra_ppm ra_ppm.o -lrt $(MLIB) | 
| 134 |  |  | 
| 135 | + | ra_bmp:         ra_bmp.o | 
| 136 | + | $(CC) $(CFLAGS) -o ra_bmp ra_bmp.o -lrt $(MLIB) | 
| 137 | + |  | 
| 138 |  | ra_t8:  ra_t8.o clrtab.o neuclrtab.o | 
| 139 |  | $(CC) $(CFLAGS) -o ra_t8 ra_t8.o clrtab.o neuclrtab.o -lrt $(MLIB) | 
| 140 |  |  | 
| 154 |  | $(CC) $(CFLAGS) -o ra_pict ra_pict.o -lrt $(MLIB) | 
| 155 |  |  | 
| 156 |  | ra_hexbit:      ra_hexbit.o | 
| 157 | < | $(CC) $(CFLAGS) -o ra_hexbit ra_hexbit.o -lrt | 
| 157 | > | $(CC) $(CFLAGS) -o ra_hexbit ra_hexbit.o -lrt $(MLIB) | 
| 158 |  |  | 
| 159 |  | x10image:       ximage.o ciq.o cut.o closest.o xraster.o biq.o | 
| 160 |  | $(CC) $(CFLAGS) -o x10image ximage.o xraster.o \ | 
| 242 |  |  | 
| 243 |  | neuclrtab.o pvalue.o protate.o biq.o ciq.o pinterp.o ximage.o psign.o \ | 
| 244 |  | xshowtrace.o clrtab.o pcomb.o pfilt.o pf3.o image.o:    ../common/standard.h \ | 
| 245 | < | ../common/mat4.h ../common/fvect.h | 
| 245 | > | ../common/rtmisc.h ../common/rtio.h \ | 
| 246 | > | ../common/rtmath.h ../common/mat4.h ../common/fvect.h \ | 
| 247 | > | ../common/rterror.h | 
| 248 |  |  | 
| 249 |  | ximage.o xraster.o:     xraster.h | 
| 250 |  |  | 
| 275 |  | psign.o:        ../common/font.h | 
| 276 |  |  | 
| 277 |  | pcond.o pcond2.o pcond3.o pcond4.o:     pcond.h ../common/standard.h \ | 
| 278 | < | ../common/mat4.h ../common/fvect.h \ | 
| 278 | > | ../common/rtmisc.h ../common/rtio.h \ | 
| 279 | > | ../common/rtmath.h ../common/mat4.h ../common/fvect.h \ | 
| 280 | > | ../common/rterror.h \ | 
| 281 |  | ../common/color.h ../common/view.h ../common/resolu.h | 
| 282 |  |  | 
| 283 |  | normtiff.o:     ../common/color.h ../common/tonemap.h ../common/resolu.h | 
| 284 | + |  | 
| 285 | + | ra_bmp.o:       ../common/bmpfile.h ../common/color.h \ | 
| 286 | + | ../common/tonemap.h ../common/resolu.h | 
| 287 |  |  | 
| 288 |  | x11findwind.c:  ../common/x11findwind.c | 
| 289 |  | cp ../common/x11findwind.c . |