ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/gen/Rmakefile
(Generate patch)

Comparing ray/src/gen/Rmakefile (file contents):
Revision 2.43 by greg, Fri Jul 5 18:04:36 2024 UTC vs.
Revision 2.44 by greg, Fri Aug 2 18:47:25 2024 UTC

# Line 16 | Line 16 | INSTDIR = /usr/local/bin
16   LIBDIR = /usr/local/lib/ray
17  
18   PROGS = genbox gensky xform genblinds genrev genworm gendaylit gendaymtx \
19 <                gensurf genprism replmarks mkillum mksource genclock genssky
19 >                gensurf genprism replmarks mkillum mksource genclock genssky gensdaymtx
20  
21   LIBFILES = illum.cal rev.cal skybright.cal surf.cal clockface.hex \
22 <                glaze1.cal glaze2.cal perezlum.cal perezlum_c.cal mie_ca.dat
22 >                glaze1.cal glaze2.cal perezlum.cal perezlum_c.cal
23  
24   all:    $(PROGS)
25  
# Line 91 | Line 91 | genbranch:     genbranch.o
91  
92  
93   # Assume rt is built before this
94 < genssky:        genssky.o sun.o ../rt/data.o atmos.o
95 <        $(CC) $(CFLAGS) -o genssky genssky.o ../rt/data.o sun.o atmos.o -lrtrad $(MLIB)
94 > genssky:        genssky.o sun.o atmos.o
95 >        $(CC) $(CFLAGS) -o genssky genssky.o sun.o atmos.o -lrtrad $(MLIB)
96  
97 + gensdaymtx:     gensdaymtx.o sun.o atmos.o
98 +        $(CC) $(CFLAGS) -o gensdaymtx gensdaymtx.o sun.o atmos.o -lrtrad $(MLIB)
99 +
100 +
101   mksource.o:     ../common/random.h ../rt/ray.h ../common/octree.h \
102   ../common/object.h ../common/color.h \
103   ../common/standard.h ../common/rtmisc.h ../common/rtio.h \
# Line 133 | Line 137 | gendaylit.o gensky.o sun.o:    sun.h
137   gendaymtx.o:    ../common/platform.h ../common/rtmath.h \
138   ../common/mat4.h ../common/fvect.h ../common/color.h
139  
140 < genssky.o: ../common/rtio.h ../common/rtmath.h ../common/paths.h ../common/color.h
140 > genssky.o: ../common/rtio.h ../common/rtmath.h \
141 > ../common/paths.h ../common/color.h
142  
143 < atmos.o: ../common/rtio.h ../common/rtmath.h ../common/color.h ../rt/data.h sun.h
143 > atmos.o: ../common/rtio.h ../common/rtmath.h ../common/color.h \
144 > ../common/data.h sun.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines