--- ray/src/cv/Rmakefile 2003/06/06 19:40:34 2.21 +++ ray/src/cv/Rmakefile 2003/10/20 15:10:18 2.23 @@ -1,4 +1,4 @@ -# RCSid $Id: Rmakefile,v 2.21 2003/06/06 19:40:34 greg Exp $ +# RCSid $Id: Rmakefile,v 2.23 2003/10/20 15:10:18 greg Exp $ # # Makefile for conversion programs # @@ -28,7 +28,7 @@ all: $(PROGS) install: $(PROGS) $(LIBFILES) cp $(PROGS) $(INSTDIR) - cd $(LIBDIR) ; rm -f $(LIBFILES) + cd $(LIBDIR) && rm -f $(LIBFILES) cp $(LIBFILES) $(LIBDIR) clean: @@ -96,7 +96,8 @@ ies2rad.o lampcolor.o: ../common/color.h ies2rad.o: ../common/paths.h obj2rad.o tmesh2rad.o: ../common/tmesh.h \ -../common/standard.h ../common/mat4.h ../common/fvect.h +../common/standard.h ../common/rtmisc.h ../common/rtio.h \ +../common/rtmath.h ../common/rterror.h ../common/mat4.h ../common/fvect.h obj2rad.o: trans.h