--- ray/src/common/Rmakefile 2003/10/27 10:19:31 2.46 +++ ray/src/common/Rmakefile 2004/03/26 03:11:50 2.49 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.46 2003/10/27 10:19:31 schorsch Exp $ +# RCSid: $Id: Rmakefile,v 2.49 2004/03/26 03:11:50 greg Exp $ # # Makefile for ray tracing library routines # @@ -19,11 +19,11 @@ 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 \ - unix_process.o process.o gethomedir.c getpath.o error.o savestr.o \ + unix_process.o process.o gethomedir.o getpath.o error.o savestr.o \ savqstr.o badarg.o fgetword.o words.o expandarg.o wordfile.o fgetval.o \ clip.o plocate.o eputs.o wputs.o quit.o lookup.o \ loadvars.o tcos.o fputword.o chanvalue.o dircode.o paths.o @@ -101,8 +101,6 @@ image.o: view.h caldefn.o calexpr.o calfunc.o calprnt.o: calcomp.h -process.o: vfork.h - clip.o plocate.o: plocate.h font.o: font.h @@ -139,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