--- ray/src/gen/Rmakefile 2012/10/13 20:15:43 2.29 +++ ray/src/gen/Rmakefile 2013/08/09 16:51:15 2.32 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.29 2012/10/13 20:15:43 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.32 2013/08/09 16:51:15 greg Exp $ # # Makefile for object generation programs # @@ -13,11 +13,11 @@ INSTDIR = /usr/local/bin LIBDIR = /usr/local/lib/ray -PROGS = genbox gensky xform genblinds genrev genworm gendaylit \ +PROGS = genbox gensky xform genblinds genrev genworm gendaylit gendaymtx \ gensurf genprism replmarks mkillum mksource genclock LIBFILES = illum.cal rev.cal skybright.cal surf.cal clockface.hex \ - glaze1.cal glaze2.cal perezlum.cal coeff_perez.dat defangle.dat + glaze1.cal glaze2.cal perezlum.cal all: $(PROGS) @@ -46,8 +46,8 @@ gensky: gensky.o sun.o gendaylit: gendaylit.o sun.o $(CC) $(CFLAGS) -o gendaylit gendaylit.o sun.o -lrtrad $(MLIB) -# gendaylit: H32_gendaylit.o -# $(CC) $(CFLAGS) -o gendaylit H32_gendaylit.o $(MLIB) +gendaymtx: gendaymtx.o sun.o + $(CC) $(CFLAGS) -o gendaymtx gendaymtx.o sun.o -lrtrad $(MLIB) genblinds: genblinds.o $(CC) $(CFLAGS) -o genblinds genblinds.o $(MLIB) @@ -118,3 +118,5 @@ mkillum2.o mkillum3.o: ../common/paths.h gensky.o: ../common/color.h gensurf.o genworm.o genrev.o: ../common/calcomp.h + +sun.o: sun.h