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.57 by greg, Thu Dec 2 18:08:11 2010 UTC vs.
Revision 2.79 by greg, Wed Feb 11 18:08:10 2015 UTC

# Line 20 | 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 rtcontrib rsensor dctimestep
23 >                vwrays xglaresrc rsensor dctimestep rttree_reduce rcollate \
24 >                eplus_adduvf rfluxmtx rmtxop wrapBSDF
25  
26 + LIBFILES = rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal \
27 + klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal
28 +
29   all:    $(PROGS)
30  
31 < install:        all $(SPECIAL) objview.csh objpict.csh glare.csh dayfact.csh \
31 > install:        all $(SPECIAL) objview.pl objpict.pl glare.csh dayfact.csh \
32   rlux.csh raddepend.csh trad.wsh objline.csh compamb.csh vinfo.csh \
33 < genambpos.csh fieldcomb.csh genklemsamp.pl genskyvec.pl genBSDF.pl tregsamp.dat
33 > ltview.pl ltpict.pl genambpos.pl fieldcomb.csh genklemsamp.pl \
34 > genskyvec.pl genBSDF.pl $(LIBFILES)
35          cp $(PROGS) $(INSTDIR)
36 <        cp objview.csh $(INSTDIR)/objview
36 >        cp objview.pl $(INSTDIR)/objview
37          cp objline.csh $(INSTDIR)/objline
38 <        cp objpict.csh $(INSTDIR)/objpict
38 >        cp objpict.pl $(INSTDIR)/objpict
39          cp glare.csh $(INSTDIR)/glare
40          cp dayfact.csh $(INSTDIR)/dayfact
41          cp debugcal.csh $(INSTDIR)/debugcal
# Line 38 | Line 43 | genambpos.csh fieldcomb.csh genklemsamp.pl genskyvec.p
43          cp raddepend.csh $(INSTDIR)/raddepend
44          cp compamb.csh $(INSTDIR)/compamb
45          cp vinfo.csh $(INSTDIR)/vinfo
46 <        cp genambpos.csh $(INSTDIR)/genambpos
46 >        cp genambpos.pl $(INSTDIR)/genambpos
47          cp fieldcomb.csh $(INSTDIR)/fieldcomb
48          cp genklemsamp.pl $(INSTDIR)/genklemsamp
49          cp genskyvec.pl $(INSTDIR)/genskyvec
50          cp genBSDF.pl $(INSTDIR)/genBSDF
51 +        cp ltview.pl $(INSTDIR)/ltview
52 +        cp ltpict.pl $(INSTDIR)/ltpict
53          cd $(INSTDIR) ; chmod 755 objview objpict \
54                  glare dayfact debugcal rlux raddepend objline \
55                  compamb vinfo genambpos fieldcomb genklemsamp \
56                  genskyvec genBSDF
57 <        cp tregsamp.dat $(LIBDIR)
57 >        cd $(LIBDIR) && rm -f $(LIBFILES)
58 >        cp $(LIBFILES) $(LIBDIR)
59          csh -f tradinstall.csh $(INSTDIR) $(LIBDIR)/tcl
60  
61   clean:
62 <        set nonomatch; rm -f *.o $(PROGS) glrad core Version.c x11findwind.c
62 >        set nonomatch; rm -f *.o $(PROGS) glrad Version.c x11findwind.c
63  
64   ogl:    glrad
65          cp glrad $(INSTDIR)
# Line 88 | Line 96 | rsensor:       rsensor.o
96   rpiece: rpiece.o Version.o
97          $(CC) $(CFLAGS) -o rpiece rpiece.o Version.o -lrtrad $(MLIB)
98  
91 rtcontrib:      rtcontrib.o Version.o
92        $(CC) $(CFLAGS) -o rtcontrib rtcontrib.o Version.o -lrtrad $(MLIB)
93
99   vwright:        vwright.o
100          $(CC) $(CFLAGS) -o vwright vwright.o -lrtrad $(MLIB)
101  
# Line 104 | Line 109 | glrad: glrad.o
109          $(CC) $(CFLAGS) -o glrad glrad.o -lrgl -lrtrad -lGLU -lGL \
110   -lX11 -lXext $(MLIB)
111  
112 < dctimestep:     dctimestep.o
113 <        $(CC) $(CFLAGS) -o dctimestep dctimestep.o -lrtrad $(MLIB)
112 > dctimestep:     dctimestep.o cmbsdf.o cmatrix.o
113 >        $(CC) $(CFLAGS) -o dctimestep dctimestep.o cmbsdf.o cmatrix.o \
114 > -lrtrad $(MLIB)
115  
116 + rttree_reduce:  rttree_reduce.o
117 +        $(CC) $(CFLAGS) -o rttree_reduce rttree_reduce.o -lrtrad $(MLIB)
118 +
119 + rcollate:       rcollate.o
120 +        $(CC) $(CFLAGS) -o rcollate rcollate.o -lrtrad
121 +
122 + eplus_adduvf:   eplus_adduvf.o eplus_idf.o
123 +        $(CC) $(CFLAGS) -o eplus_adduvf eplus_adduvf.o eplus_idf.o \
124 + -lrtrad $(MLIB)
125 +
126 + rfluxmtx:       rfluxmtx.o
127 +        $(CC) $(CFLAGS) -o rfluxmtx rfluxmtx.o -lrtrad $(MLIB)
128 +
129 + rmtxop: rmtxop.o rmatrix.o cmatrix.o cmbsdf.o
130 +        $(CC) $(CFLAGS) -o rmtxop rmtxop.o rmatrix.o cmatrix.o cmbsdf.o \
131 + -lrtrad $(MLIB)
132 +
133 + wrapBSDF:       wrapBSDF.o
134 +        $(CC) $(CFLAGS) -o wrapBSDF wrapBSDF.o -lrtrad $(MLIB)
135 +
136   setscan.o:      setscan.h
137  
138 + eplus_adduvf.o: ../common/triangulate.h ../common/rtprocess.h \
139 + ../common/paths.h ../common/rtio.h ../common/random.h \
140 + ../common/rtmath.h ../common/mat4.h ../common/fvect.h
141 +
142 + eplus_adduvf.o eplus_idf.o:     eplus_idf.h \
143 + ../common/lookup.h
144 +
145   findglare.o glareval.o \
146   glaresrc.o:     glare.h ../common/standard.h \
147   ../common/rtmisc.h ../common/rtio.h \
# Line 122 | Line 155 | rpiece.o:      ../common/color.h ../common/view.h ../common
155   dctimestep.o:   ../common/standard.h \
156   ../common/rtmisc.h ../common/rtio.h \
157   ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
158 < ../common/rterror.h ../common/platform.h \
126 < ../common/color.h ../common/bsdf.h ../common/resolu.h
158 > ../common/rterror.h ../common/resolu.h
159  
160 < rtcontrib.o:    ../common/platform.h ../common/rtprocess.h \
129 < ../common/color.h ../common/resolu.h ../common/lookup.h \
130 < ../common/calcomp.h ../common/selcall.h
160 > dctimestep.o cmatrix.o cmbsdf.o:        cmatrix.h ../common/color.h
161  
162 < rad.o ranimate.o rpiece.o rtcontrib.o xglaresrc.o:      ../common/standard.h \
162 > cmatrix.o cmbsdf.o:     ../common/standard.h \
163   ../common/rtmisc.h ../common/rtio.h \
164   ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
165   ../common/rterror.h
166  
167 + cmbsdf.o:       ../common/paths.h ../common/bsdf.h ../common/bsdf_m.h
168 +
169 + rfluxmtx.o:     ../common/rtio.h ../common/random.h ../common/triangulate.h \
170 + ../common/rtmath.h ../common/fvect.h ../common/mat4.h ../common/tiff.h \
171 + ../common/platform.h ../common/bsdf.h ../common/bsdf_m.h ../common/rtprocess.h
172 +
173 + dctimestep.o cmatrix.o: ../common/platform.h
174 +
175 + rad.o ranimate.o rpiece.o xglaresrc.o:  ../common/standard.h \
176 + ../common/rtmisc.h ../common/rtio.h \
177 + ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
178 + ../common/rterror.h
179 +
180   xglaresrc.o:    ../common/view.h
181  
182   glareval.o xglaresrc.o: ../common/resolu.h
# Line 177 | Line 220 | rsensor.o:     ../rt/ray.h ../common/octree.h \
220  
221   rsensor.o:      ../common/view.h ../common/resolu.h ../rt/source.h
222  
223 + rcollate.o:     ../common/platform.h ../common/rtio.h ../common/resolu.h
224 +
225   Version.c:      ../rt/Version.c
226          cp ../rt/Version.c .
227  
228   x11findwind.c:  ../common/x11findwind.c
229          cp ../common/x11findwind.c .
230 +
231 + rttree_reduce.o:        ../common/rtio.h ../common/rterror.h
232 +
233 + rmatrix.o:      rmatrix.h cmatrix.h ../common/resolu.h
234 +
235 + rmtxop.o:       rmatrix.h cmatrix.h ../common/rtio.h ../common/resolu.h
236 +
237 + wrapBSDF.o:     ../common/rtio.h ../common/rtprocess.h ../common/ezxml.h \
238 + ../common/bsdf.h ../common/bsdf_m.h ../common/fvect.h ../common/ccolor.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines