source: Sophya/trunk/SophyaProg/Tests/smakefile@ 3078

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

remplacement nbrandom.h (obsolete) -> srandgen.h cmv 14/09/2006

File size: 45.3 KB
RevLine 
[2743]1include $(SOPHYABASE)/include/sophyamake.inc
2
[2825]3PROGS = $(SOPHYAEXEP)arrt $(SOPHYAEXEP)carrt $(SOPHYAEXEP)lpk $(SOPHYAEXEP)obj_fits $(SOPHYAEXEP)ovharr $(SOPHYAEXEP)pizthr $(SOPHYAEXEP)ppftswap $(SOPHYAEXEP)spar $(SOPHYAEXEP)sphg0 $(SOPHYAEXEP)sph2lm $(SOPHYAEXEP)tcmd $(SOPHYAEXEP)tcxxcmpldynl $(SOPHYAEXEP)tdcr $(SOPHYAEXEP)tdynl $(SOPHYAEXEP)tfft $(SOPHYAEXEP)thash $(SOPHYAEXEP)timg $(SOPHYAEXEP)tmxv $(SOPHYAEXEP)tnt $(SOPHYAEXEP)tobjio2 $(SOPHYAEXEP)tobjio $(SOPHYAEXEP)tpipe $(SOPHYAEXEP)tsimplex $(SOPHYAEXEP)tsphereecp $(SOPHYAEXEP)tspm2 $(SOPHYAEXEP)tspm $(SOPHYAEXEP)tstboloread $(SOPHYAEXEP)tstcolread $(SOPHYAEXEP)tstdtable $(SOPHYAEXEP)tstndblk $(SOPHYAEXEP)tstppfwrapstl $(SOPHYAEXEP)tstsegdb $(SOPHYAEXEP)tswfits $(SOPHYAEXEP)tnfits $(SOPHYAEXEP)tfitsdt $(SOPHYAEXEP)tsttmat $(SOPHYAEXEP)tsttminv $(SOPHYAEXEP)tsttvec $(SOPHYAEXEP)ttimestamp $(SOPHYAEXEP)zthr
[2743]4
5all: $(PROGS)
6
7clean:
8 rm -f $(PROGS)
[2825]9 rm -f $(SOPHYAOBJP)zthr.o $(SOPHYAOBJP)ttimestamp.o $(SOPHYAOBJP)tsttvec.o $(SOPHYAOBJP)tsttminv.o $(SOPHYAOBJP)tsttmat.o $(SOPHYAOBJP)tfitsdt.o $(SOPHYAOBJP)tnfits.o $(SOPHYAOBJP)tswfits.o $(SOPHYAOBJP)tstsegdb.o $(SOPHYAOBJP)tstppfwrapstl.o $(SOPHYAOBJP)tstndblk.o $(SOPHYAOBJP)tstdtable.o $(SOPHYAOBJP)tstcolread.o $(SOPHYAOBJP)tstboloread.o $(SOPHYAOBJP)tspm.o $(SOPHYAOBJP)tspm2.o $(SOPHYAOBJP)tsphereecp.o $(SOPHYAOBJP)tsimplex.o $(SOPHYAOBJP)tpipe.o $(SOPHYAOBJP)tobjio.o $(SOPHYAOBJP)tobjio2.o $(SOPHYAOBJP)tnt.o $(SOPHYAOBJP)tmxv.o $(SOPHYAOBJP)timg.o $(SOPHYAOBJP)thash.o $(SOPHYAOBJP)tfft.o $(SOPHYAOBJP)tdynl.o $(SOPHYAOBJP)tdcr.o $(SOPHYAOBJP)tcxxcmpldynl.o $(SOPHYAOBJP)tcmd.o $(SOPHYAOBJP)sph2lm.o $(SOPHYAOBJP)sphg0.o $(SOPHYAOBJP)spar.o $(SOPHYAOBJP)ppftswap.o $(SOPHYAOBJP)pizthr.o $(SOPHYAOBJP)ovharr.o $(SOPHYAOBJP)obj_fits.o $(SOPHYAOBJP)lpk.o $(SOPHYAOBJP)carrt.o $(SOPHYAOBJP)arrt.o
[2743]10
11arrt: $(SOPHYAEXEP)arrt
12 echo $@ " done"
13$(SOPHYAEXEP)arrt: $(SOPHYAOBJP)arrt.o
[2769]14 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)arrt.o $(SOPHYAALLSLBLIST)
[2743]15
16carrt: $(SOPHYAEXEP)carrt
17 echo $@ " done"
18$(SOPHYAEXEP)carrt: $(SOPHYAOBJP)carrt.o
[2769]19 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)carrt.o $(SOPHYAALLSLBLIST)
[2743]20
21lpk: $(SOPHYAEXEP)lpk
22 echo $@ " done"
23$(SOPHYAEXEP)lpk: $(SOPHYAOBJP)lpk.o
[2769]24 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)lpk.o $(SOPHYAALLSLBLIST)
[2743]25
26obj_fits: $(SOPHYAEXEP)obj_fits
27 echo $@ " done"
28$(SOPHYAEXEP)obj_fits: $(SOPHYAOBJP)obj_fits.o
[2769]29 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)obj_fits.o $(SOPHYAALLSLBLIST)
[2743]30
31ovharr: $(SOPHYAEXEP)ovharr
32 echo $@ " done"
33$(SOPHYAEXEP)ovharr: $(SOPHYAOBJP)ovharr.o
[2769]34 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)ovharr.o $(SOPHYAALLSLBLIST)
[2743]35
36pizthr: $(SOPHYAEXEP)pizthr
37 echo $@ " done"
38$(SOPHYAEXEP)pizthr: $(SOPHYAOBJP)pizthr.o
[2769]39 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)pizthr.o $(SOPHYAALLSLBLIST)
[2743]40
41ppftswap: $(SOPHYAEXEP)ppftswap
42 echo $@ " done"
43$(SOPHYAEXEP)ppftswap: $(SOPHYAOBJP)ppftswap.o
[2769]44 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)ppftswap.o $(SOPHYAALLSLBLIST)
[2743]45
46spar: $(SOPHYAEXEP)spar
47 echo $@ " done"
48$(SOPHYAEXEP)spar: $(SOPHYAOBJP)spar.o
[2769]49 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)spar.o $(SOPHYAALLSLBLIST)
[2743]50
51sphg0: $(SOPHYAEXEP)sphg0
52 echo $@ " done"
53$(SOPHYAEXEP)sphg0: $(SOPHYAOBJP)sphg0.o
[2769]54 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)sphg0.o $(SOPHYAALLSLBLIST)
[2743]55
56sph2lm: $(SOPHYAEXEP)sph2lm
57 echo $@ " done"
58$(SOPHYAEXEP)sph2lm: $(SOPHYAOBJP)sph2lm.o
[2769]59 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)sph2lm.o $(SOPHYAALLSLBLIST)
[2743]60
61tcmd: $(SOPHYAEXEP)tcmd
62 echo $@ " done"
63$(SOPHYAEXEP)tcmd: $(SOPHYAOBJP)tcmd.o
[2769]64 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tcmd.o $(SOPHYAALLSLBLIST)
[2743]65
66tcxxcmpldynl: $(SOPHYAEXEP)tcxxcmpldynl
67 echo $@ " done"
68$(SOPHYAEXEP)tcxxcmpldynl: $(SOPHYAOBJP)tcxxcmpldynl.o
[2769]69 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tcxxcmpldynl.o $(SOPHYAALLSLBLIST)
[2743]70
71tdcr: $(SOPHYAEXEP)tdcr
72 echo $@ " done"
73$(SOPHYAEXEP)tdcr: $(SOPHYAOBJP)tdcr.o
[2769]74 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tdcr.o $(SOPHYAALLSLBLIST)
[2743]75
76tdynl: $(SOPHYAEXEP)tdynl
77 echo $@ " done"
78$(SOPHYAEXEP)tdynl: $(SOPHYAOBJP)tdynl.o
[2769]79 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tdynl.o $(SOPHYAALLSLBLIST)
[2743]80
81tfft: $(SOPHYAEXEP)tfft
82 echo $@ " done"
83$(SOPHYAEXEP)tfft: $(SOPHYAOBJP)tfft.o
[2769]84 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tfft.o $(SOPHYAALLSLBLIST)
[2743]85
86thash: $(SOPHYAEXEP)thash
87 echo $@ " done"
88$(SOPHYAEXEP)thash: $(SOPHYAOBJP)thash.o
[2769]89 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)thash.o $(SOPHYAALLSLBLIST)
[2743]90
91timg: $(SOPHYAEXEP)timg
92 echo $@ " done"
93$(SOPHYAEXEP)timg: $(SOPHYAOBJP)timg.o
[2769]94 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)timg.o $(SOPHYAALLSLBLIST)
[2743]95
96tmxv: $(SOPHYAEXEP)tmxv
97 echo $@ " done"
98$(SOPHYAEXEP)tmxv: $(SOPHYAOBJP)tmxv.o
[2769]99 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tmxv.o $(SOPHYAALLSLBLIST)
[2743]100
101tnt: $(SOPHYAEXEP)tnt
102 echo $@ " done"
103$(SOPHYAEXEP)tnt: $(SOPHYAOBJP)tnt.o
[2769]104 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tnt.o $(SOPHYAALLSLBLIST)
[2743]105
106tobjio2: $(SOPHYAEXEP)tobjio2
107 echo $@ " done"
108$(SOPHYAEXEP)tobjio2: $(SOPHYAOBJP)tobjio2.o
[2769]109 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tobjio2.o $(SOPHYAALLSLBLIST)
[2743]110
111tobjio: $(SOPHYAEXEP)tobjio
112 echo $@ " done"
113$(SOPHYAEXEP)tobjio: $(SOPHYAOBJP)tobjio.o
[2769]114 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tobjio.o $(SOPHYAALLSLBLIST)
[2743]115
116tpipe: $(SOPHYAEXEP)tpipe
117 echo $@ " done"
118$(SOPHYAEXEP)tpipe: $(SOPHYAOBJP)tpipe.o
[2769]119 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tpipe.o $(SOPHYAALLSLBLIST)
[2743]120
121tsimplex: $(SOPHYAEXEP)tsimplex
122 echo $@ " done"
123$(SOPHYAEXEP)tsimplex: $(SOPHYAOBJP)tsimplex.o
[2769]124 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tsimplex.o $(SOPHYAALLSLBLIST)
[2743]125
126tsphereecp: $(SOPHYAEXEP)tsphereecp
127 echo $@ " done"
128$(SOPHYAEXEP)tsphereecp: $(SOPHYAOBJP)tsphereecp.o
[2769]129 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tsphereecp.o $(SOPHYAALLSLBLIST)
[2743]130
131tspm2: $(SOPHYAEXEP)tspm2
132 echo $@ " done"
133$(SOPHYAEXEP)tspm2: $(SOPHYAOBJP)tspm2.o
[2769]134 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tspm2.o $(SOPHYAALLSLBLIST)
[2743]135
136tspm: $(SOPHYAEXEP)tspm
137 echo $@ " done"
138$(SOPHYAEXEP)tspm: $(SOPHYAOBJP)tspm.o
[2769]139 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tspm.o $(SOPHYAALLSLBLIST)
[2743]140
141tstboloread: $(SOPHYAEXEP)tstboloread
142 echo $@ " done"
143$(SOPHYAEXEP)tstboloread: $(SOPHYAOBJP)tstboloread.o
[2769]144 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tstboloread.o $(SOPHYAALLSLBLIST)
[2743]145
146tstcolread: $(SOPHYAEXEP)tstcolread
147 echo $@ " done"
148$(SOPHYAEXEP)tstcolread: $(SOPHYAOBJP)tstcolread.o
[2769]149 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tstcolread.o $(SOPHYAALLSLBLIST)
[2743]150
151tstdtable: $(SOPHYAEXEP)tstdtable
152 echo $@ " done"
153$(SOPHYAEXEP)tstdtable: $(SOPHYAOBJP)tstdtable.o
[2769]154 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tstdtable.o $(SOPHYAALLSLBLIST)
[2743]155
156tstndblk: $(SOPHYAEXEP)tstndblk
157 echo $@ " done"
158$(SOPHYAEXEP)tstndblk: $(SOPHYAOBJP)tstndblk.o
[2769]159 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tstndblk.o $(SOPHYAALLSLBLIST)
[2743]160
161tstppfwrapstl: $(SOPHYAEXEP)tstppfwrapstl
162 echo $@ " done"
163$(SOPHYAEXEP)tstppfwrapstl: $(SOPHYAOBJP)tstppfwrapstl.o
[2769]164 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tstppfwrapstl.o $(SOPHYAALLSLBLIST)
[2743]165
166tstsegdb: $(SOPHYAEXEP)tstsegdb
167 echo $@ " done"
168$(SOPHYAEXEP)tstsegdb: $(SOPHYAOBJP)tstsegdb.o
[2769]169 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tstsegdb.o $(SOPHYAALLSLBLIST)
[2743]170
[2783]171tswfits: $(SOPHYAEXEP)tswfits
172 echo $@ " done"
173$(SOPHYAEXEP)tswfits: $(SOPHYAOBJP)tswfits.o
174 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tswfits.o $(SOPHYAALLSLBLIST)
175
[2825]176tnfits: $(SOPHYAEXEP)tnfits
177 echo $@ " done"
178$(SOPHYAEXEP)tnfits: $(SOPHYAOBJP)tnfits.o
179 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tnfits.o $(SOPHYAALLSLBLIST)
180
181tfitsdt: $(SOPHYAEXEP)tfitsdt
182 echo $@ " done"
183$(SOPHYAEXEP)tfitsdt: $(SOPHYAOBJP)tfitsdt.o
184 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tfitsdt.o $(SOPHYAALLSLBLIST)
185
[2743]186tsttmat: $(SOPHYAEXEP)tsttmat
187 echo $@ " done"
188$(SOPHYAEXEP)tsttmat: $(SOPHYAOBJP)tsttmat.o
[2769]189 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tsttmat.o $(SOPHYAALLSLBLIST)
[2743]190
191tsttminv: $(SOPHYAEXEP)tsttminv
192 echo $@ " done"
193$(SOPHYAEXEP)tsttminv: $(SOPHYAOBJP)tsttminv.o
[2769]194 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tsttminv.o $(SOPHYAALLSLBLIST)
[2743]195
196tsttvec: $(SOPHYAEXEP)tsttvec
197 echo $@ " done"
198$(SOPHYAEXEP)tsttvec: $(SOPHYAOBJP)tsttvec.o
[2769]199 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tsttvec.o $(SOPHYAALLSLBLIST)
[2743]200
201ttimestamp: $(SOPHYAEXEP)ttimestamp
202 echo $@ " done"
203$(SOPHYAEXEP)ttimestamp: $(SOPHYAOBJP)ttimestamp.o
[2769]204 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)ttimestamp.o $(SOPHYAALLSLBLIST)
[2743]205
206zthr: $(SOPHYAEXEP)zthr
207 echo $@ " done"
208$(SOPHYAEXEP)zthr: $(SOPHYAOBJP)zthr.o
[2769]209 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)zthr.o $(SOPHYAALLSLBLIST)
[2743]210
[3078]211$(SOPHYAOBJP)arrt.o: arrt.cc \
212 $(SOPHYAINCP)sopnamsp.h \
213 $(SOPHYAINCP)machdefs.h \
214 $(SOPHYAINCP)tarrinit.h \
215 $(SOPHYAINCP)sophyainit.h \
216 $(SOPHYAINCP)array.h \
217 $(SOPHYAINCP)tarray.h \
218 $(SOPHYAINCP)basarr.h \
219 $(SOPHYAINCP)anydataobj.h \
220 $(SOPHYAINCP)mutyv.h \
221 $(SOPHYAINCP)timestamp.h \
222 $(SOPHYAINCP)objfio.h \
223 $(SOPHYAINCP)ppersist.h \
224 $(SOPHYAINCP)pexceptions.h \
225 $(SOPHYAINCP)gnumd5.h \
226 $(SOPHYAINCP)ppfbinstream.h \
227 $(SOPHYAINCP)rawstream.h \
228 $(SOPHYAINCP)ppfnametag.h \
229 $(SOPHYAINCP)dvlist.h \
230 $(SOPHYAINCP)ndatablock.h \
231 $(SOPHYAINCP)utilarr.h \
232 $(SOPHYAINCP)tmatrix.h \
233 $(SOPHYAINCP)tmatrix_tsnl.h \
234 $(SOPHYAINCP)tvector.h \
235 $(SOPHYAINCP)tvector_tsnl.h \
236 $(SOPHYAINCP)matharr.h \
237 $(SOPHYAINCP)fioarr.h \
238 $(SOPHYAINCP)sopemtx.h \
239 $(SOPHYAINCP)timing.h
[2769]240 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ arrt.cc
[2743]241
[3078]242$(SOPHYAOBJP)carrt.o: carrt.cc \
243 $(SOPHYAINCP)sopnamsp.h \
244 $(SOPHYAINCP)machdefs.h \
245 $(SOPHYAINCP)tarrinit.h \
246 $(SOPHYAINCP)sophyainit.h \
247 $(SOPHYAINCP)array.h \
248 $(SOPHYAINCP)tarray.h \
249 $(SOPHYAINCP)basarr.h \
250 $(SOPHYAINCP)anydataobj.h \
251 $(SOPHYAINCP)mutyv.h \
252 $(SOPHYAINCP)timestamp.h \
253 $(SOPHYAINCP)objfio.h \
254 $(SOPHYAINCP)ppersist.h \
255 $(SOPHYAINCP)pexceptions.h \
256 $(SOPHYAINCP)gnumd5.h \
257 $(SOPHYAINCP)ppfbinstream.h \
258 $(SOPHYAINCP)rawstream.h \
259 $(SOPHYAINCP)ppfnametag.h \
260 $(SOPHYAINCP)dvlist.h \
261 $(SOPHYAINCP)ndatablock.h \
262 $(SOPHYAINCP)utilarr.h \
263 $(SOPHYAINCP)tmatrix.h \
264 $(SOPHYAINCP)tmatrix_tsnl.h \
265 $(SOPHYAINCP)tvector.h \
266 $(SOPHYAINCP)tvector_tsnl.h \
267 $(SOPHYAINCP)matharr.h \
268 $(SOPHYAINCP)fioarr.h \
269 $(SOPHYAINCP)sopemtx.h \
270 $(SOPHYAINCP)timing.h
[2769]271 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ carrt.cc
[2743]272
[3078]273$(SOPHYAOBJP)lpk.o: lpk.cc \
274 $(SOPHYAINCP)sopnamsp.h \
275 $(SOPHYAINCP)machdefs.h \
276 $(SOPHYAINCP)srandgen.h \
277 $(SOPHYAINCP)tarrinit.h \
278 $(SOPHYAINCP)sophyainit.h \
279 $(SOPHYAINCP)array.h \
280 $(SOPHYAINCP)tarray.h \
281 $(SOPHYAINCP)basarr.h \
282 $(SOPHYAINCP)anydataobj.h \
283 $(SOPHYAINCP)mutyv.h \
284 $(SOPHYAINCP)timestamp.h \
285 $(SOPHYAINCP)objfio.h \
286 $(SOPHYAINCP)ppersist.h \
287 $(SOPHYAINCP)pexceptions.h \
288 $(SOPHYAINCP)gnumd5.h \
289 $(SOPHYAINCP)ppfbinstream.h \
290 $(SOPHYAINCP)rawstream.h \
291 $(SOPHYAINCP)ppfnametag.h \
292 $(SOPHYAINCP)dvlist.h \
293 $(SOPHYAINCP)ndatablock.h \
294 $(SOPHYAINCP)utilarr.h \
295 $(SOPHYAINCP)tmatrix.h \
296 $(SOPHYAINCP)tmatrix_tsnl.h \
297 $(SOPHYAINCP)tvector.h \
298 $(SOPHYAINCP)tvector_tsnl.h \
299 $(SOPHYAINCP)matharr.h \
300 $(SOPHYAINCP)fioarr.h \
301 $(SOPHYAINCP)sopemtx.h \
302 $(SOPHYAINCP)timing.h \
303 $(SOPHYAINCP)intflapack.h
[2769]304 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ lpk.cc
[2743]305
306$(SOPHYAOBJP)obj_fits.o: obj_fits.cc \
[3078]307 $(SOPHYAINCP)sopnamsp.h \
308 $(SOPHYAINCP)histinit.h \
309 $(SOPHYAINCP)ntoolsinit.h \
310 $(SOPHYAINCP)tarrinit.h \
311 $(SOPHYAINCP)sophyainit.h \
312 $(SOPHYAINCP)machdefs.h \
313 $(SOPHYAINCP)dvlist.h \
314 $(SOPHYAINCP)objfio.h \
315 $(SOPHYAINCP)anydataobj.h \
316 $(SOPHYAINCP)ppersist.h \
317 $(SOPHYAINCP)pexceptions.h \
318 $(SOPHYAINCP)gnumd5.h \
319 $(SOPHYAINCP)ppfbinstream.h \
320 $(SOPHYAINCP)rawstream.h \
321 $(SOPHYAINCP)ppfnametag.h \
322 $(SOPHYAINCP)mutyv.h \
323 $(SOPHYAINCP)timestamp.h \
324 $(SOPHYAINCP)ntuple.h \
325 $(SOPHYAINCP)ntupintf.h \
326 $(SOPHYAINCP)xntuple.h \
327 $(SOPHYAINCP)fitsxntuple.h \
328 $(SOPHYAINCP)fitsfile.h \
329 $(SOPHYAINCP)ndatablock.h \
330 $(SOPHYAINCP)fitsinoutfile.h \
331 $(SOPHYAINCP)FitsIO/fitsio.h \
332 $(SOPHYAINCP)FitsIO/longnam.h \
333 $(SOPHYAINCP)fitshandler.h \
334 $(SOPHYAINCP)fitsntuple.h \
335 $(SOPHYAINCP)fitstarray.h \
336 $(SOPHYAINCP)tarray.h \
337 $(SOPHYAINCP)basarr.h \
338 $(SOPHYAINCP)utilarr.h \
339 $(SOPHYAINCP)array.h \
340 $(SOPHYAINCP)tmatrix.h \
341 $(SOPHYAINCP)tmatrix_tsnl.h \
342 $(SOPHYAINCP)tvector.h \
343 $(SOPHYAINCP)tvector_tsnl.h \
344 $(SOPHYAINCP)matharr.h \
345 $(SOPHYAINCP)fioarr.h \
346 $(SOPHYAINCP)sopemtx.h
[2769]347 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ obj_fits.cc
[2743]348
[3078]349$(SOPHYAOBJP)ovharr.o: ovharr.cc \
350 $(SOPHYAINCP)sopnamsp.h \
351 $(SOPHYAINCP)machdefs.h \
352 $(SOPHYAINCP)tarrinit.h \
353 $(SOPHYAINCP)sophyainit.h \
354 $(SOPHYAINCP)array.h \
355 $(SOPHYAINCP)tarray.h \
356 $(SOPHYAINCP)basarr.h \
357 $(SOPHYAINCP)anydataobj.h \
358 $(SOPHYAINCP)mutyv.h \
359 $(SOPHYAINCP)timestamp.h \
360 $(SOPHYAINCP)objfio.h \
361 $(SOPHYAINCP)ppersist.h \
362 $(SOPHYAINCP)pexceptions.h \
363 $(SOPHYAINCP)gnumd5.h \
364 $(SOPHYAINCP)ppfbinstream.h \
365 $(SOPHYAINCP)rawstream.h \
366 $(SOPHYAINCP)ppfnametag.h \
367 $(SOPHYAINCP)dvlist.h \
368 $(SOPHYAINCP)ndatablock.h \
369 $(SOPHYAINCP)utilarr.h \
370 $(SOPHYAINCP)tmatrix.h \
371 $(SOPHYAINCP)tmatrix_tsnl.h \
372 $(SOPHYAINCP)tvector.h \
373 $(SOPHYAINCP)tvector_tsnl.h \
374 $(SOPHYAINCP)matharr.h \
375 $(SOPHYAINCP)fioarr.h \
376 $(SOPHYAINCP)sopemtx.h \
377 $(SOPHYAINCP)ctimer.h \
378 $(SOPHYAINCP)timing.h \
379 $(SOPHYAINCP)srandgen.h
[2769]380 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ovharr.cc
[2743]381
[3078]382$(SOPHYAOBJP)pizthr.o: pizthr.cc \
383 $(SOPHYAINCP)sopnamsp.h \
384 $(SOPHYAINCP)machdefs.h \
385 $(SOPHYAINCP)zthread.h \
386 $(SOPHYAINCP)pexceptions.h \
387 $(SOPHYAINCP)pisysdep.h \
388 $(SOPHYAINCP)piapplx.h \
389 $(SOPHYAINCP)piapplgen.h \
390 $(SOPHYAINCP)pimsghandler.h \
391 $(SOPHYAINCP)picontainerx.h \
392 $(SOPHYAINCP)picontainergen.h \
393 $(SOPHYAINCP)piwdgx.h \
394 $(SOPHYAINCP)piwdggen.h \
395 $(SOPHYAINCP)picolist.h \
396 $(SOPHYAINCP)pimenubarx.h \
397 $(SOPHYAINCP)pimenubargen.h \
398 $(SOPHYAINCP)pimenux.h \
399 $(SOPHYAINCP)pimenugen.h \
400 $(SOPHYAINCP)picons.h \
401 $(SOPHYAINCP)pistdwdgx.h \
402 $(SOPHYAINCP)pistdwdggen.h \
403 $(SOPHYAINCP)pibwdgx.h \
404 $(SOPHYAINCP)pibwdggen.h \
405 $(SOPHYAINCP)picmap.h \
406 $(SOPHYAINCP)picmapx.h \
407 $(SOPHYAINCP)picmapgen.h \
408 $(SOPHYAINCP)pigraphx.h \
409 $(SOPHYAINCP)pigraphgen.h \
410 $(SOPHYAINCP)pifontx.h \
411 $(SOPHYAINCP)pifontgen.h \
412 $(SOPHYAINCP)pigrcoord.h \
413 $(SOPHYAINCP)pilineatt.h \
414 $(SOPHYAINCP)pigraphuc.h \
415 $(SOPHYAINCP)pievthandler.h \
416 $(SOPHYAINCP)psfile.h \
417 $(SOPHYAINCP)pigraphps.h \
418 $(SOPHYAINCP)piwindowx.h \
419 $(SOPHYAINCP)piwindowgen.h \
420 $(SOPHYAINCP)piperiodx.h \
421 $(SOPHYAINCP)periodic.h \
422 $(SOPHYAINCP)tarrinit.h \
423 $(SOPHYAINCP)sophyainit.h \
424 $(SOPHYAINCP)array.h \
425 $(SOPHYAINCP)tarray.h \
426 $(SOPHYAINCP)basarr.h \
427 $(SOPHYAINCP)anydataobj.h \
428 $(SOPHYAINCP)mutyv.h \
429 $(SOPHYAINCP)timestamp.h \
430 $(SOPHYAINCP)objfio.h \
431 $(SOPHYAINCP)ppersist.h \
432 $(SOPHYAINCP)gnumd5.h \
433 $(SOPHYAINCP)ppfbinstream.h \
434 $(SOPHYAINCP)rawstream.h \
435 $(SOPHYAINCP)ppfnametag.h \
436 $(SOPHYAINCP)dvlist.h \
437 $(SOPHYAINCP)ndatablock.h \
438 $(SOPHYAINCP)utilarr.h \
439 $(SOPHYAINCP)tmatrix.h \
440 $(SOPHYAINCP)tmatrix_tsnl.h \
441 $(SOPHYAINCP)tvector.h \
442 $(SOPHYAINCP)tvector_tsnl.h \
443 $(SOPHYAINCP)matharr.h \
444 $(SOPHYAINCP)fioarr.h \
445 $(SOPHYAINCP)sopemtx.h \
446 $(SOPHYAINCP)timing.h
[2769]447 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pizthr.cc
[2743]448
449$(SOPHYAOBJP)ppftswap.o: ppftswap.cc \
[3078]450 $(SOPHYAINCP)sopnamsp.h \
451 $(SOPHYAINCP)sophyainit.h \
452 $(SOPHYAINCP)machdefs.h \
453 $(SOPHYAINCP)array.h \
454 $(SOPHYAINCP)tarray.h \
455 $(SOPHYAINCP)basarr.h \
456 $(SOPHYAINCP)anydataobj.h \
457 $(SOPHYAINCP)mutyv.h \
458 $(SOPHYAINCP)timestamp.h \
459 $(SOPHYAINCP)objfio.h \
460 $(SOPHYAINCP)ppersist.h \
461 $(SOPHYAINCP)pexceptions.h \
462 $(SOPHYAINCP)gnumd5.h \
463 $(SOPHYAINCP)ppfbinstream.h \
464 $(SOPHYAINCP)rawstream.h \
465 $(SOPHYAINCP)ppfnametag.h \
466 $(SOPHYAINCP)dvlist.h \
467 $(SOPHYAINCP)ndatablock.h \
468 $(SOPHYAINCP)utilarr.h \
469 $(SOPHYAINCP)tmatrix.h \
470 $(SOPHYAINCP)tmatrix_tsnl.h \
471 $(SOPHYAINCP)tvector.h \
472 $(SOPHYAINCP)tvector_tsnl.h \
473 $(SOPHYAINCP)matharr.h \
474 $(SOPHYAINCP)fioarr.h \
475 $(SOPHYAINCP)sopemtx.h \
476 $(SOPHYAINCP)fiondblock.h \
477 $(SOPHYAINCP)tarrinit.h
[2769]478 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppftswap.cc
[2743]479
[3078]480$(SOPHYAOBJP)spar.o: spar.cc \
481 $(SOPHYAINCP)sopnamsp.h \
482 $(SOPHYAINCP)machdefs.h \
483 $(SOPHYAINCP)tarrinit.h \
484 $(SOPHYAINCP)sophyainit.h \
485 $(SOPHYAINCP)array.h \
486 $(SOPHYAINCP)tarray.h \
487 $(SOPHYAINCP)basarr.h \
488 $(SOPHYAINCP)anydataobj.h \
489 $(SOPHYAINCP)mutyv.h \
490 $(SOPHYAINCP)timestamp.h \
491 $(SOPHYAINCP)objfio.h \
492 $(SOPHYAINCP)ppersist.h \
493 $(SOPHYAINCP)pexceptions.h \
494 $(SOPHYAINCP)gnumd5.h \
495 $(SOPHYAINCP)ppfbinstream.h \
496 $(SOPHYAINCP)rawstream.h \
497 $(SOPHYAINCP)ppfnametag.h \
498 $(SOPHYAINCP)dvlist.h \
499 $(SOPHYAINCP)ndatablock.h \
500 $(SOPHYAINCP)utilarr.h \
501 $(SOPHYAINCP)tmatrix.h \
502 $(SOPHYAINCP)tmatrix_tsnl.h \
503 $(SOPHYAINCP)tvector.h \
504 $(SOPHYAINCP)tvector_tsnl.h \
505 $(SOPHYAINCP)matharr.h \
506 $(SOPHYAINCP)fioarr.h \
507 $(SOPHYAINCP)sopemtx.h \
508 $(SOPHYAINCP)timing.h \
509 $(SOPHYAINCP)resusage.h
[2769]510 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spar.cc
[2743]511
[3078]512$(SOPHYAOBJP)sph2lm.o: sph2lm.cc \
513 $(SOPHYAINCP)sopnamsp.h \
514 $(SOPHYAINCP)tarray.h \
515 $(SOPHYAINCP)machdefs.h \
516 $(SOPHYAINCP)basarr.h \
517 $(SOPHYAINCP)anydataobj.h \
518 $(SOPHYAINCP)mutyv.h \
519 $(SOPHYAINCP)timestamp.h \
520 $(SOPHYAINCP)objfio.h \
521 $(SOPHYAINCP)ppersist.h \
522 $(SOPHYAINCP)pexceptions.h \
523 $(SOPHYAINCP)gnumd5.h \
524 $(SOPHYAINCP)ppfbinstream.h \
525 $(SOPHYAINCP)rawstream.h \
526 $(SOPHYAINCP)ppfnametag.h \
527 $(SOPHYAINCP)dvlist.h \
528 $(SOPHYAINCP)ndatablock.h \
529 $(SOPHYAINCP)utilarr.h \
530 $(SOPHYAINCP)cimage.h \
531 $(SOPHYAINCP)tmatrix.h \
532 $(SOPHYAINCP)tmatrix_tsnl.h \
533 $(SOPHYAINCP)fioarr.h \
534 $(SOPHYAINCP)tvector.h \
535 $(SOPHYAINCP)tvector_tsnl.h \
536 $(SOPHYAINCP)skymap.h \
537 $(SOPHYAINCP)spherethetaphi.h \
538 $(SOPHYAINCP)sphericalmap.h \
539 $(SOPHYAINCP)smathconst.h \
540 $(SOPHYAINCP)pixelmap.h \
541 $(SOPHYAINCP)spherepos.h \
542 $(SOPHYAINCP)unitvector.h \
543 $(SOPHYAINCP)vector3d.h \
544 $(SOPHYAINCP)longlat.h \
545 $(SOPHYAINCP)utilgeom.h \
546 $(SOPHYAINCP)datatype.h \
547 $(SOPHYAINCP)spherehealpix.h \
548 $(SOPHYAINCP)HEALPixUtils.h \
549 $(SOPHYAINCP)localmap.h \
550 $(SOPHYAINCP)sphereecp.h \
551 $(SOPHYAINCP)fiospherethetaphi.h \
552 $(SOPHYAINCP)fiospherehealpix.h \
553 $(SOPHYAINCP)fiolocalmap.h \
554 $(SOPHYAINCP)fiosphereecp.h \
555 $(SOPHYAINCP)mapoperation.h \
556 $(SOPHYAINCP)sambainit.h \
557 $(SOPHYAINCP)skymapinit.h \
558 $(SOPHYAINCP)sophyainit.h \
559 $(SOPHYAINCP)ntoolsinit.h \
560 $(SOPHYAINCP)tarrinit.h \
561 $(SOPHYAINCP)fftwserver.h \
562 $(SOPHYAINCP)sspvflags.h \
563 $(SOPHYAINCP)fftservintf.h
[2769]564 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sph2lm.cc
[2743]565
[3078]566$(SOPHYAOBJP)sphg0.o: sphg0.cc \
567 $(SOPHYAINCP)sopnamsp.h \
568 $(SOPHYAINCP)sambainit.h \
569 $(SOPHYAINCP)skymapinit.h \
570 $(SOPHYAINCP)sophyainit.h \
571 $(SOPHYAINCP)machdefs.h \
572 $(SOPHYAINCP)ntoolsinit.h \
573 $(SOPHYAINCP)tarrinit.h \
574 $(SOPHYAINCP)tod.h \
575 $(SOPHYAINCP)spherepos.h \
576 $(SOPHYAINCP)ppersist.h \
577 $(SOPHYAINCP)pexceptions.h \
578 $(SOPHYAINCP)gnumd5.h \
579 $(SOPHYAINCP)ppfbinstream.h \
580 $(SOPHYAINCP)rawstream.h \
581 $(SOPHYAINCP)ppfnametag.h \
582 $(SOPHYAINCP)unitvector.h \
583 $(SOPHYAINCP)vector3d.h \
584 $(SOPHYAINCP)longlat.h \
585 $(SOPHYAINCP)utilgeom.h \
586 $(SOPHYAINCP)anydataobj.h \
587 $(SOPHYAINCP)misstime.h \
588 $(SOPHYAINCP)spherehealpix.h \
589 $(SOPHYAINCP)sphericalmap.h \
590 $(SOPHYAINCP)smathconst.h \
591 $(SOPHYAINCP)pixelmap.h \
592 $(SOPHYAINCP)dvlist.h \
593 $(SOPHYAINCP)objfio.h \
594 $(SOPHYAINCP)mutyv.h \
595 $(SOPHYAINCP)timestamp.h \
596 $(SOPHYAINCP)datatype.h \
597 $(SOPHYAINCP)tvector.h \
598 $(SOPHYAINCP)tmatrix.h \
599 $(SOPHYAINCP)tarray.h \
600 $(SOPHYAINCP)basarr.h \
601 $(SOPHYAINCP)ndatablock.h \
602 $(SOPHYAINCP)utilarr.h \
603 $(SOPHYAINCP)tmatrix_tsnl.h \
604 $(SOPHYAINCP)tvector_tsnl.h \
605 $(SOPHYAINCP)HEALPixUtils.h
[2769]606 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphg0.cc
[2743]607
[3078]608$(SOPHYAOBJP)tcmd.o: tcmd.cc \
609 $(SOPHYAINCP)sopnamsp.h \
610 $(SOPHYAINCP)machdefs.h \
611 $(SOPHYAINCP)sophyainit.h \
612 $(SOPHYAINCP)timing.h \
613 $(SOPHYAINCP)cexpre.h \
614 $(SOPHYAINCP)pexceptions.h \
615 $(SOPHYAINCP)rpneval.h \
616 $(SOPHYAINCP)commander.h \
617 $(SOPHYAINCP)pdlmgr.h \
618 $(SOPHYAINCP)dvlist.h \
619 $(SOPHYAINCP)objfio.h \
620 $(SOPHYAINCP)anydataobj.h \
621 $(SOPHYAINCP)ppersist.h \
622 $(SOPHYAINCP)gnumd5.h \
623 $(SOPHYAINCP)ppfbinstream.h \
624 $(SOPHYAINCP)rawstream.h \
625 $(SOPHYAINCP)ppfnametag.h \
626 $(SOPHYAINCP)mutyv.h \
627 $(SOPHYAINCP)timestamp.h \
628 $(SOPHYAINCP)ctimer.h
[2769]629 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tcmd.cc
[2743]630
631$(SOPHYAOBJP)tcxxcmpldynl.o: tcxxcmpldynl.cc \
[3078]632 $(SOPHYAINCP)sopnamsp.h \
633 $(SOPHYAINCP)histinit.h \
634 $(SOPHYAINCP)ntoolsinit.h \
635 $(SOPHYAINCP)tarrinit.h \
636 $(SOPHYAINCP)sophyainit.h \
637 $(SOPHYAINCP)machdefs.h \
638 $(SOPHYAINCP)array.h \
639 $(SOPHYAINCP)tarray.h \
640 $(SOPHYAINCP)basarr.h \
641 $(SOPHYAINCP)anydataobj.h \
642 $(SOPHYAINCP)mutyv.h \
643 $(SOPHYAINCP)timestamp.h \
644 $(SOPHYAINCP)objfio.h \
645 $(SOPHYAINCP)ppersist.h \
646 $(SOPHYAINCP)pexceptions.h \
647 $(SOPHYAINCP)gnumd5.h \
648 $(SOPHYAINCP)ppfbinstream.h \
649 $(SOPHYAINCP)rawstream.h \
650 $(SOPHYAINCP)ppfnametag.h \
651 $(SOPHYAINCP)dvlist.h \
652 $(SOPHYAINCP)ndatablock.h \
653 $(SOPHYAINCP)utilarr.h \
654 $(SOPHYAINCP)tmatrix.h \
655 $(SOPHYAINCP)tmatrix_tsnl.h \
656 $(SOPHYAINCP)tvector.h \
657 $(SOPHYAINCP)tvector_tsnl.h \
658 $(SOPHYAINCP)matharr.h \
659 $(SOPHYAINCP)fioarr.h \
660 $(SOPHYAINCP)sopemtx.h \
661 $(SOPHYAINCP)cxxcmplnk.h \
662 $(SOPHYAINCP)pdlmgr.h \
663 $(SOPHYAINCP)timing.h
[2769]664 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tcxxcmpldynl.cc
[2743]665
[3078]666$(SOPHYAOBJP)tdcr.o: tdcr.cc \
667 $(SOPHYAINCP)sopnamsp.h \
668 /home/usr203/mnt/gnu/OSF1/lib/gcc-lib/alphaev5-dec-osf4.0d/2.8.1/include/math.h \
669 $(SOPHYAINCP)histinit.h \
670 $(SOPHYAINCP)ntoolsinit.h \
671 $(SOPHYAINCP)tarrinit.h \
672 $(SOPHYAINCP)sophyainit.h \
673 $(SOPHYAINCP)machdefs.h \
674 $(SOPHYAINCP)histos.h \
675 $(SOPHYAINCP)objfio.h \
676 $(SOPHYAINCP)anydataobj.h \
677 $(SOPHYAINCP)ppersist.h \
678 $(SOPHYAINCP)pexceptions.h \
679 $(SOPHYAINCP)gnumd5.h \
680 $(SOPHYAINCP)ppfbinstream.h \
681 $(SOPHYAINCP)rawstream.h \
682 $(SOPHYAINCP)ppfnametag.h \
683 $(SOPHYAINCP)peida.h \
684 $(SOPHYAINCP)utils.h \
685 $(SOPHYAINCP)perrors.h \
686 $(SOPHYAINCP)fmath.h \
687 $(SOPHYAINCP)tvector.h \
688 $(SOPHYAINCP)tmatrix.h \
689 $(SOPHYAINCP)tarray.h \
690 $(SOPHYAINCP)basarr.h \
691 $(SOPHYAINCP)mutyv.h \
692 $(SOPHYAINCP)timestamp.h \
693 $(SOPHYAINCP)dvlist.h \
694 $(SOPHYAINCP)ndatablock.h \
695 $(SOPHYAINCP)utilarr.h \
696 $(SOPHYAINCP)tmatrix_tsnl.h \
697 $(SOPHYAINCP)tvector_tsnl.h \
698 $(SOPHYAINCP)histos2.h \
699 $(SOPHYAINCP)psighand.h \
700 $(SOPHYAINCP)srandgen.h
[2769]701 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tdcr.cc
[2743]702
[3078]703$(SOPHYAOBJP)tdynl.o: tdynl.cc \
704 $(SOPHYAINCP)sopnamsp.h \
705 $(SOPHYAINCP)tarrinit.h \
706 $(SOPHYAINCP)sophyainit.h \
707 $(SOPHYAINCP)machdefs.h \
708 $(SOPHYAINCP)array.h \
709 $(SOPHYAINCP)tarray.h \
710 $(SOPHYAINCP)basarr.h \
711 $(SOPHYAINCP)anydataobj.h \
712 $(SOPHYAINCP)mutyv.h \
713 $(SOPHYAINCP)timestamp.h \
714 $(SOPHYAINCP)objfio.h \
715 $(SOPHYAINCP)ppersist.h \
716 $(SOPHYAINCP)pexceptions.h \
717 $(SOPHYAINCP)gnumd5.h \
718 $(SOPHYAINCP)ppfbinstream.h \
719 $(SOPHYAINCP)rawstream.h \
720 $(SOPHYAINCP)ppfnametag.h \
721 $(SOPHYAINCP)dvlist.h \
722 $(SOPHYAINCP)ndatablock.h \
723 $(SOPHYAINCP)utilarr.h \
724 $(SOPHYAINCP)tmatrix.h \
725 $(SOPHYAINCP)tmatrix_tsnl.h \
726 $(SOPHYAINCP)tvector.h \
727 $(SOPHYAINCP)tvector_tsnl.h \
728 $(SOPHYAINCP)matharr.h \
729 $(SOPHYAINCP)fioarr.h \
730 $(SOPHYAINCP)sopemtx.h \
731 $(SOPHYAINCP)pdlmgr.h \
732 $(SOPHYAINCP)timing.h
[2769]733 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tdynl.cc
[2743]734
[3078]735$(SOPHYAOBJP)tfft.o: tfft.cc \
736 $(SOPHYAINCP)sopnamsp.h \
737 $(SOPHYAINCP)machdefs.h \
738 $(SOPHYAINCP)srandgen.h \
739 $(SOPHYAINCP)matharr.h \
740 $(SOPHYAINCP)tarray.h \
741 $(SOPHYAINCP)basarr.h \
742 $(SOPHYAINCP)anydataobj.h \
743 $(SOPHYAINCP)mutyv.h \
744 $(SOPHYAINCP)timestamp.h \
745 $(SOPHYAINCP)objfio.h \
746 $(SOPHYAINCP)ppersist.h \
747 $(SOPHYAINCP)pexceptions.h \
748 $(SOPHYAINCP)gnumd5.h \
749 $(SOPHYAINCP)ppfbinstream.h \
750 $(SOPHYAINCP)rawstream.h \
751 $(SOPHYAINCP)ppfnametag.h \
752 $(SOPHYAINCP)dvlist.h \
753 $(SOPHYAINCP)ndatablock.h \
754 $(SOPHYAINCP)utilarr.h \
755 $(SOPHYAINCP)fftpserver.h \
756 $(SOPHYAINCP)fftservintf.h \
757 $(SOPHYAINCP)tmatrix.h \
758 $(SOPHYAINCP)tmatrix_tsnl.h \
759 $(SOPHYAINCP)tvector.h \
760 $(SOPHYAINCP)tvector_tsnl.h \
761 $(SOPHYAINCP)fftmserver.h \
762 $(SOPHYAINCP)fftwserver.h \
763 $(SOPHYAINCP)sspvflags.h \
764 $(SOPHYAINCP)ntoolsinit.h \
765 $(SOPHYAINCP)tarrinit.h \
766 $(SOPHYAINCP)sophyainit.h \
767 $(SOPHYAINCP)timing.h
[2769]768 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tfft.cc
[2743]769
[3078]770$(SOPHYAOBJP)tfitsdt.o: tfitsdt.cc \
771 $(SOPHYAINCP)sopnamsp.h \
772 $(SOPHYAINCP)histinit.h \
773 $(SOPHYAINCP)ntoolsinit.h \
774 $(SOPHYAINCP)tarrinit.h \
775 $(SOPHYAINCP)sophyainit.h \
776 $(SOPHYAINCP)machdefs.h \
777 $(SOPHYAINCP)datatable.h \
778 $(SOPHYAINCP)basedtable.h \
779 $(SOPHYAINCP)ntupintf.h \
780 $(SOPHYAINCP)dvlist.h \
781 $(SOPHYAINCP)objfio.h \
782 $(SOPHYAINCP)anydataobj.h \
783 $(SOPHYAINCP)ppersist.h \
784 $(SOPHYAINCP)pexceptions.h \
785 $(SOPHYAINCP)gnumd5.h \
786 $(SOPHYAINCP)ppfbinstream.h \
787 $(SOPHYAINCP)rawstream.h \
788 $(SOPHYAINCP)ppfnametag.h \
789 $(SOPHYAINCP)mutyv.h \
790 $(SOPHYAINCP)timestamp.h \
791 $(SOPHYAINCP)segdatablock.h \
792 $(SOPHYAINCP)tvector.h \
793 $(SOPHYAINCP)tmatrix.h \
794 $(SOPHYAINCP)tarray.h \
795 $(SOPHYAINCP)basarr.h \
796 $(SOPHYAINCP)ndatablock.h \
797 $(SOPHYAINCP)utilarr.h \
798 $(SOPHYAINCP)tmatrix_tsnl.h \
799 $(SOPHYAINCP)tvector_tsnl.h \
800 $(SOPHYAINCP)fitshdtable.h \
801 $(SOPHYAINCP)fitshandler.h \
802 $(SOPHYAINCP)fitsinoutfile.h \
803 $(SOPHYAINCP)FitsIO/fitsio.h \
804 $(SOPHYAINCP)FitsIO/longnam.h \
805 $(SOPHYAINCP)swfitsdtable.h \
806 $(SOPHYAINCP)swsegdb.h \
807 $(SOPHYAINCP)fitsswapper.h \
808 $(SOPHYAINCP)fitsblkrw.h
[2825]809 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tfitsdt.cc
810
[3078]811$(SOPHYAOBJP)thash.o: thash.cc \
812 $(SOPHYAINCP)sopnamsp.h \
813 $(SOPHYAINCP)ppersist.h \
814 $(SOPHYAINCP)machdefs.h \
815 $(SOPHYAINCP)pexceptions.h \
816 $(SOPHYAINCP)gnumd5.h \
817 $(SOPHYAINCP)ppfbinstream.h \
818 $(SOPHYAINCP)rawstream.h \
819 $(SOPHYAINCP)ppfnametag.h
[2769]820 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ thash.cc
[2743]821
[3078]822$(SOPHYAOBJP)timg.o: timg.cc \
823 $(SOPHYAINCP)sopnamsp.h \
824 $(SOPHYAINCP)ntoolsinit.h \
825 $(SOPHYAINCP)tarrinit.h \
826 $(SOPHYAINCP)sophyainit.h \
827 $(SOPHYAINCP)machdefs.h \
828 $(SOPHYAINCP)array.h \
829 $(SOPHYAINCP)tarray.h \
830 $(SOPHYAINCP)basarr.h \
831 $(SOPHYAINCP)anydataobj.h \
832 $(SOPHYAINCP)mutyv.h \
833 $(SOPHYAINCP)timestamp.h \
834 $(SOPHYAINCP)objfio.h \
835 $(SOPHYAINCP)ppersist.h \
836 $(SOPHYAINCP)pexceptions.h \
837 $(SOPHYAINCP)gnumd5.h \
838 $(SOPHYAINCP)ppfbinstream.h \
839 $(SOPHYAINCP)rawstream.h \
840 $(SOPHYAINCP)ppfnametag.h \
841 $(SOPHYAINCP)dvlist.h \
842 $(SOPHYAINCP)ndatablock.h \
843 $(SOPHYAINCP)utilarr.h \
844 $(SOPHYAINCP)tmatrix.h \
845 $(SOPHYAINCP)tmatrix_tsnl.h \
846 $(SOPHYAINCP)tvector.h \
847 $(SOPHYAINCP)tvector_tsnl.h \
848 $(SOPHYAINCP)matharr.h \
849 $(SOPHYAINCP)fioarr.h \
850 $(SOPHYAINCP)sopemtx.h \
851 $(SOPHYAINCP)cimage.h \
852 $(SOPHYAINCP)srandgen.h \
853 $(SOPHYAINCP)fiondblock.h
[2769]854 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ timg.cc
[2743]855
[3078]856$(SOPHYAOBJP)tmxv.o: tmxv.cc \
857 $(SOPHYAINCP)sopnamsp.h \
858 $(SOPHYAINCP)machdefs.h \
859 $(SOPHYAINCP)srandgen.h \
860 $(SOPHYAINCP)tarrinit.h \
861 $(SOPHYAINCP)sophyainit.h \
862 $(SOPHYAINCP)tvector.h \
863 $(SOPHYAINCP)tmatrix.h \
864 $(SOPHYAINCP)tarray.h \
865 $(SOPHYAINCP)basarr.h \
866 $(SOPHYAINCP)anydataobj.h \
867 $(SOPHYAINCP)mutyv.h \
868 $(SOPHYAINCP)timestamp.h \
869 $(SOPHYAINCP)objfio.h \
870 $(SOPHYAINCP)ppersist.h \
871 $(SOPHYAINCP)pexceptions.h \
872 $(SOPHYAINCP)gnumd5.h \
873 $(SOPHYAINCP)ppfbinstream.h \
874 $(SOPHYAINCP)rawstream.h \
875 $(SOPHYAINCP)ppfnametag.h \
876 $(SOPHYAINCP)dvlist.h \
877 $(SOPHYAINCP)ndatablock.h \
878 $(SOPHYAINCP)utilarr.h \
879 $(SOPHYAINCP)tmatrix_tsnl.h \
880 $(SOPHYAINCP)tvector_tsnl.h \
881 $(SOPHYAINCP)sopemtx.h \
882 $(SOPHYAINCP)timing.h
[2769]883 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tmxv.cc
[2743]884
[3078]885$(SOPHYAOBJP)tnfits.o: tnfits.cc \
886 $(SOPHYAINCP)sopnamsp.h \
887 $(SOPHYAINCP)machdefs.h \
888 /home/usr203/mnt/gnu/OSF1/lib/gcc-lib/alphaev5-dec-osf4.0d/2.8.1/include/math.h \
889 $(SOPHYAINCP)timing.h \
890 $(SOPHYAINCP)histinit.h \
891 $(SOPHYAINCP)ntoolsinit.h \
892 $(SOPHYAINCP)tarrinit.h \
893 $(SOPHYAINCP)sophyainit.h \
894 $(SOPHYAINCP)array.h \
895 $(SOPHYAINCP)tarray.h \
896 $(SOPHYAINCP)basarr.h \
897 $(SOPHYAINCP)anydataobj.h \
898 $(SOPHYAINCP)mutyv.h \
899 $(SOPHYAINCP)timestamp.h \
900 $(SOPHYAINCP)objfio.h \
901 $(SOPHYAINCP)ppersist.h \
902 $(SOPHYAINCP)pexceptions.h \
903 $(SOPHYAINCP)gnumd5.h \
904 $(SOPHYAINCP)ppfbinstream.h \
905 $(SOPHYAINCP)rawstream.h \
906 $(SOPHYAINCP)ppfnametag.h \
907 $(SOPHYAINCP)dvlist.h \
908 $(SOPHYAINCP)ndatablock.h \
909 $(SOPHYAINCP)utilarr.h \
910 $(SOPHYAINCP)tmatrix.h \
911 $(SOPHYAINCP)tmatrix_tsnl.h \
912 $(SOPHYAINCP)tvector.h \
913 $(SOPHYAINCP)tvector_tsnl.h \
914 $(SOPHYAINCP)matharr.h \
915 $(SOPHYAINCP)fioarr.h \
916 $(SOPHYAINCP)sopemtx.h \
917 $(SOPHYAINCP)fitsinoutfile.h \
918 $(SOPHYAINCP)FitsIO/fitsio.h \
919 $(SOPHYAINCP)FitsIO/longnam.h \
920 $(SOPHYAINCP)fitsblkrw.h \
921 $(SOPHYAINCP)fitsarrhand.h \
922 $(SOPHYAINCP)fitshandler.h \
923 $(SOPHYAINCP)fiosinit.h
[2825]924 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tnfits.cc
925
[3078]926$(SOPHYAOBJP)tnt.o: tnt.cc \
927 $(SOPHYAINCP)sopnamsp.h \
928 $(SOPHYAINCP)histinit.h \
929 $(SOPHYAINCP)ntoolsinit.h \
930 $(SOPHYAINCP)tarrinit.h \
931 $(SOPHYAINCP)sophyainit.h \
932 $(SOPHYAINCP)machdefs.h \
933 $(SOPHYAINCP)dvlist.h \
934 $(SOPHYAINCP)objfio.h \
935 $(SOPHYAINCP)anydataobj.h \
936 $(SOPHYAINCP)ppersist.h \
937 $(SOPHYAINCP)pexceptions.h \
938 $(SOPHYAINCP)gnumd5.h \
939 $(SOPHYAINCP)ppfbinstream.h \
940 $(SOPHYAINCP)rawstream.h \
941 $(SOPHYAINCP)ppfnametag.h \
942 $(SOPHYAINCP)mutyv.h \
943 $(SOPHYAINCP)timestamp.h \
944 $(SOPHYAINCP)ntuple.h \
945 $(SOPHYAINCP)ntupintf.h \
946 $(SOPHYAINCP)xntuple.h \
947 $(SOPHYAINCP)datatable.h \
948 $(SOPHYAINCP)basedtable.h \
949 $(SOPHYAINCP)segdatablock.h \
950 $(SOPHYAINCP)tvector.h \
951 $(SOPHYAINCP)tmatrix.h \
952 $(SOPHYAINCP)tarray.h \
953 $(SOPHYAINCP)basarr.h \
954 $(SOPHYAINCP)ndatablock.h \
955 $(SOPHYAINCP)utilarr.h \
956 $(SOPHYAINCP)tmatrix_tsnl.h \
957 $(SOPHYAINCP)tvector_tsnl.h \
958 $(SOPHYAINCP)swppfdtable.h \
959 $(SOPHYAINCP)swsegdb.h \
960 $(SOPHYAINCP)ppfswapper.h \
961 $(SOPHYAINCP)ppftpointerio.h
[2769]962 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tnt.cc
[2743]963
[3078]964$(SOPHYAOBJP)tobjio.o: tobjio.cc \
965 $(SOPHYAINCP)sopnamsp.h \
966 /home/usr203/mnt/gnu/OSF1/lib/gcc-lib/alphaev5-dec-osf4.0d/2.8.1/include/math.h \
967 $(SOPHYAINCP)histinit.h \
968 $(SOPHYAINCP)ntoolsinit.h \
969 $(SOPHYAINCP)tarrinit.h \
970 $(SOPHYAINCP)sophyainit.h \
971 $(SOPHYAINCP)machdefs.h \
972 $(SOPHYAINCP)histos.h \
973 $(SOPHYAINCP)objfio.h \
974 $(SOPHYAINCP)anydataobj.h \
975 $(SOPHYAINCP)ppersist.h \
976 $(SOPHYAINCP)pexceptions.h \
977 $(SOPHYAINCP)gnumd5.h \
978 $(SOPHYAINCP)ppfbinstream.h \
979 $(SOPHYAINCP)rawstream.h \
980 $(SOPHYAINCP)ppfnametag.h \
981 $(SOPHYAINCP)peida.h \
982 $(SOPHYAINCP)utils.h \
983 $(SOPHYAINCP)perrors.h \
984 $(SOPHYAINCP)fmath.h \
985 $(SOPHYAINCP)tvector.h \
986 $(SOPHYAINCP)tmatrix.h \
987 $(SOPHYAINCP)tarray.h \
988 $(SOPHYAINCP)basarr.h \
989 $(SOPHYAINCP)mutyv.h \
990 $(SOPHYAINCP)timestamp.h \
991 $(SOPHYAINCP)dvlist.h \
992 $(SOPHYAINCP)ndatablock.h \
993 $(SOPHYAINCP)utilarr.h \
994 $(SOPHYAINCP)tmatrix_tsnl.h \
995 $(SOPHYAINCP)tvector_tsnl.h \
996 $(SOPHYAINCP)histos2.h \
997 $(SOPHYAINCP)ntuple.h \
998 $(SOPHYAINCP)ntupintf.h \
999 $(SOPHYAINCP)srandgen.h \
1000 $(SOPHYAINCP)fioarr.h
[2783]1001 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tobjio.cc
[2743]1002
[3078]1003$(SOPHYAOBJP)tobjio2.o: tobjio2.cc \
1004 $(SOPHYAINCP)sopnamsp.h \
1005 $(SOPHYAINCP)histinit.h \
1006 $(SOPHYAINCP)ntoolsinit.h \
1007 $(SOPHYAINCP)tarrinit.h \
1008 $(SOPHYAINCP)sophyainit.h \
1009 $(SOPHYAINCP)machdefs.h \
1010 $(SOPHYAINCP)histos.h \
1011 $(SOPHYAINCP)objfio.h \
1012 $(SOPHYAINCP)anydataobj.h \
1013 $(SOPHYAINCP)ppersist.h \
1014 $(SOPHYAINCP)pexceptions.h \
1015 $(SOPHYAINCP)gnumd5.h \
1016 $(SOPHYAINCP)ppfbinstream.h \
1017 $(SOPHYAINCP)rawstream.h \
1018 $(SOPHYAINCP)ppfnametag.h \
1019 $(SOPHYAINCP)peida.h \
1020 $(SOPHYAINCP)utils.h \
1021 $(SOPHYAINCP)perrors.h \
1022 $(SOPHYAINCP)fmath.h \
1023 $(SOPHYAINCP)tvector.h \
1024 $(SOPHYAINCP)tmatrix.h \
1025 $(SOPHYAINCP)tarray.h \
1026 $(SOPHYAINCP)basarr.h \
1027 $(SOPHYAINCP)mutyv.h \
1028 $(SOPHYAINCP)timestamp.h \
1029 $(SOPHYAINCP)dvlist.h \
1030 $(SOPHYAINCP)ndatablock.h \
1031 $(SOPHYAINCP)utilarr.h \
1032 $(SOPHYAINCP)tmatrix_tsnl.h \
1033 $(SOPHYAINCP)tvector_tsnl.h \
1034 $(SOPHYAINCP)histos2.h \
1035 $(SOPHYAINCP)ntuple.h \
1036 $(SOPHYAINCP)ntupintf.h \
1037 $(SOPHYAINCP)srandgen.h
[2783]1038 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tobjio2.cc
[2743]1039
[3078]1040$(SOPHYAOBJP)tpipe.o: tpipe.cc \
1041 $(SOPHYAINCP)sopnamsp.h \
1042 $(SOPHYAINCP)zthread.h \
1043 $(SOPHYAINCP)machdefs.h \
1044 $(SOPHYAINCP)pexceptions.h \
1045 $(SOPHYAINCP)timing.h
[2769]1046 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tpipe.cc
[2743]1047
[3078]1048$(SOPHYAOBJP)tsimplex.o: tsimplex.cc \
1049 /home/usr203/mnt/gnu/OSF1/lib/gcc-lib/alphaev5-dec-osf4.0d/2.8.1/include/math.h \
1050 $(SOPHYAINCP)sopnamsp.h \
1051 $(SOPHYAINCP)simplex.h \
1052 $(SOPHYAINCP)machdefs.h \
1053 $(SOPHYAINCP)tvector.h \
1054 $(SOPHYAINCP)tmatrix.h \
1055 $(SOPHYAINCP)tarray.h \
1056 $(SOPHYAINCP)basarr.h \
1057 $(SOPHYAINCP)anydataobj.h \
1058 $(SOPHYAINCP)mutyv.h \
1059 $(SOPHYAINCP)timestamp.h \
1060 $(SOPHYAINCP)objfio.h \
1061 $(SOPHYAINCP)ppersist.h \
1062 $(SOPHYAINCP)pexceptions.h \
1063 $(SOPHYAINCP)gnumd5.h \
1064 $(SOPHYAINCP)ppfbinstream.h \
1065 $(SOPHYAINCP)rawstream.h \
1066 $(SOPHYAINCP)ppfnametag.h \
1067 $(SOPHYAINCP)dvlist.h \
1068 $(SOPHYAINCP)ndatablock.h \
1069 $(SOPHYAINCP)utilarr.h \
1070 $(SOPHYAINCP)tmatrix_tsnl.h \
1071 $(SOPHYAINCP)tvector_tsnl.h \
1072 $(SOPHYAINCP)generalfit.h \
1073 $(SOPHYAINCP)generaldata.h \
1074 $(SOPHYAINCP)ntupintf.h \
1075 $(SOPHYAINCP)poly.h \
1076 $(SOPHYAINCP)peida.h \
1077 $(SOPHYAINCP)utils.h \
1078 $(SOPHYAINCP)perrors.h \
1079 $(SOPHYAINCP)fmath.h \
1080 $(SOPHYAINCP)histinit.h \
1081 $(SOPHYAINCP)ntoolsinit.h \
1082 $(SOPHYAINCP)tarrinit.h \
1083 $(SOPHYAINCP)sophyainit.h \
1084 $(SOPHYAINCP)timing.h
[2769]1085 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tsimplex.cc
[2743]1086
1087$(SOPHYAOBJP)tsphereecp.o: tsphereecp.cc \
[3078]1088 $(SOPHYAINCP)sopnamsp.h \
1089 /home/usr203/mnt/gnu/OSF1/lib/gcc-lib/alphaev5-dec-osf4.0d/2.8.1/include/math.h \
1090 $(SOPHYAINCP)sambainit.h \
1091 $(SOPHYAINCP)skymapinit.h \
1092 $(SOPHYAINCP)sophyainit.h \
1093 $(SOPHYAINCP)machdefs.h \
1094 $(SOPHYAINCP)ntoolsinit.h \
1095 $(SOPHYAINCP)tarrinit.h \
1096 $(SOPHYAINCP)pexceptions.h \
1097 $(SOPHYAINCP)timing.h \
1098 $(SOPHYAINCP)sphereecp.h \
1099 $(SOPHYAINCP)sphericalmap.h \
1100 $(SOPHYAINCP)smathconst.h \
1101 $(SOPHYAINCP)pixelmap.h \
1102 $(SOPHYAINCP)ppersist.h \
1103 $(SOPHYAINCP)gnumd5.h \
1104 $(SOPHYAINCP)ppfbinstream.h \
1105 $(SOPHYAINCP)rawstream.h \
1106 $(SOPHYAINCP)ppfnametag.h \
1107 $(SOPHYAINCP)dvlist.h \
1108 $(SOPHYAINCP)objfio.h \
1109 $(SOPHYAINCP)anydataobj.h \
1110 $(SOPHYAINCP)mutyv.h \
1111 $(SOPHYAINCP)timestamp.h \
1112 $(SOPHYAINCP)spherepos.h \
1113 $(SOPHYAINCP)unitvector.h \
1114 $(SOPHYAINCP)vector3d.h \
1115 $(SOPHYAINCP)longlat.h \
1116 $(SOPHYAINCP)utilgeom.h \
1117 $(SOPHYAINCP)datatype.h \
1118 $(SOPHYAINCP)tvector.h \
1119 $(SOPHYAINCP)tmatrix.h \
1120 $(SOPHYAINCP)tarray.h \
1121 $(SOPHYAINCP)basarr.h \
1122 $(SOPHYAINCP)ndatablock.h \
1123 $(SOPHYAINCP)utilarr.h \
1124 $(SOPHYAINCP)tmatrix_tsnl.h \
1125 $(SOPHYAINCP)tvector_tsnl.h \
1126 $(SOPHYAINCP)fiosphereecp.h \
1127 $(SOPHYAINCP)array.h \
1128 $(SOPHYAINCP)matharr.h \
1129 $(SOPHYAINCP)fioarr.h \
1130 $(SOPHYAINCP)sopemtx.h \
1131 $(SOPHYAINCP)samba.h \
1132 $(SOPHYAINCP)alm.h \
1133 $(SOPHYAINCP)srandgen.h \
1134 $(SOPHYAINCP)nbmath.h \
1135 $(SOPHYAINCP)triangmtx.h \
1136 $(SOPHYAINCP)bruit.h \
1137 $(SOPHYAINCP)circle.h \
1138 $(SOPHYAINCP)geometry.h \
1139 $(SOPHYAINCP)lambdaBuilder.h \
1140 $(SOPHYAINCP)misstime.h \
1141 $(SOPHYAINCP)mlobe.h \
1142 $(SOPHYAINCP)prefcount.h \
1143 $(SOPHYAINCP)scan.h \
1144 $(SOPHYAINCP)sphericaltransformserver.h \
1145 $(SOPHYAINCP)fftservintf.h \
1146 $(SOPHYAINCP)fftpserver.h \
1147 $(SOPHYAINCP)tod.h
[2769]1148 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tsphereecp.cc
[2743]1149
[3078]1150$(SOPHYAOBJP)tspm.o: tspm.cc \
1151 $(SOPHYAINCP)sopnamsp.h \
1152 $(SOPHYAINCP)skymapinit.h \
1153 $(SOPHYAINCP)sophyainit.h \
1154 $(SOPHYAINCP)machdefs.h \
1155 $(SOPHYAINCP)skymap.h \
1156 $(SOPHYAINCP)spherethetaphi.h \
1157 $(SOPHYAINCP)sphericalmap.h \
1158 $(SOPHYAINCP)smathconst.h \
1159 $(SOPHYAINCP)pixelmap.h \
1160 $(SOPHYAINCP)ppersist.h \
1161 $(SOPHYAINCP)pexceptions.h \
1162 $(SOPHYAINCP)gnumd5.h \
1163 $(SOPHYAINCP)ppfbinstream.h \
1164 $(SOPHYAINCP)rawstream.h \
1165 $(SOPHYAINCP)ppfnametag.h \
1166 $(SOPHYAINCP)dvlist.h \
1167 $(SOPHYAINCP)objfio.h \
1168 $(SOPHYAINCP)anydataobj.h \
1169 $(SOPHYAINCP)mutyv.h \
1170 $(SOPHYAINCP)timestamp.h \
1171 $(SOPHYAINCP)spherepos.h \
1172 $(SOPHYAINCP)unitvector.h \
1173 $(SOPHYAINCP)vector3d.h \
1174 $(SOPHYAINCP)longlat.h \
1175 $(SOPHYAINCP)utilgeom.h \
1176 $(SOPHYAINCP)datatype.h \
1177 $(SOPHYAINCP)tvector.h \
1178 $(SOPHYAINCP)tmatrix.h \
1179 $(SOPHYAINCP)tarray.h \
1180 $(SOPHYAINCP)basarr.h \
1181 $(SOPHYAINCP)ndatablock.h \
1182 $(SOPHYAINCP)utilarr.h \
1183 $(SOPHYAINCP)tmatrix_tsnl.h \
1184 $(SOPHYAINCP)tvector_tsnl.h \
1185 $(SOPHYAINCP)spherehealpix.h \
1186 $(SOPHYAINCP)HEALPixUtils.h \
1187 $(SOPHYAINCP)localmap.h \
1188 $(SOPHYAINCP)sphereecp.h \
1189 $(SOPHYAINCP)fiospherethetaphi.h \
1190 $(SOPHYAINCP)fiospherehealpix.h \
1191 $(SOPHYAINCP)fiolocalmap.h \
1192 $(SOPHYAINCP)fiosphereecp.h \
1193 $(SOPHYAINCP)tod.h \
1194 $(SOPHYAINCP)misstime.h \
1195 $(SOPHYAINCP)timing.h
[2783]1196 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tspm.cc
[2743]1197
[3078]1198$(SOPHYAOBJP)tspm2.o: tspm2.cc \
1199 $(SOPHYAINCP)sopnamsp.h \
1200 $(SOPHYAINCP)sambainit.h \
1201 $(SOPHYAINCP)skymapinit.h \
1202 $(SOPHYAINCP)sophyainit.h \
1203 $(SOPHYAINCP)machdefs.h \
1204 $(SOPHYAINCP)ntoolsinit.h \
1205 $(SOPHYAINCP)tarrinit.h \
1206 $(SOPHYAINCP)skymap.h \
1207 $(SOPHYAINCP)spherethetaphi.h \
1208 $(SOPHYAINCP)sphericalmap.h \
1209 $(SOPHYAINCP)smathconst.h \
1210 $(SOPHYAINCP)pixelmap.h \
1211 $(SOPHYAINCP)ppersist.h \
1212 $(SOPHYAINCP)pexceptions.h \
1213 $(SOPHYAINCP)gnumd5.h \
1214 $(SOPHYAINCP)ppfbinstream.h \
1215 $(SOPHYAINCP)rawstream.h \
1216 $(SOPHYAINCP)ppfnametag.h \
1217 $(SOPHYAINCP)dvlist.h \
1218 $(SOPHYAINCP)objfio.h \
1219 $(SOPHYAINCP)anydataobj.h \
1220 $(SOPHYAINCP)mutyv.h \
1221 $(SOPHYAINCP)timestamp.h \
1222 $(SOPHYAINCP)spherepos.h \
1223 $(SOPHYAINCP)unitvector.h \
1224 $(SOPHYAINCP)vector3d.h \
1225 $(SOPHYAINCP)longlat.h \
1226 $(SOPHYAINCP)utilgeom.h \
1227 $(SOPHYAINCP)datatype.h \
1228 $(SOPHYAINCP)tvector.h \
1229 $(SOPHYAINCP)tmatrix.h \
1230 $(SOPHYAINCP)tarray.h \
1231 $(SOPHYAINCP)basarr.h \
1232 $(SOPHYAINCP)ndatablock.h \
1233 $(SOPHYAINCP)utilarr.h \
1234 $(SOPHYAINCP)tmatrix_tsnl.h \
1235 $(SOPHYAINCP)tvector_tsnl.h \
1236 $(SOPHYAINCP)spherehealpix.h \
1237 $(SOPHYAINCP)HEALPixUtils.h \
1238 $(SOPHYAINCP)localmap.h \
1239 $(SOPHYAINCP)sphereecp.h \
1240 $(SOPHYAINCP)fiospherethetaphi.h \
1241 $(SOPHYAINCP)fiospherehealpix.h \
1242 $(SOPHYAINCP)fiolocalmap.h \
1243 $(SOPHYAINCP)fiosphereecp.h \
1244 $(SOPHYAINCP)tod.h \
1245 $(SOPHYAINCP)misstime.h \
1246 $(SOPHYAINCP)fitstarray.h \
1247 $(SOPHYAINCP)fitsfile.h \
1248 $(SOPHYAINCP)fitsinoutfile.h \
1249 $(SOPHYAINCP)FitsIO/fitsio.h \
1250 $(SOPHYAINCP)FitsIO/longnam.h \
1251 $(SOPHYAINCP)fitshandler.h \
1252 $(SOPHYAINCP)fitsspherehealpix.h \
1253 $(SOPHYAINCP)srandgen.h \
1254 $(SOPHYAINCP)timing.h
[2783]1255 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tspm2.cc
[2743]1256
1257$(SOPHYAOBJP)tstboloread.o: tstboloread.cc \
[3078]1258 $(SOPHYAINCP)sopnamsp.h \
1259 $(SOPHYAINCP)machdefs.h \
1260 $(SOPHYAINCP)sophyainit.h \
1261 $(SOPHYAINCP)pexceptions.h \
1262 $(SOPHYAINCP)fboloread.h \
1263 $(SOPHYAINCP)anydataobj.h \
1264 $(SOPHYAINCP)tvector.h \
1265 $(SOPHYAINCP)tmatrix.h \
1266 $(SOPHYAINCP)tarray.h \
1267 $(SOPHYAINCP)basarr.h \
1268 $(SOPHYAINCP)mutyv.h \
1269 $(SOPHYAINCP)timestamp.h \
1270 $(SOPHYAINCP)objfio.h \
1271 $(SOPHYAINCP)ppersist.h \
1272 $(SOPHYAINCP)gnumd5.h \
1273 $(SOPHYAINCP)ppfbinstream.h \
1274 $(SOPHYAINCP)rawstream.h \
1275 $(SOPHYAINCP)ppfnametag.h \
1276 $(SOPHYAINCP)dvlist.h \
1277 $(SOPHYAINCP)ndatablock.h \
1278 $(SOPHYAINCP)utilarr.h \
1279 $(SOPHYAINCP)tmatrix_tsnl.h \
1280 $(SOPHYAINCP)tvector_tsnl.h \
1281 $(SOPHYAINCP)fabtcolread.h \
1282 $(SOPHYAINCP)FitsIO/fitsio.h \
1283 $(SOPHYAINCP)FitsIO/longnam.h \
1284 $(SOPHYAINCP)fabtwriter.h
[2769]1285 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstboloread.cc
[2743]1286
1287$(SOPHYAOBJP)tstcolread.o: tstcolread.cc \
[3078]1288 $(SOPHYAINCP)sopnamsp.h \
1289 $(SOPHYAINCP)machdefs.h \
1290 $(SOPHYAINCP)sophyainit.h \
1291 $(SOPHYAINCP)pexceptions.h \
1292 $(SOPHYAINCP)fabtcolread.h \
1293 $(SOPHYAINCP)anydataobj.h \
1294 $(SOPHYAINCP)tvector.h \
1295 $(SOPHYAINCP)tmatrix.h \
1296 $(SOPHYAINCP)tarray.h \
1297 $(SOPHYAINCP)basarr.h \
1298 $(SOPHYAINCP)mutyv.h \
1299 $(SOPHYAINCP)timestamp.h \
1300 $(SOPHYAINCP)objfio.h \
1301 $(SOPHYAINCP)ppersist.h \
1302 $(SOPHYAINCP)gnumd5.h \
1303 $(SOPHYAINCP)ppfbinstream.h \
1304 $(SOPHYAINCP)rawstream.h \
1305 $(SOPHYAINCP)ppfnametag.h \
1306 $(SOPHYAINCP)dvlist.h \
1307 $(SOPHYAINCP)ndatablock.h \
1308 $(SOPHYAINCP)utilarr.h \
1309 $(SOPHYAINCP)tmatrix_tsnl.h \
1310 $(SOPHYAINCP)tvector_tsnl.h \
1311 $(SOPHYAINCP)FitsIO/fitsio.h \
1312 $(SOPHYAINCP)FitsIO/longnam.h \
1313 $(SOPHYAINCP)fabtwriter.h
[2769]1314 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstcolread.cc
[2743]1315
1316$(SOPHYAOBJP)tstdtable.o: tstdtable.cc \
[3078]1317 $(SOPHYAINCP)sopnamsp.h \
1318 $(SOPHYAINCP)histinit.h \
1319 $(SOPHYAINCP)ntoolsinit.h \
1320 $(SOPHYAINCP)tarrinit.h \
1321 $(SOPHYAINCP)sophyainit.h \
1322 $(SOPHYAINCP)machdefs.h \
1323 $(SOPHYAINCP)ctimer.h \
1324 $(SOPHYAINCP)datatable.h \
1325 $(SOPHYAINCP)basedtable.h \
1326 $(SOPHYAINCP)ntupintf.h \
1327 $(SOPHYAINCP)dvlist.h \
1328 $(SOPHYAINCP)objfio.h \
1329 $(SOPHYAINCP)anydataobj.h \
1330 $(SOPHYAINCP)ppersist.h \
1331 $(SOPHYAINCP)pexceptions.h \
1332 $(SOPHYAINCP)gnumd5.h \
1333 $(SOPHYAINCP)ppfbinstream.h \
1334 $(SOPHYAINCP)rawstream.h \
1335 $(SOPHYAINCP)ppfnametag.h \
1336 $(SOPHYAINCP)mutyv.h \
1337 $(SOPHYAINCP)timestamp.h \
1338 $(SOPHYAINCP)segdatablock.h \
1339 $(SOPHYAINCP)tvector.h \
1340 $(SOPHYAINCP)tmatrix.h \
1341 $(SOPHYAINCP)tarray.h \
1342 $(SOPHYAINCP)basarr.h \
1343 $(SOPHYAINCP)ndatablock.h \
1344 $(SOPHYAINCP)utilarr.h \
1345 $(SOPHYAINCP)tmatrix_tsnl.h \
1346 $(SOPHYAINCP)tvector_tsnl.h \
1347 $(SOPHYAINCP)swppfdtable.h \
1348 $(SOPHYAINCP)swsegdb.h \
1349 $(SOPHYAINCP)ppfswapper.h \
1350 $(SOPHYAINCP)ppftpointerio.h
[2769]1351 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstdtable.cc
[2743]1352
1353$(SOPHYAOBJP)tstndblk.o: tstndblk.cc \
[3078]1354 $(SOPHYAINCP)sopnamsp.h \
1355 $(SOPHYAINCP)machdefs.h \
1356 $(SOPHYAINCP)ntoolsinit.h \
1357 $(SOPHYAINCP)tarrinit.h \
1358 $(SOPHYAINCP)sophyainit.h \
1359 $(SOPHYAINCP)pexceptions.h \
1360 $(SOPHYAINCP)ndatablock.h \
1361 $(SOPHYAINCP)anydataobj.h
[2769]1362 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstndblk.cc
[2743]1363
1364$(SOPHYAOBJP)tstppfwrapstl.o: tstppfwrapstl.cc \
[3078]1365 $(SOPHYAINCP)sopnamsp.h \
1366 $(SOPHYAINCP)machdefs.h \
1367 /home/usr203/mnt/gnu/OSF1/lib/gcc-lib/alphaev5-dec-osf4.0d/2.8.1/include/math.h \
1368 $(SOPHYAINCP)timing.h \
1369 $(SOPHYAINCP)histinit.h \
1370 $(SOPHYAINCP)ntoolsinit.h \
1371 $(SOPHYAINCP)tarrinit.h \
1372 $(SOPHYAINCP)sophyainit.h \
1373 $(SOPHYAINCP)pexceptions.h \
1374 $(SOPHYAINCP)ppfwrapstlv.h \
1375 $(SOPHYAINCP)anydataobj.h \
1376 $(SOPHYAINCP)ppersist.h \
1377 $(SOPHYAINCP)gnumd5.h \
1378 $(SOPHYAINCP)ppfbinstream.h \
1379 $(SOPHYAINCP)rawstream.h \
1380 $(SOPHYAINCP)ppfnametag.h
[2769]1381 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstppfwrapstl.cc
[2743]1382
1383$(SOPHYAOBJP)tstsegdb.o: tstsegdb.cc \
[3078]1384 $(SOPHYAINCP)sopnamsp.h \
1385 $(SOPHYAINCP)machdefs.h \
1386 /home/usr203/mnt/gnu/OSF1/lib/gcc-lib/alphaev5-dec-osf4.0d/2.8.1/include/math.h \
1387 $(SOPHYAINCP)timing.h \
1388 $(SOPHYAINCP)histinit.h \
1389 $(SOPHYAINCP)ntoolsinit.h \
1390 $(SOPHYAINCP)tarrinit.h \
1391 $(SOPHYAINCP)sophyainit.h \
1392 $(SOPHYAINCP)pexceptions.h \
1393 $(SOPHYAINCP)segdatablock.h \
1394 $(SOPHYAINCP)anydataobj.h \
1395 $(SOPHYAINCP)fiosegdb.h \
1396 $(SOPHYAINCP)ppersist.h \
1397 $(SOPHYAINCP)gnumd5.h \
1398 $(SOPHYAINCP)ppfbinstream.h \
1399 $(SOPHYAINCP)rawstream.h \
1400 $(SOPHYAINCP)ppfnametag.h \
1401 $(SOPHYAINCP)ppftpointerio.h \
1402 $(SOPHYAINCP)swsegdb.h \
1403 $(SOPHYAINCP)ppfswapper.h \
1404 $(SOPHYAINCP)ppfwrapstlv.h
[2769]1405 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstsegdb.cc
[2743]1406
[3078]1407$(SOPHYAOBJP)tsttmat.o: tsttmat.cc \
1408 $(SOPHYAINCP)sopnamsp.h \
1409 $(SOPHYAINCP)machdefs.h \
1410 $(SOPHYAINCP)ntoolsinit.h \
1411 $(SOPHYAINCP)tarrinit.h \
1412 $(SOPHYAINCP)sophyainit.h \
1413 $(SOPHYAINCP)pexceptions.h \
1414 $(SOPHYAINCP)array.h \
1415 $(SOPHYAINCP)tarray.h \
1416 $(SOPHYAINCP)basarr.h \
1417 $(SOPHYAINCP)anydataobj.h \
1418 $(SOPHYAINCP)mutyv.h \
1419 $(SOPHYAINCP)timestamp.h \
1420 $(SOPHYAINCP)objfio.h \
1421 $(SOPHYAINCP)ppersist.h \
1422 $(SOPHYAINCP)gnumd5.h \
1423 $(SOPHYAINCP)ppfbinstream.h \
1424 $(SOPHYAINCP)rawstream.h \
1425 $(SOPHYAINCP)ppfnametag.h \
1426 $(SOPHYAINCP)dvlist.h \
1427 $(SOPHYAINCP)ndatablock.h \
1428 $(SOPHYAINCP)utilarr.h \
1429 $(SOPHYAINCP)tmatrix.h \
1430 $(SOPHYAINCP)tmatrix_tsnl.h \
1431 $(SOPHYAINCP)tvector.h \
1432 $(SOPHYAINCP)tvector_tsnl.h \
1433 $(SOPHYAINCP)matharr.h \
1434 $(SOPHYAINCP)fioarr.h \
1435 $(SOPHYAINCP)sopemtx.h \
1436 $(SOPHYAINCP)srandgen.h
[2769]1437 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tsttmat.cc
[2743]1438
1439$(SOPHYAOBJP)tsttminv.o: tsttminv.cc \
[3078]1440 $(SOPHYAINCP)sopnamsp.h \
1441 $(SOPHYAINCP)machdefs.h \
1442 $(SOPHYAINCP)timing.h \
1443 $(SOPHYAINCP)ntoolsinit.h \
1444 $(SOPHYAINCP)tarrinit.h \
1445 $(SOPHYAINCP)sophyainit.h \
1446 $(SOPHYAINCP)pexceptions.h \
1447 $(SOPHYAINCP)array.h \
1448 $(SOPHYAINCP)tarray.h \
1449 $(SOPHYAINCP)basarr.h \
1450 $(SOPHYAINCP)anydataobj.h \
1451 $(SOPHYAINCP)mutyv.h \
1452 $(SOPHYAINCP)timestamp.h \
1453 $(SOPHYAINCP)objfio.h \
1454 $(SOPHYAINCP)ppersist.h \
1455 $(SOPHYAINCP)gnumd5.h \
1456 $(SOPHYAINCP)ppfbinstream.h \
1457 $(SOPHYAINCP)rawstream.h \
1458 $(SOPHYAINCP)ppfnametag.h \
1459 $(SOPHYAINCP)dvlist.h \
1460 $(SOPHYAINCP)ndatablock.h \
1461 $(SOPHYAINCP)utilarr.h \
1462 $(SOPHYAINCP)tmatrix.h \
1463 $(SOPHYAINCP)tmatrix_tsnl.h \
1464 $(SOPHYAINCP)tvector.h \
1465 $(SOPHYAINCP)tvector_tsnl.h \
1466 $(SOPHYAINCP)matharr.h \
1467 $(SOPHYAINCP)fioarr.h \
1468 $(SOPHYAINCP)sopemtx.h \
1469 $(SOPHYAINCP)srandgen.h \
1470 $(SOPHYAINCP)intflapack.h
[2769]1471 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tsttminv.cc
[2743]1472
[3078]1473$(SOPHYAOBJP)tsttvec.o: tsttvec.cc \
1474 $(SOPHYAINCP)sopnamsp.h \
1475 $(SOPHYAINCP)machdefs.h \
1476 $(SOPHYAINCP)ntoolsinit.h \
1477 $(SOPHYAINCP)tarrinit.h \
1478 $(SOPHYAINCP)sophyainit.h \
1479 $(SOPHYAINCP)pexceptions.h \
1480 $(SOPHYAINCP)array.h \
1481 $(SOPHYAINCP)tarray.h \
1482 $(SOPHYAINCP)basarr.h \
1483 $(SOPHYAINCP)anydataobj.h \
1484 $(SOPHYAINCP)mutyv.h \
1485 $(SOPHYAINCP)timestamp.h \
1486 $(SOPHYAINCP)objfio.h \
1487 $(SOPHYAINCP)ppersist.h \
1488 $(SOPHYAINCP)gnumd5.h \
1489 $(SOPHYAINCP)ppfbinstream.h \
1490 $(SOPHYAINCP)rawstream.h \
1491 $(SOPHYAINCP)ppfnametag.h \
1492 $(SOPHYAINCP)dvlist.h \
1493 $(SOPHYAINCP)ndatablock.h \
1494 $(SOPHYAINCP)utilarr.h \
1495 $(SOPHYAINCP)tmatrix.h \
1496 $(SOPHYAINCP)tmatrix_tsnl.h \
1497 $(SOPHYAINCP)tvector.h \
1498 $(SOPHYAINCP)tvector_tsnl.h \
1499 $(SOPHYAINCP)matharr.h \
1500 $(SOPHYAINCP)fioarr.h \
1501 $(SOPHYAINCP)sopemtx.h \
1502 $(SOPHYAINCP)srandgen.h
[2769]1503 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tsttvec.cc
[2743]1504
[3078]1505$(SOPHYAOBJP)tswfits.o: tswfits.cc \
1506 $(SOPHYAINCP)sopnamsp.h \
1507 $(SOPHYAINCP)histinit.h \
1508 $(SOPHYAINCP)ntoolsinit.h \
1509 $(SOPHYAINCP)tarrinit.h \
1510 $(SOPHYAINCP)sophyainit.h \
1511 $(SOPHYAINCP)machdefs.h \
1512 $(SOPHYAINCP)dvlist.h \
1513 $(SOPHYAINCP)objfio.h \
1514 $(SOPHYAINCP)anydataobj.h \
1515 $(SOPHYAINCP)ppersist.h \
1516 $(SOPHYAINCP)pexceptions.h \
1517 $(SOPHYAINCP)gnumd5.h \
1518 $(SOPHYAINCP)ppfbinstream.h \
1519 $(SOPHYAINCP)rawstream.h \
1520 $(SOPHYAINCP)ppfnametag.h \
1521 $(SOPHYAINCP)mutyv.h \
1522 $(SOPHYAINCP)timestamp.h \
1523 $(SOPHYAINCP)fitsswapper.h \
1524 $(SOPHYAINCP)swsegdb.h \
1525 $(SOPHYAINCP)segdatablock.h \
1526 $(SOPHYAINCP)fitsinoutfile.h \
1527 $(SOPHYAINCP)FitsIO/fitsio.h \
1528 $(SOPHYAINCP)FitsIO/longnam.h \
1529 $(SOPHYAINCP)fitsblkrw.h \
1530 $(SOPHYAINCP)basedtable.h \
1531 $(SOPHYAINCP)ntupintf.h \
1532 $(SOPHYAINCP)tvector.h \
1533 $(SOPHYAINCP)tmatrix.h \
1534 $(SOPHYAINCP)tarray.h \
1535 $(SOPHYAINCP)basarr.h \
1536 $(SOPHYAINCP)ndatablock.h \
1537 $(SOPHYAINCP)utilarr.h \
1538 $(SOPHYAINCP)tmatrix_tsnl.h \
1539 $(SOPHYAINCP)tvector_tsnl.h \
1540 $(SOPHYAINCP)fiosinit.h \
1541 $(SOPHYAINCP)swfitsdtable.h \
1542 $(SOPHYAINCP)fitshandler.h
[2783]1543 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tswfits.cc
1544
[2743]1545$(SOPHYAOBJP)ttimestamp.o: ttimestamp.cc \
[3078]1546 $(SOPHYAINCP)sopnamsp.h \
1547 $(SOPHYAINCP)machdefs.h \
1548 /home/usr203/mnt/gnu/OSF1/lib/gcc-lib/alphaev5-dec-osf4.0d/2.8.1/include/math.h \
1549 $(SOPHYAINCP)timing.h \
1550 $(SOPHYAINCP)timestamp.h \
1551 $(SOPHYAINCP)objfio.h \
1552 $(SOPHYAINCP)anydataobj.h \
1553 $(SOPHYAINCP)ppersist.h \
1554 $(SOPHYAINCP)pexceptions.h \
1555 $(SOPHYAINCP)gnumd5.h \
1556 $(SOPHYAINCP)ppfbinstream.h \
1557 $(SOPHYAINCP)rawstream.h \
1558 $(SOPHYAINCP)ppfnametag.h \
1559 $(SOPHYAINCP)histinit.h \
1560 $(SOPHYAINCP)ntoolsinit.h \
1561 $(SOPHYAINCP)tarrinit.h \
1562 $(SOPHYAINCP)sophyainit.h \
1563 $(SOPHYAINCP)ppfwrapstlv.h
[2769]1564 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ttimestamp.cc
[2743]1565
[3078]1566$(SOPHYAOBJP)zthr.o: zthr.cc \
1567 $(SOPHYAINCP)sopnamsp.h \
1568 $(SOPHYAINCP)zthread.h \
1569 $(SOPHYAINCP)machdefs.h \
1570 $(SOPHYAINCP)pexceptions.h \
1571 $(SOPHYAINCP)timing.h
[2769]1572 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ zthr.cc
[2743]1573
Note: See TracBrowser for help on using the repository browser.