--- ray/src/common/Rmakefile 2003/11/10 16:41:52 2.48 +++ ray/src/common/Rmakefile 2004/03/26 03:11:50 2.49 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.48 2003/11/10 16:41:52 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.49 2004/03/26 03:11:50 greg Exp $ # # Makefile for ray tracing library routines # @@ -19,7 +19,7 @@ RTOBJ = cone.o face.o free_os.o instance.o readobj.o r PICOBJ = color.o header.o image.o lamps.o resolu.o rexpr.o spec_rgb.o \ colrops.o font.o tonemap.o tmapcolrs.o tmapluv.o tmaptiff.o \ - tmap16bit.o + tmap16bit.o bmpfile.o STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o invmat4.o fvect.o urand.o \ urind.o calexpr.o caldefn.o calfunc.o calprnt.o biggerlib.o multisamp.o \ @@ -137,3 +137,5 @@ expandarg.o: rtmisc.h dircode.o xf.o: rtmath.h mat4.h fvect.h error.o: rterror.h + +bmpfile.o: bmpfile.h tifftypes.h