source: Sophya/trunk/SophyaExt/FitsIOServer/smakefile@ 2740

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

suite nouvelle structure cmv 20/05/05

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