[2740] | 1 | include $(SOPHYABASE)/include/sophyamake.inc
|
---|
| 2 |
|
---|
| 3 | all: $(SOPHYALIBP)libFitsIOServer.a
|
---|
| 4 |
|
---|
| 5 | clean:
|
---|
[3049] | 6 | rm -f $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fiosinit.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fitshistos.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o $(SOPHYAOBJP)swfitsdtable.o
|
---|
[2740] | 7 | rm -f $(SOPHYALIBP)libFitsIOServer.a
|
---|
| 8 |
|
---|
[3049] | 9 | $(SOPHYALIBP)libFitsIOServer.a : $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fiosinit.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fitshistos.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o $(SOPHYAOBJP)swfitsdtable.o
|
---|
[2740] | 10 | $(AR) $(ARFLAGS) $@ $?
|
---|
[2763] | 11 | touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist
|
---|
[2740] | 12 |
|
---|
[3007] | 13 | $(SOPHYAOBJP)datacirclefits.o: datacirclefits.cc \
|
---|
[3049] | 14 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 15 | datacirclefits.h \
|
---|
[3007] | 16 | $(SOPHYAINCP)datacirclebase.h \
|
---|
| 17 | $(SOPHYAINCP)circle.h \
|
---|
| 18 | $(SOPHYAINCP)vector3d.h \
|
---|
[2740] | 19 | $(SOPHYAINCP)longlat.h \
|
---|
| 20 | $(SOPHYAINCP)machdefs.h \
|
---|
| 21 | $(SOPHYAINCP)utilgeom.h \
|
---|
| 22 | $(SOPHYAINCP)unitvector.h \
|
---|
| 23 | $(SOPHYAINCP)geometry.h \
|
---|
| 24 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
| 25 | $(SOPHYAINCP)FitsIO/longnam.h
|
---|
[2765] | 26 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacirclefits.cc
|
---|
[2740] | 27 |
|
---|
[3007] | 28 | $(SOPHYAOBJP)fabtcolread.o: fabtcolread.cc \
|
---|
| 29 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[2740] | 30 | $(SOPHYAINCP)machdefs.h \
|
---|
[3007] | 31 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3054] | 32 | $(SOPHYAINCP)machdefs.h \
|
---|
[3049] | 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 \
|
---|
[3054] | 62 | $(SOPHYAINCP)machdefs.h \
|
---|
[3049] | 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 \
|
---|
[3054] | 92 | $(SOPHYAINCP)machdefs.h \
|
---|
[3049] | 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 \
|
---|
[3049] | 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 \
|
---|
[3054] | 123 | $(SOPHYAINCP)machdefs.h \
|
---|
[3049] | 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 \
|
---|
[3049] | 133 | $(SOPHYAINCP)machdefs.h \
|
---|
| 134 | fiosinit.h \
|
---|
[3007] | 135 | $(SOPHYAINCP)sophyainit.h \
|
---|
[3054] | 136 | $(SOPHYAINCP)machdefs.h \
|
---|
[3049] | 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 \
|
---|
[3049] | 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 \
|
---|
[3049] | 165 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
[3054] | 166 | fitshandler.h fitsarrhand.h \
|
---|
| 167 | $(SOPHYAINCP)tarray.h \
|
---|
| 168 | $(SOPHYAINCP)tvector.h \
|
---|
| 169 | fitsblkrw.h fitsntuple.h \
|
---|
| 170 | $(SOPHYAINCP)ntuple.h \
|
---|
| 171 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 172 | $(SOPHYAINCP)ppersist.h \
|
---|
| 173 | fitsfile.h \
|
---|
| 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 \
|
---|
[3049] | 189 | fitslocalmap.h \
|
---|
[3054] | 190 | $(SOPHYAINCP)localmap.h \
|
---|
| 191 | fitshistos.h \
|
---|
| 192 | $(SOPHYAINCP)histos.h \
|
---|
| 193 | $(SOPHYAINCP)peida.h \
|
---|
| 194 | $(SOPHYAINCP)utils.h \
|
---|
| 195 | $(SOPHYAINCP)perrors.h \
|
---|
| 196 | $(SOPHYAINCP)fmath.h \
|
---|
| 197 | $(SOPHYAINCP)histos2.h \
|
---|
| 198 | $(SOPHYAINCP)histos.h
|
---|
[2980] | 199 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiosinit.cc
|
---|
| 200 |
|
---|
[3007] | 201 | $(SOPHYAOBJP)fitsautoreader.o: fitsautoreader.cc \
|
---|
| 202 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[2980] | 203 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 204 | $(SOPHYAINCP)machdefs.h \
|
---|
[3049] | 205 | fitsautoreader.h \
|
---|
[3054] | 206 | $(SOPHYAINCP)machdefs.h \
|
---|
[3049] | 207 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 208 | fitsfile.h \
|
---|
[2740] | 209 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3054] | 210 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 211 | $(SOPHYAINCP)dvlist.h \
|
---|
| 212 | $(SOPHYAINCP)objfio.h \
|
---|
| 213 | $(SOPHYAINCP)ppersist.h \
|
---|
[3054] | 214 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3007] | 215 | $(SOPHYAINCP)gnumd5.h \
|
---|
[2740] | 216 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 217 | $(SOPHYAINCP)rawstream.h \
|
---|
| 218 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 219 | $(SOPHYAINCP)mutyv.h \
|
---|
[3049] | 220 | $(SOPHYAINCP)timestamp.h \
|
---|
| 221 | fitsinoutfile.h \
|
---|
[3007] | 222 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
| 223 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
| 224 | fitshandler.h fitstarray.h \
|
---|
| 225 | $(SOPHYAINCP)tarray.h \
|
---|
| 226 | $(SOPHYAINCP)basarr.h \
|
---|
[3054] | 227 | $(SOPHYAINCP)dvlist.h \
|
---|
| 228 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3049] | 229 | $(SOPHYAINCP)utilarr.h \
|
---|
| 230 | fitsspherehealpix.h \
|
---|
[2740] | 231 | $(SOPHYAINCP)spherehealpix.h \
|
---|
| 232 | $(SOPHYAINCP)sphericalmap.h \
|
---|
| 233 | $(SOPHYAINCP)smathconst.h \
|
---|
| 234 | $(SOPHYAINCP)pixelmap.h \
|
---|
| 235 | $(SOPHYAINCP)spherepos.h \
|
---|
| 236 | $(SOPHYAINCP)unitvector.h \
|
---|
| 237 | $(SOPHYAINCP)vector3d.h \
|
---|
| 238 | $(SOPHYAINCP)longlat.h \
|
---|
| 239 | $(SOPHYAINCP)utilgeom.h \
|
---|
[3007] | 240 | $(SOPHYAINCP)datatype.h \
|
---|
| 241 | $(SOPHYAINCP)tvector.h \
|
---|
| 242 | $(SOPHYAINCP)tmatrix.h \
|
---|
[3054] | 243 | $(SOPHYAINCP)tarray.h \
|
---|
[3007] | 244 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 245 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
[3049] | 246 | $(SOPHYAINCP)HEALPixUtils.h \
|
---|
| 247 | fitsntuple.h \
|
---|
[3007] | 248 | $(SOPHYAINCP)ntuple.h \
|
---|
| 249 | $(SOPHYAINCP)ntupintf.h \
|
---|
[3054] | 250 | $(SOPHYAINCP)ppersist.h \
|
---|
[3049] | 251 | fitsxntuple.h \
|
---|
| 252 | $(SOPHYAINCP)xntuple.h \
|
---|
| 253 | fitslocalmap.h \
|
---|
| 254 | $(SOPHYAINCP)localmap.h \
|
---|
[3054] | 255 | fbtntintf.h \
|
---|
| 256 | $(SOPHYAINCP)ntupintf.h
|
---|
[2765] | 257 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsautoreader.cc
|
---|
[2740] | 258 |
|
---|
| 259 | $(SOPHYAOBJP)fitsbntbllineRW.o: fitsbntbllineRW.cc \
|
---|
| 260 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 261 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3049] | 262 | $(SOPHYAINCP)machdefs.h \
|
---|
| 263 | fitsbntbllineRW.h \
|
---|
[3007] | 264 | $(SOPHYAINCP)dvlist.h \
|
---|
| 265 | $(SOPHYAINCP)objfio.h \
|
---|
[2740] | 266 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 267 | $(SOPHYAINCP)ppersist.h \
|
---|
[3054] | 268 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3007] | 269 | $(SOPHYAINCP)gnumd5.h \
|
---|
[2740] | 270 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 271 | $(SOPHYAINCP)rawstream.h \
|
---|
| 272 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 273 | $(SOPHYAINCP)mutyv.h \
|
---|
[3049] | 274 | $(SOPHYAINCP)timestamp.h \
|
---|
| 275 | fitsfile.h \
|
---|
| 276 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 277 | fitsinoutfile.h \
|
---|
[3054] | 278 | $(SOPHYAINCP)machdefs.h \
|
---|
[2740] | 279 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
| 280 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
[3049] | 281 | fitshandler.h \
|
---|
| 282 | $(SOPHYAINCP)utils.h
|
---|
[2765] | 283 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsbntbllineRW.cc
|
---|
[2740] | 284 |
|
---|
[3007] | 285 | $(SOPHYAOBJP)fitsfile.o: fitsfile.cc \
|
---|
| 286 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[3049] | 287 | $(SOPHYAINCP)machdefs.h \
|
---|
| 288 | fitsfile.h \
|
---|
[3007] | 289 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3054] | 290 | $(SOPHYAINCP)machdefs.h \
|
---|
[2740] | 291 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 292 | $(SOPHYAINCP)dvlist.h \
|
---|
| 293 | $(SOPHYAINCP)objfio.h \
|
---|
[2740] | 294 | $(SOPHYAINCP)ppersist.h \
|
---|
| 295 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 296 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 297 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 298 | $(SOPHYAINCP)rawstream.h \
|
---|
| 299 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 300 | $(SOPHYAINCP)mutyv.h \
|
---|
[3049] | 301 | $(SOPHYAINCP)timestamp.h \
|
---|
| 302 | fitsinoutfile.h \
|
---|
[3054] | 303 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3007] | 304 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
[2740] | 305 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
[3049] | 306 | fitshandler.h \
|
---|
[3054] | 307 | $(SOPHYAINCP)strutil.h \
|
---|
| 308 | $(SOPHYAINCP)anydataobj.h
|
---|
[2765] | 309 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsfile.cc
|
---|
[2740] | 310 |
|
---|
[3007] | 311 | $(SOPHYAOBJP)fitshdtable.o: fitshdtable.cc \
|
---|
| 312 | $(SOPHYAINCP)machdefs.h \
|
---|
[2824] | 313 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 314 | $(SOPHYAINCP)datatable.h \
|
---|
| 315 | $(SOPHYAINCP)basedtable.h \
|
---|
[3054] | 316 | $(SOPHYAINCP)machdefs.h \
|
---|
[3007] | 317 | $(SOPHYAINCP)ntupintf.h \
|
---|
| 318 | $(SOPHYAINCP)dvlist.h \
|
---|
[2824] | 319 | $(SOPHYAINCP)objfio.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 \
|
---|
[3007] | 327 | $(SOPHYAINCP)mutyv.h \
|
---|
| 328 | $(SOPHYAINCP)timestamp.h \
|
---|
[2980] | 329 | $(SOPHYAINCP)segdatablock.h \
|
---|
[3007] | 330 | $(SOPHYAINCP)tvector.h \
|
---|
| 331 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 332 | $(SOPHYAINCP)tarray.h \
|
---|
| 333 | $(SOPHYAINCP)basarr.h \
|
---|
[2980] | 334 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3007] | 335 | $(SOPHYAINCP)utilarr.h \
|
---|
| 336 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
[3049] | 337 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 338 | fitsblkrw.h fitsinoutfile.h \
|
---|
[3054] | 339 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 340 | $(SOPHYAINCP)dvlist.h \
|
---|
[2824] | 341 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
[3007] | 342 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
| 343 | fitshandler.h swfitsdtable.h \
|
---|
[3054] | 344 | $(SOPHYAINCP)basedtable.h \
|
---|
[3049] | 345 | $(SOPHYAINCP)swsegdb.h \
|
---|
| 346 | fitsswapper.h
|
---|
[2824] | 347 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitshdtable.cc
|
---|
| 348 |
|
---|
[3049] | 349 | $(SOPHYAOBJP)fitshistos.o: fitshistos.cc \
|
---|
| 350 | $(SOPHYAINCP)machdefs.h \
|
---|
| 351 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 352 | $(SOPHYAINCP)histos.h \
|
---|
| 353 | $(SOPHYAINCP)objfio.h \
|
---|
[3054] | 354 | $(SOPHYAINCP)machdefs.h \
|
---|
[3049] | 355 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 356 | $(SOPHYAINCP)ppersist.h \
|
---|
| 357 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 358 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 359 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 360 | $(SOPHYAINCP)rawstream.h \
|
---|
| 361 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 362 | $(SOPHYAINCP)peida.h \
|
---|
| 363 | $(SOPHYAINCP)utils.h \
|
---|
| 364 | $(SOPHYAINCP)perrors.h \
|
---|
| 365 | $(SOPHYAINCP)fmath.h \
|
---|
| 366 | $(SOPHYAINCP)tvector.h \
|
---|
| 367 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 368 | $(SOPHYAINCP)tarray.h \
|
---|
| 369 | $(SOPHYAINCP)basarr.h \
|
---|
| 370 | $(SOPHYAINCP)mutyv.h \
|
---|
| 371 | $(SOPHYAINCP)timestamp.h \
|
---|
| 372 | $(SOPHYAINCP)dvlist.h \
|
---|
| 373 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 374 | $(SOPHYAINCP)utilarr.h \
|
---|
| 375 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 376 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 377 | $(SOPHYAINCP)hisprof.h \
|
---|
[3054] | 378 | $(SOPHYAINCP)histos.h \
|
---|
[3049] | 379 | $(SOPHYAINCP)histerr.h \
|
---|
| 380 | $(SOPHYAINCP)histos2.h \
|
---|
| 381 | fitsblkrw.h fitsinoutfile.h \
|
---|
[3054] | 382 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 383 | $(SOPHYAINCP)dvlist.h \
|
---|
[3049] | 384 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
| 385 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
| 386 | fitshandler.h
|
---|
| 387 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitshistos.cc
|
---|
| 388 |
|
---|
[3007] | 389 | $(SOPHYAOBJP)fitsinoutfile.o: fitsinoutfile.cc \
|
---|
| 390 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[2824] | 391 | $(SOPHYAINCP)machdefs.h \
|
---|
| 392 | $(SOPHYAINCP)segdatablock.h \
|
---|
[3054] | 393 | $(SOPHYAINCP)machdefs.h \
|
---|
[3049] | 394 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 395 | fitsinoutfile.h \
|
---|
[2824] | 396 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3007] | 397 | $(SOPHYAINCP)dvlist.h \
|
---|
| 398 | $(SOPHYAINCP)objfio.h \
|
---|
| 399 | $(SOPHYAINCP)ppersist.h \
|
---|
[3054] | 400 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3007] | 401 | $(SOPHYAINCP)gnumd5.h \
|
---|
[2824] | 402 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 403 | $(SOPHYAINCP)rawstream.h \
|
---|
| 404 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 405 | $(SOPHYAINCP)mutyv.h \
|
---|
| 406 | $(SOPHYAINCP)timestamp.h \
|
---|
[2824] | 407 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
[3007] | 408 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
| 409 | $(SOPHYAINCP)strutil.h
|
---|
[2824] | 410 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsinoutfile.cc
|
---|
| 411 |
|
---|
[3007] | 412 | $(SOPHYAOBJP)fitslocalmap.o: fitslocalmap.cc \
|
---|
| 413 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[3049] | 414 | $(SOPHYAINCP)machdefs.h \
|
---|
| 415 | fitslocalmap.h \
|
---|
[3007] | 416 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3054] | 417 | $(SOPHYAINCP)machdefs.h \
|
---|
[2740] | 418 | $(SOPHYAINCP)localmap.h \
|
---|
| 419 | $(SOPHYAINCP)pixelmap.h \
|
---|
[3007] | 420 | $(SOPHYAINCP)ppersist.h \
|
---|
[3054] | 421 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3007] | 422 | $(SOPHYAINCP)gnumd5.h \
|
---|
[2740] | 423 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 424 | $(SOPHYAINCP)rawstream.h \
|
---|
| 425 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 426 | $(SOPHYAINCP)dvlist.h \
|
---|
| 427 | $(SOPHYAINCP)objfio.h \
|
---|
[2740] | 428 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 429 | $(SOPHYAINCP)mutyv.h \
|
---|
| 430 | $(SOPHYAINCP)timestamp.h \
|
---|
[2740] | 431 | $(SOPHYAINCP)spherepos.h \
|
---|
| 432 | $(SOPHYAINCP)unitvector.h \
|
---|
| 433 | $(SOPHYAINCP)vector3d.h \
|
---|
| 434 | $(SOPHYAINCP)longlat.h \
|
---|
| 435 | $(SOPHYAINCP)utilgeom.h \
|
---|
[3007] | 436 | $(SOPHYAINCP)datatype.h \
|
---|
[2740] | 437 | $(SOPHYAINCP)sphericalmap.h \
|
---|
| 438 | $(SOPHYAINCP)smathconst.h \
|
---|
[3007] | 439 | $(SOPHYAINCP)tvector.h \
|
---|
| 440 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 441 | $(SOPHYAINCP)tarray.h \
|
---|
| 442 | $(SOPHYAINCP)basarr.h \
|
---|
[2740] | 443 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3007] | 444 | $(SOPHYAINCP)utilarr.h \
|
---|
| 445 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
[3049] | 446 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
[3054] | 447 | fitsfile.h \
|
---|
| 448 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 449 | $(SOPHYAINCP)dvlist.h \
|
---|
| 450 | fitsinoutfile.h \
|
---|
[2740] | 451 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
[3007] | 452 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
| 453 | fitshandler.h
|
---|
[2765] | 454 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitslocalmap.cc
|
---|
[2740] | 455 |
|
---|
[3007] | 456 | $(SOPHYAOBJP)fitsmanager.o: fitsmanager.cc \
|
---|
| 457 | $(SOPHYAINCP)machdefs.h \
|
---|
[3049] | 458 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 459 | fitsmanager.h fitsinoutfile.h \
|
---|
| 460 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3054] | 461 | $(SOPHYAINCP)machdefs.h \
|
---|
[3007] | 462 | $(SOPHYAINCP)dvlist.h \
|
---|
| 463 | $(SOPHYAINCP)objfio.h \
|
---|
| 464 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 465 | $(SOPHYAINCP)ppersist.h \
|
---|
[3054] | 466 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3007] | 467 | $(SOPHYAINCP)gnumd5.h \
|
---|
[2824] | 468 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 469 | $(SOPHYAINCP)rawstream.h \
|
---|
| 470 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 471 | $(SOPHYAINCP)mutyv.h \
|
---|
| 472 | $(SOPHYAINCP)timestamp.h \
|
---|
[2824] | 473 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
[3007] | 474 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
| 475 | fitshandler.h
|
---|
[2824] | 476 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsmanager.cc
|
---|
| 477 |
|
---|
[3007] | 478 | $(SOPHYAOBJP)fitsntuple.o: fitsntuple.cc \
|
---|
| 479 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[2740] | 480 | $(SOPHYAINCP)pexceptions.h \
|
---|
[2980] | 481 | $(SOPHYAINCP)machdefs.h \
|
---|
[3049] | 482 | fitsntuple.h \
|
---|
[3054] | 483 | $(SOPHYAINCP)machdefs.h \
|
---|
[3007] | 484 | $(SOPHYAINCP)ntuple.h \
|
---|
| 485 | $(SOPHYAINCP)objfio.h \
|
---|
[2740] | 486 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 487 | $(SOPHYAINCP)ppersist.h \
|
---|
[3054] | 488 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3007] | 489 | $(SOPHYAINCP)gnumd5.h \
|
---|
[2740] | 490 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 491 | $(SOPHYAINCP)rawstream.h \
|
---|
| 492 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 493 | $(SOPHYAINCP)ntupintf.h \
|
---|
| 494 | $(SOPHYAINCP)dvlist.h \
|
---|
| 495 | $(SOPHYAINCP)mutyv.h \
|
---|
| 496 | $(SOPHYAINCP)timestamp.h \
|
---|
[3054] | 497 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 498 | $(SOPHYAINCP)ppersist.h \
|
---|
[3049] | 499 | fitsfile.h \
|
---|
[3007] | 500 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3054] | 501 | $(SOPHYAINCP)dvlist.h \
|
---|
[3049] | 502 | fitsinoutfile.h \
|
---|
[2740] | 503 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
[3007] | 504 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
| 505 | fitshandler.h
|
---|
[2765] | 506 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsntuple.cc
|
---|
[2740] | 507 |
|
---|
| 508 | $(SOPHYAOBJP)fitsspherehealpix.o: fitsspherehealpix.cc \
|
---|
| 509 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 510 | $(SOPHYAINCP)pexceptions.h \
|
---|
[2980] | 511 | $(SOPHYAINCP)machdefs.h \
|
---|
[3007] | 512 | fitsspherehealpix.h \
|
---|
[2740] | 513 | $(SOPHYAINCP)spherehealpix.h \
|
---|
| 514 | $(SOPHYAINCP)sphericalmap.h \
|
---|
| 515 | $(SOPHYAINCP)smathconst.h \
|
---|
| 516 | $(SOPHYAINCP)pixelmap.h \
|
---|
[3007] | 517 | $(SOPHYAINCP)ppersist.h \
|
---|
[3054] | 518 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3007] | 519 | $(SOPHYAINCP)gnumd5.h \
|
---|
[2740] | 520 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 521 | $(SOPHYAINCP)rawstream.h \
|
---|
| 522 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 523 | $(SOPHYAINCP)dvlist.h \
|
---|
| 524 | $(SOPHYAINCP)objfio.h \
|
---|
[2740] | 525 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 526 | $(SOPHYAINCP)mutyv.h \
|
---|
| 527 | $(SOPHYAINCP)timestamp.h \
|
---|
[2740] | 528 | $(SOPHYAINCP)spherepos.h \
|
---|
| 529 | $(SOPHYAINCP)unitvector.h \
|
---|
| 530 | $(SOPHYAINCP)vector3d.h \
|
---|
| 531 | $(SOPHYAINCP)longlat.h \
|
---|
| 532 | $(SOPHYAINCP)utilgeom.h \
|
---|
[3007] | 533 | $(SOPHYAINCP)datatype.h \
|
---|
| 534 | $(SOPHYAINCP)tvector.h \
|
---|
| 535 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 536 | $(SOPHYAINCP)tarray.h \
|
---|
| 537 | $(SOPHYAINCP)basarr.h \
|
---|
[2740] | 538 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 539 | $(SOPHYAINCP)utilarr.h \
|
---|
[3007] | 540 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 541 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 542 | $(SOPHYAINCP)HEALPixUtils.h \
|
---|
[3054] | 543 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 544 | fitsfile.h \
|
---|
| 545 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 546 | $(SOPHYAINCP)dvlist.h \
|
---|
| 547 | fitsinoutfile.h \
|
---|
| 548 | $(SOPHYAINCP)machdefs.h \
|
---|
[2740] | 549 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
[3007] | 550 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
[3054] | 551 | fitshandler.h \
|
---|
| 552 | $(SOPHYAINCP)tarray.h \
|
---|
| 553 | fitstarray.h
|
---|
[2765] | 554 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsspherehealpix.cc
|
---|
[2740] | 555 |
|
---|
| 556 | $(SOPHYAOBJP)fitsspherethetaphi.o: fitsspherethetaphi.cc \
|
---|
| 557 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 558 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 559 | $(SOPHYAINCP)machdefs.h \
|
---|
[3007] | 560 | fitsspherethetaphi.h \
|
---|
[2740] | 561 | $(SOPHYAINCP)spherethetaphi.h \
|
---|
| 562 | $(SOPHYAINCP)sphericalmap.h \
|
---|
| 563 | $(SOPHYAINCP)smathconst.h \
|
---|
| 564 | $(SOPHYAINCP)pixelmap.h \
|
---|
[3007] | 565 | $(SOPHYAINCP)ppersist.h \
|
---|
[3054] | 566 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3007] | 567 | $(SOPHYAINCP)gnumd5.h \
|
---|
[2740] | 568 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 569 | $(SOPHYAINCP)rawstream.h \
|
---|
| 570 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 571 | $(SOPHYAINCP)dvlist.h \
|
---|
| 572 | $(SOPHYAINCP)objfio.h \
|
---|
[2740] | 573 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 574 | $(SOPHYAINCP)mutyv.h \
|
---|
| 575 | $(SOPHYAINCP)timestamp.h \
|
---|
[2740] | 576 | $(SOPHYAINCP)spherepos.h \
|
---|
| 577 | $(SOPHYAINCP)unitvector.h \
|
---|
| 578 | $(SOPHYAINCP)vector3d.h \
|
---|
| 579 | $(SOPHYAINCP)longlat.h \
|
---|
| 580 | $(SOPHYAINCP)utilgeom.h \
|
---|
[3007] | 581 | $(SOPHYAINCP)datatype.h \
|
---|
| 582 | $(SOPHYAINCP)tvector.h \
|
---|
| 583 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 584 | $(SOPHYAINCP)tarray.h \
|
---|
| 585 | $(SOPHYAINCP)basarr.h \
|
---|
[2740] | 586 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3007] | 587 | $(SOPHYAINCP)utilarr.h \
|
---|
| 588 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 589 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
[3054] | 590 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 591 | fitsfile.h \
|
---|
| 592 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 593 | $(SOPHYAINCP)dvlist.h \
|
---|
| 594 | fitsinoutfile.h \
|
---|
| 595 | $(SOPHYAINCP)machdefs.h \
|
---|
[2740] | 596 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
[3007] | 597 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
[3054] | 598 | fitshandler.h \
|
---|
| 599 | $(SOPHYAINCP)tarray.h \
|
---|
| 600 | fitstarray.h
|
---|
[2765] | 601 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsspherethetaphi.cc
|
---|
[2740] | 602 |
|
---|
[3007] | 603 | $(SOPHYAOBJP)fitstarray.o: fitstarray.cc \
|
---|
| 604 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[2782] | 605 | $(SOPHYAINCP)machdefs.h \
|
---|
[3007] | 606 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3054] | 607 | $(SOPHYAINCP)machdefs.h \
|
---|
[3049] | 608 | fitstarray.h \
|
---|
[3007] | 609 | $(SOPHYAINCP)tarray.h \
|
---|
| 610 | $(SOPHYAINCP)basarr.h \
|
---|
[2740] | 611 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 612 | $(SOPHYAINCP)mutyv.h \
|
---|
| 613 | $(SOPHYAINCP)timestamp.h \
|
---|
| 614 | $(SOPHYAINCP)objfio.h \
|
---|
| 615 | $(SOPHYAINCP)ppersist.h \
|
---|
[3054] | 616 | $(SOPHYAINCP)pexceptions.h \
|
---|
[2740] | 617 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 618 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 619 | $(SOPHYAINCP)rawstream.h \
|
---|
| 620 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[2980] | 621 | $(SOPHYAINCP)dvlist.h \
|
---|
[2740] | 622 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3049] | 623 | $(SOPHYAINCP)utilarr.h \
|
---|
[3054] | 624 | fitsfile.h \
|
---|
| 625 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 626 | $(SOPHYAINCP)dvlist.h \
|
---|
| 627 | fitsinoutfile.h \
|
---|
[2740] | 628 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
[3007] | 629 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
| 630 | fitshandler.h
|
---|
[2765] | 631 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitstarray.cc
|
---|
[2740] | 632 |
|
---|
[3007] | 633 | $(SOPHYAOBJP)fitsxntuple.o: fitsxntuple.cc \
|
---|
| 634 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[2740] | 635 | $(SOPHYAINCP)pexceptions.h \
|
---|
[2980] | 636 | $(SOPHYAINCP)machdefs.h \
|
---|
[3049] | 637 | fitsxntuple.h \
|
---|
[3054] | 638 | $(SOPHYAINCP)machdefs.h \
|
---|
[2740] | 639 | $(SOPHYAINCP)xntuple.h \
|
---|
| 640 | $(SOPHYAINCP)ntupintf.h \
|
---|
[3007] | 641 | $(SOPHYAINCP)ppersist.h \
|
---|
[3054] | 642 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3007] | 643 | $(SOPHYAINCP)gnumd5.h \
|
---|
[2740] | 644 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 645 | $(SOPHYAINCP)rawstream.h \
|
---|
| 646 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 647 | $(SOPHYAINCP)dvlist.h \
|
---|
| 648 | $(SOPHYAINCP)objfio.h \
|
---|
[2740] | 649 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 650 | $(SOPHYAINCP)mutyv.h \
|
---|
| 651 | $(SOPHYAINCP)timestamp.h \
|
---|
[3054] | 652 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 653 | $(SOPHYAINCP)ppersist.h \
|
---|
[3049] | 654 | fitsfile.h \
|
---|
[3007] | 655 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3054] | 656 | $(SOPHYAINCP)dvlist.h \
|
---|
[3049] | 657 | fitsinoutfile.h \
|
---|
[2740] | 658 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
[3007] | 659 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
| 660 | fitshandler.h
|
---|
[2765] | 661 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsxntuple.cc
|
---|
[2740] | 662 |
|
---|
[2980] | 663 | $(SOPHYAOBJP)swfitsdtable.o: swfitsdtable.cc swfitsdtable.h \
|
---|
| 664 | $(SOPHYAINCP)basedtable.h \
|
---|
| 665 | $(SOPHYAINCP)machdefs.h \
|
---|
[3007] | 666 | $(SOPHYAINCP)ntupintf.h \
|
---|
| 667 | $(SOPHYAINCP)dvlist.h \
|
---|
[2980] | 668 | $(SOPHYAINCP)objfio.h \
|
---|
| 669 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 670 | $(SOPHYAINCP)ppersist.h \
|
---|
| 671 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 672 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 673 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 674 | $(SOPHYAINCP)rawstream.h \
|
---|
| 675 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 676 | $(SOPHYAINCP)mutyv.h \
|
---|
| 677 | $(SOPHYAINCP)timestamp.h \
|
---|
[2980] | 678 | $(SOPHYAINCP)segdatablock.h \
|
---|
[3007] | 679 | $(SOPHYAINCP)tvector.h \
|
---|
| 680 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 681 | $(SOPHYAINCP)tarray.h \
|
---|
| 682 | $(SOPHYAINCP)basarr.h \
|
---|
[2980] | 683 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3007] | 684 | $(SOPHYAINCP)utilarr.h \
|
---|
| 685 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 686 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
[3049] | 687 | $(SOPHYAINCP)swsegdb.h \
|
---|
[3054] | 688 | fitsswapper.h \
|
---|
| 689 | $(SOPHYAINCP)machdefs.h \
|
---|
| 690 | fitsinoutfile.h \
|
---|
| 691 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 692 | $(SOPHYAINCP)dvlist.h \
|
---|
[3007] | 693 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
[3049] | 694 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
| 695 | fitsblkrw.h fitshdtable.h \
|
---|
| 696 | $(SOPHYAINCP)datatable.h \
|
---|
[3054] | 697 | $(SOPHYAINCP)basedtable.h \
|
---|
[3049] | 698 | fitshandler.h \
|
---|
[2980] | 699 | $(SOPHYAINCP)sopnamsp.h
|
---|
| 700 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ swfitsdtable.cc
|
---|
| 701 |
|
---|