source: Sophya/trunk/SophyaLib/SkyMap/smakefile@ 2761

Last change on this file since 2761 was 2751, checked in by cmv, 20 years ago

gestion CXXCOMPILE-LIB-PROG cmv 20/05/05

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