source: Sophya/trunk/SophyaLib/SkyMap/Makefile@ 2893

Last change on this file since 2893 was 2834, checked in by ansari, 20 years ago

MAJ Makefile - Reza 8/11/2005

File size: 10.8 KB
Line 
1include ../BuildMgr/sophyamake.inc
2
3all: $(SOPHYALIBP)libSkyMap.a
4
5clean:
6 rm -f $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o
7 rm -f $(SOPHYALIBP)libSkyMap.a
8
9$(SOPHYALIBP)libSkyMap.a : $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o
10 $(AR) $(ARFLAGS) $@ $?
11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
12
13$(SOPHYAOBJP)HEALPixUtils.o: HEALPixUtils.cc \
14 $(SOPHYAINCP)sopnamsp.h HEALPixUtils.h \
15 $(SOPHYAINCP)machdefs.h \
16 $(SOPHYAINCP)ndatablock.h \
17 $(SOPHYAINCP)anydataobj.h \
18 $(SOPHYAINCP)tvector.h \
19 $(SOPHYAINCP)tmatrix.h \
20 $(SOPHYAINCP)tarray.h \
21 $(SOPHYAINCP)basarr.h \
22 $(SOPHYAINCP)mutyv.h \
23 $(SOPHYAINCP)timestamp.h \
24 $(SOPHYAINCP)objfio.h \
25 $(SOPHYAINCP)ppersist.h \
26 $(SOPHYAINCP)pexceptions.h \
27 $(SOPHYAINCP)gnumd5.h \
28 $(SOPHYAINCP)ppfbinstream.h \
29 $(SOPHYAINCP)rawstream.h \
30 $(SOPHYAINCP)ppfnametag.h \
31 $(SOPHYAINCP)dvlist.h \
32 $(SOPHYAINCP)utilarr.h \
33 $(SOPHYAINCP)smathconst.h
34 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ HEALPixUtils.cc
35
36$(SOPHYAOBJP)fiolocalmap.o: fiolocalmap.cc \
37 $(SOPHYAINCP)sopnamsp.h fiolocalmap.h \
38 sphericalmap.h $(SOPHYAINCP)smathconst.h \
39 $(SOPHYAINCP)machdefs.h pixelmap.h \
40 $(SOPHYAINCP)ppersist.h \
41 $(SOPHYAINCP)pexceptions.h \
42 $(SOPHYAINCP)gnumd5.h \
43 $(SOPHYAINCP)ppfbinstream.h \
44 $(SOPHYAINCP)rawstream.h \
45 $(SOPHYAINCP)ppfnametag.h \
46 $(SOPHYAINCP)dvlist.h \
47 $(SOPHYAINCP)objfio.h \
48 $(SOPHYAINCP)anydataobj.h \
49 $(SOPHYAINCP)mutyv.h \
50 $(SOPHYAINCP)timestamp.h spherepos.h \
51 unitvector.h vector3d.h longlat.h utilgeom.h \
52 $(SOPHYAINCP)tvector.h \
53 $(SOPHYAINCP)tmatrix.h \
54 $(SOPHYAINCP)tarray.h \
55 $(SOPHYAINCP)basarr.h \
56 $(SOPHYAINCP)ndatablock.h \
57 $(SOPHYAINCP)utilarr.h localmap.h \
58 $(SOPHYAINCP)fioarr.h \
59 $(SOPHYAINCP)fiondblock.h \
60 $(SOPHYAINCP)datatype.h
61 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiolocalmap.cc
62
63$(SOPHYAOBJP)fiosphereecp.o: fiosphereecp.cc \
64 $(SOPHYAINCP)sopnamsp.h fiosphereecp.h \
65 sphereecp.h sphericalmap.h \
66 $(SOPHYAINCP)smathconst.h \
67 $(SOPHYAINCP)machdefs.h pixelmap.h \
68 $(SOPHYAINCP)ppersist.h \
69 $(SOPHYAINCP)pexceptions.h \
70 $(SOPHYAINCP)gnumd5.h \
71 $(SOPHYAINCP)ppfbinstream.h \
72 $(SOPHYAINCP)rawstream.h \
73 $(SOPHYAINCP)ppfnametag.h \
74 $(SOPHYAINCP)dvlist.h \
75 $(SOPHYAINCP)objfio.h \
76 $(SOPHYAINCP)anydataobj.h \
77 $(SOPHYAINCP)mutyv.h \
78 $(SOPHYAINCP)timestamp.h spherepos.h \
79 unitvector.h vector3d.h longlat.h utilgeom.h \
80 $(SOPHYAINCP)tvector.h \
81 $(SOPHYAINCP)tmatrix.h \
82 $(SOPHYAINCP)tarray.h \
83 $(SOPHYAINCP)basarr.h \
84 $(SOPHYAINCP)ndatablock.h \
85 $(SOPHYAINCP)utilarr.h \
86 $(SOPHYAINCP)fioarr.h \
87 $(SOPHYAINCP)datatype.h
88 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiosphereecp.cc
89
90$(SOPHYAOBJP)fiospherehealpix.o: fiospherehealpix.cc \
91 $(SOPHYAINCP)sopnamsp.h fiospherehealpix.h \
92 sphericalmap.h $(SOPHYAINCP)smathconst.h \
93 $(SOPHYAINCP)machdefs.h pixelmap.h \
94 $(SOPHYAINCP)ppersist.h \
95 $(SOPHYAINCP)pexceptions.h \
96 $(SOPHYAINCP)gnumd5.h \
97 $(SOPHYAINCP)ppfbinstream.h \
98 $(SOPHYAINCP)rawstream.h \
99 $(SOPHYAINCP)ppfnametag.h \
100 $(SOPHYAINCP)dvlist.h \
101 $(SOPHYAINCP)objfio.h \
102 $(SOPHYAINCP)anydataobj.h \
103 $(SOPHYAINCP)mutyv.h \
104 $(SOPHYAINCP)timestamp.h spherepos.h \
105 unitvector.h vector3d.h longlat.h utilgeom.h \
106 $(SOPHYAINCP)tvector.h \
107 $(SOPHYAINCP)tmatrix.h \
108 $(SOPHYAINCP)tarray.h \
109 $(SOPHYAINCP)basarr.h \
110 $(SOPHYAINCP)ndatablock.h \
111 $(SOPHYAINCP)utilarr.h spherehealpix.h \
112 HEALPixUtils.h $(SOPHYAINCP)fiondblock.h \
113 $(SOPHYAINCP)datatype.h
114 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiospherehealpix.cc
115
116$(SOPHYAOBJP)fiospherethetaphi.o: fiospherethetaphi.cc \
117 $(SOPHYAINCP)sopnamsp.h fiospherethetaphi.h \
118 sphericalmap.h $(SOPHYAINCP)smathconst.h \
119 $(SOPHYAINCP)machdefs.h pixelmap.h \
120 $(SOPHYAINCP)ppersist.h \
121 $(SOPHYAINCP)pexceptions.h \
122 $(SOPHYAINCP)gnumd5.h \
123 $(SOPHYAINCP)ppfbinstream.h \
124 $(SOPHYAINCP)rawstream.h \
125 $(SOPHYAINCP)ppfnametag.h \
126 $(SOPHYAINCP)dvlist.h \
127 $(SOPHYAINCP)objfio.h \
128 $(SOPHYAINCP)anydataobj.h \
129 $(SOPHYAINCP)mutyv.h \
130 $(SOPHYAINCP)timestamp.h spherepos.h \
131 unitvector.h vector3d.h longlat.h utilgeom.h \
132 $(SOPHYAINCP)tvector.h \
133 $(SOPHYAINCP)tmatrix.h \
134 $(SOPHYAINCP)tarray.h \
135 $(SOPHYAINCP)basarr.h \
136 $(SOPHYAINCP)ndatablock.h \
137 $(SOPHYAINCP)utilarr.h spherethetaphi.h \
138 $(SOPHYAINCP)fiondblock.h \
139 $(SOPHYAINCP)datatype.h
140 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiospherethetaphi.cc
141
142$(SOPHYAOBJP)localmap.o: localmap.cc \
143 $(SOPHYAINCP)sopnamsp.h localmap.h \
144 pixelmap.h $(SOPHYAINCP)ppersist.h \
145 $(SOPHYAINCP)machdefs.h \
146 $(SOPHYAINCP)pexceptions.h \
147 $(SOPHYAINCP)gnumd5.h \
148 $(SOPHYAINCP)ppfbinstream.h \
149 $(SOPHYAINCP)rawstream.h \
150 $(SOPHYAINCP)ppfnametag.h \
151 $(SOPHYAINCP)dvlist.h \
152 $(SOPHYAINCP)objfio.h \
153 $(SOPHYAINCP)anydataobj.h \
154 $(SOPHYAINCP)mutyv.h \
155 $(SOPHYAINCP)timestamp.h spherepos.h \
156 unitvector.h vector3d.h longlat.h utilgeom.h sphericalmap.h \
157 $(SOPHYAINCP)smathconst.h \
158 $(SOPHYAINCP)tvector.h \
159 $(SOPHYAINCP)tmatrix.h \
160 $(SOPHYAINCP)tarray.h \
161 $(SOPHYAINCP)basarr.h \
162 $(SOPHYAINCP)ndatablock.h \
163 $(SOPHYAINCP)utilarr.h \
164 $(SOPHYAINCP)fiondblock.h \
165 $(SOPHYAINCP)timing.h
166 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ localmap.cc
167
168$(SOPHYAOBJP)longlat.o: longlat.cc $(SOPHYAINCP)sopnamsp.h \
169 longlat.h $(SOPHYAINCP)machdefs.h \
170 utilgeom.h
171 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ longlat.cc
172
173$(SOPHYAOBJP)mapoperation.o: mapoperation.cc \
174 $(SOPHYAINCP)sopnamsp.h \
175 $(SOPHYAINCP)machdefs.h mapoperation.h \
176 $(SOPHYAINCP)ndatablock.h \
177 $(SOPHYAINCP)anydataobj.h pixelmap.h \
178 $(SOPHYAINCP)ppersist.h \
179 $(SOPHYAINCP)pexceptions.h \
180 $(SOPHYAINCP)gnumd5.h \
181 $(SOPHYAINCP)ppfbinstream.h \
182 $(SOPHYAINCP)rawstream.h \
183 $(SOPHYAINCP)ppfnametag.h \
184 $(SOPHYAINCP)dvlist.h \
185 $(SOPHYAINCP)objfio.h \
186 $(SOPHYAINCP)mutyv.h \
187 $(SOPHYAINCP)timestamp.h spherepos.h \
188 unitvector.h vector3d.h longlat.h utilgeom.h
189 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mapoperation.cc
190
191$(SOPHYAOBJP)skymapinit.o: skymapinit.cc \
192 $(SOPHYAINCP)sopnamsp.h \
193 $(SOPHYAINCP)machdefs.h skymapinit.h \
194 $(SOPHYAINCP)sophyainit.h spherethetaphi.h \
195 sphericalmap.h $(SOPHYAINCP)smathconst.h \
196 pixelmap.h $(SOPHYAINCP)ppersist.h \
197 $(SOPHYAINCP)pexceptions.h \
198 $(SOPHYAINCP)gnumd5.h \
199 $(SOPHYAINCP)ppfbinstream.h \
200 $(SOPHYAINCP)rawstream.h \
201 $(SOPHYAINCP)ppfnametag.h \
202 $(SOPHYAINCP)dvlist.h \
203 $(SOPHYAINCP)objfio.h \
204 $(SOPHYAINCP)anydataobj.h \
205 $(SOPHYAINCP)mutyv.h \
206 $(SOPHYAINCP)timestamp.h spherepos.h \
207 unitvector.h vector3d.h longlat.h utilgeom.h \
208 $(SOPHYAINCP)tvector.h \
209 $(SOPHYAINCP)tmatrix.h \
210 $(SOPHYAINCP)tarray.h \
211 $(SOPHYAINCP)basarr.h \
212 $(SOPHYAINCP)ndatablock.h \
213 $(SOPHYAINCP)utilarr.h fiospherehealpix.h \
214 spherehealpix.h HEALPixUtils.h fiospherethetaphi.h fiolocalmap.h \
215 localmap.h fiosphereecp.h sphereecp.h
216 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skymapinit.cc
217
218$(SOPHYAOBJP)sphereecp.o: sphereecp.cc \
219 $(SOPHYAINCP)sopnamsp.h sphereecp.h \
220 sphericalmap.h $(SOPHYAINCP)smathconst.h \
221 $(SOPHYAINCP)machdefs.h pixelmap.h \
222 $(SOPHYAINCP)ppersist.h \
223 $(SOPHYAINCP)pexceptions.h \
224 $(SOPHYAINCP)gnumd5.h \
225 $(SOPHYAINCP)ppfbinstream.h \
226 $(SOPHYAINCP)rawstream.h \
227 $(SOPHYAINCP)ppfnametag.h \
228 $(SOPHYAINCP)dvlist.h \
229 $(SOPHYAINCP)objfio.h \
230 $(SOPHYAINCP)anydataobj.h \
231 $(SOPHYAINCP)mutyv.h \
232 $(SOPHYAINCP)timestamp.h spherepos.h \
233 unitvector.h vector3d.h longlat.h utilgeom.h \
234 $(SOPHYAINCP)tvector.h \
235 $(SOPHYAINCP)tmatrix.h \
236 $(SOPHYAINCP)tarray.h \
237 $(SOPHYAINCP)basarr.h \
238 $(SOPHYAINCP)ndatablock.h \
239 $(SOPHYAINCP)utilarr.h
240 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphereecp.cc
241
242$(SOPHYAOBJP)spherehealpix.o: spherehealpix.cc \
243 $(SOPHYAINCP)sopnamsp.h \
244 $(SOPHYAINCP)machdefs.h \
245 $(SOPHYAINCP)pexceptions.h \
246 $(SOPHYAINCP)fiondblock.h \
247 $(SOPHYAINCP)ppersist.h \
248 $(SOPHYAINCP)gnumd5.h \
249 $(SOPHYAINCP)ppfbinstream.h \
250 $(SOPHYAINCP)rawstream.h \
251 $(SOPHYAINCP)ppfnametag.h \
252 $(SOPHYAINCP)ndatablock.h \
253 $(SOPHYAINCP)anydataobj.h spherehealpix.h \
254 sphericalmap.h $(SOPHYAINCP)smathconst.h \
255 pixelmap.h $(SOPHYAINCP)dvlist.h \
256 $(SOPHYAINCP)objfio.h \
257 $(SOPHYAINCP)mutyv.h \
258 $(SOPHYAINCP)timestamp.h spherepos.h \
259 unitvector.h vector3d.h longlat.h utilgeom.h \
260 $(SOPHYAINCP)tvector.h \
261 $(SOPHYAINCP)tmatrix.h \
262 $(SOPHYAINCP)tarray.h \
263 $(SOPHYAINCP)basarr.h \
264 $(SOPHYAINCP)utilarr.h HEALPixUtils.h \
265 $(SOPHYAINCP)strutil.h
266 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spherehealpix.cc
267
268$(SOPHYAOBJP)spherepos.o: spherepos.cc \
269 $(SOPHYAINCP)sopnamsp.h spherepos.h \
270 $(SOPHYAINCP)machdefs.h \
271 $(SOPHYAINCP)ppersist.h \
272 $(SOPHYAINCP)pexceptions.h \
273 $(SOPHYAINCP)gnumd5.h \
274 $(SOPHYAINCP)ppfbinstream.h \
275 $(SOPHYAINCP)rawstream.h \
276 $(SOPHYAINCP)ppfnametag.h unitvector.h \
277 vector3d.h longlat.h utilgeom.h \
278 $(SOPHYAINCP)anydataobj.h \
279 $(SOPHYAINCP)datatype.h
280 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spherepos.cc
281
282$(SOPHYAOBJP)spherethetaphi.o: spherethetaphi.cc \
283 $(SOPHYAINCP)sopnamsp.h spherethetaphi.h \
284 sphericalmap.h $(SOPHYAINCP)smathconst.h \
285 $(SOPHYAINCP)machdefs.h pixelmap.h \
286 $(SOPHYAINCP)ppersist.h \
287 $(SOPHYAINCP)pexceptions.h \
288 $(SOPHYAINCP)gnumd5.h \
289 $(SOPHYAINCP)ppfbinstream.h \
290 $(SOPHYAINCP)rawstream.h \
291 $(SOPHYAINCP)ppfnametag.h \
292 $(SOPHYAINCP)dvlist.h \
293 $(SOPHYAINCP)objfio.h \
294 $(SOPHYAINCP)anydataobj.h \
295 $(SOPHYAINCP)mutyv.h \
296 $(SOPHYAINCP)timestamp.h spherepos.h \
297 unitvector.h vector3d.h longlat.h utilgeom.h \
298 $(SOPHYAINCP)tvector.h \
299 $(SOPHYAINCP)tmatrix.h \
300 $(SOPHYAINCP)tarray.h \
301 $(SOPHYAINCP)basarr.h \
302 $(SOPHYAINCP)ndatablock.h \
303 $(SOPHYAINCP)utilarr.h \
304 $(SOPHYAINCP)fiondblock.h
305 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spherethetaphi.cc
306
307$(SOPHYAOBJP)unitvector.o: unitvector.cc \
308 $(SOPHYAINCP)sopnamsp.h unitvector.h \
309 vector3d.h longlat.h \
310 $(SOPHYAINCP)machdefs.h utilgeom.h
311 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ unitvector.cc
312
313$(SOPHYAOBJP)utilgeom.o: utilgeom.cc \
314 $(SOPHYAINCP)sopnamsp.h \
315 $(SOPHYAINCP)machdefs.h utilgeom.h
316 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ utilgeom.cc
317
318$(SOPHYAOBJP)vector3d.o: vector3d.cc \
319 $(SOPHYAINCP)sopnamsp.h \
320 $(SOPHYAINCP)machdefs.h \
321 $(SOPHYAINCP)pexceptions.h vector3d.h \
322 longlat.h utilgeom.h
323 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ vector3d.cc
324
Note: See TracBrowser for help on using the repository browser.