--- ray/src/common/Rmakefile 2014/02/07 19:00:45 2.70 +++ ray/src/common/Rmakefile 2014/03/04 17:06:13 2.71 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.70 2014/02/07 19:00:45 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.71 2014/03/04 17:06:13 greg Exp $ # # Makefile for ray tracing library routines # @@ -183,3 +183,6 @@ loadbsdf.o: bsdf.h rtio.h rterror.h paths.h interp2d.o: interp2d.h triangulate.o: triangulate.h + +process.o readobj.o readoct.o rglfile.o \ +tmapcolrs.o unix_process.o win_process.o: rtprocess.h