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

Comparing ray/src/util/Rmakefile (file contents):
Revision 2.32 by greg, Wed May 14 21:40:40 2003 UTC vs.
Revision 2.101 by greg, Wed Jun 1 17:22:31 2022 UTC

# Line 9 | Line 9 | OPT = -O
9  
10   CFLAGS = -I../common -I../rt -L../lib $(OPT) $(MACH)
11  
12 + MLIB = -lm
13 +
14   CC = cc
15  
16   SPECIAL =
# Line 18 | Line 20 | INSTDIR = /usr/local/bin
20   LIBDIR = /usr/local/lib/ray
21  
22   PROGS = findglare glarendx rpiece rad ranimate ranimove vwright getinfo \
23 <                vwrays xglaresrc
23 >                vwrays xglaresrc rsensor dctimestep rttree_reduce rcollate \
24 >                eplus_adduvf rfluxmtx rmtxop wrapBSDF evalglare radcompare \
25 >                rcode_depth rcode_norm rcode_ident dcglare rcrop
26  
27 + LIBFILES = rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal \
28 + klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal \
29 + hsv_rgb.cal minimalBSDFt.xml WINDOW6BSDFt.xml
30 +
31   all:    $(PROGS)
32  
33 < install:        all $(SPECIAL) objview.csh objpict.csh glare.csh dayfact.csh \
34 < rlux.csh raddepend.csh trad.wsh objline.csh compamb.csh
33 > install:        all $(SPECIAL) objview.pl objpict.pl glare.csh dayfact.csh \
34 > rlux.csh raddepend.csh trad.wsh objline.csh compamb.csh vinfo.csh \
35 > ltview.pl ltpict.pl genambpos.pl fieldcomb.csh genklemsamp.pl \
36 > genskyvec.pl genBSDF.pl bsdfview.pl rtpict.pl rcode2bmp.pl $(LIBFILES)
37          cp $(PROGS) $(INSTDIR)
38 <        cp objview.csh $(INSTDIR)/objview
38 >        cp objview.pl $(INSTDIR)/objview
39          cp objline.csh $(INSTDIR)/objline
40 <        cp objpict.csh $(INSTDIR)/objpict
40 >        cp objpict.pl $(INSTDIR)/objpict
41          cp glare.csh $(INSTDIR)/glare
42          cp dayfact.csh $(INSTDIR)/dayfact
43          cp debugcal.csh $(INSTDIR)/debugcal
# Line 35 | Line 45 | rlux.csh raddepend.csh trad.wsh objline.csh compamb.cs
45          cp raddepend.csh $(INSTDIR)/raddepend
46          cp compamb.csh $(INSTDIR)/compamb
47          cp vinfo.csh $(INSTDIR)/vinfo
48 <        chmod 755 $(INSTDIR)/objview $(INSTDIR)/objpict \
49 <                $(INSTDIR)/glare $(INSTDIR)/dayfact $(INSTDIR)/debugcal \
50 <                $(INSTDIR)/rlux $(INSTDIR)/raddepend $(INSTDIR)/objline \
51 <                $(INSTDIR)/compamb $(INSTDIR)/vinfo
48 >        cp genambpos.pl $(INSTDIR)/genambpos
49 >        cp fieldcomb.csh $(INSTDIR)/fieldcomb
50 >        cp genklemsamp.pl $(INSTDIR)/genklemsamp
51 >        cp genskyvec.pl $(INSTDIR)/genskyvec
52 >        cp genBSDF.pl $(INSTDIR)/genBSDF
53 >        cp bsdfview.pl $(INSTDIR)/bsdfview
54 >        cp ltview.pl $(INSTDIR)/ltview
55 >        cp ltpict.pl $(INSTDIR)/ltpict
56 >        cp rtpict.pl $(INSTDIR)/rtpict
57 >        cp rcode2bmp.pl $(INSTDIR)/rcode2bmp
58 >        cd $(INSTDIR) ; chmod 755 objview objpict \
59 >                glare dayfact debugcal rlux raddepend objline \
60 >                compamb vinfo genambpos fieldcomb genklemsamp \
61 >                genskyvec genBSDF rtpict rcode2bmp bsdfview \
62 >                ltview ltpict
63 >        cd $(LIBDIR) && rm -f $(LIBFILES)
64 >        cp $(LIBFILES) $(LIBDIR)
65          csh -f tradinstall.csh $(INSTDIR) $(LIBDIR)/tcl
66  
67   clean:
68 <        set nonomatch; rm -f *.o $(PROGS) glrad core
68 >        set nonomatch; rm -f *.o $(PROGS) glrad Version.c x11findwind.c
69  
70   ogl:    glrad
71          cp glrad $(INSTDIR)
72  
50 x10:
51
52 aed:
53
73   sgi:
74  
75   sun:
76  
58 scanner:        scanner.o
59        $(CC) $(CFLAGS) -o scanner scanner.o -lm
60
61 makedist:       makedist.o setscan.o
62        $(CC) $(CFLAGS) -o makedist makedist.o setscan.o -lrt -lm
63
77   findglare:      findglare.o glareval.o glaresrc.o setscan.o
78          $(CC) $(CFLAGS) -o findglare findglare.o glareval.o glaresrc.o \
79 < setscan.o -lrt -lm
79 > setscan.o -lrtrad $(MLIB)
80  
81   glarendx:       glarendx.o
82 <        $(CC) $(CFLAGS) -o glarendx glarendx.o -lrt -lm
82 >        $(CC) $(CFLAGS) -o glarendx glarendx.o -lrtrad $(MLIB)
83  
84   xglaresrc:      xglaresrc.o x11findwind.o
85          $(CC) $(CFLAGS) -o xglaresrc xglaresrc.o \
86 < x11findwind.o -lrt -lX11 -lm
86 > x11findwind.o -lrtrad -lX11 $(MLIB)
87  
88   rad:    rad.o
89 <        $(CC) $(CFLAGS) -o rad rad.o -lrt -lm
89 >        $(CC) $(CFLAGS) -o rad rad.o -lrtrad $(MLIB)
90  
91   ranimate:       ranimate.o netproc.o
92 <        $(CC) $(CFLAGS) -o ranimate ranimate.o netproc.o -lrt -lm
92 >        $(CC) $(CFLAGS) -o ranimate ranimate.o netproc.o -lrtrad $(MLIB)
93  
94 < ranimove:       ranimove.o ranimove1.o ranimove2.o \
82 < ../lib/raypcalls.o ../lib/raycalls.o
94 > ranimove:       ranimove.o ranimove1.o ranimove2.o
95          $(CC) $(CFLAGS) -o ranimove ranimove.o ranimove1.o ranimove2.o \
96 < -lraypcalls.o -lraycalls.o -lradiance -lrt -lm
96 > -lraycalls -lradiance -lrtrad $(MLIB)
97  
98 + rsensor:        rsensor.o
99 +        $(CC) $(CFLAGS) -o rsensor rsensor.o \
100 + -lraycalls -lradiance -lrtrad $(MLIB)
101 +
102   rpiece: rpiece.o Version.o
103 <        $(CC) $(CFLAGS) -o rpiece rpiece.o Version.o -lrt -lm
103 >        $(CC) $(CFLAGS) -o rpiece rpiece.o Version.o -lrtrad $(MLIB)
104  
105   vwright:        vwright.o
106 <        $(CC) $(CFLAGS) -o vwright vwright.o -lrt -lm
106 >        $(CC) $(CFLAGS) -o vwright vwright.o -lrtrad $(MLIB)
107  
108   vwrays:         vwrays.o
109 <        $(CC) $(CFLAGS) -o vwrays vwrays.o -lrt -lm
109 >        $(CC) $(CFLAGS) -o vwrays vwrays.o -lrtrad $(MLIB)
110  
111   getinfo:        getinfo.o
112 <        $(CC) $(CFLAGS) -o getinfo getinfo.o -lrt
112 >        $(CC) $(CFLAGS) -o getinfo getinfo.o -lrtrad
113  
114   glrad:  glrad.o
115 <        $(CC) $(CFLAGS) -o glrad glrad.o -lrgl -lrt -lGLU -lGL \
116 < -lX11 -lXext -lm
115 >        $(CC) $(CFLAGS) -o glrad glrad.o -lrgl -lrtrad -lGLU -lGL \
116 > -lX11 -lXext $(MLIB)
117  
118 < contour:        contour.o
119 <        $(CC) $(CFLAGS) -o contour contour.o -lm
118 > dctimestep:     dctimestep.o cmbsdf.o cmatrix.o
119 >        $(CC) $(CFLAGS) -o dctimestep dctimestep.o cmbsdf.o cmatrix.o \
120 > -lrtrad $(MLIB)
121  
122 < pranim: pranim.o client/libclient.a
123 <        $(CC) $(CFLAGS) -o pranim pranim.o \
107 < client/libclient.a -lrpcsvc
122 > rttree_reduce:  rttree_reduce.o
123 >        $(CC) $(CFLAGS) -o rttree_reduce rttree_reduce.o -lrtrad $(MLIB)
124  
125 < t16anim:        t16anim.o client/libclient.a
126 <        $(CC) $(CFLAGS) -o t16anim t16anim.o \
111 < client/libclient.a -lrpcsvc
125 > rcollate:       rcollate.o
126 >        $(CC) $(CFLAGS) -o rcollate rcollate.o -lrtrad
127  
128 < t16anim.o pranim.o:     client/clnt.h
128 > eplus_adduvf:   eplus_adduvf.o eplus_idf.o
129 >        $(CC) $(CFLAGS) -o eplus_adduvf eplus_adduvf.o eplus_idf.o \
130 > -lrtrad $(MLIB)
131  
132 < setscan.o makedist.o:   setscan.h
132 > rfluxmtx:       rfluxmtx.o
133 >        $(CC) $(CFLAGS) -o rfluxmtx rfluxmtx.o -lrtrad $(MLIB)
134  
135 + rmtxop: rmtxop.o rmatrix.o cmatrix.o cmbsdf.o
136 +        $(CC) $(CFLAGS) -o rmtxop rmtxop.o rmatrix.o cmatrix.o cmbsdf.o \
137 + -lrtrad $(MLIB)
138 +
139 + wrapBSDF:       wrapBSDF.o
140 +        $(CC) $(CFLAGS) -o wrapBSDF wrapBSDF.o -lrtrad $(MLIB)
141 +
142 + evalglare:      evalglare.o pictool.o
143 +        $(CC) $(CFLAGS) -o evalglare evalglare.o pictool.o -lreetz -lrtrad $(MLIB)
144 +
145 + radcompare:     radcompare.o
146 +        $(CC) $(CFLAGS) -o radcompare radcompare.o -lrtrad $(MLIB)
147 +
148 + setscan.o:      setscan.h
149 +
150 + rcode_depth:    rcode_depth.o
151 +        $(CC) $(CFLAGS) -o rcode_depth rcode_depth.o \
152 + -lrtrad $(MLIB)
153 +
154 + rcode_norm:     rcode_norm.o
155 +        $(CC) $(CFLAGS) -o rcode_norm rcode_norm.o \
156 + -lrtrad $(MLIB)
157 +
158 + rcode_ident:    rcode_ident.o
159 +        $(CC) $(CFLAGS) -o rcode_ident rcode_ident.o -lrtrad
160 +
161 + rcrop:          rcrop.o
162 +        $(CC) $(CFLAGS) -o rcrop rcrop.o -lrtrad -lm
163 +
164 + dcglare:        dcglare.o cmbsdf.o cmatrix.o cmglare.o
165 +        $(CC) $(CFLAGS) -o dcglare dcglare.o cmbsdf.o cmatrix.o cmglare.o \
166 + -lrtrad $(MLIB)
167 +
168 + eplus_adduvf.o: ../common/triangulate.h ../common/rtprocess.h \
169 + ../common/paths.h ../common/rtio.h ../common/random.h \
170 + ../common/rtmath.h ../common/mat4.h ../common/fvect.h
171 +
172 + eplus_adduvf.o eplus_idf.o:     eplus_idf.h \
173 + ../common/lookup.h
174 +
175   findglare.o glareval.o \
176 < glaresrc.o:     glare.h ../common/standard.h ../common/mat4.h \
177 < ../common/fvect.h ../common/view.h ../common/color.h setscan.h
176 > glaresrc.o:     glare.h ../common/standard.h \
177 > ../common/rtmisc.h ../common/rtio.h \
178 > ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
179 > ../common/rterror.h ../common/view.h ../common/color.h setscan.h
180  
181   glaresrc.o:     ../common/linregr.h
182  
183   rpiece.o:       ../common/color.h ../common/view.h ../common/resolu.h
184  
185 < rad.o ranimate.o rpiece.o xglaresrc.o:  ../common/standard.h \
186 < ../common/mat4.h ../common/fvect.h
185 > dctimestep.o:   ../common/standard.h \
186 > ../common/rtmisc.h ../common/rtio.h \
187 > ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
188 > ../common/rterror.h ../common/resolu.h
189  
190 < xglaresrc.o:    ../common/view.h
190 > dctimestep.o cmatrix.o cmbsdf.o:        cmatrix.h ../common/color.h
191  
192 < swaprasheader.o:        ../common/rasterfile.h
192 > cmatrix.o cmbsdf.o:     ../common/standard.h \
193 > ../common/rtmisc.h ../common/rtio.h \
194 > ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
195 > ../common/rterror.h
196  
197 + cmbsdf.o:       ../common/paths.h ../common/bsdf.h ../common/bsdf_m.h
198 +
199 + rfluxmtx.o:     ../common/rtio.h ../common/random.h ../common/triangulate.h \
200 + ../common/rtmath.h ../common/fvect.h ../common/mat4.h ../common/tiff.h \
201 + ../common/platform.h ../common/bsdf.h ../common/bsdf_m.h \
202 + ../common/paths.h ../common/rtprocess.h
203 +
204 + rmtxop.o dctimestep.o cmatrix.o:        ../common/platform.h
205 +
206 + dcglare.o rad.o ranimate.o rpiece.o xglaresrc.o:        ../common/standard.h \
207 + ../common/rtmisc.h ../common/rtio.h \
208 + ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
209 + ../common/rterror.h
210 +
211 + xglaresrc.o:    ../common/view.h
212 +
213   glareval.o xglaresrc.o: ../common/resolu.h
214  
215 < xglaresrc.o:    ../common/vfork.h
215 > glareval.o:     ../common/platform.h ../common/rtprocess.h
216  
217   rad.o ranimate.o:       ../common/vars.h
218  
219 < ranimove1.o ranimove2.o:        ../common/random.h
219 > ranimove1.o ranimove2.o vwrays.o:       ../common/random.h
220  
221   rad.o:  ../common/paths.h
222  
223   ranimate.o netproc.o:   netproc.h
224  
225 < ranimove1.o:    ../common/otypes.h
225 > ranimove1.o:    ../common/otypes.h ../rt/otspecial.h ../rt/source.h
226  
227   netproc.o:      ../common/paths.h
228  
229   rad.o ranimate.o ranimove.o:    ../common/view.h ../common/resolu.h
230  
231   glrad.o:        ../common/radogl.h \
232 < ../common/standard.h ../common/mat4.h ../common/fvect.h \
232 > ../common/standard.h ../common/rtmisc.h ../common/rtio.h \
233 > ../common/rtmath.h ../common/mat4.h ../common/fvect.h ../common/rterror.h \
234   ../common/color.h ../common/object.h ../common/otypes.h ../common/lookup.h
235  
236   glrad.o:        glradicon.h ../common/view.h ../common/paths.h
237  
238   ranimove.o ranimove1.o ranimove2.o:     ranimove.h \
239   ../common/vars.h ../common/view.h \
240 < ../rt/ray.h ../common/standard.h ../common/octree.h \
241 < ../common/mat4.h ../common/fvect.h ../common/object.h ../common/color.h
240 > ../rt/ray.h ../common/octree.h \
241 > ../common/object.h ../common/color.h \
242 > ../common/standard.h ../common/rtmisc.h ../common/rtio.h \
243 > ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
244 > ../common/rterror.h
245  
246 + rsensor.o:      ../rt/ray.h ../common/octree.h \
247 + ../common/object.h ../common/color.h \
248 + ../common/standard.h ../common/rtmisc.h ../common/rtio.h \
249 + ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
250 + ../common/rterror.h
251 +
252 + rsensor.o:      ../common/view.h ../common/resolu.h ../rt/source.h
253 +
254 + rcollate.o:    ../common/platform.h \
255 + ../common/rtio.h ../common/resolu.h
256 +
257   Version.c:      ../rt/Version.c
258          cp ../rt/Version.c .
259  
260   x11findwind.c:  ../common/x11findwind.c
261          cp ../common/x11findwind.c .
262 +
263 + rttree_reduce.o:        ../common/rtio.h ../common/rterror.h
264 +
265 + rmatrix.o:      rmatrix.h cmatrix.h ../common/resolu.h
266 +
267 + rmtxop.o:       rmatrix.h cmatrix.h ../common/rtio.h ../common/resolu.h
268 +
269 + wrapBSDF.o:     ../common/rtio.h ../common/rtprocess.h ../common/ezxml.h \
270 + ../common/bsdf.h ../common/bsdf_m.h ../common/fvect.h ../common/ccolor.h
271 +
272 + pictool.o evalglare.o:  pictool.h ../common/g3vector.h ../common/g3affine.h \
273 + ../common/g3flist.h ../common/fvect.h ../common/gbasic.h
274 +
275 + evalglare.o:    ../common/rtio.h
276 +
277 + radcompare.o:   ../common/rtio.h ../common/color.h ../common/lookup.h \
278 + ../common/platform.h ../common/normcodec.h ../common/depthcodec.h \
279 + ../common/rtmath.h ../common/view.h
280 +
281 + pictool.o:      ../common/view.h ../common/color.h
282 +
283 + getinfo.o:      ../common/rtprocess.h ../common/platform.h ../common/resolu.h
284 +
285 + rcode_depth.o:  ../common/depthcodec.h \
286 + ../common/view.h ../common/fvect.h ../common/resolu.h ../common/rtio.h \
287 + ../common/platform.h
288 +
289 + rcode_norm.o:   ../common/normcodec.h \
290 + ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
291 + ../common/resolu.h ../common/rtio.h ../common/platform.h
292 +
293 + rcode_ident.o:  ../common/idmap.h ../common/resolu.h \
294 + ../common/platform.h ../common/rtio.h ../common/lookup.h
295 +
296 + dcglare.o:      ../common/platform.h ../common/resolu.h cmglare.h
297 +
298 + rcrop.o:        ../common/platform.h ../common/resolu.h \
299 + ../common/color.h ../common/fvect.h ../common/view.h ../common/rtio.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines