--- ray/src/px/Rmakefile 2004/02/17 21:57:45 2.50 +++ ray/src/px/Rmakefile 2004/05/24 21:03:34 2.52 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.50 2004/02/17 21:57:45 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.52 2004/05/24 21:03:34 greg Exp $ # # Compiles for image processing and display programs # @@ -19,7 +19,7 @@ PIXAR_INCLUDE= -I/usr/pixar/include PIXAR_LIB= -L/usr/pixar/host/lib -lpirl -lpicio -lchad -lpixar $(MLIB) PROGS = pfilt ttyimage oki20c oki20 psign ra_tiff normtiff \ -pvalue pcompos protate ra_pr ra_pr24 ra_avs ra_hexbit \ +pvalue pcompos protate ra_pr ra_pr24 ra_avs ra_hexbit ra_bmp \ ra_t8 ra_bn ra_t16 pcomb pinterp pflip ra_ppm ximage xshowtrace \ ra_rgbe ra_pict ra_ps pextrem ra_gif ra_xyze macbethcal pcond pcwarp @@ -132,6 +132,9 @@ ra_ps: ra_ps.o ra_ppm: ra_ppm.o $(CC) $(CFLAGS) -o ra_ppm ra_ppm.o -lrt $(MLIB) +ra_bmp: ra_bmp.o + $(CC) $(CFLAGS) -o ra_bmp ra_bmp.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) @@ -278,6 +281,9 @@ pcond.o pcond2.o pcond3.o pcond4.o: pcond.h ../common/ ../common/color.h ../common/view.h ../common/resolu.h normtiff.o: ../common/color.h ../common/tonemap.h ../common/resolu.h + +ra_bmp.o: ../common/bmpfile.h ../common/color.h \ +../common/tonemap.h ../common/resolu.h x11findwind.c: ../common/x11findwind.c cp ../common/x11findwind.c .