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.49 by greg, Thu May 1 16:42:06 2008 UTC vs.
Revision 2.64 by greg, Mon Jan 20 21:29:04 2014 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
23 >                vwrays xglaresrc rsensor dctimestep rttree_reduce rcollate
24  
25   all:    $(PROGS)
26  
27 < install:        all $(SPECIAL) objview.csh objpict.csh glare.csh dayfact.csh \
27 > install:        all $(SPECIAL) objview.pl objpict.pl glare.csh dayfact.csh \
28   rlux.csh raddepend.csh trad.wsh objline.csh compamb.csh vinfo.csh \
29 < genambpos.csh fieldcomb.csh
29 > genambpos.csh fieldcomb.csh genklemsamp.pl genskyvec.pl genBSDF.pl tregsamp.dat
30          cp $(PROGS) $(INSTDIR)
31 <        cp objview.csh $(INSTDIR)/objview
31 >        cp objview.pl $(INSTDIR)/objview
32          cp objline.csh $(INSTDIR)/objline
33 <        cp objpict.csh $(INSTDIR)/objpict
33 >        cp objpict.pl $(INSTDIR)/objpict
34          cp glare.csh $(INSTDIR)/glare
35          cp dayfact.csh $(INSTDIR)/dayfact
36          cp debugcal.csh $(INSTDIR)/debugcal
# Line 40 | Line 40 | genambpos.csh fieldcomb.csh
40          cp vinfo.csh $(INSTDIR)/vinfo
41          cp genambpos.csh $(INSTDIR)/genambpos
42          cp fieldcomb.csh $(INSTDIR)/fieldcomb
43 <        chmod 755 $(INSTDIR)/objview $(INSTDIR)/objpict \
44 <                $(INSTDIR)/glare $(INSTDIR)/dayfact $(INSTDIR)/debugcal \
45 <                $(INSTDIR)/rlux $(INSTDIR)/raddepend $(INSTDIR)/objline \
46 <                $(INSTDIR)/compamb $(INSTDIR)/vinfo $(INSTDIR)/genambpos \
47 <                $(INSTDIR)/fieldcomb
43 >        cp genklemsamp.pl $(INSTDIR)/genklemsamp
44 >        cp genskyvec.pl $(INSTDIR)/genskyvec
45 >        cp genBSDF.pl $(INSTDIR)/genBSDF
46 >        cd $(INSTDIR) ; chmod 755 objview objpict \
47 >                glare dayfact debugcal rlux raddepend objline \
48 >                compamb vinfo genambpos fieldcomb genklemsamp \
49 >                genskyvec genBSDF
50 >        cp tregsamp.dat $(LIBDIR)
51          csh -f tradinstall.csh $(INSTDIR) $(LIBDIR)/tcl
52  
53   clean:
# Line 101 | Line 104 | glrad: glrad.o
104          $(CC) $(CFLAGS) -o glrad glrad.o -lrgl -lrtrad -lGLU -lGL \
105   -lX11 -lXext $(MLIB)
106  
107 + dctimestep:     dctimestep.o cmbsdf.o cmatrix.o
108 +        $(CC) $(CFLAGS) -o dctimestep dctimestep.o cmbsdf.o cmatrix.o \
109 + -lrtrad $(MLIB)
110 +
111 + rttree_reduce:  rttree_reduce.o
112 +        $(CC) $(CFLAGS) -o rttree_reduce rttree_reduce.o -lrtrad $(MLIB)
113 +
114 + rcollate:       rcollate.o
115 +        $(CC) $(CFLAGS) -o rcollate rcollate.o -lrtrad
116 +
117   setscan.o:      setscan.h
118  
119   findglare.o glareval.o \
120   glaresrc.o:     glare.h ../common/standard.h \
121   ../common/rtmisc.h ../common/rtio.h \
122   ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
123 < ../common/rterror.h ../common/tifftypes.h \
111 < ../common/view.h ../common/color.h setscan.h
123 > ../common/rterror.h ../common/view.h ../common/color.h setscan.h
124  
125   glaresrc.o:     ../common/linregr.h
126  
127   rpiece.o:       ../common/color.h ../common/view.h ../common/resolu.h
128  
129 + dctimestep.o:   ../common/standard.h \
130 + ../common/rtmisc.h ../common/rtio.h \
131 + ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
132 + ../common/rterror.h ../common/resolu.h
133 +
134 + dctimestep.o cmatrix.o cmbsdf.o:        cmatrix.h ../common/color.h
135 +
136 + cmatrix.o cmbsdf.o:     ../common/standard.h \
137 + ../common/rtmisc.h ../common/rtio.h \
138 + ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
139 + ../common/rterror.h
140 +
141 + cmbsdf.o:       ../common/paths.h ../common/bsdf.h ../common/bsdf_m.h
142 +
143 + dctimestep.o cmatrix.o: ../common/platform.h
144 +
145   rtcontrib.o:    ../common/platform.h ../common/rtprocess.h \
146   ../common/color.h ../common/resolu.h ../common/lookup.h \
147   ../common/calcomp.h ../common/selcall.h
# Line 121 | Line 149 | rtcontrib.o:   ../common/platform.h ../common/rtprocess.
149   rad.o ranimate.o rpiece.o rtcontrib.o xglaresrc.o:      ../common/standard.h \
150   ../common/rtmisc.h ../common/rtio.h \
151   ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
152 < ../common/rterror.h ../common/tifftypes.h
152 > ../common/rterror.h
153  
154   xglaresrc.o:    ../common/view.h
155  
156   glareval.o xglaresrc.o: ../common/resolu.h
157  
158 + glareval.o:     ../common/platform.h ../common/rtprocess.h
159 +
160   rad.o ranimate.o:       ../common/vars.h
161  
162   ranimove1.o ranimove2.o vwrays.o:       ../common/random.h
# Line 143 | Line 173 | rad.o ranimate.o ranimove.o:   ../common/view.h ../commo
173  
174   glrad.o:        ../common/radogl.h \
175   ../common/standard.h ../common/rtmisc.h ../common/rtio.h \
176 < ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
147 < ../common/rterror.h ../common/tifftypes.h \
176 > ../common/rtmath.h ../common/mat4.h ../common/fvect.h ../common/rterror.h \
177   ../common/color.h ../common/object.h ../common/otypes.h ../common/lookup.h
178  
179   glrad.o:        glradicon.h ../common/view.h ../common/paths.h
# Line 155 | Line 184 | ranimove.o ranimove1.o ranimove2.o:    ranimove.h \
184   ../common/object.h ../common/color.h \
185   ../common/standard.h ../common/rtmisc.h ../common/rtio.h \
186   ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
187 < ../common/rterror.h ../common/tifftypes.h
187 > ../common/rterror.h
188  
189   rsensor.o:      ../rt/ray.h ../common/octree.h \
190   ../common/object.h ../common/color.h \
191   ../common/standard.h ../common/rtmisc.h ../common/rtio.h \
192   ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
193 < ../common/rterror.h ../common/tifftypes.h
193 > ../common/rterror.h
194  
195   rsensor.o:      ../common/view.h ../common/resolu.h ../rt/source.h
196  
197 + rcollate.o:     ../common/platform.h ../common/rtio.h ../common/resolu.h
198 +
199   Version.c:      ../rt/Version.c
200          cp ../rt/Version.c .
201  
202   x11findwind.c:  ../common/x11findwind.c
203          cp ../common/x11findwind.c .
204 +
205 + rttree_reduce.o:        ../common/rtio.h ../common/rterror.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines