ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/Rmakefile
Revision: 2.56
Committed: Thu Sep 2 02:29:24 2010 UTC (13 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.55: +5 -3 lines
Log Message:
Initial version of genBSDF, probably buggy

File Contents

# Content
1 # RCSid: $Id: Rmakefile,v 2.55 2009/07/02 02:13:07 greg Exp $
2 #
3 # Radiance makefile for utility programs
4 #
5
6 MACH = -DBSD
7
8 OPT = -O
9
10 CFLAGS = -I../common -I../rt -L../lib $(OPT) $(MACH)
11
12 MLIB = -lm
13
14 CC = cc
15
16 SPECIAL =
17
18 INSTDIR = /usr/local/bin
19
20 LIBDIR = /usr/local/lib/ray
21
22 PROGS = findglare glarendx rpiece rad ranimate ranimove vwright getinfo \
23 vwrays xglaresrc rtcontrib rsensor dctimestep
24
25 all: $(PROGS)
26
27 install: all $(SPECIAL) objview.csh objpict.csh glare.csh dayfact.csh \
28 rlux.csh raddepend.csh trad.wsh objline.csh compamb.csh vinfo.csh \
29 genambpos.csh fieldcomb.csh genklemsamp.pl genskyvec.pl genBSDF.pl tregsamp.dat
30 cp $(PROGS) $(INSTDIR)
31 cp objview.csh $(INSTDIR)/objview
32 cp objline.csh $(INSTDIR)/objline
33 cp objpict.csh $(INSTDIR)/objpict
34 cp glare.csh $(INSTDIR)/glare
35 cp dayfact.csh $(INSTDIR)/dayfact
36 cp debugcal.csh $(INSTDIR)/debugcal
37 cp rlux.csh $(INSTDIR)/rlux
38 cp raddepend.csh $(INSTDIR)/raddepend
39 cp compamb.csh $(INSTDIR)/compamb
40 cp vinfo.csh $(INSTDIR)/vinfo
41 cp genambpos.csh $(INSTDIR)/genambpos
42 cp fieldcomb.csh $(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:
54 set nonomatch; rm -f *.o $(PROGS) glrad core Version.c x11findwind.c
55
56 ogl: glrad
57 cp glrad $(INSTDIR)
58
59 sgi:
60
61 sun:
62
63 findglare: findglare.o glareval.o glaresrc.o setscan.o
64 $(CC) $(CFLAGS) -o findglare findglare.o glareval.o glaresrc.o \
65 setscan.o -lrtrad $(MLIB)
66
67 glarendx: glarendx.o
68 $(CC) $(CFLAGS) -o glarendx glarendx.o -lrtrad $(MLIB)
69
70 xglaresrc: xglaresrc.o x11findwind.o
71 $(CC) $(CFLAGS) -o xglaresrc xglaresrc.o \
72 x11findwind.o -lrtrad -lX11 $(MLIB)
73
74 rad: rad.o
75 $(CC) $(CFLAGS) -o rad rad.o -lrtrad $(MLIB)
76
77 ranimate: ranimate.o netproc.o
78 $(CC) $(CFLAGS) -o ranimate ranimate.o netproc.o -lrtrad $(MLIB)
79
80 ranimove: ranimove.o ranimove1.o ranimove2.o
81 $(CC) $(CFLAGS) -o ranimove ranimove.o ranimove1.o ranimove2.o \
82 -lraycalls -lradiance -lrtrad $(MLIB)
83
84 rsensor: rsensor.o
85 $(CC) $(CFLAGS) -o rsensor rsensor.o \
86 -lraycalls -lradiance -lrtrad $(MLIB)
87
88 rpiece: rpiece.o Version.o
89 $(CC) $(CFLAGS) -o rpiece rpiece.o Version.o -lrtrad $(MLIB)
90
91 rtcontrib: rtcontrib.o Version.o
92 $(CC) $(CFLAGS) -o rtcontrib rtcontrib.o Version.o -lrtrad $(MLIB)
93
94 vwright: vwright.o
95 $(CC) $(CFLAGS) -o vwright vwright.o -lrtrad $(MLIB)
96
97 vwrays: vwrays.o
98 $(CC) $(CFLAGS) -o vwrays vwrays.o -lrtrad $(MLIB)
99
100 getinfo: getinfo.o
101 $(CC) $(CFLAGS) -o getinfo getinfo.o -lrtrad
102
103 glrad: glrad.o
104 $(CC) $(CFLAGS) -o glrad glrad.o -lrgl -lrtrad -lGLU -lGL \
105 -lX11 -lXext $(MLIB)
106
107 dctimestep: dctimestep.o
108 $(CC) $(CFLAGS) -o dctimestep dctimestep.o -lrtrad $(MLIB)
109
110 setscan.o: setscan.h
111
112 findglare.o glareval.o \
113 glaresrc.o: glare.h ../common/standard.h \
114 ../common/rtmisc.h ../common/rtio.h \
115 ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
116 ../common/rterror.h ../common/view.h ../common/color.h setscan.h
117
118 glaresrc.o: ../common/linregr.h
119
120 rpiece.o: ../common/color.h ../common/view.h ../common/resolu.h
121
122 dctimestep.o: ../common/standard.h \
123 ../common/rtmisc.h ../common/rtio.h \
124 ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
125 ../common/rterror.h ../common/platform.h \
126 ../common/color.h ../common/bsdf.h ../common/resolu.h
127
128 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
131
132 rad.o ranimate.o rpiece.o rtcontrib.o xglaresrc.o: ../common/standard.h \
133 ../common/rtmisc.h ../common/rtio.h \
134 ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
135 ../common/rterror.h
136
137 xglaresrc.o: ../common/view.h
138
139 glareval.o xglaresrc.o: ../common/resolu.h
140
141 rad.o ranimate.o: ../common/vars.h
142
143 ranimove1.o ranimove2.o vwrays.o: ../common/random.h
144
145 rad.o: ../common/paths.h
146
147 ranimate.o netproc.o: netproc.h
148
149 ranimove1.o: ../common/otypes.h
150
151 netproc.o: ../common/paths.h
152
153 rad.o ranimate.o ranimove.o: ../common/view.h ../common/resolu.h
154
155 glrad.o: ../common/radogl.h \
156 ../common/standard.h ../common/rtmisc.h ../common/rtio.h \
157 ../common/rtmath.h ../common/mat4.h ../common/fvect.h ../common/rterror.h \
158 ../common/color.h ../common/object.h ../common/otypes.h ../common/lookup.h
159
160 glrad.o: glradicon.h ../common/view.h ../common/paths.h
161
162 ranimove.o ranimove1.o ranimove2.o: ranimove.h \
163 ../common/vars.h ../common/view.h \
164 ../rt/ray.h ../common/octree.h \
165 ../common/object.h ../common/color.h \
166 ../common/standard.h ../common/rtmisc.h ../common/rtio.h \
167 ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
168 ../common/rterror.h
169
170 rsensor.o: ../rt/ray.h ../common/octree.h \
171 ../common/object.h ../common/color.h \
172 ../common/standard.h ../common/rtmisc.h ../common/rtio.h \
173 ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
174 ../common/rterror.h
175
176 rsensor.o: ../common/view.h ../common/resolu.h ../rt/source.h
177
178 Version.c: ../rt/Version.c
179 cp ../rt/Version.c .
180
181 x11findwind.c: ../common/x11findwind.c
182 cp ../common/x11findwind.c .