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

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

suite modifs makefile/configure cmv 24/05/05

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