--- ray/src/common/Rmakefile 2004/03/26 03:11:50 2.49 +++ ray/src/common/Rmakefile 2005/02/25 06:39:44 2.55 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.49 2004/03/26 03:11:50 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.55 2005/02/25 06:39:44 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 = erf.o strcmp.o LIBDIR = /usr/local/lib/ray @@ -25,7 +25,7 @@ STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o inv urind.o calexpr.o caldefn.o calfunc.o calprnt.o biggerlib.o multisamp.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 \ + clip.o plocate.o eputs.o wputs.o quit.o lookup.o bmalloc.o \ loadvars.o tcos.o fputword.o chanvalue.o dircode.o paths.o SYSOBJ = ealloc.o fdate.o portio.o myhostname.o $(COMPAT) @@ -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 @@ -116,7 +116,7 @@ mesh.o readmesh.o: mesh.h lookup.h tonemap.o tmapcolrs.o tmapluv.o tmap16bit.o: tmprivat.h tonemap.h \ tifftypes.h color.h -tmapluv.o: uvcode.h tiffio.h tmaptiff.h tiff.h +tmapluv.o: tiffio.h tmaptiff.h tiff.h tonemap.o: tmerrmsg.h @@ -129,12 +129,12 @@ 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