[2740] | 1 | include $(SOPHYABASE)/include/sophyamake.inc
|
---|
| 2 |
|
---|
| 3 | all: $(SOPHYALIBP)libFitsIOServer.a
|
---|
| 4 |
|
---|
| 5 | clean:
|
---|
[3123] | 6 | rm -f $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fiosinit.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitsgenedata.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fitshisterr.o $(SOPHYAOBJP)fitshistos.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o $(SOPHYAOBJP)swfitsdtable.o
|
---|
[2740] | 7 | rm -f $(SOPHYALIBP)libFitsIOServer.a
|
---|
| 8 |
|
---|
[3123] | 9 | $(SOPHYALIBP)libFitsIOServer.a : $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fiosinit.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitsgenedata.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fitshisterr.o $(SOPHYAOBJP)fitshistos.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o $(SOPHYAOBJP)swfitsdtable.o
|
---|
[2740] | 10 | $(AR) $(ARFLAGS) $@ $?
|
---|
[2763] | 11 | touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist
|
---|
[2740] | 12 |
|
---|
[3007] | 13 | $(SOPHYAOBJP)datacirclefits.o: datacirclefits.cc \
|
---|
[3123] | 14 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 15 | datacirclefits.h \
|
---|
[3007] | 16 | $(SOPHYAINCP)datacirclebase.h \
|
---|
| 17 | $(SOPHYAINCP)circle.h \
|
---|
| 18 | $(SOPHYAINCP)vector3d.h \
|
---|
[2740] | 19 | $(SOPHYAINCP)longlat.h \
|
---|
| 20 | $(SOPHYAINCP)machdefs.h \
|
---|
| 21 | $(SOPHYAINCP)utilgeom.h \
|
---|
| 22 | $(SOPHYAINCP)unitvector.h \
|
---|
| 23 | $(SOPHYAINCP)geometry.h \
|
---|
| 24 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
| 25 | $(SOPHYAINCP)FitsIO/longnam.h
|
---|
[2765] | 26 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacirclefits.cc
|
---|
[2740] | 27 |
|
---|
[3007] | 28 | $(SOPHYAOBJP)fabtcolread.o: fabtcolread.cc \
|
---|
| 29 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[2740] | 30 | $(SOPHYAINCP)machdefs.h \
|
---|
[3007] | 31 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3123] | 32 | $(SOPHYAINCP)machdefs.h \
|
---|
| 33 | fabtcolread.h \
|
---|
[2740] | 34 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 35 | $(SOPHYAINCP)tvector.h \
|
---|
| 36 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 37 | $(SOPHYAINCP)tarray.h \
|
---|
| 38 | $(SOPHYAINCP)basarr.h \
|
---|
[3054] | 39 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 40 | $(SOPHYAINCP)mutyv.h \
|
---|
| 41 | $(SOPHYAINCP)timestamp.h \
|
---|
| 42 | $(SOPHYAINCP)objfio.h \
|
---|
| 43 | $(SOPHYAINCP)ppersist.h \
|
---|
[3054] | 44 | $(SOPHYAINCP)pexceptions.h \
|
---|
[2740] | 45 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 46 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 47 | $(SOPHYAINCP)rawstream.h \
|
---|
| 48 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[2980] | 49 | $(SOPHYAINCP)dvlist.h \
|
---|
[2740] | 50 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 51 | $(SOPHYAINCP)utilarr.h \
|
---|
[3007] | 52 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 53 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
[2740] | 54 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
| 55 | $(SOPHYAINCP)FitsIO/longnam.h
|
---|
[2765] | 56 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fabtcolread.cc
|
---|
[2740] | 57 |
|
---|
[3007] | 58 | $(SOPHYAOBJP)fabtwriter.o: fabtwriter.cc \
|
---|
| 59 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[2740] | 60 | $(SOPHYAINCP)machdefs.h \
|
---|
[3007] | 61 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3123] | 62 | $(SOPHYAINCP)machdefs.h \
|
---|
| 63 | fabtwriter.h \
|
---|
[2740] | 64 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 65 | $(SOPHYAINCP)tvector.h \
|
---|
| 66 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 67 | $(SOPHYAINCP)tarray.h \
|
---|
| 68 | $(SOPHYAINCP)basarr.h \
|
---|
[3054] | 69 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 70 | $(SOPHYAINCP)mutyv.h \
|
---|
| 71 | $(SOPHYAINCP)timestamp.h \
|
---|
| 72 | $(SOPHYAINCP)objfio.h \
|
---|
| 73 | $(SOPHYAINCP)ppersist.h \
|
---|
[3054] | 74 | $(SOPHYAINCP)pexceptions.h \
|
---|
[2740] | 75 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 76 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 77 | $(SOPHYAINCP)rawstream.h \
|
---|
| 78 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[2980] | 79 | $(SOPHYAINCP)dvlist.h \
|
---|
[2740] | 80 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 81 | $(SOPHYAINCP)utilarr.h \
|
---|
[3007] | 82 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 83 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
[2740] | 84 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
| 85 | $(SOPHYAINCP)FitsIO/longnam.h
|
---|
[2765] | 86 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fabtwriter.cc
|
---|
[2740] | 87 |
|
---|
[3007] | 88 | $(SOPHYAOBJP)fboloread.o: fboloread.cc \
|
---|
| 89 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[2740] | 90 | $(SOPHYAINCP)machdefs.h \
|
---|
[3007] | 91 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3123] | 92 | $(SOPHYAINCP)machdefs.h \
|
---|
| 93 | fboloread.h \
|
---|
[2740] | 94 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 95 | $(SOPHYAINCP)tvector.h \
|
---|
| 96 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 97 | $(SOPHYAINCP)tarray.h \
|
---|
| 98 | $(SOPHYAINCP)basarr.h \
|
---|
[3054] | 99 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 100 | $(SOPHYAINCP)mutyv.h \
|
---|
| 101 | $(SOPHYAINCP)timestamp.h \
|
---|
| 102 | $(SOPHYAINCP)objfio.h \
|
---|
| 103 | $(SOPHYAINCP)ppersist.h \
|
---|
[3054] | 104 | $(SOPHYAINCP)pexceptions.h \
|
---|
[2740] | 105 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 106 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 107 | $(SOPHYAINCP)rawstream.h \
|
---|
| 108 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[2980] | 109 | $(SOPHYAINCP)dvlist.h \
|
---|
[2740] | 110 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3007] | 111 | $(SOPHYAINCP)utilarr.h \
|
---|
| 112 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
[3123] | 113 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 114 | fabtcolread.h \
|
---|
[2740] | 115 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
| 116 | $(SOPHYAINCP)FitsIO/longnam.h
|
---|
[2765] | 117 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fboloread.cc
|
---|
[2740] | 118 |
|
---|
[3007] | 119 | $(SOPHYAOBJP)fbtntintf.o: fbtntintf.cc \
|
---|
| 120 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[2740] | 121 | $(SOPHYAINCP)machdefs.h \
|
---|
[3007] | 122 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3123] | 123 | $(SOPHYAINCP)machdefs.h \
|
---|
| 124 | fbtntintf.h \
|
---|
[2740] | 125 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 126 | $(SOPHYAINCP)ntupintf.h \
|
---|
| 127 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
| 128 | $(SOPHYAINCP)FitsIO/longnam.h
|
---|
[2765] | 129 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fbtntintf.cc
|
---|
[2740] | 130 |
|
---|
[3007] | 131 | $(SOPHYAOBJP)fiosinit.o: fiosinit.cc \
|
---|
| 132 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[3123] | 133 | $(SOPHYAINCP)machdefs.h \
|
---|
| 134 | fiosinit.h \
|
---|
[3007] | 135 | $(SOPHYAINCP)sophyainit.h \
|
---|
[3123] | 136 | $(SOPHYAINCP)machdefs.h \
|
---|
| 137 | fitsmanager.h fitsinoutfile.h \
|
---|
| 138 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3007] | 139 | $(SOPHYAINCP)dvlist.h \
|
---|
| 140 | $(SOPHYAINCP)objfio.h \
|
---|
| 141 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 142 | $(SOPHYAINCP)ppersist.h \
|
---|
[3054] | 143 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3007] | 144 | $(SOPHYAINCP)gnumd5.h \
|
---|
[2980] | 145 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 146 | $(SOPHYAINCP)rawstream.h \
|
---|
| 147 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 148 | $(SOPHYAINCP)mutyv.h \
|
---|
| 149 | $(SOPHYAINCP)timestamp.h \
|
---|
[2980] | 150 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
[3007] | 151 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
[3123] | 152 | fitshdtable.h \
|
---|
| 153 | $(SOPHYAINCP)datatable.h \
|
---|
[2980] | 154 | $(SOPHYAINCP)basedtable.h \
|
---|
| 155 | $(SOPHYAINCP)ntupintf.h \
|
---|
[3054] | 156 | $(SOPHYAINCP)dvlist.h \
|
---|
[2980] | 157 | $(SOPHYAINCP)segdatablock.h \
|
---|
[3007] | 158 | $(SOPHYAINCP)tvector.h \
|
---|
| 159 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 160 | $(SOPHYAINCP)tarray.h \
|
---|
| 161 | $(SOPHYAINCP)basarr.h \
|
---|
[2980] | 162 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3007] | 163 | $(SOPHYAINCP)utilarr.h \
|
---|
| 164 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
[3123] | 165 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 166 | fitshandler.h fitsarrhand.h \
|
---|
| 167 | $(SOPHYAINCP)tarray.h \
|
---|
| 168 | $(SOPHYAINCP)tvector.h \
|
---|
| 169 | fitsblkrw.h fitsntuple.h \
|
---|
| 170 | $(SOPHYAINCP)ntuple.h \
|
---|
[3054] | 171 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3123] | 172 | $(SOPHYAINCP)ppersist.h \
|
---|
| 173 | fitsfile.h \
|
---|
[3054] | 174 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3007] | 175 | fitsspherehealpix.h \
|
---|
| 176 | $(SOPHYAINCP)spherehealpix.h \
|
---|
| 177 | $(SOPHYAINCP)sphericalmap.h \
|
---|
| 178 | $(SOPHYAINCP)smathconst.h \
|
---|
| 179 | $(SOPHYAINCP)pixelmap.h \
|
---|
| 180 | $(SOPHYAINCP)spherepos.h \
|
---|
| 181 | $(SOPHYAINCP)unitvector.h \
|
---|
| 182 | $(SOPHYAINCP)vector3d.h \
|
---|
| 183 | $(SOPHYAINCP)longlat.h \
|
---|
| 184 | $(SOPHYAINCP)utilgeom.h \
|
---|
| 185 | $(SOPHYAINCP)datatype.h \
|
---|
| 186 | $(SOPHYAINCP)HEALPixUtils.h \
|
---|
| 187 | fitsspherethetaphi.h \
|
---|
| 188 | $(SOPHYAINCP)spherethetaphi.h \
|
---|
[3123] | 189 | fitslocalmap.h \
|
---|
| 190 | $(SOPHYAINCP)localmap.h \
|
---|
| 191 | fitshistos.h \
|
---|
| 192 | $(SOPHYAINCP)histos.h \
|
---|
[3054] | 193 | $(SOPHYAINCP)peida.h \
|
---|
| 194 | $(SOPHYAINCP)utils.h \
|
---|
| 195 | $(SOPHYAINCP)perrors.h \
|
---|
| 196 | $(SOPHYAINCP)fmath.h \
|
---|
| 197 | $(SOPHYAINCP)histos2.h \
|
---|
[3123] | 198 | $(SOPHYAINCP)histos.h \
|
---|
| 199 | fitsgenedata.h \
|
---|
[3063] | 200 | $(SOPHYAINCP)generaldata.h \
|
---|
| 201 | $(SOPHYAINCP)poly.h
|
---|
[2980] | 202 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiosinit.cc
|
---|
| 203 |
|
---|
[3007] | 204 | $(SOPHYAOBJP)fitsautoreader.o: fitsautoreader.cc \
|
---|
| 205 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[2980] | 206 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 207 | $(SOPHYAINCP)machdefs.h \
|
---|
[3123] | 208 | fitsautoreader.h \
|
---|
| 209 | $(SOPHYAINCP)machdefs.h \
|
---|
| 210 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 211 | fitsfile.h \
|
---|
[2740] | 212 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3054] | 213 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 214 | $(SOPHYAINCP)dvlist.h \
|
---|
| 215 | $(SOPHYAINCP)objfio.h \
|
---|
| 216 | $(SOPHYAINCP)ppersist.h \
|
---|
[3054] | 217 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3007] | 218 | $(SOPHYAINCP)gnumd5.h \
|
---|
[2740] | 219 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 220 | $(SOPHYAINCP)rawstream.h \
|
---|
| 221 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 222 | $(SOPHYAINCP)mutyv.h \
|
---|
[3123] | 223 | $(SOPHYAINCP)timestamp.h \
|
---|
| 224 | fitsinoutfile.h \
|
---|
[3007] | 225 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
| 226 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
| 227 | fitshandler.h fitstarray.h \
|
---|
| 228 | $(SOPHYAINCP)tarray.h \
|
---|
| 229 | $(SOPHYAINCP)basarr.h \
|
---|
[3054] | 230 | $(SOPHYAINCP)dvlist.h \
|
---|
| 231 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3123] | 232 | $(SOPHYAINCP)utilarr.h \
|
---|
| 233 | fitsspherehealpix.h \
|
---|
[2740] | 234 | $(SOPHYAINCP)spherehealpix.h \
|
---|
| 235 | $(SOPHYAINCP)sphericalmap.h \
|
---|
| 236 | $(SOPHYAINCP)smathconst.h \
|
---|
| 237 | $(SOPHYAINCP)pixelmap.h \
|
---|
| 238 | $(SOPHYAINCP)spherepos.h \
|
---|
| 239 | $(SOPHYAINCP)unitvector.h \
|
---|
| 240 | $(SOPHYAINCP)vector3d.h \
|
---|
| 241 | $(SOPHYAINCP)longlat.h \
|
---|
| 242 | $(SOPHYAINCP)utilgeom.h \
|
---|
[3007] | 243 | $(SOPHYAINCP)datatype.h \
|
---|
| 244 | $(SOPHYAINCP)tvector.h \
|
---|
| 245 | $(SOPHYAINCP)tmatrix.h \
|
---|
[3054] | 246 | $(SOPHYAINCP)tarray.h \
|
---|
[3007] | 247 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 248 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
[3123] | 249 | $(SOPHYAINCP)HEALPixUtils.h \
|
---|
| 250 | fitsntuple.h \
|
---|
[3007] | 251 | $(SOPHYAINCP)ntuple.h \
|
---|
| 252 | $(SOPHYAINCP)ntupintf.h \
|
---|
[3123] | 253 | $(SOPHYAINCP)ppersist.h \
|
---|
| 254 | fitsxntuple.h \
|
---|
| 255 | $(SOPHYAINCP)xntuple.h \
|
---|
| 256 | fitslocalmap.h \
|
---|
| 257 | $(SOPHYAINCP)localmap.h \
|
---|
| 258 | fbtntintf.h \
|
---|
[3054] | 259 | $(SOPHYAINCP)ntupintf.h
|
---|
[2765] | 260 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsautoreader.cc
|
---|
[2740] | 261 |
|
---|
| 262 | $(SOPHYAOBJP)fitsbntbllineRW.o: fitsbntbllineRW.cc \
|
---|
| 263 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 264 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3123] | 265 | $(SOPHYAINCP)machdefs.h \
|
---|
| 266 | fitsbntbllineRW.h \
|
---|
[3007] | 267 | $(SOPHYAINCP)dvlist.h \
|
---|
| 268 | $(SOPHYAINCP)objfio.h \
|
---|
[2740] | 269 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 270 | $(SOPHYAINCP)ppersist.h \
|
---|
[3054] | 271 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3007] | 272 | $(SOPHYAINCP)gnumd5.h \
|
---|
[2740] | 273 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 274 | $(SOPHYAINCP)rawstream.h \
|
---|
| 275 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 276 | $(SOPHYAINCP)mutyv.h \
|
---|
[3123] | 277 | $(SOPHYAINCP)timestamp.h \
|
---|
| 278 | fitsfile.h \
|
---|
| 279 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 280 | fitsinoutfile.h \
|
---|
[3054] | 281 | $(SOPHYAINCP)machdefs.h \
|
---|
[2740] | 282 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
| 283 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
[3123] | 284 | fitshandler.h \
|
---|
| 285 | $(SOPHYAINCP)utils.h
|
---|
[2765] | 286 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsbntbllineRW.cc
|
---|
[2740] | 287 |
|
---|
[3007] | 288 | $(SOPHYAOBJP)fitsfile.o: fitsfile.cc \
|
---|
| 289 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[3123] | 290 | $(SOPHYAINCP)machdefs.h \
|
---|
| 291 | fitsfile.h \
|
---|
[3007] | 292 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3054] | 293 | $(SOPHYAINCP)machdefs.h \
|
---|
[2740] | 294 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 295 | $(SOPHYAINCP)dvlist.h \
|
---|
| 296 | $(SOPHYAINCP)objfio.h \
|
---|
[2740] | 297 | $(SOPHYAINCP)ppersist.h \
|
---|
| 298 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 299 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 300 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 301 | $(SOPHYAINCP)rawstream.h \
|
---|
| 302 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 303 | $(SOPHYAINCP)mutyv.h \
|
---|
[3123] | 304 | $(SOPHYAINCP)timestamp.h \
|
---|
| 305 | fitsinoutfile.h \
|
---|
[3054] | 306 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3007] | 307 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
[2740] | 308 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
[3123] | 309 | fitshandler.h \
|
---|
| 310 | $(SOPHYAINCP)strutil.h \
|
---|
[3054] | 311 | $(SOPHYAINCP)anydataobj.h
|
---|
[2765] | 312 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsfile.cc
|
---|
[2740] | 313 |
|
---|
[3063] | 314 | $(SOPHYAOBJP)fitsgenedata.o: fitsgenedata.cc \
|
---|
| 315 | $(SOPHYAINCP)machdefs.h \
|
---|
| 316 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 317 | $(SOPHYAINCP)generaldata.h \
|
---|
| 318 | $(SOPHYAINCP)objfio.h \
|
---|
| 319 | $(SOPHYAINCP)machdefs.h \
|
---|
| 320 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 321 | $(SOPHYAINCP)ppersist.h \
|
---|
| 322 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 323 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 324 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 325 | $(SOPHYAINCP)rawstream.h \
|
---|
| 326 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 327 | $(SOPHYAINCP)ntupintf.h \
|
---|
| 328 | $(SOPHYAINCP)poly.h \
|
---|
| 329 | $(SOPHYAINCP)peida.h \
|
---|
| 330 | $(SOPHYAINCP)utils.h \
|
---|
| 331 | $(SOPHYAINCP)perrors.h \
|
---|
| 332 | $(SOPHYAINCP)fmath.h \
|
---|
| 333 | $(SOPHYAINCP)tvector.h \
|
---|
| 334 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 335 | $(SOPHYAINCP)tarray.h \
|
---|
| 336 | $(SOPHYAINCP)basarr.h \
|
---|
| 337 | $(SOPHYAINCP)mutyv.h \
|
---|
| 338 | $(SOPHYAINCP)timestamp.h \
|
---|
| 339 | $(SOPHYAINCP)dvlist.h \
|
---|
| 340 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 341 | $(SOPHYAINCP)utilarr.h \
|
---|
| 342 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
[3123] | 343 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 344 | fitsblkrw.h fitsinoutfile.h \
|
---|
| 345 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3063] | 346 | $(SOPHYAINCP)dvlist.h \
|
---|
| 347 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
| 348 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
| 349 | fitshandler.h
|
---|
| 350 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsgenedata.cc
|
---|
| 351 |
|
---|
[3007] | 352 | $(SOPHYAOBJP)fitshdtable.o: fitshdtable.cc \
|
---|
| 353 | $(SOPHYAINCP)machdefs.h \
|
---|
[2824] | 354 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 355 | $(SOPHYAINCP)datatable.h \
|
---|
| 356 | $(SOPHYAINCP)basedtable.h \
|
---|
[3054] | 357 | $(SOPHYAINCP)machdefs.h \
|
---|
[3007] | 358 | $(SOPHYAINCP)ntupintf.h \
|
---|
| 359 | $(SOPHYAINCP)dvlist.h \
|
---|
[2824] | 360 | $(SOPHYAINCP)objfio.h \
|
---|
| 361 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 362 | $(SOPHYAINCP)ppersist.h \
|
---|
| 363 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 364 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 365 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 366 | $(SOPHYAINCP)rawstream.h \
|
---|
| 367 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 368 | $(SOPHYAINCP)mutyv.h \
|
---|
| 369 | $(SOPHYAINCP)timestamp.h \
|
---|
[2980] | 370 | $(SOPHYAINCP)segdatablock.h \
|
---|
[3007] | 371 | $(SOPHYAINCP)tvector.h \
|
---|
| 372 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 373 | $(SOPHYAINCP)tarray.h \
|
---|
| 374 | $(SOPHYAINCP)basarr.h \
|
---|
[2980] | 375 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3007] | 376 | $(SOPHYAINCP)utilarr.h \
|
---|
| 377 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
[3123] | 378 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 379 | fitsblkrw.h fitsinoutfile.h \
|
---|
| 380 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3054] | 381 | $(SOPHYAINCP)dvlist.h \
|
---|
[2824] | 382 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
[3007] | 383 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
| 384 | fitshandler.h swfitsdtable.h \
|
---|
[3054] | 385 | $(SOPHYAINCP)basedtable.h \
|
---|
[3123] | 386 | $(SOPHYAINCP)swsegdb.h \
|
---|
| 387 | fitsswapper.h
|
---|
[2824] | 388 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitshdtable.cc
|
---|
| 389 |
|
---|
[3123] | 390 | $(SOPHYAOBJP)fitshisterr.o: fitshisterr.cc \
|
---|
| 391 | $(SOPHYAINCP)machdefs.h \
|
---|
| 392 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 393 | $(SOPHYAINCP)histerr.h \
|
---|
| 394 | $(SOPHYAINCP)objfio.h \
|
---|
| 395 | $(SOPHYAINCP)machdefs.h \
|
---|
| 396 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 397 | $(SOPHYAINCP)ppersist.h \
|
---|
| 398 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 399 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 400 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 401 | $(SOPHYAINCP)rawstream.h \
|
---|
| 402 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 403 | $(SOPHYAINCP)tvector.h \
|
---|
| 404 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 405 | $(SOPHYAINCP)tarray.h \
|
---|
| 406 | $(SOPHYAINCP)basarr.h \
|
---|
| 407 | $(SOPHYAINCP)mutyv.h \
|
---|
| 408 | $(SOPHYAINCP)timestamp.h \
|
---|
| 409 | $(SOPHYAINCP)dvlist.h \
|
---|
| 410 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 411 | $(SOPHYAINCP)utilarr.h \
|
---|
| 412 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 413 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 414 | $(SOPHYAINCP)hist2err.h \
|
---|
| 415 | fitsblkrw.h fitsinoutfile.h \
|
---|
| 416 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 417 | $(SOPHYAINCP)dvlist.h \
|
---|
| 418 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
| 419 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
| 420 | fitshandler.h
|
---|
| 421 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitshisterr.cc
|
---|
| 422 |
|
---|
[3049] | 423 | $(SOPHYAOBJP)fitshistos.o: fitshistos.cc \
|
---|
| 424 | $(SOPHYAINCP)machdefs.h \
|
---|
| 425 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 426 | $(SOPHYAINCP)histos.h \
|
---|
| 427 | $(SOPHYAINCP)objfio.h \
|
---|
[3054] | 428 | $(SOPHYAINCP)machdefs.h \
|
---|
[3049] | 429 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 430 | $(SOPHYAINCP)ppersist.h \
|
---|
| 431 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 432 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 433 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 434 | $(SOPHYAINCP)rawstream.h \
|
---|
| 435 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 436 | $(SOPHYAINCP)peida.h \
|
---|
| 437 | $(SOPHYAINCP)utils.h \
|
---|
| 438 | $(SOPHYAINCP)perrors.h \
|
---|
| 439 | $(SOPHYAINCP)fmath.h \
|
---|
| 440 | $(SOPHYAINCP)tvector.h \
|
---|
| 441 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 442 | $(SOPHYAINCP)tarray.h \
|
---|
| 443 | $(SOPHYAINCP)basarr.h \
|
---|
| 444 | $(SOPHYAINCP)mutyv.h \
|
---|
| 445 | $(SOPHYAINCP)timestamp.h \
|
---|
| 446 | $(SOPHYAINCP)dvlist.h \
|
---|
| 447 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 448 | $(SOPHYAINCP)utilarr.h \
|
---|
| 449 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 450 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 451 | $(SOPHYAINCP)hisprof.h \
|
---|
[3054] | 452 | $(SOPHYAINCP)histos.h \
|
---|
[3123] | 453 | $(SOPHYAINCP)histos2.h \
|
---|
| 454 | fitsblkrw.h fitsinoutfile.h \
|
---|
| 455 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3054] | 456 | $(SOPHYAINCP)dvlist.h \
|
---|
[3049] | 457 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
| 458 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
| 459 | fitshandler.h
|
---|
| 460 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitshistos.cc
|
---|
| 461 |
|
---|
[3007] | 462 | $(SOPHYAOBJP)fitsinoutfile.o: fitsinoutfile.cc \
|
---|
| 463 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[2824] | 464 | $(SOPHYAINCP)machdefs.h \
|
---|
| 465 | $(SOPHYAINCP)segdatablock.h \
|
---|
[3054] | 466 | $(SOPHYAINCP)machdefs.h \
|
---|
[3123] | 467 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 468 | fitsinoutfile.h \
|
---|
[2824] | 469 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3007] | 470 | $(SOPHYAINCP)dvlist.h \
|
---|
| 471 | $(SOPHYAINCP)objfio.h \
|
---|
| 472 | $(SOPHYAINCP)ppersist.h \
|
---|
[3054] | 473 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3007] | 474 | $(SOPHYAINCP)gnumd5.h \
|
---|
[2824] | 475 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 476 | $(SOPHYAINCP)rawstream.h \
|
---|
| 477 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 478 | $(SOPHYAINCP)mutyv.h \
|
---|
| 479 | $(SOPHYAINCP)timestamp.h \
|
---|
[2824] | 480 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
[3007] | 481 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
| 482 | $(SOPHYAINCP)strutil.h
|
---|
[2824] | 483 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsinoutfile.cc
|
---|
| 484 |
|
---|
[3007] | 485 | $(SOPHYAOBJP)fitslocalmap.o: fitslocalmap.cc \
|
---|
| 486 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[3123] | 487 | $(SOPHYAINCP)machdefs.h \
|
---|
| 488 | fitslocalmap.h \
|
---|
[3007] | 489 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3054] | 490 | $(SOPHYAINCP)machdefs.h \
|
---|
[2740] | 491 | $(SOPHYAINCP)localmap.h \
|
---|
| 492 | $(SOPHYAINCP)pixelmap.h \
|
---|
[3007] | 493 | $(SOPHYAINCP)ppersist.h \
|
---|
[3054] | 494 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3007] | 495 | $(SOPHYAINCP)gnumd5.h \
|
---|
[2740] | 496 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 497 | $(SOPHYAINCP)rawstream.h \
|
---|
| 498 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 499 | $(SOPHYAINCP)dvlist.h \
|
---|
| 500 | $(SOPHYAINCP)objfio.h \
|
---|
[2740] | 501 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 502 | $(SOPHYAINCP)mutyv.h \
|
---|
| 503 | $(SOPHYAINCP)timestamp.h \
|
---|
[2740] | 504 | $(SOPHYAINCP)spherepos.h \
|
---|
| 505 | $(SOPHYAINCP)unitvector.h \
|
---|
| 506 | $(SOPHYAINCP)vector3d.h \
|
---|
| 507 | $(SOPHYAINCP)longlat.h \
|
---|
| 508 | $(SOPHYAINCP)utilgeom.h \
|
---|
[3007] | 509 | $(SOPHYAINCP)datatype.h \
|
---|
[2740] | 510 | $(SOPHYAINCP)sphericalmap.h \
|
---|
| 511 | $(SOPHYAINCP)smathconst.h \
|
---|
[3007] | 512 | $(SOPHYAINCP)tvector.h \
|
---|
| 513 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 514 | $(SOPHYAINCP)tarray.h \
|
---|
| 515 | $(SOPHYAINCP)basarr.h \
|
---|
[2740] | 516 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3007] | 517 | $(SOPHYAINCP)utilarr.h \
|
---|
| 518 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
[3123] | 519 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 520 | fitsfile.h \
|
---|
[3054] | 521 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3123] | 522 | $(SOPHYAINCP)dvlist.h \
|
---|
| 523 | fitsinoutfile.h \
|
---|
[2740] | 524 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
[3007] | 525 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
| 526 | fitshandler.h
|
---|
[2765] | 527 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitslocalmap.cc
|
---|
[2740] | 528 |
|
---|
[3007] | 529 | $(SOPHYAOBJP)fitsmanager.o: fitsmanager.cc \
|
---|
| 530 | $(SOPHYAINCP)machdefs.h \
|
---|
[3123] | 531 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 532 | fitsmanager.h fitsinoutfile.h \
|
---|
| 533 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3054] | 534 | $(SOPHYAINCP)machdefs.h \
|
---|
[3007] | 535 | $(SOPHYAINCP)dvlist.h \
|
---|
| 536 | $(SOPHYAINCP)objfio.h \
|
---|
| 537 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 538 | $(SOPHYAINCP)ppersist.h \
|
---|
[3054] | 539 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3007] | 540 | $(SOPHYAINCP)gnumd5.h \
|
---|
[2824] | 541 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 542 | $(SOPHYAINCP)rawstream.h \
|
---|
| 543 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 544 | $(SOPHYAINCP)mutyv.h \
|
---|
| 545 | $(SOPHYAINCP)timestamp.h \
|
---|
[2824] | 546 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
[3007] | 547 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
| 548 | fitshandler.h
|
---|
[2824] | 549 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsmanager.cc
|
---|
| 550 |
|
---|
[3007] | 551 | $(SOPHYAOBJP)fitsntuple.o: fitsntuple.cc \
|
---|
| 552 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[2740] | 553 | $(SOPHYAINCP)pexceptions.h \
|
---|
[2980] | 554 | $(SOPHYAINCP)machdefs.h \
|
---|
[3123] | 555 | fitsntuple.h \
|
---|
| 556 | $(SOPHYAINCP)machdefs.h \
|
---|
[3007] | 557 | $(SOPHYAINCP)ntuple.h \
|
---|
| 558 | $(SOPHYAINCP)objfio.h \
|
---|
[2740] | 559 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 560 | $(SOPHYAINCP)ppersist.h \
|
---|
[3054] | 561 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3007] | 562 | $(SOPHYAINCP)gnumd5.h \
|
---|
[2740] | 563 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 564 | $(SOPHYAINCP)rawstream.h \
|
---|
| 565 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 566 | $(SOPHYAINCP)ntupintf.h \
|
---|
| 567 | $(SOPHYAINCP)dvlist.h \
|
---|
| 568 | $(SOPHYAINCP)mutyv.h \
|
---|
| 569 | $(SOPHYAINCP)timestamp.h \
|
---|
[3054] | 570 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3123] | 571 | $(SOPHYAINCP)ppersist.h \
|
---|
| 572 | fitsfile.h \
|
---|
[3007] | 573 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3123] | 574 | $(SOPHYAINCP)dvlist.h \
|
---|
| 575 | fitsinoutfile.h \
|
---|
[2740] | 576 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
[3007] | 577 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
| 578 | fitshandler.h
|
---|
[2765] | 579 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsntuple.cc
|
---|
[2740] | 580 |
|
---|
| 581 | $(SOPHYAOBJP)fitsspherehealpix.o: fitsspherehealpix.cc \
|
---|
| 582 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 583 | $(SOPHYAINCP)pexceptions.h \
|
---|
[2980] | 584 | $(SOPHYAINCP)machdefs.h \
|
---|
[3007] | 585 | fitsspherehealpix.h \
|
---|
[2740] | 586 | $(SOPHYAINCP)spherehealpix.h \
|
---|
| 587 | $(SOPHYAINCP)sphericalmap.h \
|
---|
| 588 | $(SOPHYAINCP)smathconst.h \
|
---|
| 589 | $(SOPHYAINCP)pixelmap.h \
|
---|
[3007] | 590 | $(SOPHYAINCP)ppersist.h \
|
---|
[3054] | 591 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3007] | 592 | $(SOPHYAINCP)gnumd5.h \
|
---|
[2740] | 593 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 594 | $(SOPHYAINCP)rawstream.h \
|
---|
| 595 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 596 | $(SOPHYAINCP)dvlist.h \
|
---|
| 597 | $(SOPHYAINCP)objfio.h \
|
---|
[2740] | 598 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 599 | $(SOPHYAINCP)mutyv.h \
|
---|
| 600 | $(SOPHYAINCP)timestamp.h \
|
---|
[2740] | 601 | $(SOPHYAINCP)spherepos.h \
|
---|
| 602 | $(SOPHYAINCP)unitvector.h \
|
---|
| 603 | $(SOPHYAINCP)vector3d.h \
|
---|
| 604 | $(SOPHYAINCP)longlat.h \
|
---|
| 605 | $(SOPHYAINCP)utilgeom.h \
|
---|
[3007] | 606 | $(SOPHYAINCP)datatype.h \
|
---|
| 607 | $(SOPHYAINCP)tvector.h \
|
---|
| 608 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 609 | $(SOPHYAINCP)tarray.h \
|
---|
| 610 | $(SOPHYAINCP)basarr.h \
|
---|
[2740] | 611 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 612 | $(SOPHYAINCP)utilarr.h \
|
---|
[3007] | 613 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 614 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 615 | $(SOPHYAINCP)HEALPixUtils.h \
|
---|
[3123] | 616 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 617 | fitsfile.h \
|
---|
[3054] | 618 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3123] | 619 | $(SOPHYAINCP)dvlist.h \
|
---|
| 620 | fitsinoutfile.h \
|
---|
[3054] | 621 | $(SOPHYAINCP)machdefs.h \
|
---|
[2740] | 622 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
[3007] | 623 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
[3123] | 624 | fitshandler.h \
|
---|
| 625 | $(SOPHYAINCP)tarray.h \
|
---|
[3054] | 626 | fitstarray.h
|
---|
[2765] | 627 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsspherehealpix.cc
|
---|
[2740] | 628 |
|
---|
| 629 | $(SOPHYAOBJP)fitsspherethetaphi.o: fitsspherethetaphi.cc \
|
---|
| 630 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 631 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 632 | $(SOPHYAINCP)machdefs.h \
|
---|
[3007] | 633 | fitsspherethetaphi.h \
|
---|
[2740] | 634 | $(SOPHYAINCP)spherethetaphi.h \
|
---|
| 635 | $(SOPHYAINCP)sphericalmap.h \
|
---|
| 636 | $(SOPHYAINCP)smathconst.h \
|
---|
| 637 | $(SOPHYAINCP)pixelmap.h \
|
---|
[3007] | 638 | $(SOPHYAINCP)ppersist.h \
|
---|
[3054] | 639 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3007] | 640 | $(SOPHYAINCP)gnumd5.h \
|
---|
[2740] | 641 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 642 | $(SOPHYAINCP)rawstream.h \
|
---|
| 643 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 644 | $(SOPHYAINCP)dvlist.h \
|
---|
| 645 | $(SOPHYAINCP)objfio.h \
|
---|
[2740] | 646 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 647 | $(SOPHYAINCP)mutyv.h \
|
---|
| 648 | $(SOPHYAINCP)timestamp.h \
|
---|
[2740] | 649 | $(SOPHYAINCP)spherepos.h \
|
---|
| 650 | $(SOPHYAINCP)unitvector.h \
|
---|
| 651 | $(SOPHYAINCP)vector3d.h \
|
---|
| 652 | $(SOPHYAINCP)longlat.h \
|
---|
| 653 | $(SOPHYAINCP)utilgeom.h \
|
---|
[3007] | 654 | $(SOPHYAINCP)datatype.h \
|
---|
| 655 | $(SOPHYAINCP)tvector.h \
|
---|
| 656 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 657 | $(SOPHYAINCP)tarray.h \
|
---|
| 658 | $(SOPHYAINCP)basarr.h \
|
---|
[2740] | 659 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3007] | 660 | $(SOPHYAINCP)utilarr.h \
|
---|
| 661 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 662 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
[3123] | 663 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 664 | fitsfile.h \
|
---|
[3054] | 665 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3123] | 666 | $(SOPHYAINCP)dvlist.h \
|
---|
| 667 | fitsinoutfile.h \
|
---|
[3054] | 668 | $(SOPHYAINCP)machdefs.h \
|
---|
[2740] | 669 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
[3007] | 670 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
[3123] | 671 | fitshandler.h \
|
---|
| 672 | $(SOPHYAINCP)tarray.h \
|
---|
[3054] | 673 | fitstarray.h
|
---|
[2765] | 674 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsspherethetaphi.cc
|
---|
[2740] | 675 |
|
---|
[3007] | 676 | $(SOPHYAOBJP)fitstarray.o: fitstarray.cc \
|
---|
| 677 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[2782] | 678 | $(SOPHYAINCP)machdefs.h \
|
---|
[3007] | 679 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3123] | 680 | $(SOPHYAINCP)machdefs.h \
|
---|
| 681 | fitstarray.h \
|
---|
[3007] | 682 | $(SOPHYAINCP)tarray.h \
|
---|
| 683 | $(SOPHYAINCP)basarr.h \
|
---|
[2740] | 684 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 685 | $(SOPHYAINCP)mutyv.h \
|
---|
| 686 | $(SOPHYAINCP)timestamp.h \
|
---|
| 687 | $(SOPHYAINCP)objfio.h \
|
---|
| 688 | $(SOPHYAINCP)ppersist.h \
|
---|
[3054] | 689 | $(SOPHYAINCP)pexceptions.h \
|
---|
[2740] | 690 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 691 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 692 | $(SOPHYAINCP)rawstream.h \
|
---|
| 693 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[2980] | 694 | $(SOPHYAINCP)dvlist.h \
|
---|
[2740] | 695 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3123] | 696 | $(SOPHYAINCP)utilarr.h \
|
---|
| 697 | fitsfile.h \
|
---|
[3054] | 698 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3123] | 699 | $(SOPHYAINCP)dvlist.h \
|
---|
| 700 | fitsinoutfile.h \
|
---|
[2740] | 701 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
[3007] | 702 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
| 703 | fitshandler.h
|
---|
[2765] | 704 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitstarray.cc
|
---|
[2740] | 705 |
|
---|
[3007] | 706 | $(SOPHYAOBJP)fitsxntuple.o: fitsxntuple.cc \
|
---|
| 707 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[2740] | 708 | $(SOPHYAINCP)pexceptions.h \
|
---|
[2980] | 709 | $(SOPHYAINCP)machdefs.h \
|
---|
[3123] | 710 | fitsxntuple.h \
|
---|
| 711 | $(SOPHYAINCP)machdefs.h \
|
---|
[2740] | 712 | $(SOPHYAINCP)xntuple.h \
|
---|
| 713 | $(SOPHYAINCP)ntupintf.h \
|
---|
[3007] | 714 | $(SOPHYAINCP)ppersist.h \
|
---|
[3054] | 715 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3007] | 716 | $(SOPHYAINCP)gnumd5.h \
|
---|
[2740] | 717 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 718 | $(SOPHYAINCP)rawstream.h \
|
---|
| 719 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 720 | $(SOPHYAINCP)dvlist.h \
|
---|
| 721 | $(SOPHYAINCP)objfio.h \
|
---|
[2740] | 722 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 723 | $(SOPHYAINCP)mutyv.h \
|
---|
| 724 | $(SOPHYAINCP)timestamp.h \
|
---|
[3054] | 725 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3123] | 726 | $(SOPHYAINCP)ppersist.h \
|
---|
| 727 | fitsfile.h \
|
---|
[3007] | 728 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3123] | 729 | $(SOPHYAINCP)dvlist.h \
|
---|
| 730 | fitsinoutfile.h \
|
---|
[2740] | 731 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
[3007] | 732 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
| 733 | fitshandler.h
|
---|
[2765] | 734 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsxntuple.cc
|
---|
[2740] | 735 |
|
---|
[2980] | 736 | $(SOPHYAOBJP)swfitsdtable.o: swfitsdtable.cc swfitsdtable.h \
|
---|
| 737 | $(SOPHYAINCP)basedtable.h \
|
---|
| 738 | $(SOPHYAINCP)machdefs.h \
|
---|
[3007] | 739 | $(SOPHYAINCP)ntupintf.h \
|
---|
| 740 | $(SOPHYAINCP)dvlist.h \
|
---|
[2980] | 741 | $(SOPHYAINCP)objfio.h \
|
---|
| 742 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 743 | $(SOPHYAINCP)ppersist.h \
|
---|
| 744 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 745 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 746 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 747 | $(SOPHYAINCP)rawstream.h \
|
---|
| 748 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 749 | $(SOPHYAINCP)mutyv.h \
|
---|
| 750 | $(SOPHYAINCP)timestamp.h \
|
---|
[2980] | 751 | $(SOPHYAINCP)segdatablock.h \
|
---|
[3007] | 752 | $(SOPHYAINCP)tvector.h \
|
---|
| 753 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 754 | $(SOPHYAINCP)tarray.h \
|
---|
| 755 | $(SOPHYAINCP)basarr.h \
|
---|
[2980] | 756 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3007] | 757 | $(SOPHYAINCP)utilarr.h \
|
---|
| 758 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 759 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
[3123] | 760 | $(SOPHYAINCP)swsegdb.h \
|
---|
| 761 | fitsswapper.h \
|
---|
| 762 | $(SOPHYAINCP)machdefs.h \
|
---|
| 763 | fitsinoutfile.h \
|
---|
[3054] | 764 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 765 | $(SOPHYAINCP)dvlist.h \
|
---|
[3007] | 766 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
[3123] | 767 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
| 768 | fitsblkrw.h fitshandler.h fitshdtable.h \
|
---|
| 769 | $(SOPHYAINCP)datatable.h \
|
---|
| 770 | $(SOPHYAINCP)basedtable.h \
|
---|
[2980] | 771 | $(SOPHYAINCP)sopnamsp.h
|
---|
| 772 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ swfitsdtable.cc
|
---|
| 773 |
|
---|