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

Last change on this file since 4057 was 4057, checked in by ansari, 13 years ago

Ajout programme test tpqunits.cc de PrimeNumbers,QNumber,Units,PhysQty - Reza 16/04/2012

File size: 59.7 KB
RevLine 
[2743]1include $(SOPHYABASE)/include/sophyamake.inc
2
[4057]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 $(SOPHYAEXEP)tmtrnd $(SOPHYAEXEP)tmtrnd3 $(SOPHYAEXEP)tmtdt $(SOPHYAEXEP)tparlex $(SOPHYAEXEP)tssqmx $(SOPHYAEXEP)tstinterp $(SOPHYAEXEP)tpqunits
[2743]4
5all: $(PROGS)
6
7clean:
8 rm -f $(PROGS)
[4057]9 rm -f $(SOPHYAOBJP)tpqunits.o $(SOPHYAOBJP)tstinterp.o $(SOPHYAOBJP)tssqmx.o $(SOPHYAOBJP)tparlex.o $(SOPHYAOBJP)tmtdt.o $(SOPHYAOBJP)tmtrnd3.o $(SOPHYAOBJP)tmtrnd.o $(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
[3390]211tmtrnd: $(SOPHYAEXEP)tmtrnd
212 echo $@ " done"
213$(SOPHYAEXEP)tmtrnd: $(SOPHYAOBJP)tmtrnd.o
214 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tmtrnd.o $(SOPHYAALLSLBLIST)
215
216tmtrnd3: $(SOPHYAEXEP)tmtrnd3
217 echo $@ " done"
218$(SOPHYAEXEP)tmtrnd3: $(SOPHYAOBJP)tmtrnd3.o
219 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tmtrnd3.o $(SOPHYAALLSLBLIST)
220
[3399]221tmtdt: $(SOPHYAEXEP)tmtdt
222 echo $@ " done"
223$(SOPHYAEXEP)tmtdt: $(SOPHYAOBJP)tmtdt.o
224 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tmtdt.o $(SOPHYAALLSLBLIST)
225
[3721]226tparlex: $(SOPHYAEXEP)tparlex
227 echo $@ " done"
228$(SOPHYAEXEP)tparlex: $(SOPHYAOBJP)tparlex.o
229 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tparlex.o $(SOPHYAALLSLBLIST)
230
[3811]231tssqmx: $(SOPHYAEXEP)tssqmx
232 echo $@ " done"
233$(SOPHYAEXEP)tssqmx: $(SOPHYAOBJP)tssqmx.o
234 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tssqmx.o $(SOPHYAALLSLBLIST)
235
[3852]236tstinterp: $(SOPHYAEXEP)tstinterp
237 echo $@ " done"
238$(SOPHYAEXEP)tstinterp: $(SOPHYAOBJP)tstinterp.o
239 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tstinterp.o $(SOPHYAALLSLBLIST)
240
[4057]241tpqunits: $(SOPHYAEXEP)tpqunits
242 echo $@ " done"
243$(SOPHYAEXEP)tpqunits: $(SOPHYAOBJP)tpqunits.o
244 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tpqunits.o $(SOPHYAALLSLBLIST)
245
[3390]246$(SOPHYAOBJP)arrt.o: arrt.cc $(SOPHYAINCP)sopnamsp.h \
[3079]247 $(SOPHYAINCP)machdefs.h \
248 $(SOPHYAINCP)tarrinit.h \
249 $(SOPHYAINCP)sophyainit.h \
[3721]250 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)array.h \
[4057]251 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
[3721]252 $(SOPHYAINCP)anydataobj.h \
[4057]253 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
254 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
[3079]255 $(SOPHYAINCP)pexceptions.h \
[4057]256 $(SOPHYAINCP)gnumd5.h \
[3079]257 $(SOPHYAINCP)ppfbinstream.h \
258 $(SOPHYAINCP)rawstream.h \
259 $(SOPHYAINCP)ppfnametag.h \
[4057]260 $(SOPHYAINCP)dvlist.h \
[3079]261 $(SOPHYAINCP)ndatablock.h \
262 $(SOPHYAINCP)utilarr.h \
[3721]263 $(SOPHYAINCP)randinterf.h \
[3079]264 $(SOPHYAINCP)tmatrix.h \
265 $(SOPHYAINCP)tmatrix_tsnl.h \
[4057]266 $(SOPHYAINCP)tvector.h \
[3079]267 $(SOPHYAINCP)tvector_tsnl.h \
[4057]268 $(SOPHYAINCP)matharr.h $(SOPHYAINCP)fioarr.h \
[3079]269 $(SOPHYAINCP)sopemtx.h \
[3572]270 $(SOPHYAINCP)arrctcast.h \
[4057]271 $(SOPHYAINCP)spesqmtx.h \
[3811]272 $(SOPHYAINCP)diagmtx.h \
273 $(SOPHYAINCP)spesqmtx_tsnl.h \
[4057]274 $(SOPHYAINCP)trngmtx.h $(SOPHYAINCP)symmtx.h \
[3811]275 $(SOPHYAINCP)timing.h
[2769]276 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ arrt.cc
[2743]277
[3390]278$(SOPHYAOBJP)carrt.o: carrt.cc $(SOPHYAINCP)sopnamsp.h \
[3079]279 $(SOPHYAINCP)machdefs.h \
280 $(SOPHYAINCP)tarrinit.h \
281 $(SOPHYAINCP)sophyainit.h \
[3721]282 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)array.h \
[4057]283 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
[3721]284 $(SOPHYAINCP)anydataobj.h \
[4057]285 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
286 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
[3079]287 $(SOPHYAINCP)pexceptions.h \
[4057]288 $(SOPHYAINCP)gnumd5.h \
[3079]289 $(SOPHYAINCP)ppfbinstream.h \
290 $(SOPHYAINCP)rawstream.h \
291 $(SOPHYAINCP)ppfnametag.h \
[4057]292 $(SOPHYAINCP)dvlist.h \
[3079]293 $(SOPHYAINCP)ndatablock.h \
294 $(SOPHYAINCP)utilarr.h \
[3721]295 $(SOPHYAINCP)randinterf.h \
[3079]296 $(SOPHYAINCP)tmatrix.h \
297 $(SOPHYAINCP)tmatrix_tsnl.h \
[4057]298 $(SOPHYAINCP)tvector.h \
[3079]299 $(SOPHYAINCP)tvector_tsnl.h \
[4057]300 $(SOPHYAINCP)matharr.h $(SOPHYAINCP)fioarr.h \
[3079]301 $(SOPHYAINCP)sopemtx.h \
[3572]302 $(SOPHYAINCP)arrctcast.h \
[4057]303 $(SOPHYAINCP)spesqmtx.h \
[3811]304 $(SOPHYAINCP)diagmtx.h \
305 $(SOPHYAINCP)spesqmtx_tsnl.h \
[4057]306 $(SOPHYAINCP)trngmtx.h $(SOPHYAINCP)symmtx.h \
[3811]307 $(SOPHYAINCP)timing.h
[2769]308 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ carrt.cc
[2743]309
[3390]310$(SOPHYAOBJP)lpk.o: lpk.cc $(SOPHYAINCP)sopnamsp.h \
[3079]311 $(SOPHYAINCP)machdefs.h \
312 $(SOPHYAINCP)srandgen.h \
[3572]313 $(SOPHYAINCP)machdefs.h \
[3721]314 $(SOPHYAINCP)randinterf.h \
315 $(SOPHYAINCP)anydataobj.h \
[3079]316 $(SOPHYAINCP)tarrinit.h \
317 $(SOPHYAINCP)sophyainit.h \
[4057]318 $(SOPHYAINCP)array.h $(SOPHYAINCP)tarray.h \
319 $(SOPHYAINCP)basarr.h $(SOPHYAINCP)mutyv.h \
[3079]320 $(SOPHYAINCP)timestamp.h \
[4057]321 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
[3079]322 $(SOPHYAINCP)pexceptions.h \
[4057]323 $(SOPHYAINCP)gnumd5.h \
[3079]324 $(SOPHYAINCP)ppfbinstream.h \
325 $(SOPHYAINCP)rawstream.h \
326 $(SOPHYAINCP)ppfnametag.h \
[4057]327 $(SOPHYAINCP)dvlist.h \
[3079]328 $(SOPHYAINCP)ndatablock.h \
[4057]329 $(SOPHYAINCP)utilarr.h $(SOPHYAINCP)tmatrix.h \
[3079]330 $(SOPHYAINCP)tmatrix_tsnl.h \
[4057]331 $(SOPHYAINCP)tvector.h \
[3079]332 $(SOPHYAINCP)tvector_tsnl.h \
[4057]333 $(SOPHYAINCP)matharr.h $(SOPHYAINCP)fioarr.h \
[3079]334 $(SOPHYAINCP)sopemtx.h \
[3572]335 $(SOPHYAINCP)arrctcast.h \
[4057]336 $(SOPHYAINCP)spesqmtx.h \
[3811]337 $(SOPHYAINCP)diagmtx.h \
338 $(SOPHYAINCP)spesqmtx_tsnl.h \
[4057]339 $(SOPHYAINCP)trngmtx.h $(SOPHYAINCP)symmtx.h \
[3811]340 $(SOPHYAINCP)timing.h \
[4057]341 $(SOPHYAINCP)intflapack.h
[2769]342 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ lpk.cc
[2743]343
[3572]344$(SOPHYAOBJP)obj_fits.o: obj_fits.cc $(SOPHYAINCP)sopnamsp.h \
[3079]345 $(SOPHYAINCP)histinit.h \
346 $(SOPHYAINCP)ntoolsinit.h \
347 $(SOPHYAINCP)tarrinit.h \
348 $(SOPHYAINCP)sophyainit.h \
[4057]349 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)dvlist.h \
350 $(SOPHYAINCP)objfio.h \
[3079]351 $(SOPHYAINCP)anydataobj.h \
352 $(SOPHYAINCP)ppersist.h \
353 $(SOPHYAINCP)pexceptions.h \
[4057]354 $(SOPHYAINCP)gnumd5.h \
[3079]355 $(SOPHYAINCP)ppfbinstream.h \
356 $(SOPHYAINCP)rawstream.h \
357 $(SOPHYAINCP)ppfnametag.h \
[4057]358 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
359 $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)ntupintf.h \
360 $(SOPHYAINCP)dvlist.h \
[3572]361 $(SOPHYAINCP)fitsntuple.h \
[4057]362 $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)fitsfile.h \
[3079]363 $(SOPHYAINCP)ndatablock.h \
364 $(SOPHYAINCP)fitsinoutfile.h \
365 $(SOPHYAINCP)FitsIO/fitsio.h \
366 $(SOPHYAINCP)FitsIO/longnam.h \
367 $(SOPHYAINCP)fitshandler.h \
368 $(SOPHYAINCP)fitstarray.h \
[4057]369 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
[3079]370 $(SOPHYAINCP)utilarr.h \
[3721]371 $(SOPHYAINCP)randinterf.h \
[4057]372 $(SOPHYAINCP)array.h $(SOPHYAINCP)tmatrix.h \
[3079]373 $(SOPHYAINCP)tmatrix_tsnl.h \
[4057]374 $(SOPHYAINCP)tvector.h \
[3079]375 $(SOPHYAINCP)tvector_tsnl.h \
[4057]376 $(SOPHYAINCP)matharr.h $(SOPHYAINCP)fioarr.h \
[3572]377 $(SOPHYAINCP)sopemtx.h \
[3721]378 $(SOPHYAINCP)arrctcast.h \
[4057]379 $(SOPHYAINCP)spesqmtx.h \
[3811]380 $(SOPHYAINCP)diagmtx.h \
381 $(SOPHYAINCP)spesqmtx_tsnl.h \
[4057]382 $(SOPHYAINCP)trngmtx.h $(SOPHYAINCP)symmtx.h
[2769]383 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ obj_fits.cc
[2743]384
[3390]385$(SOPHYAOBJP)ovharr.o: ovharr.cc $(SOPHYAINCP)sopnamsp.h \
[3079]386 $(SOPHYAINCP)machdefs.h \
387 $(SOPHYAINCP)tarrinit.h \
388 $(SOPHYAINCP)sophyainit.h \
[3721]389 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)array.h \
[4057]390 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
[3721]391 $(SOPHYAINCP)anydataobj.h \
[4057]392 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
393 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
[3079]394 $(SOPHYAINCP)pexceptions.h \
[4057]395 $(SOPHYAINCP)gnumd5.h \
[3079]396 $(SOPHYAINCP)ppfbinstream.h \
397 $(SOPHYAINCP)rawstream.h \
398 $(SOPHYAINCP)ppfnametag.h \
[4057]399 $(SOPHYAINCP)dvlist.h \
[3079]400 $(SOPHYAINCP)ndatablock.h \
401 $(SOPHYAINCP)utilarr.h \
[3721]402 $(SOPHYAINCP)randinterf.h \
[3079]403 $(SOPHYAINCP)tmatrix.h \
404 $(SOPHYAINCP)tmatrix_tsnl.h \
[4057]405 $(SOPHYAINCP)tvector.h \
[3079]406 $(SOPHYAINCP)tvector_tsnl.h \
[4057]407 $(SOPHYAINCP)matharr.h $(SOPHYAINCP)fioarr.h \
[3079]408 $(SOPHYAINCP)sopemtx.h \
[3572]409 $(SOPHYAINCP)arrctcast.h \
[4057]410 $(SOPHYAINCP)spesqmtx.h \
[3811]411 $(SOPHYAINCP)diagmtx.h \
412 $(SOPHYAINCP)spesqmtx_tsnl.h \
[4057]413 $(SOPHYAINCP)trngmtx.h $(SOPHYAINCP)symmtx.h \
414 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)timing.h \
415 $(SOPHYAINCP)srandgen.h
[2769]416 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ovharr.cc
[2743]417
[3390]418$(SOPHYAOBJP)pizthr.o: pizthr.cc $(SOPHYAINCP)sopnamsp.h \
[3079]419 $(SOPHYAINCP)machdefs.h \
420 $(SOPHYAINCP)zthread.h \
[3572]421 $(SOPHYAINCP)machdefs.h \
[3079]422 $(SOPHYAINCP)pexceptions.h \
423 $(SOPHYAINCP)pisysdep.h \
424 $(SOPHYAINCP)piapplx.h \
425 $(SOPHYAINCP)piapplgen.h \
426 $(SOPHYAINCP)pimsghandler.h \
[3572]427 $(SOPHYAINCP)pisysdep.h \
[3079]428 $(SOPHYAINCP)picontainerx.h \
429 $(SOPHYAINCP)picontainergen.h \
[4057]430 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \
[3079]431 $(SOPHYAINCP)picolist.h \
[3572]432 $(SOPHYAINCP)pipixutils.h \
[3079]433 $(SOPHYAINCP)pimenubarx.h \
434 $(SOPHYAINCP)pimenubargen.h \
435 $(SOPHYAINCP)pimenux.h \
436 $(SOPHYAINCP)pimenugen.h \
[3572]437 $(SOPHYAINCP)piconsenum.h \
[4057]438 $(SOPHYAINCP)pimenux.h \
[3572]439 $(SOPHYAINCP)pistdwdgx.h \
440 $(SOPHYAINCP)pistdwdggen.h \
441 $(SOPHYAINCP)piwindowx.h \
442 $(SOPHYAINCP)piwindowgen.h \
443 $(SOPHYAINCP)piperiodx.h \
[4057]444 $(SOPHYAINCP)periodic.h $(SOPHYAINCP)picons.h \
[3079]445 $(SOPHYAINCP)pistdwdgx.h \
446 $(SOPHYAINCP)pibwdgx.h \
447 $(SOPHYAINCP)pibwdggen.h \
[4057]448 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \
[3079]449 $(SOPHYAINCP)picmapgen.h \
450 $(SOPHYAINCP)pigraphx.h \
451 $(SOPHYAINCP)pigraphgen.h \
[4057]452 $(SOPHYAINCP)pifontx.h \
[3079]453 $(SOPHYAINCP)pifontgen.h \
454 $(SOPHYAINCP)pigrcoord.h \
455 $(SOPHYAINCP)pilineatt.h \
456 $(SOPHYAINCP)pigraphuc.h \
457 $(SOPHYAINCP)pievthandler.h \
[4057]458 $(SOPHYAINCP)psfile.h \
[3721]459 $(SOPHYAINCP)pigraphps.h \
[3079]460 $(SOPHYAINCP)tarrinit.h \
461 $(SOPHYAINCP)sophyainit.h \
[4057]462 $(SOPHYAINCP)array.h $(SOPHYAINCP)tarray.h \
463 $(SOPHYAINCP)basarr.h \
[3079]464 $(SOPHYAINCP)anydataobj.h \
[4057]465 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
466 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
[3079]467 $(SOPHYAINCP)gnumd5.h \
468 $(SOPHYAINCP)ppfbinstream.h \
469 $(SOPHYAINCP)rawstream.h \
470 $(SOPHYAINCP)ppfnametag.h \
[4057]471 $(SOPHYAINCP)dvlist.h \
[3079]472 $(SOPHYAINCP)ndatablock.h \
473 $(SOPHYAINCP)utilarr.h \
[3721]474 $(SOPHYAINCP)randinterf.h \
[3079]475 $(SOPHYAINCP)tmatrix.h \
476 $(SOPHYAINCP)tmatrix_tsnl.h \
[4057]477 $(SOPHYAINCP)tvector.h \
[3079]478 $(SOPHYAINCP)tvector_tsnl.h \
[4057]479 $(SOPHYAINCP)matharr.h $(SOPHYAINCP)fioarr.h \
[3079]480 $(SOPHYAINCP)sopemtx.h \
[3572]481 $(SOPHYAINCP)arrctcast.h \
[4057]482 $(SOPHYAINCP)spesqmtx.h \
[3811]483 $(SOPHYAINCP)diagmtx.h \
484 $(SOPHYAINCP)spesqmtx_tsnl.h \
[4057]485 $(SOPHYAINCP)trngmtx.h $(SOPHYAINCP)symmtx.h \
[3811]486 $(SOPHYAINCP)timing.h
[2769]487 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pizthr.cc
[2743]488
[3572]489$(SOPHYAOBJP)ppftswap.o: ppftswap.cc $(SOPHYAINCP)sopnamsp.h \
[3079]490 $(SOPHYAINCP)sophyainit.h \
[4057]491 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)array.h \
492 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
[3079]493 $(SOPHYAINCP)anydataobj.h \
[4057]494 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
495 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
[3079]496 $(SOPHYAINCP)pexceptions.h \
[4057]497 $(SOPHYAINCP)gnumd5.h \
[3079]498 $(SOPHYAINCP)ppfbinstream.h \
499 $(SOPHYAINCP)rawstream.h \
500 $(SOPHYAINCP)ppfnametag.h \
[4057]501 $(SOPHYAINCP)dvlist.h \
[3079]502 $(SOPHYAINCP)ndatablock.h \
503 $(SOPHYAINCP)utilarr.h \
[3721]504 $(SOPHYAINCP)randinterf.h \
[3079]505 $(SOPHYAINCP)tmatrix.h \
506 $(SOPHYAINCP)tmatrix_tsnl.h \
[4057]507 $(SOPHYAINCP)tvector.h \
[3079]508 $(SOPHYAINCP)tvector_tsnl.h \
[4057]509 $(SOPHYAINCP)matharr.h $(SOPHYAINCP)fioarr.h \
[3079]510 $(SOPHYAINCP)sopemtx.h \
[3572]511 $(SOPHYAINCP)arrctcast.h \
[4057]512 $(SOPHYAINCP)spesqmtx.h \
[3811]513 $(SOPHYAINCP)diagmtx.h \
514 $(SOPHYAINCP)spesqmtx_tsnl.h \
[4057]515 $(SOPHYAINCP)trngmtx.h $(SOPHYAINCP)symmtx.h \
[3079]516 $(SOPHYAINCP)fiondblock.h \
[4057]517 $(SOPHYAINCP)fioarr.h $(SOPHYAINCP)tarrinit.h \
[3572]518 $(SOPHYAINCP)sophyainit.h
[2769]519 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppftswap.cc
[2743]520
[3390]521$(SOPHYAOBJP)spar.o: spar.cc $(SOPHYAINCP)sopnamsp.h \
[3079]522 $(SOPHYAINCP)machdefs.h \
523 $(SOPHYAINCP)tarrinit.h \
524 $(SOPHYAINCP)sophyainit.h \
[3721]525 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)array.h \
[4057]526 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
[3721]527 $(SOPHYAINCP)anydataobj.h \
[4057]528 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
529 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
[3079]530 $(SOPHYAINCP)pexceptions.h \
[4057]531 $(SOPHYAINCP)gnumd5.h \
[3079]532 $(SOPHYAINCP)ppfbinstream.h \
533 $(SOPHYAINCP)rawstream.h \
534 $(SOPHYAINCP)ppfnametag.h \
[4057]535 $(SOPHYAINCP)dvlist.h \
[3079]536 $(SOPHYAINCP)ndatablock.h \
537 $(SOPHYAINCP)utilarr.h \
[3721]538 $(SOPHYAINCP)randinterf.h \
[3079]539 $(SOPHYAINCP)tmatrix.h \
540 $(SOPHYAINCP)tmatrix_tsnl.h \
[4057]541 $(SOPHYAINCP)tvector.h \
[3079]542 $(SOPHYAINCP)tvector_tsnl.h \
[4057]543 $(SOPHYAINCP)matharr.h $(SOPHYAINCP)fioarr.h \
[3079]544 $(SOPHYAINCP)sopemtx.h \
[3572]545 $(SOPHYAINCP)arrctcast.h \
[4057]546 $(SOPHYAINCP)spesqmtx.h \
[3811]547 $(SOPHYAINCP)diagmtx.h \
548 $(SOPHYAINCP)spesqmtx_tsnl.h \
[4057]549 $(SOPHYAINCP)trngmtx.h $(SOPHYAINCP)symmtx.h \
550 $(SOPHYAINCP)timing.h $(SOPHYAINCP)resusage.h
[2769]551 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spar.cc
[2743]552
[3390]553$(SOPHYAOBJP)sph2lm.o: sph2lm.cc $(SOPHYAINCP)sopnamsp.h \
[3721]554 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)machdefs.h \
[4057]555 $(SOPHYAINCP)basarr.h \
[3721]556 $(SOPHYAINCP)anydataobj.h \
[4057]557 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
558 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
[3079]559 $(SOPHYAINCP)pexceptions.h \
[4057]560 $(SOPHYAINCP)gnumd5.h \
[3079]561 $(SOPHYAINCP)ppfbinstream.h \
562 $(SOPHYAINCP)rawstream.h \
563 $(SOPHYAINCP)ppfnametag.h \
[4057]564 $(SOPHYAINCP)dvlist.h \
[3079]565 $(SOPHYAINCP)ndatablock.h \
566 $(SOPHYAINCP)utilarr.h \
[3721]567 $(SOPHYAINCP)randinterf.h \
568 $(SOPHYAINCP)cimage.h $(SOPHYAINCP)tmatrix.h \
[4057]569 $(SOPHYAINCP)tarray.h \
[3079]570 $(SOPHYAINCP)tmatrix_tsnl.h \
[4057]571 $(SOPHYAINCP)fioarr.h $(SOPHYAINCP)tvector.h \
[3079]572 $(SOPHYAINCP)tvector_tsnl.h \
[4057]573 $(SOPHYAINCP)skymap.h \
[3079]574 $(SOPHYAINCP)spherethetaphi.h \
575 $(SOPHYAINCP)sphericalmap.h \
576 $(SOPHYAINCP)smathconst.h \
577 $(SOPHYAINCP)pixelmap.h \
578 $(SOPHYAINCP)spherepos.h \
579 $(SOPHYAINCP)unitvector.h \
580 $(SOPHYAINCP)vector3d.h \
581 $(SOPHYAINCP)longlat.h \
582 $(SOPHYAINCP)utilgeom.h \
583 $(SOPHYAINCP)datatype.h \
584 $(SOPHYAINCP)spherehealpix.h \
585 $(SOPHYAINCP)HEALPixUtils.h \
586 $(SOPHYAINCP)localmap.h \
587 $(SOPHYAINCP)sphereecp.h \
588 $(SOPHYAINCP)fiospherethetaphi.h \
589 $(SOPHYAINCP)fiospherehealpix.h \
590 $(SOPHYAINCP)fiolocalmap.h \
591 $(SOPHYAINCP)fiosphereecp.h \
592 $(SOPHYAINCP)mapoperation.h \
593 $(SOPHYAINCP)sambainit.h \
594 $(SOPHYAINCP)skymapinit.h \
595 $(SOPHYAINCP)sophyainit.h \
596 $(SOPHYAINCP)ntoolsinit.h \
597 $(SOPHYAINCP)tarrinit.h \
598 $(SOPHYAINCP)fftwserver.h \
599 $(SOPHYAINCP)sspvflags.h \
[4057]600 $(SOPHYAINCP)fftservintf.h
[2769]601 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sph2lm.cc
[2743]602
[3390]603$(SOPHYAOBJP)sphg0.o: sphg0.cc $(SOPHYAINCP)sopnamsp.h \
[3079]604 $(SOPHYAINCP)sambainit.h \
605 $(SOPHYAINCP)skymapinit.h \
606 $(SOPHYAINCP)sophyainit.h \
607 $(SOPHYAINCP)machdefs.h \
608 $(SOPHYAINCP)ntoolsinit.h \
[4057]609 $(SOPHYAINCP)tarrinit.h $(SOPHYAINCP)tod.h \
[3079]610 $(SOPHYAINCP)spherepos.h \
611 $(SOPHYAINCP)ppersist.h \
612 $(SOPHYAINCP)pexceptions.h \
[4057]613 $(SOPHYAINCP)gnumd5.h \
[3079]614 $(SOPHYAINCP)ppfbinstream.h \
615 $(SOPHYAINCP)rawstream.h \
616 $(SOPHYAINCP)ppfnametag.h \
617 $(SOPHYAINCP)unitvector.h \
618 $(SOPHYAINCP)vector3d.h \
619 $(SOPHYAINCP)longlat.h \
620 $(SOPHYAINCP)utilgeom.h \
621 $(SOPHYAINCP)anydataobj.h \
622 $(SOPHYAINCP)misstime.h \
623 $(SOPHYAINCP)spherehealpix.h \
624 $(SOPHYAINCP)sphericalmap.h \
625 $(SOPHYAINCP)smathconst.h \
[4057]626 $(SOPHYAINCP)pixelmap.h $(SOPHYAINCP)dvlist.h \
627 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)mutyv.h \
[3079]628 $(SOPHYAINCP)timestamp.h \
629 $(SOPHYAINCP)datatype.h \
[3721]630 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
[4057]631 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
[3079]632 $(SOPHYAINCP)ndatablock.h \
633 $(SOPHYAINCP)utilarr.h \
[3721]634 $(SOPHYAINCP)randinterf.h \
[3079]635 $(SOPHYAINCP)tmatrix_tsnl.h \
636 $(SOPHYAINCP)tvector_tsnl.h \
[4057]637 $(SOPHYAINCP)HEALPixUtils.h
[2769]638 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphg0.cc
[2743]639
[3390]640$(SOPHYAOBJP)tcmd.o: tcmd.cc $(SOPHYAINCP)sopnamsp.h \
[3079]641 $(SOPHYAINCP)machdefs.h \
642 $(SOPHYAINCP)sophyainit.h \
[3721]643 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)timing.h \
[4057]644 $(SOPHYAINCP)cexpre.h \
[3721]645 $(SOPHYAINCP)pexceptions.h \
646 $(SOPHYAINCP)rpneval.h \
[3079]647 $(SOPHYAINCP)commander.h \
[4057]648 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \
649 $(SOPHYAINCP)objfio.h \
[3079]650 $(SOPHYAINCP)anydataobj.h \
[4057]651 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \
[3079]652 $(SOPHYAINCP)ppfbinstream.h \
653 $(SOPHYAINCP)rawstream.h \
654 $(SOPHYAINCP)ppfnametag.h \
[4057]655 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
656 $(SOPHYAINCP)ctimer.h
[2769]657 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tcmd.cc
[2743]658
[3721]659$(SOPHYAOBJP)tcxxcmpldynl.o: tcxxcmpldynl.cc $(SOPHYAINCP)sopnamsp.h \
[3079]660 $(SOPHYAINCP)histinit.h \
661 $(SOPHYAINCP)ntoolsinit.h \
662 $(SOPHYAINCP)tarrinit.h \
663 $(SOPHYAINCP)sophyainit.h \
[4057]664 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)array.h \
665 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
[3079]666 $(SOPHYAINCP)anydataobj.h \
[4057]667 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
668 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
[3079]669 $(SOPHYAINCP)pexceptions.h \
[4057]670 $(SOPHYAINCP)gnumd5.h \
[3079]671 $(SOPHYAINCP)ppfbinstream.h \
672 $(SOPHYAINCP)rawstream.h \
673 $(SOPHYAINCP)ppfnametag.h \
[4057]674 $(SOPHYAINCP)dvlist.h \
[3079]675 $(SOPHYAINCP)ndatablock.h \
676 $(SOPHYAINCP)utilarr.h \
[3721]677 $(SOPHYAINCP)randinterf.h \
[3079]678 $(SOPHYAINCP)tmatrix.h \
679 $(SOPHYAINCP)tmatrix_tsnl.h \
[4057]680 $(SOPHYAINCP)tvector.h \
[3079]681 $(SOPHYAINCP)tvector_tsnl.h \
[4057]682 $(SOPHYAINCP)matharr.h $(SOPHYAINCP)fioarr.h \
[3079]683 $(SOPHYAINCP)sopemtx.h \
[3572]684 $(SOPHYAINCP)arrctcast.h \
[4057]685 $(SOPHYAINCP)spesqmtx.h \
[3811]686 $(SOPHYAINCP)diagmtx.h \
687 $(SOPHYAINCP)spesqmtx_tsnl.h \
[4057]688 $(SOPHYAINCP)trngmtx.h $(SOPHYAINCP)symmtx.h \
[3079]689 $(SOPHYAINCP)cxxcmplnk.h \
[4057]690 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)timing.h
[2769]691 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tcxxcmpldynl.cc
[2743]692
[3390]693$(SOPHYAOBJP)tdcr.o: tdcr.cc $(SOPHYAINCP)sopnamsp.h \
[3079]694 $(SOPHYAINCP)histinit.h \
695 $(SOPHYAINCP)ntoolsinit.h \
696 $(SOPHYAINCP)tarrinit.h \
697 $(SOPHYAINCP)sophyainit.h \
[4057]698 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)histos.h \
699 $(SOPHYAINCP)objfio.h \
[3079]700 $(SOPHYAINCP)anydataobj.h \
701 $(SOPHYAINCP)ppersist.h \
702 $(SOPHYAINCP)pexceptions.h \
[4057]703 $(SOPHYAINCP)gnumd5.h \
[3079]704 $(SOPHYAINCP)ppfbinstream.h \
705 $(SOPHYAINCP)rawstream.h \
706 $(SOPHYAINCP)ppfnametag.h \
[4057]707 $(SOPHYAINCP)peida.h $(SOPHYAINCP)utils.h \
708 $(SOPHYAINCP)perrors.h $(SOPHYAINCP)fmath.h \
709 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
710 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
711 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
712 $(SOPHYAINCP)dvlist.h \
[3079]713 $(SOPHYAINCP)ndatablock.h \
714 $(SOPHYAINCP)utilarr.h \
[3721]715 $(SOPHYAINCP)randinterf.h \
[3079]716 $(SOPHYAINCP)tmatrix_tsnl.h \
717 $(SOPHYAINCP)tvector_tsnl.h \
[4057]718 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)histos.h \
719 $(SOPHYAINCP)psighand.h $(SOPHYAINCP)fmath.h \
720 $(SOPHYAINCP)srandgen.h
[2769]721 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tdcr.cc
[2743]722
[3390]723$(SOPHYAOBJP)tdynl.o: tdynl.cc $(SOPHYAINCP)sopnamsp.h \
[3079]724 $(SOPHYAINCP)tarrinit.h \
725 $(SOPHYAINCP)sophyainit.h \
[4057]726 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)array.h \
727 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
[3079]728 $(SOPHYAINCP)anydataobj.h \
[4057]729 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
730 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
[3079]731 $(SOPHYAINCP)pexceptions.h \
[4057]732 $(SOPHYAINCP)gnumd5.h \
[3079]733 $(SOPHYAINCP)ppfbinstream.h \
734 $(SOPHYAINCP)rawstream.h \
735 $(SOPHYAINCP)ppfnametag.h \
[4057]736 $(SOPHYAINCP)dvlist.h \
[3079]737 $(SOPHYAINCP)ndatablock.h \
738 $(SOPHYAINCP)utilarr.h \
[3721]739 $(SOPHYAINCP)randinterf.h \
[3079]740 $(SOPHYAINCP)tmatrix.h \
741 $(SOPHYAINCP)tmatrix_tsnl.h \
[4057]742 $(SOPHYAINCP)tvector.h \
[3079]743 $(SOPHYAINCP)tvector_tsnl.h \
[4057]744 $(SOPHYAINCP)matharr.h $(SOPHYAINCP)fioarr.h \
[3079]745 $(SOPHYAINCP)sopemtx.h \
[3572]746 $(SOPHYAINCP)arrctcast.h \
[4057]747 $(SOPHYAINCP)spesqmtx.h \
[3811]748 $(SOPHYAINCP)diagmtx.h \
749 $(SOPHYAINCP)spesqmtx_tsnl.h \
[4057]750 $(SOPHYAINCP)trngmtx.h $(SOPHYAINCP)symmtx.h \
751 $(SOPHYAINCP)pdlmgr.h \
752 $(SOPHYAINCP)pexceptions.h \
[3811]753 $(SOPHYAINCP)timing.h
[2769]754 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tdynl.cc
[2743]755
[3390]756$(SOPHYAOBJP)tfft.o: tfft.cc $(SOPHYAINCP)sopnamsp.h \
[3079]757 $(SOPHYAINCP)machdefs.h \
758 $(SOPHYAINCP)srandgen.h \
[3572]759 $(SOPHYAINCP)machdefs.h \
[3721]760 $(SOPHYAINCP)randinterf.h \
761 $(SOPHYAINCP)anydataobj.h \
[4057]762 $(SOPHYAINCP)matharr.h $(SOPHYAINCP)tarray.h \
763 $(SOPHYAINCP)basarr.h $(SOPHYAINCP)mutyv.h \
[3079]764 $(SOPHYAINCP)timestamp.h \
[4057]765 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
[3079]766 $(SOPHYAINCP)pexceptions.h \
[4057]767 $(SOPHYAINCP)gnumd5.h \
[3079]768 $(SOPHYAINCP)ppfbinstream.h \
769 $(SOPHYAINCP)rawstream.h \
770 $(SOPHYAINCP)ppfnametag.h \
[4057]771 $(SOPHYAINCP)dvlist.h \
[3079]772 $(SOPHYAINCP)ndatablock.h \
773 $(SOPHYAINCP)utilarr.h \
774 $(SOPHYAINCP)fftpserver.h \
775 $(SOPHYAINCP)fftservintf.h \
776 $(SOPHYAINCP)tmatrix.h \
777 $(SOPHYAINCP)tmatrix_tsnl.h \
[4057]778 $(SOPHYAINCP)tvector.h \
[3079]779 $(SOPHYAINCP)tvector_tsnl.h \
780 $(SOPHYAINCP)fftmserver.h \
[3390]781 $(SOPHYAINCP)fftmayer.h \
[3079]782 $(SOPHYAINCP)fftwserver.h \
783 $(SOPHYAINCP)sspvflags.h \
784 $(SOPHYAINCP)ntoolsinit.h \
785 $(SOPHYAINCP)tarrinit.h \
786 $(SOPHYAINCP)sophyainit.h \
[4057]787 $(SOPHYAINCP)timing.h
[2769]788 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tfft.cc
[2743]789
[3390]790$(SOPHYAOBJP)tfitsdt.o: tfitsdt.cc $(SOPHYAINCP)sopnamsp.h \
[3079]791 $(SOPHYAINCP)histinit.h \
792 $(SOPHYAINCP)ntoolsinit.h \
793 $(SOPHYAINCP)tarrinit.h \
794 $(SOPHYAINCP)sophyainit.h \
795 $(SOPHYAINCP)machdefs.h \
796 $(SOPHYAINCP)datatable.h \
797 $(SOPHYAINCP)basedtable.h \
[4057]798 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)dvlist.h \
799 $(SOPHYAINCP)objfio.h \
[3079]800 $(SOPHYAINCP)anydataobj.h \
801 $(SOPHYAINCP)ppersist.h \
802 $(SOPHYAINCP)pexceptions.h \
[4057]803 $(SOPHYAINCP)gnumd5.h \
[3079]804 $(SOPHYAINCP)ppfbinstream.h \
805 $(SOPHYAINCP)rawstream.h \
806 $(SOPHYAINCP)ppfnametag.h \
[4057]807 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
[3079]808 $(SOPHYAINCP)segdatablock.h \
[3390]809 $(SOPHYAINCP)thsafeop.h \
[3721]810 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
[4057]811 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
[3079]812 $(SOPHYAINCP)ndatablock.h \
813 $(SOPHYAINCP)utilarr.h \
[3721]814 $(SOPHYAINCP)randinterf.h \
[3079]815 $(SOPHYAINCP)tmatrix_tsnl.h \
816 $(SOPHYAINCP)tvector_tsnl.h \
817 $(SOPHYAINCP)fitshdtable.h \
[3572]818 $(SOPHYAINCP)datatable.h \
[3079]819 $(SOPHYAINCP)fitshandler.h \
820 $(SOPHYAINCP)fitsinoutfile.h \
821 $(SOPHYAINCP)FitsIO/fitsio.h \
822 $(SOPHYAINCP)FitsIO/longnam.h \
823 $(SOPHYAINCP)swfitsdtable.h \
824 $(SOPHYAINCP)swsegdb.h \
825 $(SOPHYAINCP)fitsswapper.h \
[3721]826 $(SOPHYAINCP)fitsblkrw.h \
[4057]827 $(SOPHYAINCP)swppfdtable.h \
828 $(SOPHYAINCP)ppfswapper.h \
829 $(SOPHYAINCP)ppftpointerio.h \
830 $(SOPHYAINCP)ctimer.h
[2825]831 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tfitsdt.cc
832
[3390]833$(SOPHYAOBJP)thash.o: thash.cc $(SOPHYAINCP)sopnamsp.h \
[3079]834 $(SOPHYAINCP)ppersist.h \
835 $(SOPHYAINCP)machdefs.h \
836 $(SOPHYAINCP)pexceptions.h \
[4057]837 $(SOPHYAINCP)gnumd5.h \
[3079]838 $(SOPHYAINCP)ppfbinstream.h \
839 $(SOPHYAINCP)rawstream.h \
[3572]840 $(SOPHYAINCP)ppfnametag.h \
841 $(SOPHYAINCP)ppersist.h
[2769]842 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ thash.cc
[2743]843
[3390]844$(SOPHYAOBJP)timg.o: timg.cc $(SOPHYAINCP)sopnamsp.h \
[3079]845 $(SOPHYAINCP)ntoolsinit.h \
846 $(SOPHYAINCP)tarrinit.h \
847 $(SOPHYAINCP)sophyainit.h \
[4057]848 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)array.h \
849 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
[3079]850 $(SOPHYAINCP)anydataobj.h \
[4057]851 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
852 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
[3079]853 $(SOPHYAINCP)pexceptions.h \
[4057]854 $(SOPHYAINCP)gnumd5.h \
[3079]855 $(SOPHYAINCP)ppfbinstream.h \
856 $(SOPHYAINCP)rawstream.h \
857 $(SOPHYAINCP)ppfnametag.h \
[4057]858 $(SOPHYAINCP)dvlist.h \
[3079]859 $(SOPHYAINCP)ndatablock.h \
860 $(SOPHYAINCP)utilarr.h \
[3721]861 $(SOPHYAINCP)randinterf.h \
[3079]862 $(SOPHYAINCP)tmatrix.h \
863 $(SOPHYAINCP)tmatrix_tsnl.h \
[4057]864 $(SOPHYAINCP)tvector.h \
[3079]865 $(SOPHYAINCP)tvector_tsnl.h \
[4057]866 $(SOPHYAINCP)matharr.h $(SOPHYAINCP)fioarr.h \
[3079]867 $(SOPHYAINCP)sopemtx.h \
[3572]868 $(SOPHYAINCP)arrctcast.h \
[4057]869 $(SOPHYAINCP)spesqmtx.h \
[3811]870 $(SOPHYAINCP)diagmtx.h \
871 $(SOPHYAINCP)spesqmtx_tsnl.h \
[4057]872 $(SOPHYAINCP)trngmtx.h $(SOPHYAINCP)symmtx.h \
873 $(SOPHYAINCP)cimage.h $(SOPHYAINCP)srandgen.h \
874 $(SOPHYAINCP)ndatablock.h \
875 $(SOPHYAINCP)fiondblock.h
[2769]876 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ timg.cc
[2743]877
[3399]878$(SOPHYAOBJP)tmtdt.o: tmtdt.cc $(SOPHYAINCP)sopnamsp.h \
879 $(SOPHYAINCP)sspvflags.h \
[3390]880 $(SOPHYAINCP)zthread.h \
[3079]881 $(SOPHYAINCP)machdefs.h \
[3390]882 $(SOPHYAINCP)pexceptions.h \
[4057]883 $(SOPHYAINCP)resusage.h $(SOPHYAINCP)ctimer.h \
884 $(SOPHYAINCP)timing.h $(SOPHYAINCP)tvector.h \
885 $(SOPHYAINCP)tmatrix.h $(SOPHYAINCP)tarray.h \
886 $(SOPHYAINCP)basarr.h \
[3390]887 $(SOPHYAINCP)anydataobj.h \
[4057]888 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
889 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
[3390]890 $(SOPHYAINCP)gnumd5.h \
891 $(SOPHYAINCP)ppfbinstream.h \
892 $(SOPHYAINCP)rawstream.h \
893 $(SOPHYAINCP)ppfnametag.h \
[4057]894 $(SOPHYAINCP)dvlist.h \
[3390]895 $(SOPHYAINCP)ndatablock.h \
896 $(SOPHYAINCP)utilarr.h \
[3721]897 $(SOPHYAINCP)randinterf.h \
[3390]898 $(SOPHYAINCP)tmatrix_tsnl.h \
899 $(SOPHYAINCP)tvector_tsnl.h \
[4057]900 $(SOPHYAINCP)fioarr.h $(SOPHYAINCP)tvector.h \
[3390]901 $(SOPHYAINCP)matharr.h \
902 $(SOPHYAINCP)tarrinit.h \
903 $(SOPHYAINCP)sophyainit.h \
[4057]904 $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)ntupintf.h \
[3399]905 $(SOPHYAINCP)datatable.h \
906 $(SOPHYAINCP)basedtable.h \
907 $(SOPHYAINCP)segdatablock.h \
908 $(SOPHYAINCP)thsafeop.h \
909 $(SOPHYAINCP)swppfdtable.h \
910 $(SOPHYAINCP)swsegdb.h \
911 $(SOPHYAINCP)ppfswapper.h \
912 $(SOPHYAINCP)ppftpointerio.h \
913 $(SOPHYAINCP)fitsinoutfile.h \
914 $(SOPHYAINCP)FitsIO/fitsio.h \
915 $(SOPHYAINCP)FitsIO/longnam.h \
916 $(SOPHYAINCP)swfitsdtable.h \
917 $(SOPHYAINCP)fitsswapper.h \
[3572]918 $(SOPHYAINCP)fitsinoutfile.h \
[3399]919 $(SOPHYAINCP)fitsblkrw.h \
920 $(SOPHYAINCP)fitshandler.h \
921 $(SOPHYAINCP)fitshdtable.h \
[3572]922 $(SOPHYAINCP)datatable.h \
[3399]923 $(SOPHYAINCP)histinit.h \
[3572]924 $(SOPHYAINCP)ntoolsinit.h \
925 $(SOPHYAINCP)tarrinit.h
[3399]926 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tmtdt.cc
[3390]927
[3572]928$(SOPHYAOBJP)tmtrnd.o: tmtrnd.cc $(SOPHYAINCP)sopnamsp.h \
[3390]929 $(SOPHYAINCP)zthread.h \
930 $(SOPHYAINCP)machdefs.h \
931 $(SOPHYAINCP)pexceptions.h \
[4057]932 $(SOPHYAINCP)resusage.h $(SOPHYAINCP)ctimer.h \
933 $(SOPHYAINCP)timing.h $(SOPHYAINCP)tvector.h \
934 $(SOPHYAINCP)tmatrix.h $(SOPHYAINCP)tarray.h \
935 $(SOPHYAINCP)basarr.h \
[3390]936 $(SOPHYAINCP)anydataobj.h \
[4057]937 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
938 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
[3390]939 $(SOPHYAINCP)gnumd5.h \
940 $(SOPHYAINCP)ppfbinstream.h \
941 $(SOPHYAINCP)rawstream.h \
942 $(SOPHYAINCP)ppfnametag.h \
[4057]943 $(SOPHYAINCP)dvlist.h \
[3390]944 $(SOPHYAINCP)ndatablock.h \
945 $(SOPHYAINCP)utilarr.h \
[3721]946 $(SOPHYAINCP)randinterf.h \
[3390]947 $(SOPHYAINCP)tmatrix_tsnl.h \
948 $(SOPHYAINCP)tvector_tsnl.h \
[4057]949 $(SOPHYAINCP)fioarr.h $(SOPHYAINCP)tvector.h \
[3390]950 $(SOPHYAINCP)matharr.h \
[3079]951 $(SOPHYAINCP)tarrinit.h \
952 $(SOPHYAINCP)sophyainit.h \
[3390]953 $(SOPHYAINCP)srandgen.h \
[4057]954 $(SOPHYAINCP)randr48.h
[3572]955 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tmtrnd.cc
[3390]956
[3572]957$(SOPHYAOBJP)tmtrnd3.o: tmtrnd3.cc $(SOPHYAINCP)sopnamsp.h \
[3399]958 $(SOPHYAINCP)zthread.h \
959 $(SOPHYAINCP)machdefs.h \
960 $(SOPHYAINCP)pexceptions.h \
[3721]961 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
[4057]962 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
[3399]963 $(SOPHYAINCP)anydataobj.h \
[4057]964 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
965 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
[3399]966 $(SOPHYAINCP)gnumd5.h \
967 $(SOPHYAINCP)ppfbinstream.h \
968 $(SOPHYAINCP)rawstream.h \
969 $(SOPHYAINCP)ppfnametag.h \
[4057]970 $(SOPHYAINCP)dvlist.h \
[3399]971 $(SOPHYAINCP)ndatablock.h \
972 $(SOPHYAINCP)utilarr.h \
[3721]973 $(SOPHYAINCP)randinterf.h \
[3399]974 $(SOPHYAINCP)tmatrix_tsnl.h \
975 $(SOPHYAINCP)tvector_tsnl.h \
[4057]976 $(SOPHYAINCP)matharr.h $(SOPHYAINCP)fioarr.h \
[3572]977 $(SOPHYAINCP)tvector.h \
[3399]978 $(SOPHYAINCP)tarrinit.h \
979 $(SOPHYAINCP)sophyainit.h \
[4057]980 $(SOPHYAINCP)srandgen.h $(SOPHYAINCP)nbtri.h \
981 $(SOPHYAINCP)timing.h $(SOPHYAINCP)randr48.h
[3572]982 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tmtrnd3.cc
[3399]983
[3390]984$(SOPHYAOBJP)tmxv.o: tmxv.cc $(SOPHYAINCP)sopnamsp.h \
985 $(SOPHYAINCP)machdefs.h \
986 $(SOPHYAINCP)srandgen.h \
[3572]987 $(SOPHYAINCP)machdefs.h \
[3721]988 $(SOPHYAINCP)randinterf.h \
989 $(SOPHYAINCP)anydataobj.h \
[3390]990 $(SOPHYAINCP)tarrinit.h \
991 $(SOPHYAINCP)sophyainit.h \
[3721]992 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
[4057]993 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
994 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
995 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
[3079]996 $(SOPHYAINCP)pexceptions.h \
[4057]997 $(SOPHYAINCP)gnumd5.h \
[3079]998 $(SOPHYAINCP)ppfbinstream.h \
999 $(SOPHYAINCP)rawstream.h \
1000 $(SOPHYAINCP)ppfnametag.h \
[4057]1001 $(SOPHYAINCP)dvlist.h \
[3079]1002 $(SOPHYAINCP)ndatablock.h \
1003 $(SOPHYAINCP)utilarr.h \
1004 $(SOPHYAINCP)tmatrix_tsnl.h \
1005 $(SOPHYAINCP)tvector_tsnl.h \
[4057]1006 $(SOPHYAINCP)sopemtx.h $(SOPHYAINCP)tvector.h \
[3079]1007 $(SOPHYAINCP)timing.h
[2769]1008 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tmxv.cc
[2743]1009
[3390]1010$(SOPHYAOBJP)tnfits.o: tnfits.cc $(SOPHYAINCP)sopnamsp.h \
[4057]1011 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)timing.h \
1012 $(SOPHYAINCP)histinit.h \
[3079]1013 $(SOPHYAINCP)ntoolsinit.h \
1014 $(SOPHYAINCP)tarrinit.h \
1015 $(SOPHYAINCP)sophyainit.h \
[3721]1016 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)array.h \
[4057]1017 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
[3721]1018 $(SOPHYAINCP)anydataobj.h \
[4057]1019 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
1020 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
[3079]1021 $(SOPHYAINCP)pexceptions.h \
[4057]1022 $(SOPHYAINCP)gnumd5.h \
[3079]1023 $(SOPHYAINCP)ppfbinstream.h \
1024 $(SOPHYAINCP)rawstream.h \
1025 $(SOPHYAINCP)ppfnametag.h \
[4057]1026 $(SOPHYAINCP)dvlist.h \
[3079]1027 $(SOPHYAINCP)ndatablock.h \
1028 $(SOPHYAINCP)utilarr.h \
[3721]1029 $(SOPHYAINCP)randinterf.h \
[3079]1030 $(SOPHYAINCP)tmatrix.h \
1031 $(SOPHYAINCP)tmatrix_tsnl.h \
[4057]1032 $(SOPHYAINCP)tvector.h \
[3079]1033 $(SOPHYAINCP)tvector_tsnl.h \
[4057]1034 $(SOPHYAINCP)matharr.h $(SOPHYAINCP)fioarr.h \
[3079]1035 $(SOPHYAINCP)sopemtx.h \
[3572]1036 $(SOPHYAINCP)arrctcast.h \
[4057]1037 $(SOPHYAINCP)spesqmtx.h \
[3811]1038 $(SOPHYAINCP)diagmtx.h \
1039 $(SOPHYAINCP)spesqmtx_tsnl.h \
[4057]1040 $(SOPHYAINCP)trngmtx.h $(SOPHYAINCP)symmtx.h \
[3079]1041 $(SOPHYAINCP)fitsinoutfile.h \
1042 $(SOPHYAINCP)FitsIO/fitsio.h \
1043 $(SOPHYAINCP)FitsIO/longnam.h \
1044 $(SOPHYAINCP)fitsblkrw.h \
[3572]1045 $(SOPHYAINCP)fitsinoutfile.h \
[3079]1046 $(SOPHYAINCP)fitsarrhand.h \
1047 $(SOPHYAINCP)fitshandler.h \
[3572]1048 $(SOPHYAINCP)fitsblkrw.h \
[4057]1049 $(SOPHYAINCP)fiosinit.h
[2825]1050 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tnfits.cc
1051
[3390]1052$(SOPHYAOBJP)tnt.o: tnt.cc $(SOPHYAINCP)sopnamsp.h \
[3079]1053 $(SOPHYAINCP)histinit.h \
1054 $(SOPHYAINCP)ntoolsinit.h \
1055 $(SOPHYAINCP)tarrinit.h \
1056 $(SOPHYAINCP)sophyainit.h \
[4057]1057 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)dvlist.h \
1058 $(SOPHYAINCP)objfio.h \
[3079]1059 $(SOPHYAINCP)anydataobj.h \
1060 $(SOPHYAINCP)ppersist.h \
1061 $(SOPHYAINCP)pexceptions.h \
[4057]1062 $(SOPHYAINCP)gnumd5.h \
[3079]1063 $(SOPHYAINCP)ppfbinstream.h \
1064 $(SOPHYAINCP)rawstream.h \
1065 $(SOPHYAINCP)ppfnametag.h \
[4057]1066 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
1067 $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)ntupintf.h \
1068 $(SOPHYAINCP)dvlist.h \
[3079]1069 $(SOPHYAINCP)datatable.h \
1070 $(SOPHYAINCP)basedtable.h \
1071 $(SOPHYAINCP)segdatablock.h \
[3390]1072 $(SOPHYAINCP)thsafeop.h \
[3721]1073 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
[4057]1074 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
[3079]1075 $(SOPHYAINCP)ndatablock.h \
1076 $(SOPHYAINCP)utilarr.h \
[3721]1077 $(SOPHYAINCP)randinterf.h \
[3079]1078 $(SOPHYAINCP)tmatrix_tsnl.h \
1079 $(SOPHYAINCP)tvector_tsnl.h \
1080 $(SOPHYAINCP)swppfdtable.h \
1081 $(SOPHYAINCP)swsegdb.h \
1082 $(SOPHYAINCP)ppfswapper.h \
[4057]1083 $(SOPHYAINCP)ppftpointerio.h
[2769]1084 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tnt.cc
[2743]1085
[3572]1086$(SOPHYAOBJP)tobjio.o: tobjio.cc $(SOPHYAINCP)sopnamsp.h \
[3079]1087 $(SOPHYAINCP)histinit.h \
1088 $(SOPHYAINCP)ntoolsinit.h \
1089 $(SOPHYAINCP)tarrinit.h \
1090 $(SOPHYAINCP)sophyainit.h \
[4057]1091 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)histos.h \
1092 $(SOPHYAINCP)objfio.h \
[3079]1093 $(SOPHYAINCP)anydataobj.h \
1094 $(SOPHYAINCP)ppersist.h \
1095 $(SOPHYAINCP)pexceptions.h \
[4057]1096 $(SOPHYAINCP)gnumd5.h \
[3079]1097 $(SOPHYAINCP)ppfbinstream.h \
1098 $(SOPHYAINCP)rawstream.h \
1099 $(SOPHYAINCP)ppfnametag.h \
[4057]1100 $(SOPHYAINCP)peida.h $(SOPHYAINCP)utils.h \
1101 $(SOPHYAINCP)perrors.h $(SOPHYAINCP)fmath.h \
1102 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
1103 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
1104 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
1105 $(SOPHYAINCP)dvlist.h \
[3079]1106 $(SOPHYAINCP)ndatablock.h \
1107 $(SOPHYAINCP)utilarr.h \
[3721]1108 $(SOPHYAINCP)randinterf.h \
[3079]1109 $(SOPHYAINCP)tmatrix_tsnl.h \
1110 $(SOPHYAINCP)tvector_tsnl.h \
[4057]1111 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)histos.h \
1112 $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)ntupintf.h \
1113 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)srandgen.h \
1114 $(SOPHYAINCP)tarray.h \
[3811]1115 $(SOPHYAINCP)arrctcast.h \
[4057]1116 $(SOPHYAINCP)fioarr.h $(SOPHYAINCP)timing.h \
1117 $(SOPHYAINCP)datatype.h
[3572]1118 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tobjio.cc
[3079]1119
[3572]1120$(SOPHYAOBJP)tobjio2.o: tobjio2.cc $(SOPHYAINCP)sopnamsp.h \
[3079]1121 $(SOPHYAINCP)histinit.h \
1122 $(SOPHYAINCP)ntoolsinit.h \
1123 $(SOPHYAINCP)tarrinit.h \
1124 $(SOPHYAINCP)sophyainit.h \
[4057]1125 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)histos.h \
1126 $(SOPHYAINCP)objfio.h \
[3079]1127 $(SOPHYAINCP)anydataobj.h \
1128 $(SOPHYAINCP)ppersist.h \
1129 $(SOPHYAINCP)pexceptions.h \
[4057]1130 $(SOPHYAINCP)gnumd5.h \
[3079]1131 $(SOPHYAINCP)ppfbinstream.h \
1132 $(SOPHYAINCP)rawstream.h \
1133 $(SOPHYAINCP)ppfnametag.h \
[4057]1134 $(SOPHYAINCP)peida.h $(SOPHYAINCP)utils.h \
1135 $(SOPHYAINCP)perrors.h $(SOPHYAINCP)fmath.h \
1136 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
1137 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
1138 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
1139 $(SOPHYAINCP)dvlist.h \
[3079]1140 $(SOPHYAINCP)ndatablock.h \
1141 $(SOPHYAINCP)utilarr.h \
[3721]1142 $(SOPHYAINCP)randinterf.h \
[3079]1143 $(SOPHYAINCP)tmatrix_tsnl.h \
1144 $(SOPHYAINCP)tvector_tsnl.h \
[4057]1145 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)histos.h \
1146 $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)ntupintf.h \
1147 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)fmath.h \
1148 $(SOPHYAINCP)srandgen.h
[3572]1149 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tobjio2.cc
[2743]1150
[3721]1151$(SOPHYAOBJP)tparlex.o: tparlex.cc $(SOPHYAINCP)sopnamsp.h \
1152 $(SOPHYAINCP)tmatrix.h \
[4057]1153 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)tarray.h \
1154 $(SOPHYAINCP)basarr.h \
[3721]1155 $(SOPHYAINCP)anydataobj.h \
[4057]1156 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
1157 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
[3721]1158 $(SOPHYAINCP)pexceptions.h \
[4057]1159 $(SOPHYAINCP)gnumd5.h \
[3721]1160 $(SOPHYAINCP)ppfbinstream.h \
1161 $(SOPHYAINCP)rawstream.h \
1162 $(SOPHYAINCP)ppfnametag.h \
[4057]1163 $(SOPHYAINCP)dvlist.h \
[3721]1164 $(SOPHYAINCP)ndatablock.h \
1165 $(SOPHYAINCP)utilarr.h \
1166 $(SOPHYAINCP)randinterf.h \
1167 $(SOPHYAINCP)tmatrix_tsnl.h \
1168 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
1169 $(SOPHYAINCP)tvector_tsnl.h \
1170 $(SOPHYAINCP)matharr.h \
1171 $(SOPHYAINCP)tarrinit.h \
1172 $(SOPHYAINCP)sophyainit.h \
[4057]1173 $(SOPHYAINCP)randr48.h $(SOPHYAINCP)parlex.h \
1174 $(SOPHYAINCP)zthread.h \
1175 $(SOPHYAINCP)resusage.h $(SOPHYAINCP)timing.h \
1176 $(SOPHYAINCP)ctimer.h
[3721]1177 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tparlex.cc
1178
[3390]1179$(SOPHYAOBJP)tpipe.o: tpipe.cc $(SOPHYAINCP)sopnamsp.h \
[3079]1180 $(SOPHYAINCP)zthread.h \
1181 $(SOPHYAINCP)machdefs.h \
1182 $(SOPHYAINCP)pexceptions.h \
[4057]1183 $(SOPHYAINCP)timing.h
[2769]1184 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tpipe.cc
[2743]1185
[4057]1186$(SOPHYAOBJP)tpqunits.o: tpqunits.cc $(SOPHYAINCP)sopnamsp.h \
[3079]1187 $(SOPHYAINCP)machdefs.h \
[4057]1188 $(SOPHYAINCP)sophyainit.h \
[3721]1189 $(SOPHYAINCP)machdefs.h \
[4057]1190 $(SOPHYAINCP)randr48.h $(SOPHYAINCP)objfio.h \
[3079]1191 $(SOPHYAINCP)anydataobj.h \
1192 $(SOPHYAINCP)ppersist.h \
1193 $(SOPHYAINCP)pexceptions.h \
[4057]1194 $(SOPHYAINCP)gnumd5.h \
[3079]1195 $(SOPHYAINCP)ppfbinstream.h \
1196 $(SOPHYAINCP)rawstream.h \
1197 $(SOPHYAINCP)ppfnametag.h \
1198 $(SOPHYAINCP)ndatablock.h \
[4057]1199 $(SOPHYAINCP)randinterf.h \
1200 $(SOPHYAINCP)timing.h $(SOPHYAINCP)ctimer.h \
1201 $(SOPHYAINCP)pqnumber.h \
1202 $(SOPHYAINCP)sunitpcst.h \
1203 $(SOPHYAINCP)pqnumber.h
1204 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tpqunits.cc
1205
1206$(SOPHYAOBJP)tsimplex.o: tsimplex.cc $(SOPHYAINCP)sopnamsp.h \
1207 $(SOPHYAINCP)simplex.h \
[3721]1208 $(SOPHYAINCP)machdefs.h \
[4057]1209 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
1210 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
[3721]1211 $(SOPHYAINCP)anydataobj.h \
[4057]1212 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
1213 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
1214 $(SOPHYAINCP)pexceptions.h \
1215 $(SOPHYAINCP)gnumd5.h \
1216 $(SOPHYAINCP)ppfbinstream.h \
1217 $(SOPHYAINCP)rawstream.h \
1218 $(SOPHYAINCP)ppfnametag.h \
1219 $(SOPHYAINCP)dvlist.h \
1220 $(SOPHYAINCP)ndatablock.h \
[3079]1221 $(SOPHYAINCP)utilarr.h \
[3721]1222 $(SOPHYAINCP)randinterf.h \
[3079]1223 $(SOPHYAINCP)tmatrix_tsnl.h \
1224 $(SOPHYAINCP)tvector_tsnl.h \
1225 $(SOPHYAINCP)generalfit.h \
1226 $(SOPHYAINCP)generaldata.h \
[4057]1227 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)poly.h \
1228 $(SOPHYAINCP)peida.h $(SOPHYAINCP)utils.h \
1229 $(SOPHYAINCP)perrors.h $(SOPHYAINCP)fmath.h \
[3390]1230 $(SOPHYAINCP)generalfunc.h \
[3079]1231 $(SOPHYAINCP)histinit.h \
1232 $(SOPHYAINCP)ntoolsinit.h \
1233 $(SOPHYAINCP)tarrinit.h \
1234 $(SOPHYAINCP)sophyainit.h \
[4057]1235 $(SOPHYAINCP)pexceptions.h \
1236 $(SOPHYAINCP)timing.h
[2769]1237 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tsimplex.cc
[2743]1238
[3721]1239$(SOPHYAOBJP)tsphereecp.o: tsphereecp.cc $(SOPHYAINCP)sopnamsp.h \
[3079]1240 $(SOPHYAINCP)sambainit.h \
1241 $(SOPHYAINCP)skymapinit.h \
1242 $(SOPHYAINCP)sophyainit.h \
1243 $(SOPHYAINCP)machdefs.h \
1244 $(SOPHYAINCP)ntoolsinit.h \
1245 $(SOPHYAINCP)tarrinit.h \
1246 $(SOPHYAINCP)pexceptions.h \
[4057]1247 $(SOPHYAINCP)timing.h $(SOPHYAINCP)resusage.h \
1248 $(SOPHYAINCP)randr48.h $(SOPHYAINCP)objfio.h \
[3721]1249 $(SOPHYAINCP)anydataobj.h \
[3079]1250 $(SOPHYAINCP)ppersist.h \
[3572]1251 $(SOPHYAINCP)pexceptions.h \
[3079]1252 $(SOPHYAINCP)gnumd5.h \
1253 $(SOPHYAINCP)ppfbinstream.h \
1254 $(SOPHYAINCP)rawstream.h \
1255 $(SOPHYAINCP)ppfnametag.h \
[3721]1256 $(SOPHYAINCP)ndatablock.h \
1257 $(SOPHYAINCP)randinterf.h \
1258 $(SOPHYAINCP)sphereecp.h \
1259 $(SOPHYAINCP)sphericalmap.h \
1260 $(SOPHYAINCP)smathconst.h \
[4057]1261 $(SOPHYAINCP)pixelmap.h $(SOPHYAINCP)dvlist.h \
1262 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
[3079]1263 $(SOPHYAINCP)spherepos.h \
1264 $(SOPHYAINCP)unitvector.h \
1265 $(SOPHYAINCP)vector3d.h \
1266 $(SOPHYAINCP)longlat.h \
1267 $(SOPHYAINCP)utilgeom.h \
1268 $(SOPHYAINCP)datatype.h \
[3721]1269 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
[4057]1270 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
[3079]1271 $(SOPHYAINCP)utilarr.h \
1272 $(SOPHYAINCP)tmatrix_tsnl.h \
1273 $(SOPHYAINCP)tvector_tsnl.h \
1274 $(SOPHYAINCP)fiosphereecp.h \
[4057]1275 $(SOPHYAINCP)sphereecp.h $(SOPHYAINCP)array.h \
1276 $(SOPHYAINCP)matharr.h $(SOPHYAINCP)fioarr.h \
[3079]1277 $(SOPHYAINCP)sopemtx.h \
[3572]1278 $(SOPHYAINCP)arrctcast.h \
[4057]1279 $(SOPHYAINCP)spesqmtx.h \
[3811]1280 $(SOPHYAINCP)diagmtx.h \
1281 $(SOPHYAINCP)spesqmtx_tsnl.h \
[4057]1282 $(SOPHYAINCP)trngmtx.h $(SOPHYAINCP)symmtx.h \
[3811]1283 $(SOPHYAINCP)samba.h $(SOPHYAINCP)alm.h \
[4057]1284 $(SOPHYAINCP)nbmath.h $(SOPHYAINCP)bruit.h \
1285 $(SOPHYAINCP)circle.h $(SOPHYAINCP)geometry.h \
[3079]1286 $(SOPHYAINCP)lambdaBuilder.h \
[4057]1287 $(SOPHYAINCP)misstime.h $(SOPHYAINCP)mlobe.h \
[3721]1288 $(SOPHYAINCP)prefcount.h $(SOPHYAINCP)scan.h \
[3079]1289 $(SOPHYAINCP)sphericaltransformserver.h \
1290 $(SOPHYAINCP)fftservintf.h \
[4057]1291 $(SOPHYAINCP)fftpserver.h $(SOPHYAINCP)tod.h
[2769]1292 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tsphereecp.cc
[2743]1293
[3572]1294$(SOPHYAOBJP)tspm.o: tspm.cc $(SOPHYAINCP)sopnamsp.h \
[3079]1295 $(SOPHYAINCP)skymapinit.h \
1296 $(SOPHYAINCP)sophyainit.h \
[4057]1297 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)skymap.h \
[3079]1298 $(SOPHYAINCP)spherethetaphi.h \
1299 $(SOPHYAINCP)sphericalmap.h \
1300 $(SOPHYAINCP)smathconst.h \
1301 $(SOPHYAINCP)pixelmap.h \
1302 $(SOPHYAINCP)ppersist.h \
1303 $(SOPHYAINCP)pexceptions.h \
[4057]1304 $(SOPHYAINCP)gnumd5.h \
[3079]1305 $(SOPHYAINCP)ppfbinstream.h \
1306 $(SOPHYAINCP)rawstream.h \
1307 $(SOPHYAINCP)ppfnametag.h \
[4057]1308 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \
[3079]1309 $(SOPHYAINCP)anydataobj.h \
[4057]1310 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
[3079]1311 $(SOPHYAINCP)spherepos.h \
1312 $(SOPHYAINCP)unitvector.h \
1313 $(SOPHYAINCP)vector3d.h \
1314 $(SOPHYAINCP)longlat.h \
1315 $(SOPHYAINCP)utilgeom.h \
1316 $(SOPHYAINCP)datatype.h \
[3721]1317 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
[4057]1318 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
[3079]1319 $(SOPHYAINCP)ndatablock.h \
1320 $(SOPHYAINCP)utilarr.h \
[3721]1321 $(SOPHYAINCP)randinterf.h \
[3079]1322 $(SOPHYAINCP)tmatrix_tsnl.h \
1323 $(SOPHYAINCP)tvector_tsnl.h \
1324 $(SOPHYAINCP)spherehealpix.h \
1325 $(SOPHYAINCP)HEALPixUtils.h \
1326 $(SOPHYAINCP)localmap.h \
1327 $(SOPHYAINCP)sphereecp.h \
1328 $(SOPHYAINCP)fiospherethetaphi.h \
1329 $(SOPHYAINCP)fiospherehealpix.h \
1330 $(SOPHYAINCP)fiolocalmap.h \
1331 $(SOPHYAINCP)fiosphereecp.h \
[4057]1332 $(SOPHYAINCP)tod.h $(SOPHYAINCP)misstime.h \
1333 $(SOPHYAINCP)timing.h
[3572]1334 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tspm.cc
[3079]1335
[3572]1336$(SOPHYAOBJP)tspm2.o: tspm2.cc $(SOPHYAINCP)sopnamsp.h \
1337 $(SOPHYAINCP)sambainit.h \
[3079]1338 $(SOPHYAINCP)skymapinit.h \
1339 $(SOPHYAINCP)sophyainit.h \
1340 $(SOPHYAINCP)machdefs.h \
[3572]1341 $(SOPHYAINCP)ntoolsinit.h \
[4057]1342 $(SOPHYAINCP)tarrinit.h $(SOPHYAINCP)skymap.h \
[3079]1343 $(SOPHYAINCP)spherethetaphi.h \
1344 $(SOPHYAINCP)sphericalmap.h \
1345 $(SOPHYAINCP)smathconst.h \
1346 $(SOPHYAINCP)pixelmap.h \
1347 $(SOPHYAINCP)ppersist.h \
1348 $(SOPHYAINCP)pexceptions.h \
[4057]1349 $(SOPHYAINCP)gnumd5.h \
[3079]1350 $(SOPHYAINCP)ppfbinstream.h \
1351 $(SOPHYAINCP)rawstream.h \
1352 $(SOPHYAINCP)ppfnametag.h \
[4057]1353 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \
[3079]1354 $(SOPHYAINCP)anydataobj.h \
[4057]1355 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
[3079]1356 $(SOPHYAINCP)spherepos.h \
1357 $(SOPHYAINCP)unitvector.h \
1358 $(SOPHYAINCP)vector3d.h \
1359 $(SOPHYAINCP)longlat.h \
1360 $(SOPHYAINCP)utilgeom.h \
1361 $(SOPHYAINCP)datatype.h \
[3721]1362 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
[4057]1363 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
[3079]1364 $(SOPHYAINCP)ndatablock.h \
1365 $(SOPHYAINCP)utilarr.h \
[3721]1366 $(SOPHYAINCP)randinterf.h \
[3079]1367 $(SOPHYAINCP)tmatrix_tsnl.h \
1368 $(SOPHYAINCP)tvector_tsnl.h \
1369 $(SOPHYAINCP)spherehealpix.h \
1370 $(SOPHYAINCP)HEALPixUtils.h \
1371 $(SOPHYAINCP)localmap.h \
1372 $(SOPHYAINCP)sphereecp.h \
1373 $(SOPHYAINCP)fiospherethetaphi.h \
1374 $(SOPHYAINCP)fiospherehealpix.h \
1375 $(SOPHYAINCP)fiolocalmap.h \
1376 $(SOPHYAINCP)fiosphereecp.h \
[4057]1377 $(SOPHYAINCP)tod.h $(SOPHYAINCP)misstime.h \
[3572]1378 $(SOPHYAINCP)fitstarray.h \
[4057]1379 $(SOPHYAINCP)fitsfile.h \
[3572]1380 $(SOPHYAINCP)fitsinoutfile.h \
1381 $(SOPHYAINCP)FitsIO/fitsio.h \
1382 $(SOPHYAINCP)FitsIO/longnam.h \
1383 $(SOPHYAINCP)fitshandler.h \
1384 $(SOPHYAINCP)fitsspherehealpix.h \
[4057]1385 $(SOPHYAINCP)srandgen.h $(SOPHYAINCP)timing.h
[3572]1386 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tspm2.cc
[2743]1387
[3811]1388$(SOPHYAOBJP)tssqmx.o: tssqmx.cc $(SOPHYAINCP)trngmtx.h \
1389 $(SOPHYAINCP)spesqmtx.h \
1390 $(SOPHYAINCP)ndatablock.h \
1391 $(SOPHYAINCP)machdefs.h \
1392 $(SOPHYAINCP)anydataobj.h \
1393 $(SOPHYAINCP)pexceptions.h \
[4057]1394 $(SOPHYAINCP)utilarr.h $(SOPHYAINCP)mutyv.h \
[3811]1395 $(SOPHYAINCP)timestamp.h \
[4057]1396 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
[3811]1397 $(SOPHYAINCP)gnumd5.h \
1398 $(SOPHYAINCP)ppfbinstream.h \
1399 $(SOPHYAINCP)rawstream.h \
1400 $(SOPHYAINCP)ppfnametag.h \
1401 $(SOPHYAINCP)randinterf.h \
[4057]1402 $(SOPHYAINCP)tmatrix.h $(SOPHYAINCP)tarray.h \
1403 $(SOPHYAINCP)basarr.h $(SOPHYAINCP)dvlist.h \
[3811]1404 $(SOPHYAINCP)tmatrix_tsnl.h \
1405 $(SOPHYAINCP)spesqmtx_tsnl.h \
[4057]1406 $(SOPHYAINCP)diagmtx.h $(SOPHYAINCP)symmtx.h \
[3811]1407 $(SOPHYAINCP)fiospsqmtx.h \
1408 $(SOPHYAINCP)trngmtx.h $(SOPHYAINCP)diagmtx.h \
[4057]1409 $(SOPHYAINCP)symmtx.h $(SOPHYAINCP)tarrinit.h \
1410 $(SOPHYAINCP)sophyainit.h
[3811]1411 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tssqmx.cc
1412
[3721]1413$(SOPHYAOBJP)tstboloread.o: tstboloread.cc $(SOPHYAINCP)sopnamsp.h \
[3079]1414 $(SOPHYAINCP)machdefs.h \
1415 $(SOPHYAINCP)sophyainit.h \
[3572]1416 $(SOPHYAINCP)machdefs.h \
[3079]1417 $(SOPHYAINCP)pexceptions.h \
1418 $(SOPHYAINCP)fboloread.h \
1419 $(SOPHYAINCP)anydataobj.h \
[3721]1420 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
[4057]1421 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
1422 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
1423 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
[3572]1424 $(SOPHYAINCP)pexceptions.h \
[3079]1425 $(SOPHYAINCP)gnumd5.h \
1426 $(SOPHYAINCP)ppfbinstream.h \
1427 $(SOPHYAINCP)rawstream.h \
1428 $(SOPHYAINCP)ppfnametag.h \
[4057]1429 $(SOPHYAINCP)dvlist.h \
[3079]1430 $(SOPHYAINCP)ndatablock.h \
1431 $(SOPHYAINCP)utilarr.h \
[3721]1432 $(SOPHYAINCP)randinterf.h \
[3079]1433 $(SOPHYAINCP)tmatrix_tsnl.h \
1434 $(SOPHYAINCP)tvector_tsnl.h \
1435 $(SOPHYAINCP)fabtcolread.h \
1436 $(SOPHYAINCP)FitsIO/fitsio.h \
1437 $(SOPHYAINCP)FitsIO/longnam.h \
[4057]1438 $(SOPHYAINCP)fabtwriter.h
[2769]1439 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstboloread.cc
[2743]1440
[3721]1441$(SOPHYAOBJP)tstcolread.o: tstcolread.cc $(SOPHYAINCP)sopnamsp.h \
[3079]1442 $(SOPHYAINCP)machdefs.h \
1443 $(SOPHYAINCP)sophyainit.h \
[3572]1444 $(SOPHYAINCP)machdefs.h \
[3079]1445 $(SOPHYAINCP)pexceptions.h \
1446 $(SOPHYAINCP)fabtcolread.h \
1447 $(SOPHYAINCP)anydataobj.h \
[3721]1448 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
[4057]1449 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
1450 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
1451 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
[3572]1452 $(SOPHYAINCP)pexceptions.h \
[3079]1453 $(SOPHYAINCP)gnumd5.h \
1454 $(SOPHYAINCP)ppfbinstream.h \
1455 $(SOPHYAINCP)rawstream.h \
1456 $(SOPHYAINCP)ppfnametag.h \
[4057]1457 $(SOPHYAINCP)dvlist.h \
[3079]1458 $(SOPHYAINCP)ndatablock.h \
1459 $(SOPHYAINCP)utilarr.h \
[3721]1460 $(SOPHYAINCP)randinterf.h \
[3079]1461 $(SOPHYAINCP)tmatrix_tsnl.h \
1462 $(SOPHYAINCP)tvector_tsnl.h \
1463 $(SOPHYAINCP)FitsIO/fitsio.h \
1464 $(SOPHYAINCP)FitsIO/longnam.h \
[4057]1465 $(SOPHYAINCP)fabtwriter.h
[2769]1466 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstcolread.cc
[2743]1467
[3572]1468$(SOPHYAOBJP)tstdtable.o: tstdtable.cc $(SOPHYAINCP)sopnamsp.h \
[3079]1469 $(SOPHYAINCP)histinit.h \
1470 $(SOPHYAINCP)ntoolsinit.h \
1471 $(SOPHYAINCP)tarrinit.h \
1472 $(SOPHYAINCP)sophyainit.h \
[4057]1473 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)ctimer.h \
[3079]1474 $(SOPHYAINCP)datatable.h \
1475 $(SOPHYAINCP)basedtable.h \
[4057]1476 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)dvlist.h \
1477 $(SOPHYAINCP)objfio.h \
[3079]1478 $(SOPHYAINCP)anydataobj.h \
1479 $(SOPHYAINCP)ppersist.h \
1480 $(SOPHYAINCP)pexceptions.h \
[4057]1481 $(SOPHYAINCP)gnumd5.h \
[3079]1482 $(SOPHYAINCP)ppfbinstream.h \
1483 $(SOPHYAINCP)rawstream.h \
1484 $(SOPHYAINCP)ppfnametag.h \
[4057]1485 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
[3079]1486 $(SOPHYAINCP)segdatablock.h \
[3390]1487 $(SOPHYAINCP)thsafeop.h \
[3721]1488 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
[4057]1489 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
[3079]1490 $(SOPHYAINCP)ndatablock.h \
1491 $(SOPHYAINCP)utilarr.h \
[3721]1492 $(SOPHYAINCP)randinterf.h \
[3079]1493 $(SOPHYAINCP)tmatrix_tsnl.h \
1494 $(SOPHYAINCP)tvector_tsnl.h \
1495 $(SOPHYAINCP)swppfdtable.h \
1496 $(SOPHYAINCP)swsegdb.h \
1497 $(SOPHYAINCP)ppfswapper.h \
[4057]1498 $(SOPHYAINCP)ppftpointerio.h
[2769]1499 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstdtable.cc
[2743]1500
[3852]1501$(SOPHYAOBJP)tstinterp.o: tstinterp.cc $(SOPHYAINCP)slininterp.h \
1502 $(SOPHYAINCP)machdefs.h \
[4057]1503 $(SOPHYAINCP)genericfunc.h \
1504 $(SOPHYAINCP)pexceptions.h \
1505 $(SOPHYAINCP)classfunc.h $(SOPHYAINCP)array.h \
1506 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
[3852]1507 $(SOPHYAINCP)anydataobj.h \
[4057]1508 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
1509 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
1510 $(SOPHYAINCP)gnumd5.h \
[3852]1511 $(SOPHYAINCP)ppfbinstream.h \
1512 $(SOPHYAINCP)rawstream.h \
1513 $(SOPHYAINCP)ppfnametag.h \
[4057]1514 $(SOPHYAINCP)dvlist.h \
[3852]1515 $(SOPHYAINCP)ndatablock.h \
1516 $(SOPHYAINCP)utilarr.h \
1517 $(SOPHYAINCP)randinterf.h \
1518 $(SOPHYAINCP)tmatrix.h \
1519 $(SOPHYAINCP)tmatrix_tsnl.h \
[4057]1520 $(SOPHYAINCP)tvector.h \
[3852]1521 $(SOPHYAINCP)tvector_tsnl.h \
[4057]1522 $(SOPHYAINCP)matharr.h $(SOPHYAINCP)fioarr.h \
[3852]1523 $(SOPHYAINCP)sopemtx.h \
1524 $(SOPHYAINCP)arrctcast.h \
[4057]1525 $(SOPHYAINCP)spesqmtx.h \
[3852]1526 $(SOPHYAINCP)diagmtx.h \
1527 $(SOPHYAINCP)spesqmtx_tsnl.h \
[4057]1528 $(SOPHYAINCP)trngmtx.h $(SOPHYAINCP)symmtx.h \
[3852]1529 $(SOPHYAINCP)tarrinit.h \
1530 $(SOPHYAINCP)sophyainit.h \
1531 $(SOPHYAINCP)sopnamsp.h
1532 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstinterp.cc
1533
[3572]1534$(SOPHYAOBJP)tstndblk.o: tstndblk.cc $(SOPHYAINCP)sopnamsp.h \
[3079]1535 $(SOPHYAINCP)machdefs.h \
1536 $(SOPHYAINCP)ntoolsinit.h \
1537 $(SOPHYAINCP)tarrinit.h \
1538 $(SOPHYAINCP)sophyainit.h \
[3572]1539 $(SOPHYAINCP)machdefs.h \
[3079]1540 $(SOPHYAINCP)pexceptions.h \
1541 $(SOPHYAINCP)ndatablock.h \
[4057]1542 $(SOPHYAINCP)anydataobj.h
[2769]1543 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstndblk.cc
[2743]1544
[3721]1545$(SOPHYAOBJP)tstppfwrapstl.o: tstppfwrapstl.cc $(SOPHYAINCP)sopnamsp.h \
[4057]1546 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)timing.h \
1547 $(SOPHYAINCP)histinit.h \
[3079]1548 $(SOPHYAINCP)ntoolsinit.h \
1549 $(SOPHYAINCP)tarrinit.h \
1550 $(SOPHYAINCP)sophyainit.h \
[3572]1551 $(SOPHYAINCP)machdefs.h \
[3079]1552 $(SOPHYAINCP)pexceptions.h \
1553 $(SOPHYAINCP)ppfwrapstlv.h \
1554 $(SOPHYAINCP)anydataobj.h \
1555 $(SOPHYAINCP)ppersist.h \
[3572]1556 $(SOPHYAINCP)pexceptions.h \
[3079]1557 $(SOPHYAINCP)gnumd5.h \
1558 $(SOPHYAINCP)ppfbinstream.h \
1559 $(SOPHYAINCP)rawstream.h \
[4057]1560 $(SOPHYAINCP)ppfnametag.h
[2769]1561 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstppfwrapstl.cc
[2743]1562
[3572]1563$(SOPHYAOBJP)tstsegdb.o: tstsegdb.cc $(SOPHYAINCP)sopnamsp.h \
[4057]1564 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)timing.h \
1565 $(SOPHYAINCP)histinit.h \
[3079]1566 $(SOPHYAINCP)ntoolsinit.h \
1567 $(SOPHYAINCP)tarrinit.h \
1568 $(SOPHYAINCP)sophyainit.h \
[3572]1569 $(SOPHYAINCP)machdefs.h \
[3079]1570 $(SOPHYAINCP)pexceptions.h \
1571 $(SOPHYAINCP)segdatablock.h \
1572 $(SOPHYAINCP)anydataobj.h \
[3390]1573 $(SOPHYAINCP)thsafeop.h \
[3572]1574 $(SOPHYAINCP)pexceptions.h \
[3079]1575 $(SOPHYAINCP)fiosegdb.h \
[4057]1576 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \
[3079]1577 $(SOPHYAINCP)ppfbinstream.h \
1578 $(SOPHYAINCP)rawstream.h \
1579 $(SOPHYAINCP)ppfnametag.h \
[3572]1580 $(SOPHYAINCP)segdatablock.h \
[3079]1581 $(SOPHYAINCP)ppftpointerio.h \
1582 $(SOPHYAINCP)swsegdb.h \
1583 $(SOPHYAINCP)ppfswapper.h \
[3572]1584 $(SOPHYAINCP)swsegdb.h \
[4057]1585 $(SOPHYAINCP)ppfwrapstlv.h
[2769]1586 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstsegdb.cc
[2743]1587
[3390]1588$(SOPHYAOBJP)tsttmat.o: tsttmat.cc $(SOPHYAINCP)sopnamsp.h \
[3079]1589 $(SOPHYAINCP)machdefs.h \
1590 $(SOPHYAINCP)ntoolsinit.h \
1591 $(SOPHYAINCP)tarrinit.h \
1592 $(SOPHYAINCP)sophyainit.h \
[3572]1593 $(SOPHYAINCP)machdefs.h \
[3079]1594 $(SOPHYAINCP)pexceptions.h \
[4057]1595 $(SOPHYAINCP)array.h $(SOPHYAINCP)tarray.h \
1596 $(SOPHYAINCP)basarr.h \
[3079]1597 $(SOPHYAINCP)anydataobj.h \
[4057]1598 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
1599 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
[3572]1600 $(SOPHYAINCP)pexceptions.h \
[3079]1601 $(SOPHYAINCP)gnumd5.h \
1602 $(SOPHYAINCP)ppfbinstream.h \
1603 $(SOPHYAINCP)rawstream.h \
1604 $(SOPHYAINCP)ppfnametag.h \
[4057]1605 $(SOPHYAINCP)dvlist.h \
[3079]1606 $(SOPHYAINCP)ndatablock.h \
1607 $(SOPHYAINCP)utilarr.h \
[3721]1608 $(SOPHYAINCP)randinterf.h \
[3079]1609 $(SOPHYAINCP)tmatrix.h \
1610 $(SOPHYAINCP)tmatrix_tsnl.h \
[4057]1611 $(SOPHYAINCP)tvector.h \
[3079]1612 $(SOPHYAINCP)tvector_tsnl.h \
[4057]1613 $(SOPHYAINCP)matharr.h $(SOPHYAINCP)fioarr.h \
[3079]1614 $(SOPHYAINCP)sopemtx.h \
[3572]1615 $(SOPHYAINCP)arrctcast.h \
[4057]1616 $(SOPHYAINCP)spesqmtx.h \
[3811]1617 $(SOPHYAINCP)diagmtx.h \
1618 $(SOPHYAINCP)spesqmtx_tsnl.h \
[4057]1619 $(SOPHYAINCP)trngmtx.h $(SOPHYAINCP)symmtx.h \
1620 $(SOPHYAINCP)srandgen.h
[2769]1621 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tsttmat.cc
[2743]1622
[3572]1623$(SOPHYAOBJP)tsttminv.o: tsttminv.cc $(SOPHYAINCP)sopnamsp.h \
[4057]1624 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)timing.h \
[3079]1625 $(SOPHYAINCP)ntoolsinit.h \
1626 $(SOPHYAINCP)tarrinit.h \
1627 $(SOPHYAINCP)sophyainit.h \
[3572]1628 $(SOPHYAINCP)machdefs.h \
[3079]1629 $(SOPHYAINCP)pexceptions.h \
[4057]1630 $(SOPHYAINCP)array.h $(SOPHYAINCP)tarray.h \
1631 $(SOPHYAINCP)basarr.h \
[3079]1632 $(SOPHYAINCP)anydataobj.h \
[4057]1633 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
1634 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
[3572]1635 $(SOPHYAINCP)pexceptions.h \
[3079]1636 $(SOPHYAINCP)gnumd5.h \
1637 $(SOPHYAINCP)ppfbinstream.h \
1638 $(SOPHYAINCP)rawstream.h \
1639 $(SOPHYAINCP)ppfnametag.h \
[4057]1640 $(SOPHYAINCP)dvlist.h \
[3079]1641 $(SOPHYAINCP)ndatablock.h \
1642 $(SOPHYAINCP)utilarr.h \
[3721]1643 $(SOPHYAINCP)randinterf.h \
[3079]1644 $(SOPHYAINCP)tmatrix.h \
1645 $(SOPHYAINCP)tmatrix_tsnl.h \
[4057]1646 $(SOPHYAINCP)tvector.h \
[3079]1647 $(SOPHYAINCP)tvector_tsnl.h \
[4057]1648 $(SOPHYAINCP)matharr.h $(SOPHYAINCP)fioarr.h \
[3079]1649 $(SOPHYAINCP)sopemtx.h \
[3572]1650 $(SOPHYAINCP)arrctcast.h \
[4057]1651 $(SOPHYAINCP)spesqmtx.h \
[3811]1652 $(SOPHYAINCP)diagmtx.h \
1653 $(SOPHYAINCP)spesqmtx_tsnl.h \
[4057]1654 $(SOPHYAINCP)trngmtx.h $(SOPHYAINCP)symmtx.h \
[3811]1655 $(SOPHYAINCP)srandgen.h \
[4057]1656 $(SOPHYAINCP)intflapack.h
[2769]1657 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tsttminv.cc
[2743]1658
[3390]1659$(SOPHYAOBJP)tsttvec.o: tsttvec.cc $(SOPHYAINCP)sopnamsp.h \
[3079]1660 $(SOPHYAINCP)machdefs.h \
1661 $(SOPHYAINCP)ntoolsinit.h \
1662 $(SOPHYAINCP)tarrinit.h \
1663 $(SOPHYAINCP)sophyainit.h \
[3572]1664 $(SOPHYAINCP)machdefs.h \
[3079]1665 $(SOPHYAINCP)pexceptions.h \
[4057]1666 $(SOPHYAINCP)array.h $(SOPHYAINCP)tarray.h \
1667 $(SOPHYAINCP)basarr.h \
[3079]1668 $(SOPHYAINCP)anydataobj.h \
[4057]1669 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
1670 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
[3572]1671 $(SOPHYAINCP)pexceptions.h \
[3079]1672 $(SOPHYAINCP)gnumd5.h \
1673 $(SOPHYAINCP)ppfbinstream.h \
1674 $(SOPHYAINCP)rawstream.h \
1675 $(SOPHYAINCP)ppfnametag.h \
[4057]1676 $(SOPHYAINCP)dvlist.h \
[3079]1677 $(SOPHYAINCP)ndatablock.h \
1678 $(SOPHYAINCP)utilarr.h \
[3721]1679 $(SOPHYAINCP)randinterf.h \
[3079]1680 $(SOPHYAINCP)tmatrix.h \
1681 $(SOPHYAINCP)tmatrix_tsnl.h \
[4057]1682 $(SOPHYAINCP)tvector.h \
[3079]1683 $(SOPHYAINCP)tvector_tsnl.h \
[4057]1684 $(SOPHYAINCP)matharr.h $(SOPHYAINCP)fioarr.h \
[3079]1685 $(SOPHYAINCP)sopemtx.h \
[3572]1686 $(SOPHYAINCP)arrctcast.h \
[4057]1687 $(SOPHYAINCP)spesqmtx.h \
[3811]1688 $(SOPHYAINCP)diagmtx.h \
1689 $(SOPHYAINCP)spesqmtx_tsnl.h \
[4057]1690 $(SOPHYAINCP)trngmtx.h $(SOPHYAINCP)symmtx.h \
1691 $(SOPHYAINCP)srandgen.h
[2769]1692 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tsttvec.cc
[2743]1693
[3390]1694$(SOPHYAOBJP)tswfits.o: tswfits.cc $(SOPHYAINCP)sopnamsp.h \
[3079]1695 $(SOPHYAINCP)histinit.h \
1696 $(SOPHYAINCP)ntoolsinit.h \
1697 $(SOPHYAINCP)tarrinit.h \
1698 $(SOPHYAINCP)sophyainit.h \
[4057]1699 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)dvlist.h \
1700 $(SOPHYAINCP)objfio.h \
[3079]1701 $(SOPHYAINCP)anydataobj.h \
1702 $(SOPHYAINCP)ppersist.h \
1703 $(SOPHYAINCP)pexceptions.h \
[4057]1704 $(SOPHYAINCP)gnumd5.h \
[3079]1705 $(SOPHYAINCP)ppfbinstream.h \
1706 $(SOPHYAINCP)rawstream.h \
1707 $(SOPHYAINCP)ppfnametag.h \
[4057]1708 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
[3079]1709 $(SOPHYAINCP)fitsswapper.h \
1710 $(SOPHYAINCP)swsegdb.h \
1711 $(SOPHYAINCP)segdatablock.h \
[3390]1712 $(SOPHYAINCP)thsafeop.h \
[3079]1713 $(SOPHYAINCP)fitsinoutfile.h \
[3572]1714 $(SOPHYAINCP)dvlist.h \
[3079]1715 $(SOPHYAINCP)FitsIO/fitsio.h \
1716 $(SOPHYAINCP)FitsIO/longnam.h \
1717 $(SOPHYAINCP)fitsblkrw.h \
1718 $(SOPHYAINCP)basedtable.h \
1719 $(SOPHYAINCP)ntupintf.h \
[3721]1720 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
[4057]1721 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
[3079]1722 $(SOPHYAINCP)ndatablock.h \
1723 $(SOPHYAINCP)utilarr.h \
[3721]1724 $(SOPHYAINCP)randinterf.h \
[3079]1725 $(SOPHYAINCP)tmatrix_tsnl.h \
1726 $(SOPHYAINCP)tvector_tsnl.h \
1727 $(SOPHYAINCP)fiosinit.h \
1728 $(SOPHYAINCP)swfitsdtable.h \
[3572]1729 $(SOPHYAINCP)fitsswapper.h \
[3390]1730 $(SOPHYAINCP)fitshandler.h \
1731 $(SOPHYAINCP)datatable.h \
[3572]1732 $(SOPHYAINCP)fitshdtable.h \
[4057]1733 $(SOPHYAINCP)datatable.h
[2783]1734 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tswfits.cc
1735
[3721]1736$(SOPHYAOBJP)ttimestamp.o: ttimestamp.cc $(SOPHYAINCP)sopnamsp.h \
[4057]1737 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)timing.h \
1738 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)machdefs.h \
[3079]1739 $(SOPHYAINCP)timestamp.h \
[4057]1740 $(SOPHYAINCP)objfio.h \
[3079]1741 $(SOPHYAINCP)anydataobj.h \
1742 $(SOPHYAINCP)ppersist.h \
1743 $(SOPHYAINCP)pexceptions.h \
[4057]1744 $(SOPHYAINCP)gnumd5.h \
[3079]1745 $(SOPHYAINCP)ppfbinstream.h \
1746 $(SOPHYAINCP)rawstream.h \
1747 $(SOPHYAINCP)ppfnametag.h \
1748 $(SOPHYAINCP)histinit.h \
1749 $(SOPHYAINCP)ntoolsinit.h \
1750 $(SOPHYAINCP)tarrinit.h \
1751 $(SOPHYAINCP)sophyainit.h \
[4057]1752 $(SOPHYAINCP)pexceptions.h \
1753 $(SOPHYAINCP)ppfwrapstlv.h
[2769]1754 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ttimestamp.cc
[2743]1755
[3390]1756$(SOPHYAOBJP)zthr.o: zthr.cc $(SOPHYAINCP)sopnamsp.h \
[3079]1757 $(SOPHYAINCP)zthread.h \
1758 $(SOPHYAINCP)machdefs.h \
1759 $(SOPHYAINCP)pexceptions.h \
[3390]1760 $(SOPHYAINCP)resusage.h \
[4057]1761 $(SOPHYAINCP)tmatrix.h $(SOPHYAINCP)tarray.h \
1762 $(SOPHYAINCP)basarr.h \
[3390]1763 $(SOPHYAINCP)anydataobj.h \
[4057]1764 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
1765 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
[3390]1766 $(SOPHYAINCP)gnumd5.h \
1767 $(SOPHYAINCP)ppfbinstream.h \
1768 $(SOPHYAINCP)rawstream.h \
1769 $(SOPHYAINCP)ppfnametag.h \
[4057]1770 $(SOPHYAINCP)dvlist.h \
[3390]1771 $(SOPHYAINCP)ndatablock.h \
1772 $(SOPHYAINCP)utilarr.h \
[3721]1773 $(SOPHYAINCP)randinterf.h \
[3390]1774 $(SOPHYAINCP)tmatrix_tsnl.h \
[3721]1775 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
[3390]1776 $(SOPHYAINCP)tvector_tsnl.h \
1777 $(SOPHYAINCP)matharr.h \
1778 $(SOPHYAINCP)tarrinit.h \
1779 $(SOPHYAINCP)sophyainit.h \
[4057]1780 $(SOPHYAINCP)randr48.h $(SOPHYAINCP)timing.h \
1781 $(SOPHYAINCP)ctimer.h
[2769]1782 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ zthr.cc
[2743]1783
Note: See TracBrowser for help on using the repository browser.