source: Sophya/trunk/SophyaExt/FitsIOServer/Makefile@ 2846

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

MAJ Makefile - Reza 8/11/2005

File size: 14.1 KB
RevLine 
[2740]1include ../BuildMgr/sophyamake.inc
[672]2
[2740]3all: $(SOPHYALIBP)libFitsIOServer.a
4
[672]5clean:
[2824]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)fitshdtable.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitsswapper.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o
[2740]7 rm -f $(SOPHYALIBP)libFitsIOServer.a
[672]8
[2824]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)fitshdtable.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitsswapper.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o
[2740]10 $(AR) $(ARFLAGS) $@ $?
[2763]11 touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist
[2740]12
13$(SOPHYAOBJP)datacirclefits.o: datacirclefits.cc \
[2765]14 $(SOPHYAINCP)sopnamsp.h datacirclefits.h \
[2740]15 $(SOPHYAINCP)datacirclebase.h \
16 $(SOPHYAINCP)circle.h \
17 $(SOPHYAINCP)vector3d.h \
18 $(SOPHYAINCP)longlat.h \
19 $(SOPHYAINCP)machdefs.h \
20 $(SOPHYAINCP)utilgeom.h \
21 $(SOPHYAINCP)unitvector.h \
22 $(SOPHYAINCP)geometry.h \
23 $(SOPHYAINCP)FitsIO/fitsio.h \
24 $(SOPHYAINCP)FitsIO/longnam.h
[2765]25 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacirclefits.cc
[2740]26
27$(SOPHYAOBJP)fabtcolread.o: fabtcolread.cc \
28 $(SOPHYAINCP)sopnamsp.h \
29 $(SOPHYAINCP)machdefs.h \
[2765]30 $(SOPHYAINCP)pexceptions.h fabtcolread.h \
[2740]31 $(SOPHYAINCP)anydataobj.h \
32 $(SOPHYAINCP)tvector.h \
33 $(SOPHYAINCP)tmatrix.h \
34 $(SOPHYAINCP)tarray.h \
35 $(SOPHYAINCP)basarr.h \
36 $(SOPHYAINCP)mutyv.h \
[2834]37 $(SOPHYAINCP)timestamp.h \
[2740]38 $(SOPHYAINCP)objfio.h \
39 $(SOPHYAINCP)ppersist.h \
40 $(SOPHYAINCP)gnumd5.h \
41 $(SOPHYAINCP)ppfbinstream.h \
42 $(SOPHYAINCP)rawstream.h \
43 $(SOPHYAINCP)ppfnametag.h \
[2834]44 $(SOPHYAINCP)dvlist.h \
[2740]45 $(SOPHYAINCP)ndatablock.h \
46 $(SOPHYAINCP)utilarr.h \
47 $(SOPHYAINCP)FitsIO/fitsio.h \
48 $(SOPHYAINCP)FitsIO/longnam.h
[2765]49 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fabtcolread.cc
[2740]50
51$(SOPHYAOBJP)fabtwriter.o: fabtwriter.cc \
52 $(SOPHYAINCP)sopnamsp.h \
53 $(SOPHYAINCP)machdefs.h \
[2765]54 $(SOPHYAINCP)pexceptions.h fabtwriter.h \
[2740]55 $(SOPHYAINCP)anydataobj.h \
56 $(SOPHYAINCP)tvector.h \
57 $(SOPHYAINCP)tmatrix.h \
58 $(SOPHYAINCP)tarray.h \
59 $(SOPHYAINCP)basarr.h \
60 $(SOPHYAINCP)mutyv.h \
[2834]61 $(SOPHYAINCP)timestamp.h \
[2740]62 $(SOPHYAINCP)objfio.h \
63 $(SOPHYAINCP)ppersist.h \
64 $(SOPHYAINCP)gnumd5.h \
65 $(SOPHYAINCP)ppfbinstream.h \
66 $(SOPHYAINCP)rawstream.h \
67 $(SOPHYAINCP)ppfnametag.h \
[2834]68 $(SOPHYAINCP)dvlist.h \
[2740]69 $(SOPHYAINCP)ndatablock.h \
70 $(SOPHYAINCP)utilarr.h \
71 $(SOPHYAINCP)FitsIO/fitsio.h \
72 $(SOPHYAINCP)FitsIO/longnam.h
[2765]73 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fabtwriter.cc
[2740]74
75$(SOPHYAOBJP)fboloread.o: fboloread.cc \
76 $(SOPHYAINCP)sopnamsp.h \
77 $(SOPHYAINCP)machdefs.h \
[2765]78 $(SOPHYAINCP)pexceptions.h fboloread.h \
[2740]79 $(SOPHYAINCP)anydataobj.h \
80 $(SOPHYAINCP)tvector.h \
81 $(SOPHYAINCP)tmatrix.h \
82 $(SOPHYAINCP)tarray.h \
83 $(SOPHYAINCP)basarr.h \
84 $(SOPHYAINCP)mutyv.h \
[2834]85 $(SOPHYAINCP)timestamp.h \
[2740]86 $(SOPHYAINCP)objfio.h \
87 $(SOPHYAINCP)ppersist.h \
88 $(SOPHYAINCP)gnumd5.h \
89 $(SOPHYAINCP)ppfbinstream.h \
90 $(SOPHYAINCP)rawstream.h \
91 $(SOPHYAINCP)ppfnametag.h \
[2834]92 $(SOPHYAINCP)dvlist.h \
[2740]93 $(SOPHYAINCP)ndatablock.h \
[2765]94 $(SOPHYAINCP)utilarr.h fabtcolread.h \
[2740]95 $(SOPHYAINCP)FitsIO/fitsio.h \
96 $(SOPHYAINCP)FitsIO/longnam.h
[2765]97 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fboloread.cc
[2740]98
99$(SOPHYAOBJP)fbtntintf.o: fbtntintf.cc \
100 $(SOPHYAINCP)sopnamsp.h \
101 $(SOPHYAINCP)machdefs.h \
[2765]102 $(SOPHYAINCP)pexceptions.h fbtntintf.h \
[2740]103 $(SOPHYAINCP)anydataobj.h \
104 $(SOPHYAINCP)ntupintf.h \
105 $(SOPHYAINCP)FitsIO/fitsio.h \
106 $(SOPHYAINCP)FitsIO/longnam.h
[2765]107 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fbtntintf.cc
[2740]108
109$(SOPHYAOBJP)fitsautoreader.o: fitsautoreader.cc \
110 $(SOPHYAINCP)sopnamsp.h \
111 $(SOPHYAINCP)pexceptions.h \
[2765]112 $(SOPHYAINCP)machdefs.h fitsautoreader.h \
113 $(SOPHYAINCP)anydataobj.h fitsfile.h \
[2740]114 $(SOPHYAINCP)ndatablock.h \
115 $(SOPHYAINCP)dvlist.h \
116 $(SOPHYAINCP)objfio.h \
117 $(SOPHYAINCP)ppersist.h \
118 $(SOPHYAINCP)gnumd5.h \
119 $(SOPHYAINCP)ppfbinstream.h \
120 $(SOPHYAINCP)rawstream.h \
121 $(SOPHYAINCP)ppfnametag.h \
122 $(SOPHYAINCP)mutyv.h \
[2834]123 $(SOPHYAINCP)timestamp.h \
[2740]124 $(SOPHYAINCP)FitsIO/fitsio.h \
[2765]125 $(SOPHYAINCP)FitsIO/longnam.h fitstarray.h \
[2740]126 $(SOPHYAINCP)tarray.h \
127 $(SOPHYAINCP)basarr.h \
[2765]128 $(SOPHYAINCP)utilarr.h fitsspherehealpix.h \
[2740]129 $(SOPHYAINCP)spherehealpix.h \
130 $(SOPHYAINCP)sphericalmap.h \
131 $(SOPHYAINCP)smathconst.h \
132 $(SOPHYAINCP)pixelmap.h \
133 $(SOPHYAINCP)spherepos.h \
134 $(SOPHYAINCP)unitvector.h \
135 $(SOPHYAINCP)vector3d.h \
136 $(SOPHYAINCP)longlat.h \
137 $(SOPHYAINCP)utilgeom.h \
138 $(SOPHYAINCP)tvector.h \
139 $(SOPHYAINCP)tmatrix.h \
[2765]140 $(SOPHYAINCP)HEALPixUtils.h fitsntuple.h \
[2740]141 $(SOPHYAINCP)ntuple.h \
[2765]142 $(SOPHYAINCP)ntupintf.h fitsxntuple.h \
143 $(SOPHYAINCP)xntuple.h fitslocalmap.h \
144 $(SOPHYAINCP)localmap.h fbtntintf.h
145 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsautoreader.cc
[2740]146
147$(SOPHYAOBJP)fitsbntbllineRW.o: fitsbntbllineRW.cc \
148 $(SOPHYAINCP)sopnamsp.h \
149 $(SOPHYAINCP)pexceptions.h \
[2765]150 $(SOPHYAINCP)machdefs.h fitsbntbllineRW.h \
[2740]151 $(SOPHYAINCP)dvlist.h \
152 $(SOPHYAINCP)objfio.h \
153 $(SOPHYAINCP)anydataobj.h \
154 $(SOPHYAINCP)ppersist.h \
155 $(SOPHYAINCP)gnumd5.h \
156 $(SOPHYAINCP)ppfbinstream.h \
157 $(SOPHYAINCP)rawstream.h \
158 $(SOPHYAINCP)ppfnametag.h \
[2834]159 $(SOPHYAINCP)mutyv.h \
160 $(SOPHYAINCP)timestamp.h fitsfile.h \
[2740]161 $(SOPHYAINCP)ndatablock.h \
162 $(SOPHYAINCP)FitsIO/fitsio.h \
163 $(SOPHYAINCP)FitsIO/longnam.h \
164 $(SOPHYAINCP)utils.h
[2765]165 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsbntbllineRW.cc
[2740]166
167$(SOPHYAOBJP)fitsfile.o: fitsfile.cc \
168 $(SOPHYAINCP)sopnamsp.h \
[2765]169 $(SOPHYAINCP)machdefs.h fitsfile.h \
[2740]170 $(SOPHYAINCP)ndatablock.h \
171 $(SOPHYAINCP)anydataobj.h \
172 $(SOPHYAINCP)dvlist.h \
173 $(SOPHYAINCP)objfio.h \
174 $(SOPHYAINCP)ppersist.h \
175 $(SOPHYAINCP)pexceptions.h \
176 $(SOPHYAINCP)gnumd5.h \
177 $(SOPHYAINCP)ppfbinstream.h \
178 $(SOPHYAINCP)rawstream.h \
179 $(SOPHYAINCP)ppfnametag.h \
180 $(SOPHYAINCP)mutyv.h \
[2834]181 $(SOPHYAINCP)timestamp.h \
[2740]182 $(SOPHYAINCP)FitsIO/fitsio.h \
183 $(SOPHYAINCP)FitsIO/longnam.h \
[2765]184 $(SOPHYAINCP)strutil.h fitsspherehealpix.h \
[2740]185 $(SOPHYAINCP)spherehealpix.h \
186 $(SOPHYAINCP)sphericalmap.h \
187 $(SOPHYAINCP)smathconst.h \
188 $(SOPHYAINCP)pixelmap.h \
189 $(SOPHYAINCP)spherepos.h \
190 $(SOPHYAINCP)unitvector.h \
191 $(SOPHYAINCP)vector3d.h \
192 $(SOPHYAINCP)longlat.h \
193 $(SOPHYAINCP)utilgeom.h \
194 $(SOPHYAINCP)tvector.h \
195 $(SOPHYAINCP)tmatrix.h \
196 $(SOPHYAINCP)tarray.h \
197 $(SOPHYAINCP)basarr.h \
198 $(SOPHYAINCP)utilarr.h \
199 $(SOPHYAINCP)HEALPixUtils.h
[2765]200 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsfile.cc
[2740]201
[2824]202$(SOPHYAOBJP)fitshdtable.o: fitshdtable.cc \
203 $(SOPHYAINCP)machdefs.h \
204 $(SOPHYAINCP)sopnamsp.h \
205 $(SOPHYAINCP)datatable.h \
206 $(SOPHYAINCP)basedtable.h \
207 $(SOPHYAINCP)ntupintf.h \
208 $(SOPHYAINCP)dvlist.h \
209 $(SOPHYAINCP)objfio.h \
210 $(SOPHYAINCP)anydataobj.h \
211 $(SOPHYAINCP)ppersist.h \
212 $(SOPHYAINCP)pexceptions.h \
213 $(SOPHYAINCP)gnumd5.h \
214 $(SOPHYAINCP)ppfbinstream.h \
215 $(SOPHYAINCP)rawstream.h \
216 $(SOPHYAINCP)ppfnametag.h \
217 $(SOPHYAINCP)mutyv.h \
[2834]218 $(SOPHYAINCP)timestamp.h \
219 $(SOPHYAINCP)segdatablock.h \
220 $(SOPHYAINCP)tvector.h \
221 $(SOPHYAINCP)tmatrix.h \
222 $(SOPHYAINCP)tarray.h \
223 $(SOPHYAINCP)basarr.h \
224 $(SOPHYAINCP)ndatablock.h \
225 $(SOPHYAINCP)utilarr.h fitsblkrw.h \
[2824]226 fitsinoutfile.h \
227 $(SOPHYAINCP)FitsIO/fitsio.h \
228 $(SOPHYAINCP)FitsIO/longnam.h fitshandler.h
229 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitshdtable.cc
230
231$(SOPHYAOBJP)fitsinoutfile.o: fitsinoutfile.cc \
232 $(SOPHYAINCP)sopnamsp.h \
233 $(SOPHYAINCP)machdefs.h \
234 $(SOPHYAINCP)segdatablock.h \
235 $(SOPHYAINCP)anydataobj.h fitsinoutfile.h \
236 $(SOPHYAINCP)pexceptions.h \
237 $(SOPHYAINCP)dvlist.h \
238 $(SOPHYAINCP)objfio.h \
239 $(SOPHYAINCP)ppersist.h \
240 $(SOPHYAINCP)gnumd5.h \
241 $(SOPHYAINCP)ppfbinstream.h \
242 $(SOPHYAINCP)rawstream.h \
243 $(SOPHYAINCP)ppfnametag.h \
244 $(SOPHYAINCP)mutyv.h \
[2834]245 $(SOPHYAINCP)timestamp.h \
[2824]246 $(SOPHYAINCP)FitsIO/fitsio.h \
247 $(SOPHYAINCP)FitsIO/longnam.h
248 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsinoutfile.cc
249
[2740]250$(SOPHYAOBJP)fitslocalmap.o: fitslocalmap.cc \
251 $(SOPHYAINCP)sopnamsp.h \
[2765]252 $(SOPHYAINCP)machdefs.h fitslocalmap.h \
[2740]253 $(SOPHYAINCP)pexceptions.h \
254 $(SOPHYAINCP)localmap.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 \
[2834]265 $(SOPHYAINCP)timestamp.h \
[2740]266 $(SOPHYAINCP)spherepos.h \
267 $(SOPHYAINCP)unitvector.h \
268 $(SOPHYAINCP)vector3d.h \
269 $(SOPHYAINCP)longlat.h \
270 $(SOPHYAINCP)utilgeom.h \
271 $(SOPHYAINCP)sphericalmap.h \
272 $(SOPHYAINCP)smathconst.h \
273 $(SOPHYAINCP)tvector.h \
274 $(SOPHYAINCP)tmatrix.h \
275 $(SOPHYAINCP)tarray.h \
276 $(SOPHYAINCP)basarr.h \
277 $(SOPHYAINCP)ndatablock.h \
[2765]278 $(SOPHYAINCP)utilarr.h fitsfile.h \
[2740]279 $(SOPHYAINCP)FitsIO/fitsio.h \
280 $(SOPHYAINCP)FitsIO/longnam.h
[2765]281 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitslocalmap.cc
[2740]282
[2824]283$(SOPHYAOBJP)fitsmanager.o: fitsmanager.cc \
284 $(SOPHYAINCP)machdefs.h \
285 $(SOPHYAINCP)sopnamsp.h fitsmanager.h \
286 fitsinoutfile.h $(SOPHYAINCP)pexceptions.h \
287 $(SOPHYAINCP)dvlist.h \
288 $(SOPHYAINCP)objfio.h \
289 $(SOPHYAINCP)anydataobj.h \
290 $(SOPHYAINCP)ppersist.h \
291 $(SOPHYAINCP)gnumd5.h \
292 $(SOPHYAINCP)ppfbinstream.h \
293 $(SOPHYAINCP)rawstream.h \
294 $(SOPHYAINCP)ppfnametag.h \
295 $(SOPHYAINCP)mutyv.h \
[2834]296 $(SOPHYAINCP)timestamp.h \
[2824]297 $(SOPHYAINCP)FitsIO/fitsio.h \
298 $(SOPHYAINCP)FitsIO/longnam.h fitshandler.h
299 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsmanager.cc
300
[2740]301$(SOPHYAOBJP)fitsntuple.o: fitsntuple.cc \
302 $(SOPHYAINCP)sopnamsp.h \
303 $(SOPHYAINCP)pexceptions.h \
[2765]304 $(SOPHYAINCP)machdefs.h fitsntuple.h \
[2740]305 $(SOPHYAINCP)ntuple.h \
306 $(SOPHYAINCP)objfio.h \
307 $(SOPHYAINCP)anydataobj.h \
308 $(SOPHYAINCP)ppersist.h \
309 $(SOPHYAINCP)gnumd5.h \
310 $(SOPHYAINCP)ppfbinstream.h \
311 $(SOPHYAINCP)rawstream.h \
312 $(SOPHYAINCP)ppfnametag.h \
313 $(SOPHYAINCP)ntupintf.h \
314 $(SOPHYAINCP)dvlist.h \
[2834]315 $(SOPHYAINCP)mutyv.h \
316 $(SOPHYAINCP)timestamp.h fitsfile.h \
[2740]317 $(SOPHYAINCP)ndatablock.h \
318 $(SOPHYAINCP)FitsIO/fitsio.h \
319 $(SOPHYAINCP)FitsIO/longnam.h
[2765]320 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsntuple.cc
[2740]321
322$(SOPHYAOBJP)fitsspherehealpix.o: fitsspherehealpix.cc \
323 $(SOPHYAINCP)sopnamsp.h \
324 $(SOPHYAINCP)pexceptions.h \
[2765]325 $(SOPHYAINCP)machdefs.h fitsspherehealpix.h \
[2740]326 $(SOPHYAINCP)spherehealpix.h \
327 $(SOPHYAINCP)sphericalmap.h \
328 $(SOPHYAINCP)smathconst.h \
329 $(SOPHYAINCP)pixelmap.h \
330 $(SOPHYAINCP)ppersist.h \
331 $(SOPHYAINCP)gnumd5.h \
332 $(SOPHYAINCP)ppfbinstream.h \
333 $(SOPHYAINCP)rawstream.h \
334 $(SOPHYAINCP)ppfnametag.h \
335 $(SOPHYAINCP)dvlist.h \
336 $(SOPHYAINCP)objfio.h \
337 $(SOPHYAINCP)anydataobj.h \
338 $(SOPHYAINCP)mutyv.h \
[2834]339 $(SOPHYAINCP)timestamp.h \
[2740]340 $(SOPHYAINCP)spherepos.h \
341 $(SOPHYAINCP)unitvector.h \
342 $(SOPHYAINCP)vector3d.h \
343 $(SOPHYAINCP)longlat.h \
344 $(SOPHYAINCP)utilgeom.h \
345 $(SOPHYAINCP)tvector.h \
346 $(SOPHYAINCP)tmatrix.h \
347 $(SOPHYAINCP)tarray.h \
348 $(SOPHYAINCP)basarr.h \
349 $(SOPHYAINCP)ndatablock.h \
350 $(SOPHYAINCP)utilarr.h \
[2765]351 $(SOPHYAINCP)HEALPixUtils.h fitsfile.h \
[2740]352 $(SOPHYAINCP)FitsIO/fitsio.h \
[2765]353 $(SOPHYAINCP)FitsIO/longnam.h fitstarray.h
354 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsspherehealpix.cc
[2740]355
356$(SOPHYAOBJP)fitsspherethetaphi.o: fitsspherethetaphi.cc \
357 $(SOPHYAINCP)sopnamsp.h \
358 $(SOPHYAINCP)pexceptions.h \
359 $(SOPHYAINCP)machdefs.h \
360 fitsspherethetaphi.h \
361 $(SOPHYAINCP)spherethetaphi.h \
362 $(SOPHYAINCP)sphericalmap.h \
363 $(SOPHYAINCP)smathconst.h \
364 $(SOPHYAINCP)pixelmap.h \
365 $(SOPHYAINCP)ppersist.h \
366 $(SOPHYAINCP)gnumd5.h \
367 $(SOPHYAINCP)ppfbinstream.h \
368 $(SOPHYAINCP)rawstream.h \
369 $(SOPHYAINCP)ppfnametag.h \
370 $(SOPHYAINCP)dvlist.h \
371 $(SOPHYAINCP)objfio.h \
372 $(SOPHYAINCP)anydataobj.h \
373 $(SOPHYAINCP)mutyv.h \
[2834]374 $(SOPHYAINCP)timestamp.h \
[2740]375 $(SOPHYAINCP)spherepos.h \
376 $(SOPHYAINCP)unitvector.h \
377 $(SOPHYAINCP)vector3d.h \
378 $(SOPHYAINCP)longlat.h \
379 $(SOPHYAINCP)utilgeom.h \
380 $(SOPHYAINCP)tvector.h \
381 $(SOPHYAINCP)tmatrix.h \
382 $(SOPHYAINCP)tarray.h \
383 $(SOPHYAINCP)basarr.h \
384 $(SOPHYAINCP)ndatablock.h \
[2765]385 $(SOPHYAINCP)utilarr.h fitsfile.h \
[2740]386 $(SOPHYAINCP)FitsIO/fitsio.h \
[2765]387 $(SOPHYAINCP)FitsIO/longnam.h fitstarray.h
388 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsspherethetaphi.cc
[2740]389
[2782]390$(SOPHYAOBJP)fitsswapper.o: fitsswapper.cc fitsswapper.h \
391 $(SOPHYAINCP)machdefs.h \
392 $(SOPHYAINCP)swsegdb.h \
393 $(SOPHYAINCP)segdatablock.h \
394 $(SOPHYAINCP)anydataobj.h \
395 $(SOPHYAINCP)pexceptions.h \
396 $(SOPHYAINCP)FitsIO/fitsio.h \
397 $(SOPHYAINCP)FitsIO/longnam.h \
398 $(SOPHYAINCP)sopnamsp.h
399 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsswapper.cc
400
[2740]401$(SOPHYAOBJP)fitstarray.o: fitstarray.cc \
402 $(SOPHYAINCP)sopnamsp.h \
403 $(SOPHYAINCP)machdefs.h \
[2765]404 $(SOPHYAINCP)pexceptions.h fitstarray.h \
[2740]405 $(SOPHYAINCP)tarray.h \
406 $(SOPHYAINCP)basarr.h \
407 $(SOPHYAINCP)anydataobj.h \
408 $(SOPHYAINCP)mutyv.h \
[2834]409 $(SOPHYAINCP)timestamp.h \
[2740]410 $(SOPHYAINCP)objfio.h \
411 $(SOPHYAINCP)ppersist.h \
412 $(SOPHYAINCP)gnumd5.h \
413 $(SOPHYAINCP)ppfbinstream.h \
414 $(SOPHYAINCP)rawstream.h \
415 $(SOPHYAINCP)ppfnametag.h \
[2834]416 $(SOPHYAINCP)dvlist.h \
[2740]417 $(SOPHYAINCP)ndatablock.h \
[2765]418 $(SOPHYAINCP)utilarr.h fitsfile.h \
[2740]419 $(SOPHYAINCP)FitsIO/fitsio.h \
420 $(SOPHYAINCP)FitsIO/longnam.h
[2765]421 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitstarray.cc
[2740]422
423$(SOPHYAOBJP)fitsxntuple.o: fitsxntuple.cc \
424 $(SOPHYAINCP)sopnamsp.h \
425 $(SOPHYAINCP)pexceptions.h \
[2765]426 $(SOPHYAINCP)machdefs.h fitsxntuple.h \
[2740]427 $(SOPHYAINCP)xntuple.h \
428 $(SOPHYAINCP)ntupintf.h \
429 $(SOPHYAINCP)ppersist.h \
430 $(SOPHYAINCP)gnumd5.h \
431 $(SOPHYAINCP)ppfbinstream.h \
432 $(SOPHYAINCP)rawstream.h \
433 $(SOPHYAINCP)ppfnametag.h \
434 $(SOPHYAINCP)dvlist.h \
435 $(SOPHYAINCP)objfio.h \
436 $(SOPHYAINCP)anydataobj.h \
[2834]437 $(SOPHYAINCP)mutyv.h \
438 $(SOPHYAINCP)timestamp.h fitsfile.h \
[2740]439 $(SOPHYAINCP)ndatablock.h \
440 $(SOPHYAINCP)FitsIO/fitsio.h \
441 $(SOPHYAINCP)FitsIO/longnam.h
[2765]442 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsxntuple.cc
[2740]443
Note: See TracBrowser for help on using the repository browser.