--- ray/src/common/Rmakefile 2003/02/22 02:07:21 2.35 +++ ray/src/common/Rmakefile 2003/03/04 05:49:21 2.36 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.35 2003/02/22 02:07:21 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.36 2003/03/04 05:49:21 greg Exp $ # # Makefile for ray tracing library routines # @@ -25,7 +25,7 @@ STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o inv multisamp.o process.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 + loadvars.o tcos.o fputword.o chanvalue.o dircode.o SYSOBJ = ealloc.o fdate.o portio.o myhostname.o $(COMPAT) @@ -86,7 +86,7 @@ cone.o modobject.o otypes.o readobj.o readoct.o: otype multisamp.o urand.o: random.h cone.o face.o free_os.o image.o instance.o error.o objset.o \ -octree.o modobject.o readfargs.o otypes.o \ +octree.o modobject.o readfargs.o otypes.o dircode.o \ readobj.o readoct.o xf.o: standard.h mat4.h fvect.h image.o: view.h