--- ray/src/util/Rmakefile 2014/02/14 17:35:09 2.69 +++ ray/src/util/Rmakefile 2014/04/08 23:46:05 2.70 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.69 2014/02/14 17:35:09 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.70 2014/04/08 23:46:05 greg Exp $ # # Radiance makefile for utility programs # @@ -89,9 +89,6 @@ rsensor: rsensor.o rpiece: rpiece.o Version.o $(CC) $(CFLAGS) -o rpiece rpiece.o Version.o -lrtrad $(MLIB) -rtcontrib: rtcontrib.o Version.o - $(CC) $(CFLAGS) -o rtcontrib rtcontrib.o Version.o -lrtrad $(MLIB) - vwright: vwright.o $(CC) $(CFLAGS) -o vwright vwright.o -lrtrad $(MLIB) @@ -154,11 +151,7 @@ cmbsdf.o: ../common/paths.h ../common/bsdf.h ../common dctimestep.o cmatrix.o: ../common/platform.h -rtcontrib.o: ../common/platform.h ../common/rtprocess.h \ -../common/color.h ../common/resolu.h ../common/lookup.h \ -../common/calcomp.h ../common/selcall.h - -rad.o ranimate.o rpiece.o rtcontrib.o xglaresrc.o: ../common/standard.h \ +rad.o ranimate.o rpiece.o xglaresrc.o: ../common/standard.h \ ../common/rtmisc.h ../common/rtio.h \ ../common/rtmath.h ../common/mat4.h ../common/fvect.h \ ../common/rterror.h