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.34 by greg, Fri May 30 00:00:54 2014 UTC vs.
Revision 2.39 by greg, Fri Apr 9 01:48:20 2021 UTC

# Line 17 | Line 17 | PROGS = genbox gensky xform genblinds genrev genworm g
17                  gensurf genprism replmarks mkillum mksource genclock
18  
19   LIBFILES = illum.cal rev.cal skybright.cal surf.cal clockface.hex \
20 <                glaze1.cal glaze2.cal perezlum.cal
20 >                glaze1.cal glaze2.cal perezlum.cal perezlum_c.cal
21  
22   all:    $(PROGS)
23  
# Line 35 | Line 35 | genbeads:      genbeads.o hermite3.o
35          $(CC) $(CFLAGS) -o genbeads genbeads.o hermite3.o $(MLIB)
36  
37   genbox: genbox.o
38 <        $(CC) $(CFLAGS) -o genbox genbox.o
38 >        $(CC) $(CFLAGS) -o genbox genbox.o -lrtrad -lwfobj
39  
40   genmarble:      genmarble.o ../common/random.h
41          $(CC) $(CFLAGS) -o genmarble genmarble.o $(MLIB)
42  
43   gensky: gensky.o sun.o
44 <        $(CC) $(CFLAGS) -o gensky gensky.o sun.o $(MLIB)
44 >        $(CC) $(CFLAGS) -o gensky gensky.o sun.o -lrtrad $(MLIB)
45  
46   gendaylit:      gendaylit.o sun.o
47          $(CC) $(CFLAGS) -o gendaylit gendaylit.o sun.o -lrtrad $(MLIB)
# Line 50 | Line 50 | gendaymtx:     gendaymtx.o sun.o
50          $(CC) $(CFLAGS) -o gendaymtx gendaymtx.o sun.o -lrtrad $(MLIB)
51  
52   genblinds:      genblinds.o
53 <        $(CC) $(CFLAGS) -o genblinds genblinds.o $(MLIB)
53 >        $(CC) $(CFLAGS) -o genblinds genblinds.o -lrtrad $(MLIB)
54  
55   genprism:       genprism.o
56 <        $(CC) $(CFLAGS) -o genprism genprism.o $(MLIB)
56 >        $(CC) $(CFLAGS) -o genprism genprism.o -lrtrad $(MLIB)
57  
58   xform:  xform.o
59          $(CC) $(CFLAGS) -o xform xform.o -lrtrad $(MLIB)
# Line 100 | Line 100 | gensurf.o xform.o:     ../common/standard.h \
100   ../common/rtmath.h ../common/rterror.h \
101   ../common/mat4.h ../common/fvect.h
102  
103 + genbox.o:       ../common/fvect.h ../common/objutil.h ../common/rtio.h
104 +
105   genworm.o genrev.o gensurf.o:   ../common/resolu.h ../common/rterror.h
106  
107   xform.o:        ../common/otypes.h ../common/object.h
# Line 119 | Line 121 | gensky.o:      ../common/color.h
121  
122   gensurf.o genworm.o genrev.o:   ../common/calcomp.h
123  
124 < sun.o:  sun.h
124 > gendaylit.o gensky.o sun.o:     sun.h
125  
126   gendaymtx.o:    ../common/platform.h ../common/rtmath.h \
127   ../common/mat4.h ../common/fvect.h ../common/color.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines