--- ray/src/common/Rmakefile 2003/11/10 16:41:52 2.48 +++ ray/src/common/Rmakefile 2005/01/20 04:08:00 2.53 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.48 2003/11/10 16:41:52 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.53 2005/01/20 04:08:00 greg Exp $ # # Makefile for ray tracing library routines # @@ -9,7 +9,7 @@ CFLAGS = $(MACH) $(OPT) CC = cc SPECIAL = -COMPAT = bmalloc.o erf.o strcmp.o # frexp.o fwrite.o random.o +COMPAT = bmalloc.o erf.o strcmp.o LIBDIR = /usr/local/lib/ray @@ -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 \ @@ -95,7 +95,7 @@ multisamp.o urand.o: random.h cone.o face.o free_os.o image.o instance.o objset.o \ octree.o modobject.o readfargs.o otypes.o mesh.o \ readmesh.o readobj.o readoct.o sceneio.o: standard.h \ -rtmisc.h rtio.h rtmath.h rterror.h fvect.h mat4.h +rtmisc.h rtio.h rtmath.h rterror.h fvect.h mat4.h tifftypes.h image.o: view.h @@ -129,11 +129,13 @@ free_os.o: octree.h object.h otypes.h face.h cone.h in tmesh.o: tmesh.h fvect.h -fgetword.o fputword.o fgetval.o fgetline.o fdate.o \ +fgetword.o fputword.o fgetval.o fgetline.o fdate.o unix_process.o \ expandarg.o badarg.o xf.o: rtio.h expandarg.o: rtmisc.h -dircode.o xf.o: rtmath.h mat4.h fvect.h +dircode.o xf.o: rtmath.h mat4.h fvect.h tifftypes.h error.o: rterror.h + +bmpfile.o: bmpfile.h tifftypes.h