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

Last change on this file since 3049 was 3049, checked in by cmv, 19 years ago

Fits IO Histo,HProf,HistErr,Histo2D cmv 11/8/2006

File size: 18.0 KB
RevLine 
[2740]1include $(SOPHYABASE)/include/sophyamake.inc
2
3all: $(SOPHYALIBP)libFitsIOServer.a
4
5clean:
[3049]6 rm -f $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fiosinit.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fitshistos.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o $(SOPHYAOBJP)swfitsdtable.o
[2740]7 rm -f $(SOPHYALIBP)libFitsIOServer.a
8
[3049]9$(SOPHYALIBP)libFitsIOServer.a : $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fiosinit.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fitshistos.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o $(SOPHYAOBJP)swfitsdtable.o
[2740]10 $(AR) $(ARFLAGS) $@ $?
[2763]11 touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist
[2740]12
[3007]13$(SOPHYAOBJP)datacirclefits.o: datacirclefits.cc \
[3049]14 $(SOPHYAINCP)sopnamsp.h \
15 datacirclefits.h \
[3007]16 $(SOPHYAINCP)datacirclebase.h \
17 $(SOPHYAINCP)circle.h \
18 $(SOPHYAINCP)vector3d.h \
[2740]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
[2765]26 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacirclefits.cc
[2740]27
[3007]28$(SOPHYAOBJP)fabtcolread.o: fabtcolread.cc \
29 $(SOPHYAINCP)sopnamsp.h \
[2740]30 $(SOPHYAINCP)machdefs.h \
[3007]31 $(SOPHYAINCP)pexceptions.h \
[3049]32 fabtcolread.h \
[2740]33 $(SOPHYAINCP)anydataobj.h \
[3007]34 $(SOPHYAINCP)tvector.h \
35 $(SOPHYAINCP)tmatrix.h \
36 $(SOPHYAINCP)tarray.h \
37 $(SOPHYAINCP)basarr.h \
38 $(SOPHYAINCP)mutyv.h \
39 $(SOPHYAINCP)timestamp.h \
40 $(SOPHYAINCP)objfio.h \
41 $(SOPHYAINCP)ppersist.h \
[2740]42 $(SOPHYAINCP)gnumd5.h \
43 $(SOPHYAINCP)ppfbinstream.h \
44 $(SOPHYAINCP)rawstream.h \
45 $(SOPHYAINCP)ppfnametag.h \
[2980]46 $(SOPHYAINCP)dvlist.h \
[2740]47 $(SOPHYAINCP)ndatablock.h \
48 $(SOPHYAINCP)utilarr.h \
[3007]49 $(SOPHYAINCP)tmatrix_tsnl.h \
50 $(SOPHYAINCP)tvector_tsnl.h \
[2740]51 $(SOPHYAINCP)FitsIO/fitsio.h \
52 $(SOPHYAINCP)FitsIO/longnam.h
[2765]53 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fabtcolread.cc
[2740]54
[3007]55$(SOPHYAOBJP)fabtwriter.o: fabtwriter.cc \
56 $(SOPHYAINCP)sopnamsp.h \
[2740]57 $(SOPHYAINCP)machdefs.h \
[3007]58 $(SOPHYAINCP)pexceptions.h \
[3049]59 fabtwriter.h \
[2740]60 $(SOPHYAINCP)anydataobj.h \
[3007]61 $(SOPHYAINCP)tvector.h \
62 $(SOPHYAINCP)tmatrix.h \
63 $(SOPHYAINCP)tarray.h \
64 $(SOPHYAINCP)basarr.h \
65 $(SOPHYAINCP)mutyv.h \
66 $(SOPHYAINCP)timestamp.h \
67 $(SOPHYAINCP)objfio.h \
68 $(SOPHYAINCP)ppersist.h \
[2740]69 $(SOPHYAINCP)gnumd5.h \
70 $(SOPHYAINCP)ppfbinstream.h \
71 $(SOPHYAINCP)rawstream.h \
72 $(SOPHYAINCP)ppfnametag.h \
[2980]73 $(SOPHYAINCP)dvlist.h \
[2740]74 $(SOPHYAINCP)ndatablock.h \
75 $(SOPHYAINCP)utilarr.h \
[3007]76 $(SOPHYAINCP)tmatrix_tsnl.h \
77 $(SOPHYAINCP)tvector_tsnl.h \
[2740]78 $(SOPHYAINCP)FitsIO/fitsio.h \
79 $(SOPHYAINCP)FitsIO/longnam.h
[2765]80 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fabtwriter.cc
[2740]81
[3007]82$(SOPHYAOBJP)fboloread.o: fboloread.cc \
83 $(SOPHYAINCP)sopnamsp.h \
[2740]84 $(SOPHYAINCP)machdefs.h \
[3007]85 $(SOPHYAINCP)pexceptions.h \
[3049]86 fboloread.h \
[2740]87 $(SOPHYAINCP)anydataobj.h \
[3007]88 $(SOPHYAINCP)tvector.h \
89 $(SOPHYAINCP)tmatrix.h \
90 $(SOPHYAINCP)tarray.h \
91 $(SOPHYAINCP)basarr.h \
92 $(SOPHYAINCP)mutyv.h \
93 $(SOPHYAINCP)timestamp.h \
94 $(SOPHYAINCP)objfio.h \
95 $(SOPHYAINCP)ppersist.h \
[2740]96 $(SOPHYAINCP)gnumd5.h \
97 $(SOPHYAINCP)ppfbinstream.h \
98 $(SOPHYAINCP)rawstream.h \
99 $(SOPHYAINCP)ppfnametag.h \
[2980]100 $(SOPHYAINCP)dvlist.h \
[2740]101 $(SOPHYAINCP)ndatablock.h \
[3007]102 $(SOPHYAINCP)utilarr.h \
103 $(SOPHYAINCP)tmatrix_tsnl.h \
[3049]104 $(SOPHYAINCP)tvector_tsnl.h \
105 fabtcolread.h \
[2740]106 $(SOPHYAINCP)FitsIO/fitsio.h \
107 $(SOPHYAINCP)FitsIO/longnam.h
[2765]108 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fboloread.cc
[2740]109
[3007]110$(SOPHYAOBJP)fbtntintf.o: fbtntintf.cc \
111 $(SOPHYAINCP)sopnamsp.h \
[2740]112 $(SOPHYAINCP)machdefs.h \
[3007]113 $(SOPHYAINCP)pexceptions.h \
[3049]114 fbtntintf.h \
[2740]115 $(SOPHYAINCP)anydataobj.h \
116 $(SOPHYAINCP)ntupintf.h \
117 $(SOPHYAINCP)FitsIO/fitsio.h \
118 $(SOPHYAINCP)FitsIO/longnam.h
[2765]119 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fbtntintf.cc
[2740]120
[3007]121$(SOPHYAOBJP)fiosinit.o: fiosinit.cc \
122 $(SOPHYAINCP)sopnamsp.h \
[3049]123 $(SOPHYAINCP)machdefs.h \
124 fiosinit.h \
[3007]125 $(SOPHYAINCP)sophyainit.h \
[3049]126 fitsmanager.h fitsinoutfile.h \
127 $(SOPHYAINCP)pexceptions.h \
[3007]128 $(SOPHYAINCP)dvlist.h \
129 $(SOPHYAINCP)objfio.h \
130 $(SOPHYAINCP)anydataobj.h \
131 $(SOPHYAINCP)ppersist.h \
132 $(SOPHYAINCP)gnumd5.h \
[2980]133 $(SOPHYAINCP)ppfbinstream.h \
134 $(SOPHYAINCP)rawstream.h \
135 $(SOPHYAINCP)ppfnametag.h \
[3007]136 $(SOPHYAINCP)mutyv.h \
137 $(SOPHYAINCP)timestamp.h \
[2980]138 $(SOPHYAINCP)FitsIO/fitsio.h \
[3007]139 $(SOPHYAINCP)FitsIO/longnam.h \
[3049]140 fitshdtable.h \
141 $(SOPHYAINCP)datatable.h \
[2980]142 $(SOPHYAINCP)basedtable.h \
143 $(SOPHYAINCP)ntupintf.h \
144 $(SOPHYAINCP)segdatablock.h \
[3007]145 $(SOPHYAINCP)tvector.h \
146 $(SOPHYAINCP)tmatrix.h \
147 $(SOPHYAINCP)tarray.h \
148 $(SOPHYAINCP)basarr.h \
[2980]149 $(SOPHYAINCP)ndatablock.h \
[3007]150 $(SOPHYAINCP)utilarr.h \
151 $(SOPHYAINCP)tmatrix_tsnl.h \
[3049]152 $(SOPHYAINCP)tvector_tsnl.h \
153 fitshandler.h fitsarrhand.h fitsblkrw.h fitsntuple.h \
154 $(SOPHYAINCP)ntuple.h fitsfile.h \
[3007]155 fitsspherehealpix.h \
156 $(SOPHYAINCP)spherehealpix.h \
157 $(SOPHYAINCP)sphericalmap.h \
158 $(SOPHYAINCP)smathconst.h \
159 $(SOPHYAINCP)pixelmap.h \
160 $(SOPHYAINCP)spherepos.h \
161 $(SOPHYAINCP)unitvector.h \
162 $(SOPHYAINCP)vector3d.h \
163 $(SOPHYAINCP)longlat.h \
164 $(SOPHYAINCP)utilgeom.h \
165 $(SOPHYAINCP)datatype.h \
166 $(SOPHYAINCP)HEALPixUtils.h \
167 fitsspherethetaphi.h \
168 $(SOPHYAINCP)spherethetaphi.h \
[3049]169 fitslocalmap.h \
170 $(SOPHYAINCP)localmap.h
[2980]171 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiosinit.cc
172
[3007]173$(SOPHYAOBJP)fitsautoreader.o: fitsautoreader.cc \
174 $(SOPHYAINCP)sopnamsp.h \
[2980]175 $(SOPHYAINCP)pexceptions.h \
176 $(SOPHYAINCP)machdefs.h \
[3049]177 fitsautoreader.h \
178 $(SOPHYAINCP)anydataobj.h \
179 fitsfile.h \
[2740]180 $(SOPHYAINCP)ndatablock.h \
[3007]181 $(SOPHYAINCP)dvlist.h \
182 $(SOPHYAINCP)objfio.h \
183 $(SOPHYAINCP)ppersist.h \
184 $(SOPHYAINCP)gnumd5.h \
[2740]185 $(SOPHYAINCP)ppfbinstream.h \
186 $(SOPHYAINCP)rawstream.h \
187 $(SOPHYAINCP)ppfnametag.h \
[3007]188 $(SOPHYAINCP)mutyv.h \
[3049]189 $(SOPHYAINCP)timestamp.h \
190 fitsinoutfile.h \
[3007]191 $(SOPHYAINCP)FitsIO/fitsio.h \
192 $(SOPHYAINCP)FitsIO/longnam.h \
193 fitshandler.h fitstarray.h \
194 $(SOPHYAINCP)tarray.h \
195 $(SOPHYAINCP)basarr.h \
[3049]196 $(SOPHYAINCP)utilarr.h \
197 fitsspherehealpix.h \
[2740]198 $(SOPHYAINCP)spherehealpix.h \
199 $(SOPHYAINCP)sphericalmap.h \
200 $(SOPHYAINCP)smathconst.h \
201 $(SOPHYAINCP)pixelmap.h \
202 $(SOPHYAINCP)spherepos.h \
203 $(SOPHYAINCP)unitvector.h \
204 $(SOPHYAINCP)vector3d.h \
205 $(SOPHYAINCP)longlat.h \
206 $(SOPHYAINCP)utilgeom.h \
[3007]207 $(SOPHYAINCP)datatype.h \
208 $(SOPHYAINCP)tvector.h \
209 $(SOPHYAINCP)tmatrix.h \
210 $(SOPHYAINCP)tmatrix_tsnl.h \
211 $(SOPHYAINCP)tvector_tsnl.h \
[3049]212 $(SOPHYAINCP)HEALPixUtils.h \
213 fitsntuple.h \
[3007]214 $(SOPHYAINCP)ntuple.h \
215 $(SOPHYAINCP)ntupintf.h \
[3049]216 fitsxntuple.h \
217 $(SOPHYAINCP)xntuple.h \
218 fitslocalmap.h \
219 $(SOPHYAINCP)localmap.h \
220 fbtntintf.h
[2765]221 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsautoreader.cc
[2740]222
223$(SOPHYAOBJP)fitsbntbllineRW.o: fitsbntbllineRW.cc \
224 $(SOPHYAINCP)sopnamsp.h \
225 $(SOPHYAINCP)pexceptions.h \
[3049]226 $(SOPHYAINCP)machdefs.h \
227 fitsbntbllineRW.h \
[3007]228 $(SOPHYAINCP)dvlist.h \
229 $(SOPHYAINCP)objfio.h \
[2740]230 $(SOPHYAINCP)anydataobj.h \
[3007]231 $(SOPHYAINCP)ppersist.h \
232 $(SOPHYAINCP)gnumd5.h \
[2740]233 $(SOPHYAINCP)ppfbinstream.h \
234 $(SOPHYAINCP)rawstream.h \
235 $(SOPHYAINCP)ppfnametag.h \
[3007]236 $(SOPHYAINCP)mutyv.h \
[3049]237 $(SOPHYAINCP)timestamp.h \
238 fitsfile.h \
239 $(SOPHYAINCP)ndatablock.h \
240 fitsinoutfile.h \
[2740]241 $(SOPHYAINCP)FitsIO/fitsio.h \
242 $(SOPHYAINCP)FitsIO/longnam.h \
[3049]243 fitshandler.h \
244 $(SOPHYAINCP)utils.h
[2765]245 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsbntbllineRW.cc
[2740]246
[3007]247$(SOPHYAOBJP)fitsfile.o: fitsfile.cc \
248 $(SOPHYAINCP)sopnamsp.h \
[3049]249 $(SOPHYAINCP)machdefs.h \
250 fitsfile.h \
[3007]251 $(SOPHYAINCP)ndatablock.h \
[2740]252 $(SOPHYAINCP)anydataobj.h \
[3007]253 $(SOPHYAINCP)dvlist.h \
254 $(SOPHYAINCP)objfio.h \
[2740]255 $(SOPHYAINCP)ppersist.h \
256 $(SOPHYAINCP)pexceptions.h \
257 $(SOPHYAINCP)gnumd5.h \
258 $(SOPHYAINCP)ppfbinstream.h \
259 $(SOPHYAINCP)rawstream.h \
260 $(SOPHYAINCP)ppfnametag.h \
[3007]261 $(SOPHYAINCP)mutyv.h \
[3049]262 $(SOPHYAINCP)timestamp.h \
263 fitsinoutfile.h \
[3007]264 $(SOPHYAINCP)FitsIO/fitsio.h \
[2740]265 $(SOPHYAINCP)FitsIO/longnam.h \
[3049]266 fitshandler.h \
267 $(SOPHYAINCP)strutil.h
[2765]268 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsfile.cc
[2740]269
[3007]270$(SOPHYAOBJP)fitshdtable.o: fitshdtable.cc \
271 $(SOPHYAINCP)machdefs.h \
[2824]272 $(SOPHYAINCP)sopnamsp.h \
273 $(SOPHYAINCP)datatable.h \
274 $(SOPHYAINCP)basedtable.h \
[3007]275 $(SOPHYAINCP)ntupintf.h \
276 $(SOPHYAINCP)dvlist.h \
[2824]277 $(SOPHYAINCP)objfio.h \
278 $(SOPHYAINCP)anydataobj.h \
279 $(SOPHYAINCP)ppersist.h \
280 $(SOPHYAINCP)pexceptions.h \
281 $(SOPHYAINCP)gnumd5.h \
282 $(SOPHYAINCP)ppfbinstream.h \
283 $(SOPHYAINCP)rawstream.h \
284 $(SOPHYAINCP)ppfnametag.h \
[3007]285 $(SOPHYAINCP)mutyv.h \
286 $(SOPHYAINCP)timestamp.h \
[2980]287 $(SOPHYAINCP)segdatablock.h \
[3007]288 $(SOPHYAINCP)tvector.h \
289 $(SOPHYAINCP)tmatrix.h \
290 $(SOPHYAINCP)tarray.h \
291 $(SOPHYAINCP)basarr.h \
[2980]292 $(SOPHYAINCP)ndatablock.h \
[3007]293 $(SOPHYAINCP)utilarr.h \
294 $(SOPHYAINCP)tmatrix_tsnl.h \
[3049]295 $(SOPHYAINCP)tvector_tsnl.h \
296 fitsblkrw.h fitsinoutfile.h \
[2824]297 $(SOPHYAINCP)FitsIO/fitsio.h \
[3007]298 $(SOPHYAINCP)FitsIO/longnam.h \
299 fitshandler.h swfitsdtable.h \
[3049]300 $(SOPHYAINCP)swsegdb.h \
301 fitsswapper.h
[2824]302 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitshdtable.cc
303
[3049]304$(SOPHYAOBJP)fitshistos.o: fitshistos.cc \
305 $(SOPHYAINCP)machdefs.h \
306 $(SOPHYAINCP)sopnamsp.h \
307 $(SOPHYAINCP)histos.h \
308 $(SOPHYAINCP)objfio.h \
309 $(SOPHYAINCP)anydataobj.h \
310 $(SOPHYAINCP)ppersist.h \
311 $(SOPHYAINCP)pexceptions.h \
312 $(SOPHYAINCP)gnumd5.h \
313 $(SOPHYAINCP)ppfbinstream.h \
314 $(SOPHYAINCP)rawstream.h \
315 $(SOPHYAINCP)ppfnametag.h \
316 $(SOPHYAINCP)peida.h \
317 $(SOPHYAINCP)utils.h \
318 $(SOPHYAINCP)perrors.h \
319 $(SOPHYAINCP)fmath.h \
320 $(SOPHYAINCP)tvector.h \
321 $(SOPHYAINCP)tmatrix.h \
322 $(SOPHYAINCP)tarray.h \
323 $(SOPHYAINCP)basarr.h \
324 $(SOPHYAINCP)mutyv.h \
325 $(SOPHYAINCP)timestamp.h \
326 $(SOPHYAINCP)dvlist.h \
327 $(SOPHYAINCP)ndatablock.h \
328 $(SOPHYAINCP)utilarr.h \
329 $(SOPHYAINCP)tmatrix_tsnl.h \
330 $(SOPHYAINCP)tvector_tsnl.h \
331 $(SOPHYAINCP)hisprof.h \
332 $(SOPHYAINCP)histerr.h \
333 $(SOPHYAINCP)histos2.h \
334 fitsblkrw.h fitsinoutfile.h \
335 $(SOPHYAINCP)FitsIO/fitsio.h \
336 $(SOPHYAINCP)FitsIO/longnam.h \
337 fitshandler.h
338 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitshistos.cc
339
[3007]340$(SOPHYAOBJP)fitsinoutfile.o: fitsinoutfile.cc \
341 $(SOPHYAINCP)sopnamsp.h \
[2824]342 $(SOPHYAINCP)machdefs.h \
343 $(SOPHYAINCP)segdatablock.h \
[3049]344 $(SOPHYAINCP)anydataobj.h \
345 fitsinoutfile.h \
[2824]346 $(SOPHYAINCP)pexceptions.h \
[3007]347 $(SOPHYAINCP)dvlist.h \
348 $(SOPHYAINCP)objfio.h \
349 $(SOPHYAINCP)ppersist.h \
350 $(SOPHYAINCP)gnumd5.h \
[2824]351 $(SOPHYAINCP)ppfbinstream.h \
352 $(SOPHYAINCP)rawstream.h \
353 $(SOPHYAINCP)ppfnametag.h \
[3007]354 $(SOPHYAINCP)mutyv.h \
355 $(SOPHYAINCP)timestamp.h \
[2824]356 $(SOPHYAINCP)FitsIO/fitsio.h \
[3007]357 $(SOPHYAINCP)FitsIO/longnam.h \
358 $(SOPHYAINCP)strutil.h
[2824]359 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsinoutfile.cc
360
[3007]361$(SOPHYAOBJP)fitslocalmap.o: fitslocalmap.cc \
362 $(SOPHYAINCP)sopnamsp.h \
[3049]363 $(SOPHYAINCP)machdefs.h \
364 fitslocalmap.h \
[3007]365 $(SOPHYAINCP)pexceptions.h \
[2740]366 $(SOPHYAINCP)localmap.h \
367 $(SOPHYAINCP)pixelmap.h \
[3007]368 $(SOPHYAINCP)ppersist.h \
369 $(SOPHYAINCP)gnumd5.h \
[2740]370 $(SOPHYAINCP)ppfbinstream.h \
371 $(SOPHYAINCP)rawstream.h \
372 $(SOPHYAINCP)ppfnametag.h \
[3007]373 $(SOPHYAINCP)dvlist.h \
374 $(SOPHYAINCP)objfio.h \
[2740]375 $(SOPHYAINCP)anydataobj.h \
[3007]376 $(SOPHYAINCP)mutyv.h \
377 $(SOPHYAINCP)timestamp.h \
[2740]378 $(SOPHYAINCP)spherepos.h \
379 $(SOPHYAINCP)unitvector.h \
380 $(SOPHYAINCP)vector3d.h \
381 $(SOPHYAINCP)longlat.h \
382 $(SOPHYAINCP)utilgeom.h \
[3007]383 $(SOPHYAINCP)datatype.h \
[2740]384 $(SOPHYAINCP)sphericalmap.h \
385 $(SOPHYAINCP)smathconst.h \
[3007]386 $(SOPHYAINCP)tvector.h \
387 $(SOPHYAINCP)tmatrix.h \
388 $(SOPHYAINCP)tarray.h \
389 $(SOPHYAINCP)basarr.h \
[2740]390 $(SOPHYAINCP)ndatablock.h \
[3007]391 $(SOPHYAINCP)utilarr.h \
392 $(SOPHYAINCP)tmatrix_tsnl.h \
[3049]393 $(SOPHYAINCP)tvector_tsnl.h \
394 fitsfile.h fitsinoutfile.h \
[2740]395 $(SOPHYAINCP)FitsIO/fitsio.h \
[3007]396 $(SOPHYAINCP)FitsIO/longnam.h \
397 fitshandler.h
[2765]398 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitslocalmap.cc
[2740]399
[3007]400$(SOPHYAOBJP)fitsmanager.o: fitsmanager.cc \
401 $(SOPHYAINCP)machdefs.h \
[3049]402 $(SOPHYAINCP)sopnamsp.h \
403 fitsmanager.h fitsinoutfile.h \
404 $(SOPHYAINCP)pexceptions.h \
[3007]405 $(SOPHYAINCP)dvlist.h \
406 $(SOPHYAINCP)objfio.h \
407 $(SOPHYAINCP)anydataobj.h \
408 $(SOPHYAINCP)ppersist.h \
409 $(SOPHYAINCP)gnumd5.h \
[2824]410 $(SOPHYAINCP)ppfbinstream.h \
411 $(SOPHYAINCP)rawstream.h \
412 $(SOPHYAINCP)ppfnametag.h \
[3007]413 $(SOPHYAINCP)mutyv.h \
414 $(SOPHYAINCP)timestamp.h \
[2824]415 $(SOPHYAINCP)FitsIO/fitsio.h \
[3007]416 $(SOPHYAINCP)FitsIO/longnam.h \
417 fitshandler.h
[2824]418 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsmanager.cc
419
[3007]420$(SOPHYAOBJP)fitsntuple.o: fitsntuple.cc \
421 $(SOPHYAINCP)sopnamsp.h \
[2740]422 $(SOPHYAINCP)pexceptions.h \
[2980]423 $(SOPHYAINCP)machdefs.h \
[3049]424 fitsntuple.h \
[3007]425 $(SOPHYAINCP)ntuple.h \
426 $(SOPHYAINCP)objfio.h \
[2740]427 $(SOPHYAINCP)anydataobj.h \
[3007]428 $(SOPHYAINCP)ppersist.h \
429 $(SOPHYAINCP)gnumd5.h \
[2740]430 $(SOPHYAINCP)ppfbinstream.h \
431 $(SOPHYAINCP)rawstream.h \
432 $(SOPHYAINCP)ppfnametag.h \
[3007]433 $(SOPHYAINCP)ntupintf.h \
434 $(SOPHYAINCP)dvlist.h \
435 $(SOPHYAINCP)mutyv.h \
436 $(SOPHYAINCP)timestamp.h \
[3049]437 fitsfile.h \
[3007]438 $(SOPHYAINCP)ndatablock.h \
[3049]439 fitsinoutfile.h \
[2740]440 $(SOPHYAINCP)FitsIO/fitsio.h \
[3007]441 $(SOPHYAINCP)FitsIO/longnam.h \
442 fitshandler.h
[2765]443 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsntuple.cc
[2740]444
445$(SOPHYAOBJP)fitsspherehealpix.o: fitsspherehealpix.cc \
446 $(SOPHYAINCP)sopnamsp.h \
447 $(SOPHYAINCP)pexceptions.h \
[2980]448 $(SOPHYAINCP)machdefs.h \
[3007]449 fitsspherehealpix.h \
[2740]450 $(SOPHYAINCP)spherehealpix.h \
451 $(SOPHYAINCP)sphericalmap.h \
452 $(SOPHYAINCP)smathconst.h \
453 $(SOPHYAINCP)pixelmap.h \
[3007]454 $(SOPHYAINCP)ppersist.h \
455 $(SOPHYAINCP)gnumd5.h \
[2740]456 $(SOPHYAINCP)ppfbinstream.h \
457 $(SOPHYAINCP)rawstream.h \
458 $(SOPHYAINCP)ppfnametag.h \
[3007]459 $(SOPHYAINCP)dvlist.h \
460 $(SOPHYAINCP)objfio.h \
[2740]461 $(SOPHYAINCP)anydataobj.h \
[3007]462 $(SOPHYAINCP)mutyv.h \
463 $(SOPHYAINCP)timestamp.h \
[2740]464 $(SOPHYAINCP)spherepos.h \
465 $(SOPHYAINCP)unitvector.h \
466 $(SOPHYAINCP)vector3d.h \
467 $(SOPHYAINCP)longlat.h \
468 $(SOPHYAINCP)utilgeom.h \
[3007]469 $(SOPHYAINCP)datatype.h \
470 $(SOPHYAINCP)tvector.h \
471 $(SOPHYAINCP)tmatrix.h \
472 $(SOPHYAINCP)tarray.h \
473 $(SOPHYAINCP)basarr.h \
[2740]474 $(SOPHYAINCP)ndatablock.h \
475 $(SOPHYAINCP)utilarr.h \
[3007]476 $(SOPHYAINCP)tmatrix_tsnl.h \
477 $(SOPHYAINCP)tvector_tsnl.h \
478 $(SOPHYAINCP)HEALPixUtils.h \
[3049]479 fitsfile.h fitsinoutfile.h \
[2740]480 $(SOPHYAINCP)FitsIO/fitsio.h \
[3007]481 $(SOPHYAINCP)FitsIO/longnam.h \
[3049]482 fitshandler.h fitstarray.h
[2765]483 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsspherehealpix.cc
[2740]484
485$(SOPHYAOBJP)fitsspherethetaphi.o: fitsspherethetaphi.cc \
486 $(SOPHYAINCP)sopnamsp.h \
487 $(SOPHYAINCP)pexceptions.h \
488 $(SOPHYAINCP)machdefs.h \
[3007]489 fitsspherethetaphi.h \
[2740]490 $(SOPHYAINCP)spherethetaphi.h \
491 $(SOPHYAINCP)sphericalmap.h \
492 $(SOPHYAINCP)smathconst.h \
493 $(SOPHYAINCP)pixelmap.h \
[3007]494 $(SOPHYAINCP)ppersist.h \
495 $(SOPHYAINCP)gnumd5.h \
[2740]496 $(SOPHYAINCP)ppfbinstream.h \
497 $(SOPHYAINCP)rawstream.h \
498 $(SOPHYAINCP)ppfnametag.h \
[3007]499 $(SOPHYAINCP)dvlist.h \
500 $(SOPHYAINCP)objfio.h \
[2740]501 $(SOPHYAINCP)anydataobj.h \
[3007]502 $(SOPHYAINCP)mutyv.h \
503 $(SOPHYAINCP)timestamp.h \
[2740]504 $(SOPHYAINCP)spherepos.h \
505 $(SOPHYAINCP)unitvector.h \
506 $(SOPHYAINCP)vector3d.h \
507 $(SOPHYAINCP)longlat.h \
508 $(SOPHYAINCP)utilgeom.h \
[3007]509 $(SOPHYAINCP)datatype.h \
510 $(SOPHYAINCP)tvector.h \
511 $(SOPHYAINCP)tmatrix.h \
512 $(SOPHYAINCP)tarray.h \
513 $(SOPHYAINCP)basarr.h \
[2740]514 $(SOPHYAINCP)ndatablock.h \
[3007]515 $(SOPHYAINCP)utilarr.h \
516 $(SOPHYAINCP)tmatrix_tsnl.h \
517 $(SOPHYAINCP)tvector_tsnl.h \
[3049]518 fitsfile.h fitsinoutfile.h \
[2740]519 $(SOPHYAINCP)FitsIO/fitsio.h \
[3007]520 $(SOPHYAINCP)FitsIO/longnam.h \
[3049]521 fitshandler.h fitstarray.h
[2765]522 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsspherethetaphi.cc
[2740]523
[3007]524$(SOPHYAOBJP)fitstarray.o: fitstarray.cc \
525 $(SOPHYAINCP)sopnamsp.h \
[2782]526 $(SOPHYAINCP)machdefs.h \
[3007]527 $(SOPHYAINCP)pexceptions.h \
[3049]528 fitstarray.h \
[3007]529 $(SOPHYAINCP)tarray.h \
530 $(SOPHYAINCP)basarr.h \
[2740]531 $(SOPHYAINCP)anydataobj.h \
[3007]532 $(SOPHYAINCP)mutyv.h \
533 $(SOPHYAINCP)timestamp.h \
534 $(SOPHYAINCP)objfio.h \
535 $(SOPHYAINCP)ppersist.h \
[2740]536 $(SOPHYAINCP)gnumd5.h \
537 $(SOPHYAINCP)ppfbinstream.h \
538 $(SOPHYAINCP)rawstream.h \
539 $(SOPHYAINCP)ppfnametag.h \
[2980]540 $(SOPHYAINCP)dvlist.h \
[2740]541 $(SOPHYAINCP)ndatablock.h \
[3049]542 $(SOPHYAINCP)utilarr.h \
543 fitsfile.h fitsinoutfile.h \
[2740]544 $(SOPHYAINCP)FitsIO/fitsio.h \
[3007]545 $(SOPHYAINCP)FitsIO/longnam.h \
546 fitshandler.h
[2765]547 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitstarray.cc
[2740]548
[3007]549$(SOPHYAOBJP)fitsxntuple.o: fitsxntuple.cc \
550 $(SOPHYAINCP)sopnamsp.h \
[2740]551 $(SOPHYAINCP)pexceptions.h \
[2980]552 $(SOPHYAINCP)machdefs.h \
[3049]553 fitsxntuple.h \
[2740]554 $(SOPHYAINCP)xntuple.h \
555 $(SOPHYAINCP)ntupintf.h \
[3007]556 $(SOPHYAINCP)ppersist.h \
557 $(SOPHYAINCP)gnumd5.h \
[2740]558 $(SOPHYAINCP)ppfbinstream.h \
559 $(SOPHYAINCP)rawstream.h \
560 $(SOPHYAINCP)ppfnametag.h \
[3007]561 $(SOPHYAINCP)dvlist.h \
562 $(SOPHYAINCP)objfio.h \
[2740]563 $(SOPHYAINCP)anydataobj.h \
[3007]564 $(SOPHYAINCP)mutyv.h \
565 $(SOPHYAINCP)timestamp.h \
[3049]566 fitsfile.h \
[3007]567 $(SOPHYAINCP)ndatablock.h \
[3049]568 fitsinoutfile.h \
[2740]569 $(SOPHYAINCP)FitsIO/fitsio.h \
[3007]570 $(SOPHYAINCP)FitsIO/longnam.h \
571 fitshandler.h
[2765]572 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsxntuple.cc
[2740]573
[2980]574$(SOPHYAOBJP)swfitsdtable.o: swfitsdtable.cc swfitsdtable.h \
575 $(SOPHYAINCP)basedtable.h \
576 $(SOPHYAINCP)machdefs.h \
[3007]577 $(SOPHYAINCP)ntupintf.h \
578 $(SOPHYAINCP)dvlist.h \
[2980]579 $(SOPHYAINCP)objfio.h \
580 $(SOPHYAINCP)anydataobj.h \
581 $(SOPHYAINCP)ppersist.h \
582 $(SOPHYAINCP)pexceptions.h \
583 $(SOPHYAINCP)gnumd5.h \
584 $(SOPHYAINCP)ppfbinstream.h \
585 $(SOPHYAINCP)rawstream.h \
586 $(SOPHYAINCP)ppfnametag.h \
[3007]587 $(SOPHYAINCP)mutyv.h \
588 $(SOPHYAINCP)timestamp.h \
[2980]589 $(SOPHYAINCP)segdatablock.h \
[3007]590 $(SOPHYAINCP)tvector.h \
591 $(SOPHYAINCP)tmatrix.h \
592 $(SOPHYAINCP)tarray.h \
593 $(SOPHYAINCP)basarr.h \
[2980]594 $(SOPHYAINCP)ndatablock.h \
[3007]595 $(SOPHYAINCP)utilarr.h \
596 $(SOPHYAINCP)tmatrix_tsnl.h \
597 $(SOPHYAINCP)tvector_tsnl.h \
[3049]598 $(SOPHYAINCP)swsegdb.h \
599 fitsswapper.h fitsinoutfile.h \
[3007]600 $(SOPHYAINCP)FitsIO/fitsio.h \
[3049]601 $(SOPHYAINCP)FitsIO/longnam.h \
602 fitsblkrw.h fitshdtable.h \
603 $(SOPHYAINCP)datatable.h \
604 fitshandler.h \
[2980]605 $(SOPHYAINCP)sopnamsp.h
606 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ swfitsdtable.cc
607
Note: See TracBrowser for help on using the repository browser.