--- ray/src/gen/Rmakefile 2013/08/09 16:51:15 2.32 +++ ray/src/gen/Rmakefile 2014/07/30 17:30:27 2.35 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.32 2013/08/09 16:51:15 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.35 2014/07/30 17:30:27 greg Exp $ # # Makefile for object generation programs # @@ -29,7 +29,7 @@ install: $(PROGS) $(LIBFILES) glaze.csh cp $(LIBFILES) $(LIBDIR) clean: - set nonomatch; rm -f $(PROGS) *.o core + set nonomatch; rm -f $(PROGS) *.o genbeads: genbeads.o hermite3.o $(CC) $(CFLAGS) -o genbeads genbeads.o hermite3.o $(MLIB) @@ -119,4 +119,7 @@ gensky.o: ../common/color.h gensurf.o genworm.o genrev.o: ../common/calcomp.h -sun.o: sun.h +gendaylit.o gensky.o sun.o: sun.h + +gendaymtx.o: ../common/platform.h ../common/rtmath.h \ +../common/mat4.h ../common/fvect.h ../common/color.h