Changeset 3007 in Sophya
- Timestamp:
- Jul 5, 2006, 10:59:39 AM (19 years ago)
- Location:
- trunk
- Files:
-
- 47 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/Makefile
r2864 r3007 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist 12 12 13 $(SOPHYAOBJP)datacirclefits.o: datacirclefits.cc $(SOPHYAINCP)sopnamsp.h \ 14 datacirclefits.h $(SOPHYAINCP)datacirclebase.h \ 15 $(SOPHYAINCP)circle.h $(SOPHYAINCP)vector3d.h \ 13 $(SOPHYAOBJP)datacirclefits.o: datacirclefits.cc \ 14 $(SOPHYAINCP)sopnamsp.h datacirclefits.h \ 15 $(SOPHYAINCP)datacirclebase.h \ 16 $(SOPHYAINCP)circle.h \ 17 $(SOPHYAINCP)vector3d.h \ 16 18 $(SOPHYAINCP)longlat.h \ 17 19 $(SOPHYAINCP)machdefs.h \ 18 $(SOPHYAINCP)osx_values.h \19 20 $(SOPHYAINCP)utilgeom.h \ 20 21 $(SOPHYAINCP)unitvector.h \ … … 24 25 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacirclefits.cc 25 26 26 $(SOPHYAOBJP)fabtcolread.o: fabtcolread.cc $(SOPHYAINCP)sopnamsp.h \ 27 $(SOPHYAINCP)machdefs.h \ 28 $(SOPHYAINCP)osx_values.h \ 29 $(SOPHYAINCP)pexceptions.h fabtcolread.h \ 30 $(SOPHYAINCP)anydataobj.h \ 31 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 32 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 33 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 34 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \ 35 $(SOPHYAINCP)gnumd5.h \ 36 $(SOPHYAINCP)ppfbinstream.h \ 37 $(SOPHYAINCP)rawstream.h \ 38 $(SOPHYAINCP)ppfnametag.h \ 39 $(SOPHYAINCP)dvlist.h \ 40 $(SOPHYAINCP)ndatablock.h \ 41 $(SOPHYAINCP)utilarr.h \ 27 $(SOPHYAOBJP)fabtcolread.o: fabtcolread.cc \ 28 $(SOPHYAINCP)sopnamsp.h \ 29 $(SOPHYAINCP)machdefs.h \ 30 $(SOPHYAINCP)pexceptions.h \ 31 $(SOPHYAINCP)machdefs.h fabtcolread.h \ 32 $(SOPHYAINCP)anydataobj.h \ 33 $(SOPHYAINCP)tvector.h \ 34 $(SOPHYAINCP)tmatrix.h \ 35 $(SOPHYAINCP)tarray.h \ 36 $(SOPHYAINCP)basarr.h \ 37 $(SOPHYAINCP)anydataobj.h \ 38 $(SOPHYAINCP)mutyv.h \ 39 $(SOPHYAINCP)timestamp.h \ 40 $(SOPHYAINCP)objfio.h \ 41 $(SOPHYAINCP)ppersist.h \ 42 $(SOPHYAINCP)pexceptions.h \ 43 $(SOPHYAINCP)gnumd5.h \ 44 $(SOPHYAINCP)ppfbinstream.h \ 45 $(SOPHYAINCP)rawstream.h \ 46 $(SOPHYAINCP)ppfnametag.h \ 47 $(SOPHYAINCP)dvlist.h \ 48 $(SOPHYAINCP)ndatablock.h \ 49 $(SOPHYAINCP)utilarr.h \ 50 $(SOPHYAINCP)tmatrix_tsnl.h \ 51 $(SOPHYAINCP)tvector_tsnl.h \ 42 52 $(SOPHYAINCP)FitsIO/fitsio.h \ 43 53 $(SOPHYAINCP)FitsIO/longnam.h 44 54 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fabtcolread.cc 45 55 46 $(SOPHYAOBJP)fabtwriter.o: fabtwriter.cc $(SOPHYAINCP)sopnamsp.h \ 47 $(SOPHYAINCP)machdefs.h \ 48 $(SOPHYAINCP)osx_values.h \ 49 $(SOPHYAINCP)pexceptions.h fabtwriter.h \ 50 $(SOPHYAINCP)anydataobj.h \ 51 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 52 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 53 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 54 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \ 55 $(SOPHYAINCP)gnumd5.h \ 56 $(SOPHYAINCP)ppfbinstream.h \ 57 $(SOPHYAINCP)rawstream.h \ 58 $(SOPHYAINCP)ppfnametag.h \ 59 $(SOPHYAINCP)dvlist.h \ 60 $(SOPHYAINCP)ndatablock.h \ 61 $(SOPHYAINCP)utilarr.h \ 56 $(SOPHYAOBJP)fabtwriter.o: fabtwriter.cc \ 57 $(SOPHYAINCP)sopnamsp.h \ 58 $(SOPHYAINCP)machdefs.h \ 59 $(SOPHYAINCP)pexceptions.h \ 60 $(SOPHYAINCP)machdefs.h fabtwriter.h \ 61 $(SOPHYAINCP)anydataobj.h \ 62 $(SOPHYAINCP)tvector.h \ 63 $(SOPHYAINCP)tmatrix.h \ 64 $(SOPHYAINCP)tarray.h \ 65 $(SOPHYAINCP)basarr.h \ 66 $(SOPHYAINCP)anydataobj.h \ 67 $(SOPHYAINCP)mutyv.h \ 68 $(SOPHYAINCP)timestamp.h \ 69 $(SOPHYAINCP)objfio.h \ 70 $(SOPHYAINCP)ppersist.h \ 71 $(SOPHYAINCP)pexceptions.h \ 72 $(SOPHYAINCP)gnumd5.h \ 73 $(SOPHYAINCP)ppfbinstream.h \ 74 $(SOPHYAINCP)rawstream.h \ 75 $(SOPHYAINCP)ppfnametag.h \ 76 $(SOPHYAINCP)dvlist.h \ 77 $(SOPHYAINCP)ndatablock.h \ 78 $(SOPHYAINCP)utilarr.h \ 79 $(SOPHYAINCP)tmatrix_tsnl.h \ 80 $(SOPHYAINCP)tvector_tsnl.h \ 62 81 $(SOPHYAINCP)FitsIO/fitsio.h \ 63 82 $(SOPHYAINCP)FitsIO/longnam.h 64 83 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fabtwriter.cc 65 84 66 $(SOPHYAOBJP)fboloread.o: fboloread.cc $(SOPHYAINCP)sopnamsp.h \ 67 $(SOPHYAINCP)machdefs.h \ 68 $(SOPHYAINCP)osx_values.h \ 69 $(SOPHYAINCP)pexceptions.h fboloread.h \ 70 $(SOPHYAINCP)anydataobj.h \ 71 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 72 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 73 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 74 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \ 75 $(SOPHYAINCP)gnumd5.h \ 76 $(SOPHYAINCP)ppfbinstream.h \ 77 $(SOPHYAINCP)rawstream.h \ 78 $(SOPHYAINCP)ppfnametag.h \ 79 $(SOPHYAINCP)dvlist.h \ 80 $(SOPHYAINCP)ndatablock.h \ 81 $(SOPHYAINCP)utilarr.h fabtcolread.h \ 85 $(SOPHYAOBJP)fboloread.o: fboloread.cc \ 86 $(SOPHYAINCP)sopnamsp.h \ 87 $(SOPHYAINCP)machdefs.h \ 88 $(SOPHYAINCP)pexceptions.h \ 89 $(SOPHYAINCP)machdefs.h fboloread.h \ 90 $(SOPHYAINCP)anydataobj.h \ 91 $(SOPHYAINCP)tvector.h \ 92 $(SOPHYAINCP)tmatrix.h \ 93 $(SOPHYAINCP)tarray.h \ 94 $(SOPHYAINCP)basarr.h \ 95 $(SOPHYAINCP)anydataobj.h \ 96 $(SOPHYAINCP)mutyv.h \ 97 $(SOPHYAINCP)timestamp.h \ 98 $(SOPHYAINCP)objfio.h \ 99 $(SOPHYAINCP)ppersist.h \ 100 $(SOPHYAINCP)pexceptions.h \ 101 $(SOPHYAINCP)gnumd5.h \ 102 $(SOPHYAINCP)ppfbinstream.h \ 103 $(SOPHYAINCP)rawstream.h \ 104 $(SOPHYAINCP)ppfnametag.h \ 105 $(SOPHYAINCP)dvlist.h \ 106 $(SOPHYAINCP)ndatablock.h \ 107 $(SOPHYAINCP)utilarr.h \ 108 $(SOPHYAINCP)tmatrix_tsnl.h \ 109 $(SOPHYAINCP)tvector_tsnl.h fabtcolread.h \ 82 110 $(SOPHYAINCP)FitsIO/fitsio.h \ 83 111 $(SOPHYAINCP)FitsIO/longnam.h 84 112 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fboloread.cc 85 113 86 $(SOPHYAOBJP)fbtntintf.o: fbtntintf.cc $(SOPHYAINCP)sopnamsp.h \ 87 $(SOPHYAINCP)machdefs.h \ 88 $(SOPHYAINCP)osx_values.h \ 89 $(SOPHYAINCP)pexceptions.h fbtntintf.h \ 114 $(SOPHYAOBJP)fbtntintf.o: fbtntintf.cc \ 115 $(SOPHYAINCP)sopnamsp.h \ 116 $(SOPHYAINCP)machdefs.h \ 117 $(SOPHYAINCP)pexceptions.h \ 118 $(SOPHYAINCP)machdefs.h fbtntintf.h \ 90 119 $(SOPHYAINCP)anydataobj.h \ 91 120 $(SOPHYAINCP)ntupintf.h \ … … 94 123 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fbtntintf.cc 95 124 96 $(SOPHYAOBJP)fiosinit.o: fiosinit.cc $(SOPHYAINCP)sopnamsp.h \ 97 $(SOPHYAINCP)machdefs.h \ 98 $(SOPHYAINCP)osx_values.h fiosinit.h \ 99 $(SOPHYAINCP)sophyainit.h fitsmanager.h fitsinoutfile.h \ 100 $(SOPHYAINCP)pexceptions.h \ 101 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 102 $(SOPHYAINCP)anydataobj.h \ 103 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 104 $(SOPHYAINCP)ppfbinstream.h \ 105 $(SOPHYAINCP)rawstream.h \ 106 $(SOPHYAINCP)ppfnametag.h \ 107 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 108 $(SOPHYAINCP)FitsIO/fitsio.h \ 109 $(SOPHYAINCP)FitsIO/longnam.h fitshdtable.h \ 110 $(SOPHYAINCP)datatable.h \ 125 $(SOPHYAOBJP)fiosinit.o: fiosinit.cc \ 126 $(SOPHYAINCP)sopnamsp.h \ 127 $(SOPHYAINCP)machdefs.h fiosinit.h \ 128 $(SOPHYAINCP)sophyainit.h \ 129 $(SOPHYAINCP)machdefs.h fitsmanager.h \ 130 fitsinoutfile.h $(SOPHYAINCP)pexceptions.h \ 131 $(SOPHYAINCP)dvlist.h \ 132 $(SOPHYAINCP)objfio.h \ 133 $(SOPHYAINCP)anydataobj.h \ 134 $(SOPHYAINCP)ppersist.h \ 135 $(SOPHYAINCP)pexceptions.h \ 136 $(SOPHYAINCP)gnumd5.h \ 137 $(SOPHYAINCP)ppfbinstream.h \ 138 $(SOPHYAINCP)rawstream.h \ 139 $(SOPHYAINCP)ppfnametag.h \ 140 $(SOPHYAINCP)mutyv.h \ 141 $(SOPHYAINCP)timestamp.h \ 142 $(SOPHYAINCP)FitsIO/fitsio.h \ 143 $(SOPHYAINCP)FitsIO/longnam.h \ 144 fitshdtable.h $(SOPHYAINCP)datatable.h \ 111 145 $(SOPHYAINCP)basedtable.h \ 112 146 $(SOPHYAINCP)ntupintf.h \ 147 $(SOPHYAINCP)dvlist.h \ 113 148 $(SOPHYAINCP)segdatablock.h \ 114 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 115 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 116 $(SOPHYAINCP)ndatablock.h \ 117 $(SOPHYAINCP)utilarr.h fitshandler.h fitsarrhand.h \ 118 fitsblkrw.h 149 $(SOPHYAINCP)tvector.h \ 150 $(SOPHYAINCP)tmatrix.h \ 151 $(SOPHYAINCP)tarray.h \ 152 $(SOPHYAINCP)basarr.h \ 153 $(SOPHYAINCP)ndatablock.h \ 154 $(SOPHYAINCP)utilarr.h \ 155 $(SOPHYAINCP)tmatrix_tsnl.h \ 156 $(SOPHYAINCP)tvector_tsnl.h fitshandler.h \ 157 fitsarrhand.h $(SOPHYAINCP)tarray.h \ 158 $(SOPHYAINCP)tvector.h fitsblkrw.h \ 159 fitsntuple.h $(SOPHYAINCP)ntuple.h \ 160 $(SOPHYAINCP)anydataobj.h \ 161 $(SOPHYAINCP)ppersist.h fitsfile.h \ 162 $(SOPHYAINCP)ndatablock.h \ 163 fitsspherehealpix.h \ 164 $(SOPHYAINCP)spherehealpix.h \ 165 $(SOPHYAINCP)sphericalmap.h \ 166 $(SOPHYAINCP)smathconst.h \ 167 $(SOPHYAINCP)pixelmap.h \ 168 $(SOPHYAINCP)spherepos.h \ 169 $(SOPHYAINCP)unitvector.h \ 170 $(SOPHYAINCP)vector3d.h \ 171 $(SOPHYAINCP)longlat.h \ 172 $(SOPHYAINCP)utilgeom.h \ 173 $(SOPHYAINCP)datatype.h \ 174 $(SOPHYAINCP)HEALPixUtils.h \ 175 fitsspherethetaphi.h \ 176 $(SOPHYAINCP)spherethetaphi.h \ 177 fitslocalmap.h $(SOPHYAINCP)localmap.h 119 178 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiosinit.cc 120 179 121 $(SOPHYAOBJP)fitsautoreader.o: fitsautoreader.cc $(SOPHYAINCP)sopnamsp.h \ 122 $(SOPHYAINCP)pexceptions.h \ 123 $(SOPHYAINCP)machdefs.h \ 124 $(SOPHYAINCP)osx_values.h fitsautoreader.h \ 180 $(SOPHYAOBJP)fitsautoreader.o: fitsautoreader.cc \ 181 $(SOPHYAINCP)sopnamsp.h \ 182 $(SOPHYAINCP)pexceptions.h \ 183 $(SOPHYAINCP)machdefs.h fitsautoreader.h \ 184 $(SOPHYAINCP)machdefs.h \ 125 185 $(SOPHYAINCP)anydataobj.h fitsfile.h \ 126 186 $(SOPHYAINCP)ndatablock.h \ 127 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 128 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 129 $(SOPHYAINCP)ppfbinstream.h \ 130 $(SOPHYAINCP)rawstream.h \ 131 $(SOPHYAINCP)ppfnametag.h \ 132 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 133 fitsinoutfile.h $(SOPHYAINCP)FitsIO/fitsio.h \ 134 $(SOPHYAINCP)FitsIO/longnam.h fitstarray.h \ 135 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 187 $(SOPHYAINCP)anydataobj.h \ 188 $(SOPHYAINCP)dvlist.h \ 189 $(SOPHYAINCP)objfio.h \ 190 $(SOPHYAINCP)ppersist.h \ 191 $(SOPHYAINCP)pexceptions.h \ 192 $(SOPHYAINCP)gnumd5.h \ 193 $(SOPHYAINCP)ppfbinstream.h \ 194 $(SOPHYAINCP)rawstream.h \ 195 $(SOPHYAINCP)ppfnametag.h \ 196 $(SOPHYAINCP)mutyv.h \ 197 $(SOPHYAINCP)timestamp.h fitsinoutfile.h \ 198 $(SOPHYAINCP)FitsIO/fitsio.h \ 199 $(SOPHYAINCP)FitsIO/longnam.h \ 200 fitshandler.h fitstarray.h \ 201 $(SOPHYAINCP)tarray.h \ 202 $(SOPHYAINCP)basarr.h \ 203 $(SOPHYAINCP)dvlist.h \ 204 $(SOPHYAINCP)ndatablock.h \ 136 205 $(SOPHYAINCP)utilarr.h fitsspherehealpix.h \ 137 206 $(SOPHYAINCP)spherehealpix.h \ … … 144 213 $(SOPHYAINCP)longlat.h \ 145 214 $(SOPHYAINCP)utilgeom.h \ 146 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 215 $(SOPHYAINCP)datatype.h \ 216 $(SOPHYAINCP)tvector.h \ 217 $(SOPHYAINCP)tmatrix.h \ 218 $(SOPHYAINCP)tarray.h \ 219 $(SOPHYAINCP)tmatrix_tsnl.h \ 220 $(SOPHYAINCP)tvector_tsnl.h \ 147 221 $(SOPHYAINCP)HEALPixUtils.h fitsntuple.h \ 148 $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)ntupintf.h \ 149 fitsxntuple.h $(SOPHYAINCP)xntuple.h fitslocalmap.h \ 150 $(SOPHYAINCP)localmap.h fbtntintf.h 222 $(SOPHYAINCP)ntuple.h \ 223 $(SOPHYAINCP)ntupintf.h \ 224 $(SOPHYAINCP)ppersist.h fitsxntuple.h \ 225 $(SOPHYAINCP)xntuple.h fitslocalmap.h \ 226 $(SOPHYAINCP)localmap.h fbtntintf.h \ 227 $(SOPHYAINCP)ntupintf.h 151 228 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsautoreader.cc 152 229 … … 154 231 $(SOPHYAINCP)sopnamsp.h \ 155 232 $(SOPHYAINCP)pexceptions.h \ 156 $(SOPHYAINCP)machdefs.h \ 157 $(SOPHYAINCP)osx_values.h fitsbntbllineRW.h \ 158 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 159 $(SOPHYAINCP)anydataobj.h \ 160 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 161 $(SOPHYAINCP)ppfbinstream.h \ 162 $(SOPHYAINCP)rawstream.h \ 163 $(SOPHYAINCP)ppfnametag.h \ 164 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 165 fitsfile.h $(SOPHYAINCP)ndatablock.h fitsinoutfile.h \ 166 $(SOPHYAINCP)FitsIO/fitsio.h \ 167 $(SOPHYAINCP)FitsIO/longnam.h \ 168 $(SOPHYAINCP)utils.h 233 $(SOPHYAINCP)machdefs.h fitsbntbllineRW.h \ 234 $(SOPHYAINCP)dvlist.h \ 235 $(SOPHYAINCP)objfio.h \ 236 $(SOPHYAINCP)anydataobj.h \ 237 $(SOPHYAINCP)ppersist.h \ 238 $(SOPHYAINCP)pexceptions.h \ 239 $(SOPHYAINCP)gnumd5.h \ 240 $(SOPHYAINCP)ppfbinstream.h \ 241 $(SOPHYAINCP)rawstream.h \ 242 $(SOPHYAINCP)ppfnametag.h \ 243 $(SOPHYAINCP)mutyv.h \ 244 $(SOPHYAINCP)timestamp.h fitsfile.h \ 245 $(SOPHYAINCP)ndatablock.h fitsinoutfile.h \ 246 $(SOPHYAINCP)machdefs.h \ 247 $(SOPHYAINCP)FitsIO/fitsio.h \ 248 $(SOPHYAINCP)FitsIO/longnam.h \ 249 fitshandler.h $(SOPHYAINCP)utils.h 169 250 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsbntbllineRW.cc 170 251 171 $(SOPHYAOBJP)fitsfile.o: fitsfile.cc $(SOPHYAINCP)sopnamsp.h \ 172 $(SOPHYAINCP)machdefs.h \ 173 $(SOPHYAINCP)osx_values.h fitsfile.h \ 174 $(SOPHYAINCP)ndatablock.h \ 175 $(SOPHYAINCP)anydataobj.h \ 176 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 177 $(SOPHYAINCP)ppersist.h \ 178 $(SOPHYAINCP)pexceptions.h \ 179 $(SOPHYAINCP)gnumd5.h \ 180 $(SOPHYAINCP)ppfbinstream.h \ 181 $(SOPHYAINCP)rawstream.h \ 182 $(SOPHYAINCP)ppfnametag.h \ 183 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 184 fitsinoutfile.h $(SOPHYAINCP)FitsIO/fitsio.h \ 185 $(SOPHYAINCP)FitsIO/longnam.h \ 186 $(SOPHYAINCP)strutil.h 252 $(SOPHYAOBJP)fitsfile.o: fitsfile.cc \ 253 $(SOPHYAINCP)sopnamsp.h \ 254 $(SOPHYAINCP)machdefs.h fitsfile.h \ 255 $(SOPHYAINCP)ndatablock.h \ 256 $(SOPHYAINCP)machdefs.h \ 257 $(SOPHYAINCP)anydataobj.h \ 258 $(SOPHYAINCP)dvlist.h \ 259 $(SOPHYAINCP)objfio.h \ 260 $(SOPHYAINCP)ppersist.h \ 261 $(SOPHYAINCP)pexceptions.h \ 262 $(SOPHYAINCP)gnumd5.h \ 263 $(SOPHYAINCP)ppfbinstream.h \ 264 $(SOPHYAINCP)rawstream.h \ 265 $(SOPHYAINCP)ppfnametag.h \ 266 $(SOPHYAINCP)mutyv.h \ 267 $(SOPHYAINCP)timestamp.h fitsinoutfile.h \ 268 $(SOPHYAINCP)pexceptions.h \ 269 $(SOPHYAINCP)FitsIO/fitsio.h \ 270 $(SOPHYAINCP)FitsIO/longnam.h \ 271 fitshandler.h $(SOPHYAINCP)strutil.h \ 272 $(SOPHYAINCP)anydataobj.h 187 273 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsfile.cc 188 274 189 $(SOPHYAOBJP)fitshdtable.o: fitshdtable.cc $(SOPHYAINCP)machdefs.h\190 $(SOPHYAINCP) osx_values.h \275 $(SOPHYAOBJP)fitshdtable.o: fitshdtable.cc \ 276 $(SOPHYAINCP)machdefs.h \ 191 277 $(SOPHYAINCP)sopnamsp.h \ 192 278 $(SOPHYAINCP)datatable.h \ 193 279 $(SOPHYAINCP)basedtable.h \ 194 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)dvlist.h \ 195 $(SOPHYAINCP)objfio.h \ 196 $(SOPHYAINCP)anydataobj.h \ 197 $(SOPHYAINCP)ppersist.h \ 198 $(SOPHYAINCP)pexceptions.h \ 199 $(SOPHYAINCP)gnumd5.h \ 200 $(SOPHYAINCP)ppfbinstream.h \ 201 $(SOPHYAINCP)rawstream.h \ 202 $(SOPHYAINCP)ppfnametag.h \ 203 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 280 $(SOPHYAINCP)machdefs.h \ 281 $(SOPHYAINCP)ntupintf.h \ 282 $(SOPHYAINCP)dvlist.h \ 283 $(SOPHYAINCP)objfio.h \ 284 $(SOPHYAINCP)anydataobj.h \ 285 $(SOPHYAINCP)ppersist.h \ 286 $(SOPHYAINCP)pexceptions.h \ 287 $(SOPHYAINCP)gnumd5.h \ 288 $(SOPHYAINCP)ppfbinstream.h \ 289 $(SOPHYAINCP)rawstream.h \ 290 $(SOPHYAINCP)ppfnametag.h \ 291 $(SOPHYAINCP)mutyv.h \ 292 $(SOPHYAINCP)timestamp.h \ 204 293 $(SOPHYAINCP)segdatablock.h \ 205 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 206 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 207 $(SOPHYAINCP)ndatablock.h \ 208 $(SOPHYAINCP)utilarr.h fitsblkrw.h fitsinoutfile.h \ 209 $(SOPHYAINCP)FitsIO/fitsio.h \ 210 $(SOPHYAINCP)FitsIO/longnam.h fitshandler.h 294 $(SOPHYAINCP)tvector.h \ 295 $(SOPHYAINCP)tmatrix.h \ 296 $(SOPHYAINCP)tarray.h \ 297 $(SOPHYAINCP)basarr.h \ 298 $(SOPHYAINCP)ndatablock.h \ 299 $(SOPHYAINCP)utilarr.h \ 300 $(SOPHYAINCP)tmatrix_tsnl.h \ 301 $(SOPHYAINCP)tvector_tsnl.h fitsblkrw.h \ 302 fitsinoutfile.h $(SOPHYAINCP)pexceptions.h \ 303 $(SOPHYAINCP)dvlist.h \ 304 $(SOPHYAINCP)FitsIO/fitsio.h \ 305 $(SOPHYAINCP)FitsIO/longnam.h \ 306 fitshandler.h swfitsdtable.h \ 307 $(SOPHYAINCP)basedtable.h \ 308 $(SOPHYAINCP)swsegdb.h fitsswapper.h 211 309 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitshdtable.cc 212 310 213 $(SOPHYAOBJP)fitsinoutfile.o: fitsinoutfile.cc $(SOPHYAINCP)sopnamsp.h\214 $(SOPHYAINCP) machdefs.h \215 $(SOPHYAINCP) osx_values.h \311 $(SOPHYAOBJP)fitsinoutfile.o: fitsinoutfile.cc \ 312 $(SOPHYAINCP)sopnamsp.h \ 313 $(SOPHYAINCP)machdefs.h \ 216 314 $(SOPHYAINCP)segdatablock.h \ 315 $(SOPHYAINCP)machdefs.h \ 217 316 $(SOPHYAINCP)anydataobj.h fitsinoutfile.h \ 218 317 $(SOPHYAINCP)pexceptions.h \ 219 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 220 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 221 $(SOPHYAINCP)ppfbinstream.h \ 222 $(SOPHYAINCP)rawstream.h \ 223 $(SOPHYAINCP)ppfnametag.h \ 224 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 225 $(SOPHYAINCP)FitsIO/fitsio.h \ 226 $(SOPHYAINCP)FitsIO/longnam.h 318 $(SOPHYAINCP)dvlist.h \ 319 $(SOPHYAINCP)objfio.h \ 320 $(SOPHYAINCP)ppersist.h \ 321 $(SOPHYAINCP)pexceptions.h \ 322 $(SOPHYAINCP)gnumd5.h \ 323 $(SOPHYAINCP)ppfbinstream.h \ 324 $(SOPHYAINCP)rawstream.h \ 325 $(SOPHYAINCP)ppfnametag.h \ 326 $(SOPHYAINCP)mutyv.h \ 327 $(SOPHYAINCP)timestamp.h \ 328 $(SOPHYAINCP)FitsIO/fitsio.h \ 329 $(SOPHYAINCP)FitsIO/longnam.h \ 330 $(SOPHYAINCP)strutil.h 227 331 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsinoutfile.cc 228 332 229 $(SOPHYAOBJP)fitslocalmap.o: fitslocalmap.cc $(SOPHYAINCP)sopnamsp.h \ 230 $(SOPHYAINCP)machdefs.h \ 231 $(SOPHYAINCP)osx_values.h fitslocalmap.h \ 232 $(SOPHYAINCP)pexceptions.h \ 333 $(SOPHYAOBJP)fitslocalmap.o: fitslocalmap.cc \ 334 $(SOPHYAINCP)sopnamsp.h \ 335 $(SOPHYAINCP)machdefs.h fitslocalmap.h \ 336 $(SOPHYAINCP)pexceptions.h \ 337 $(SOPHYAINCP)machdefs.h \ 233 338 $(SOPHYAINCP)localmap.h \ 234 339 $(SOPHYAINCP)pixelmap.h \ 235 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 236 $(SOPHYAINCP)ppfbinstream.h \ 237 $(SOPHYAINCP)rawstream.h \ 238 $(SOPHYAINCP)ppfnametag.h \ 239 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 240 $(SOPHYAINCP)anydataobj.h \ 241 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 340 $(SOPHYAINCP)ppersist.h \ 341 $(SOPHYAINCP)pexceptions.h \ 342 $(SOPHYAINCP)gnumd5.h \ 343 $(SOPHYAINCP)ppfbinstream.h \ 344 $(SOPHYAINCP)rawstream.h \ 345 $(SOPHYAINCP)ppfnametag.h \ 346 $(SOPHYAINCP)dvlist.h \ 347 $(SOPHYAINCP)objfio.h \ 348 $(SOPHYAINCP)anydataobj.h \ 349 $(SOPHYAINCP)mutyv.h \ 350 $(SOPHYAINCP)timestamp.h \ 242 351 $(SOPHYAINCP)spherepos.h \ 243 352 $(SOPHYAINCP)unitvector.h \ … … 245 354 $(SOPHYAINCP)longlat.h \ 246 355 $(SOPHYAINCP)utilgeom.h \ 356 $(SOPHYAINCP)datatype.h \ 247 357 $(SOPHYAINCP)sphericalmap.h \ 248 358 $(SOPHYAINCP)smathconst.h \ 249 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 250 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 251 $(SOPHYAINCP)ndatablock.h \ 252 $(SOPHYAINCP)utilarr.h fitsfile.h fitsinoutfile.h \ 253 $(SOPHYAINCP)FitsIO/fitsio.h \ 254 $(SOPHYAINCP)FitsIO/longnam.h 359 $(SOPHYAINCP)tvector.h \ 360 $(SOPHYAINCP)tmatrix.h \ 361 $(SOPHYAINCP)tarray.h \ 362 $(SOPHYAINCP)basarr.h \ 363 $(SOPHYAINCP)ndatablock.h \ 364 $(SOPHYAINCP)utilarr.h \ 365 $(SOPHYAINCP)tmatrix_tsnl.h \ 366 $(SOPHYAINCP)tvector_tsnl.h fitsfile.h \ 367 $(SOPHYAINCP)ndatablock.h \ 368 $(SOPHYAINCP)dvlist.h fitsinoutfile.h \ 369 $(SOPHYAINCP)FitsIO/fitsio.h \ 370 $(SOPHYAINCP)FitsIO/longnam.h \ 371 fitshandler.h 255 372 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitslocalmap.cc 256 373 257 $(SOPHYAOBJP)fitsmanager.o: fitsmanager.cc $(SOPHYAINCP)machdefs.h \ 258 $(SOPHYAINCP)osx_values.h \ 259 $(SOPHYAINCP)sopnamsp.h fitsmanager.h fitsinoutfile.h \ 260 $(SOPHYAINCP)pexceptions.h \ 261 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 262 $(SOPHYAINCP)anydataobj.h \ 263 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 264 $(SOPHYAINCP)ppfbinstream.h \ 265 $(SOPHYAINCP)rawstream.h \ 266 $(SOPHYAINCP)ppfnametag.h \ 267 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 268 $(SOPHYAINCP)FitsIO/fitsio.h \ 269 $(SOPHYAINCP)FitsIO/longnam.h fitshandler.h 374 $(SOPHYAOBJP)fitsmanager.o: fitsmanager.cc \ 375 $(SOPHYAINCP)machdefs.h \ 376 $(SOPHYAINCP)sopnamsp.h fitsmanager.h \ 377 fitsinoutfile.h $(SOPHYAINCP)pexceptions.h \ 378 $(SOPHYAINCP)machdefs.h \ 379 $(SOPHYAINCP)dvlist.h \ 380 $(SOPHYAINCP)objfio.h \ 381 $(SOPHYAINCP)anydataobj.h \ 382 $(SOPHYAINCP)ppersist.h \ 383 $(SOPHYAINCP)pexceptions.h \ 384 $(SOPHYAINCP)gnumd5.h \ 385 $(SOPHYAINCP)ppfbinstream.h \ 386 $(SOPHYAINCP)rawstream.h \ 387 $(SOPHYAINCP)ppfnametag.h \ 388 $(SOPHYAINCP)mutyv.h \ 389 $(SOPHYAINCP)timestamp.h \ 390 $(SOPHYAINCP)FitsIO/fitsio.h \ 391 $(SOPHYAINCP)FitsIO/longnam.h \ 392 fitshandler.h 270 393 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsmanager.cc 271 394 272 $(SOPHYAOBJP)fitsntuple.o: fitsntuple.cc $(SOPHYAINCP)sopnamsp.h \ 273 $(SOPHYAINCP)pexceptions.h \ 274 $(SOPHYAINCP)machdefs.h \ 275 $(SOPHYAINCP)osx_values.h fitsntuple.h \ 276 $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)objfio.h \ 277 $(SOPHYAINCP)anydataobj.h \ 278 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 279 $(SOPHYAINCP)ppfbinstream.h \ 280 $(SOPHYAINCP)rawstream.h \ 281 $(SOPHYAINCP)ppfnametag.h \ 282 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)dvlist.h \ 283 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 284 fitsfile.h $(SOPHYAINCP)ndatablock.h fitsinoutfile.h \ 285 $(SOPHYAINCP)FitsIO/fitsio.h \ 286 $(SOPHYAINCP)FitsIO/longnam.h 395 $(SOPHYAOBJP)fitsntuple.o: fitsntuple.cc \ 396 $(SOPHYAINCP)sopnamsp.h \ 397 $(SOPHYAINCP)pexceptions.h \ 398 $(SOPHYAINCP)machdefs.h fitsntuple.h \ 399 $(SOPHYAINCP)machdefs.h \ 400 $(SOPHYAINCP)ntuple.h \ 401 $(SOPHYAINCP)objfio.h \ 402 $(SOPHYAINCP)anydataobj.h \ 403 $(SOPHYAINCP)ppersist.h \ 404 $(SOPHYAINCP)pexceptions.h \ 405 $(SOPHYAINCP)gnumd5.h \ 406 $(SOPHYAINCP)ppfbinstream.h \ 407 $(SOPHYAINCP)rawstream.h \ 408 $(SOPHYAINCP)ppfnametag.h \ 409 $(SOPHYAINCP)ntupintf.h \ 410 $(SOPHYAINCP)dvlist.h \ 411 $(SOPHYAINCP)mutyv.h \ 412 $(SOPHYAINCP)timestamp.h \ 413 $(SOPHYAINCP)anydataobj.h \ 414 $(SOPHYAINCP)ppersist.h fitsfile.h \ 415 $(SOPHYAINCP)ndatablock.h \ 416 $(SOPHYAINCP)dvlist.h fitsinoutfile.h \ 417 $(SOPHYAINCP)FitsIO/fitsio.h \ 418 $(SOPHYAINCP)FitsIO/longnam.h \ 419 fitshandler.h 287 420 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsntuple.cc 288 421 … … 291 424 $(SOPHYAINCP)pexceptions.h \ 292 425 $(SOPHYAINCP)machdefs.h \ 293 $(SOPHYAINCP)osx_values.hfitsspherehealpix.h \426 fitsspherehealpix.h \ 294 427 $(SOPHYAINCP)spherehealpix.h \ 295 428 $(SOPHYAINCP)sphericalmap.h \ 296 429 $(SOPHYAINCP)smathconst.h \ 297 430 $(SOPHYAINCP)pixelmap.h \ 298 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 299 $(SOPHYAINCP)ppfbinstream.h \ 300 $(SOPHYAINCP)rawstream.h \ 301 $(SOPHYAINCP)ppfnametag.h \ 302 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 303 $(SOPHYAINCP)anydataobj.h \ 304 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 431 $(SOPHYAINCP)ppersist.h \ 432 $(SOPHYAINCP)pexceptions.h \ 433 $(SOPHYAINCP)gnumd5.h \ 434 $(SOPHYAINCP)ppfbinstream.h \ 435 $(SOPHYAINCP)rawstream.h \ 436 $(SOPHYAINCP)ppfnametag.h \ 437 $(SOPHYAINCP)dvlist.h \ 438 $(SOPHYAINCP)objfio.h \ 439 $(SOPHYAINCP)anydataobj.h \ 440 $(SOPHYAINCP)mutyv.h \ 441 $(SOPHYAINCP)timestamp.h \ 305 442 $(SOPHYAINCP)spherepos.h \ 306 443 $(SOPHYAINCP)unitvector.h \ … … 308 445 $(SOPHYAINCP)longlat.h \ 309 446 $(SOPHYAINCP)utilgeom.h \ 310 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 311 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 312 $(SOPHYAINCP)ndatablock.h \ 313 $(SOPHYAINCP)utilarr.h \ 314 $(SOPHYAINCP)HEALPixUtils.h fitsfile.h fitsinoutfile.h \ 315 $(SOPHYAINCP)FitsIO/fitsio.h \ 316 $(SOPHYAINCP)FitsIO/longnam.h fitstarray.h 447 $(SOPHYAINCP)datatype.h \ 448 $(SOPHYAINCP)tvector.h \ 449 $(SOPHYAINCP)tmatrix.h \ 450 $(SOPHYAINCP)tarray.h \ 451 $(SOPHYAINCP)basarr.h \ 452 $(SOPHYAINCP)ndatablock.h \ 453 $(SOPHYAINCP)utilarr.h \ 454 $(SOPHYAINCP)tmatrix_tsnl.h \ 455 $(SOPHYAINCP)tvector_tsnl.h \ 456 $(SOPHYAINCP)HEALPixUtils.h \ 457 $(SOPHYAINCP)anydataobj.h fitsfile.h \ 458 $(SOPHYAINCP)ndatablock.h \ 459 $(SOPHYAINCP)dvlist.h fitsinoutfile.h \ 460 $(SOPHYAINCP)machdefs.h \ 461 $(SOPHYAINCP)FitsIO/fitsio.h \ 462 $(SOPHYAINCP)FitsIO/longnam.h \ 463 fitshandler.h $(SOPHYAINCP)tarray.h \ 464 fitstarray.h 317 465 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsspherehealpix.cc 318 466 … … 321 469 $(SOPHYAINCP)pexceptions.h \ 322 470 $(SOPHYAINCP)machdefs.h \ 323 $(SOPHYAINCP)osx_values.hfitsspherethetaphi.h \471 fitsspherethetaphi.h \ 324 472 $(SOPHYAINCP)spherethetaphi.h \ 325 473 $(SOPHYAINCP)sphericalmap.h \ 326 474 $(SOPHYAINCP)smathconst.h \ 327 475 $(SOPHYAINCP)pixelmap.h \ 328 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 329 $(SOPHYAINCP)ppfbinstream.h \ 330 $(SOPHYAINCP)rawstream.h \ 331 $(SOPHYAINCP)ppfnametag.h \ 332 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 333 $(SOPHYAINCP)anydataobj.h \ 334 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 476 $(SOPHYAINCP)ppersist.h \ 477 $(SOPHYAINCP)pexceptions.h \ 478 $(SOPHYAINCP)gnumd5.h \ 479 $(SOPHYAINCP)ppfbinstream.h \ 480 $(SOPHYAINCP)rawstream.h \ 481 $(SOPHYAINCP)ppfnametag.h \ 482 $(SOPHYAINCP)dvlist.h \ 483 $(SOPHYAINCP)objfio.h \ 484 $(SOPHYAINCP)anydataobj.h \ 485 $(SOPHYAINCP)mutyv.h \ 486 $(SOPHYAINCP)timestamp.h \ 335 487 $(SOPHYAINCP)spherepos.h \ 336 488 $(SOPHYAINCP)unitvector.h \ … … 338 490 $(SOPHYAINCP)longlat.h \ 339 491 $(SOPHYAINCP)utilgeom.h \ 340 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 341 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 342 $(SOPHYAINCP)ndatablock.h \ 343 $(SOPHYAINCP)utilarr.h fitsfile.h fitsinoutfile.h \ 344 $(SOPHYAINCP)FitsIO/fitsio.h \ 345 $(SOPHYAINCP)FitsIO/longnam.h fitstarray.h 492 $(SOPHYAINCP)datatype.h \ 493 $(SOPHYAINCP)tvector.h \ 494 $(SOPHYAINCP)tmatrix.h \ 495 $(SOPHYAINCP)tarray.h \ 496 $(SOPHYAINCP)basarr.h \ 497 $(SOPHYAINCP)ndatablock.h \ 498 $(SOPHYAINCP)utilarr.h \ 499 $(SOPHYAINCP)tmatrix_tsnl.h \ 500 $(SOPHYAINCP)tvector_tsnl.h \ 501 $(SOPHYAINCP)anydataobj.h fitsfile.h \ 502 $(SOPHYAINCP)ndatablock.h \ 503 $(SOPHYAINCP)dvlist.h fitsinoutfile.h \ 504 $(SOPHYAINCP)machdefs.h \ 505 $(SOPHYAINCP)FitsIO/fitsio.h \ 506 $(SOPHYAINCP)FitsIO/longnam.h \ 507 fitshandler.h $(SOPHYAINCP)tarray.h \ 508 fitstarray.h 346 509 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsspherethetaphi.cc 347 510 348 $(SOPHYAOBJP)fitstarray.o: fitstarray.cc $(SOPHYAINCP)sopnamsp.h \ 349 $(SOPHYAINCP)machdefs.h \ 350 $(SOPHYAINCP)osx_values.h \ 351 $(SOPHYAINCP)pexceptions.h fitstarray.h \ 352 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 353 $(SOPHYAINCP)anydataobj.h \ 354 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 355 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \ 356 $(SOPHYAINCP)gnumd5.h \ 357 $(SOPHYAINCP)ppfbinstream.h \ 358 $(SOPHYAINCP)rawstream.h \ 359 $(SOPHYAINCP)ppfnametag.h \ 360 $(SOPHYAINCP)dvlist.h \ 361 $(SOPHYAINCP)ndatablock.h \ 362 $(SOPHYAINCP)utilarr.h fitsfile.h fitsinoutfile.h \ 363 $(SOPHYAINCP)FitsIO/fitsio.h \ 364 $(SOPHYAINCP)FitsIO/longnam.h 511 $(SOPHYAOBJP)fitstarray.o: fitstarray.cc \ 512 $(SOPHYAINCP)sopnamsp.h \ 513 $(SOPHYAINCP)machdefs.h \ 514 $(SOPHYAINCP)pexceptions.h \ 515 $(SOPHYAINCP)machdefs.h fitstarray.h \ 516 $(SOPHYAINCP)tarray.h \ 517 $(SOPHYAINCP)basarr.h \ 518 $(SOPHYAINCP)anydataobj.h \ 519 $(SOPHYAINCP)mutyv.h \ 520 $(SOPHYAINCP)timestamp.h \ 521 $(SOPHYAINCP)objfio.h \ 522 $(SOPHYAINCP)ppersist.h \ 523 $(SOPHYAINCP)pexceptions.h \ 524 $(SOPHYAINCP)gnumd5.h \ 525 $(SOPHYAINCP)ppfbinstream.h \ 526 $(SOPHYAINCP)rawstream.h \ 527 $(SOPHYAINCP)ppfnametag.h \ 528 $(SOPHYAINCP)dvlist.h \ 529 $(SOPHYAINCP)ndatablock.h \ 530 $(SOPHYAINCP)utilarr.h fitsfile.h \ 531 $(SOPHYAINCP)ndatablock.h \ 532 $(SOPHYAINCP)dvlist.h fitsinoutfile.h \ 533 $(SOPHYAINCP)FitsIO/fitsio.h \ 534 $(SOPHYAINCP)FitsIO/longnam.h \ 535 fitshandler.h 365 536 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitstarray.cc 366 537 367 $(SOPHYAOBJP)fitsxntuple.o: fitsxntuple.cc $(SOPHYAINCP)sopnamsp.h \ 368 $(SOPHYAINCP)pexceptions.h \ 369 $(SOPHYAINCP)machdefs.h \ 370 $(SOPHYAINCP)osx_values.h fitsxntuple.h \ 538 $(SOPHYAOBJP)fitsxntuple.o: fitsxntuple.cc \ 539 $(SOPHYAINCP)sopnamsp.h \ 540 $(SOPHYAINCP)pexceptions.h \ 541 $(SOPHYAINCP)machdefs.h fitsxntuple.h \ 542 $(SOPHYAINCP)machdefs.h \ 371 543 $(SOPHYAINCP)xntuple.h \ 372 544 $(SOPHYAINCP)ntupintf.h \ 373 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 374 $(SOPHYAINCP)ppfbinstream.h \ 375 $(SOPHYAINCP)rawstream.h \ 376 $(SOPHYAINCP)ppfnametag.h \ 377 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 378 $(SOPHYAINCP)anydataobj.h \ 379 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 380 fitsfile.h $(SOPHYAINCP)ndatablock.h fitsinoutfile.h \ 381 $(SOPHYAINCP)FitsIO/fitsio.h \ 382 $(SOPHYAINCP)FitsIO/longnam.h 545 $(SOPHYAINCP)ppersist.h \ 546 $(SOPHYAINCP)pexceptions.h \ 547 $(SOPHYAINCP)gnumd5.h \ 548 $(SOPHYAINCP)ppfbinstream.h \ 549 $(SOPHYAINCP)rawstream.h \ 550 $(SOPHYAINCP)ppfnametag.h \ 551 $(SOPHYAINCP)dvlist.h \ 552 $(SOPHYAINCP)objfio.h \ 553 $(SOPHYAINCP)anydataobj.h \ 554 $(SOPHYAINCP)mutyv.h \ 555 $(SOPHYAINCP)timestamp.h \ 556 $(SOPHYAINCP)anydataobj.h \ 557 $(SOPHYAINCP)ppersist.h fitsfile.h \ 558 $(SOPHYAINCP)ndatablock.h \ 559 $(SOPHYAINCP)dvlist.h fitsinoutfile.h \ 560 $(SOPHYAINCP)FitsIO/fitsio.h \ 561 $(SOPHYAINCP)FitsIO/longnam.h \ 562 fitshandler.h 383 563 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsxntuple.cc 384 564 … … 386 566 $(SOPHYAINCP)basedtable.h \ 387 567 $(SOPHYAINCP)machdefs.h \ 388 $(SOPHYAINCP)osx_values.h \ 389 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)dvlist.h \ 390 $(SOPHYAINCP)objfio.h \ 391 $(SOPHYAINCP)anydataobj.h \ 392 $(SOPHYAINCP)ppersist.h \ 393 $(SOPHYAINCP)pexceptions.h \ 394 $(SOPHYAINCP)gnumd5.h \ 395 $(SOPHYAINCP)ppfbinstream.h \ 396 $(SOPHYAINCP)rawstream.h \ 397 $(SOPHYAINCP)ppfnametag.h \ 398 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 568 $(SOPHYAINCP)ntupintf.h \ 569 $(SOPHYAINCP)dvlist.h \ 570 $(SOPHYAINCP)objfio.h \ 571 $(SOPHYAINCP)anydataobj.h \ 572 $(SOPHYAINCP)ppersist.h \ 573 $(SOPHYAINCP)pexceptions.h \ 574 $(SOPHYAINCP)gnumd5.h \ 575 $(SOPHYAINCP)ppfbinstream.h \ 576 $(SOPHYAINCP)rawstream.h \ 577 $(SOPHYAINCP)ppfnametag.h \ 578 $(SOPHYAINCP)mutyv.h \ 579 $(SOPHYAINCP)timestamp.h \ 399 580 $(SOPHYAINCP)segdatablock.h \ 400 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 401 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 402 $(SOPHYAINCP)ndatablock.h \ 403 $(SOPHYAINCP)utilarr.h $(SOPHYAINCP)swsegdb.h \ 404 fitsswapper.h fitsinoutfile.h $(SOPHYAINCP)FitsIO/fitsio.h \ 581 $(SOPHYAINCP)tvector.h \ 582 $(SOPHYAINCP)tmatrix.h \ 583 $(SOPHYAINCP)tarray.h \ 584 $(SOPHYAINCP)basarr.h \ 585 $(SOPHYAINCP)ndatablock.h \ 586 $(SOPHYAINCP)utilarr.h \ 587 $(SOPHYAINCP)tmatrix_tsnl.h \ 588 $(SOPHYAINCP)tvector_tsnl.h \ 589 $(SOPHYAINCP)swsegdb.h fitsswapper.h \ 590 $(SOPHYAINCP)machdefs.h fitsinoutfile.h \ 591 $(SOPHYAINCP)pexceptions.h \ 592 $(SOPHYAINCP)dvlist.h \ 593 $(SOPHYAINCP)FitsIO/fitsio.h \ 405 594 $(SOPHYAINCP)FitsIO/longnam.h fitsblkrw.h \ 595 fitshdtable.h $(SOPHYAINCP)datatable.h \ 596 $(SOPHYAINCP)basedtable.h fitshandler.h \ 406 597 $(SOPHYAINCP)sopnamsp.h 407 598 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ swfitsdtable.cc -
trunk/SophyaExt/FitsIOServer/exclude
r2197 r3007 1 fitsioserver.cc2 fitsbntbllinereader.cc.encours3 fitsbntbllinereaderXX.cc4 fitsbntbllinereader.travail.cc5 fitsbntbllinereader.sv.cc -
trunk/SophyaExt/FitsIOServer/smakefile
r2980 r3007 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist 12 12 13 $(SOPHYAOBJP)datacirclefits.o: datacirclefits.cc $(SOPHYAINCP)sopnamsp.h \ 14 datacirclefits.h $(SOPHYAINCP)datacirclebase.h \ 15 $(SOPHYAINCP)circle.h $(SOPHYAINCP)vector3d.h \ 13 $(SOPHYAOBJP)datacirclefits.o: datacirclefits.cc \ 14 $(SOPHYAINCP)sopnamsp.h datacirclefits.h \ 15 $(SOPHYAINCP)datacirclebase.h \ 16 $(SOPHYAINCP)circle.h \ 17 $(SOPHYAINCP)vector3d.h \ 16 18 $(SOPHYAINCP)longlat.h \ 17 19 $(SOPHYAINCP)machdefs.h \ 18 $(SOPHYAINCP)osx_values.h \19 20 $(SOPHYAINCP)utilgeom.h \ 20 21 $(SOPHYAINCP)unitvector.h \ … … 24 25 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacirclefits.cc 25 26 26 $(SOPHYAOBJP)fabtcolread.o: fabtcolread.cc $(SOPHYAINCP)sopnamsp.h \ 27 $(SOPHYAINCP)machdefs.h \ 28 $(SOPHYAINCP)osx_values.h \ 29 $(SOPHYAINCP)pexceptions.h fabtcolread.h \ 30 $(SOPHYAINCP)anydataobj.h \ 31 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 32 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 33 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 34 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \ 35 $(SOPHYAINCP)gnumd5.h \ 36 $(SOPHYAINCP)ppfbinstream.h \ 37 $(SOPHYAINCP)rawstream.h \ 38 $(SOPHYAINCP)ppfnametag.h \ 39 $(SOPHYAINCP)dvlist.h \ 40 $(SOPHYAINCP)ndatablock.h \ 41 $(SOPHYAINCP)utilarr.h \ 27 $(SOPHYAOBJP)fabtcolread.o: fabtcolread.cc \ 28 $(SOPHYAINCP)sopnamsp.h \ 29 $(SOPHYAINCP)machdefs.h \ 30 $(SOPHYAINCP)pexceptions.h \ 31 $(SOPHYAINCP)machdefs.h fabtcolread.h \ 32 $(SOPHYAINCP)anydataobj.h \ 33 $(SOPHYAINCP)tvector.h \ 34 $(SOPHYAINCP)tmatrix.h \ 35 $(SOPHYAINCP)tarray.h \ 36 $(SOPHYAINCP)basarr.h \ 37 $(SOPHYAINCP)anydataobj.h \ 38 $(SOPHYAINCP)mutyv.h \ 39 $(SOPHYAINCP)timestamp.h \ 40 $(SOPHYAINCP)objfio.h \ 41 $(SOPHYAINCP)ppersist.h \ 42 $(SOPHYAINCP)pexceptions.h \ 43 $(SOPHYAINCP)gnumd5.h \ 44 $(SOPHYAINCP)ppfbinstream.h \ 45 $(SOPHYAINCP)rawstream.h \ 46 $(SOPHYAINCP)ppfnametag.h \ 47 $(SOPHYAINCP)dvlist.h \ 48 $(SOPHYAINCP)ndatablock.h \ 49 $(SOPHYAINCP)utilarr.h \ 50 $(SOPHYAINCP)tmatrix_tsnl.h \ 51 $(SOPHYAINCP)tvector_tsnl.h \ 42 52 $(SOPHYAINCP)FitsIO/fitsio.h \ 43 53 $(SOPHYAINCP)FitsIO/longnam.h 44 54 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fabtcolread.cc 45 55 46 $(SOPHYAOBJP)fabtwriter.o: fabtwriter.cc $(SOPHYAINCP)sopnamsp.h \ 47 $(SOPHYAINCP)machdefs.h \ 48 $(SOPHYAINCP)osx_values.h \ 49 $(SOPHYAINCP)pexceptions.h fabtwriter.h \ 50 $(SOPHYAINCP)anydataobj.h \ 51 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 52 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 53 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 54 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \ 55 $(SOPHYAINCP)gnumd5.h \ 56 $(SOPHYAINCP)ppfbinstream.h \ 57 $(SOPHYAINCP)rawstream.h \ 58 $(SOPHYAINCP)ppfnametag.h \ 59 $(SOPHYAINCP)dvlist.h \ 60 $(SOPHYAINCP)ndatablock.h \ 61 $(SOPHYAINCP)utilarr.h \ 56 $(SOPHYAOBJP)fabtwriter.o: fabtwriter.cc \ 57 $(SOPHYAINCP)sopnamsp.h \ 58 $(SOPHYAINCP)machdefs.h \ 59 $(SOPHYAINCP)pexceptions.h \ 60 $(SOPHYAINCP)machdefs.h fabtwriter.h \ 61 $(SOPHYAINCP)anydataobj.h \ 62 $(SOPHYAINCP)tvector.h \ 63 $(SOPHYAINCP)tmatrix.h \ 64 $(SOPHYAINCP)tarray.h \ 65 $(SOPHYAINCP)basarr.h \ 66 $(SOPHYAINCP)anydataobj.h \ 67 $(SOPHYAINCP)mutyv.h \ 68 $(SOPHYAINCP)timestamp.h \ 69 $(SOPHYAINCP)objfio.h \ 70 $(SOPHYAINCP)ppersist.h \ 71 $(SOPHYAINCP)pexceptions.h \ 72 $(SOPHYAINCP)gnumd5.h \ 73 $(SOPHYAINCP)ppfbinstream.h \ 74 $(SOPHYAINCP)rawstream.h \ 75 $(SOPHYAINCP)ppfnametag.h \ 76 $(SOPHYAINCP)dvlist.h \ 77 $(SOPHYAINCP)ndatablock.h \ 78 $(SOPHYAINCP)utilarr.h \ 79 $(SOPHYAINCP)tmatrix_tsnl.h \ 80 $(SOPHYAINCP)tvector_tsnl.h \ 62 81 $(SOPHYAINCP)FitsIO/fitsio.h \ 63 82 $(SOPHYAINCP)FitsIO/longnam.h 64 83 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fabtwriter.cc 65 84 66 $(SOPHYAOBJP)fboloread.o: fboloread.cc $(SOPHYAINCP)sopnamsp.h \ 67 $(SOPHYAINCP)machdefs.h \ 68 $(SOPHYAINCP)osx_values.h \ 69 $(SOPHYAINCP)pexceptions.h fboloread.h \ 70 $(SOPHYAINCP)anydataobj.h \ 71 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 72 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 73 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 74 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \ 75 $(SOPHYAINCP)gnumd5.h \ 76 $(SOPHYAINCP)ppfbinstream.h \ 77 $(SOPHYAINCP)rawstream.h \ 78 $(SOPHYAINCP)ppfnametag.h \ 79 $(SOPHYAINCP)dvlist.h \ 80 $(SOPHYAINCP)ndatablock.h \ 81 $(SOPHYAINCP)utilarr.h fabtcolread.h \ 85 $(SOPHYAOBJP)fboloread.o: fboloread.cc \ 86 $(SOPHYAINCP)sopnamsp.h \ 87 $(SOPHYAINCP)machdefs.h \ 88 $(SOPHYAINCP)pexceptions.h \ 89 $(SOPHYAINCP)machdefs.h fboloread.h \ 90 $(SOPHYAINCP)anydataobj.h \ 91 $(SOPHYAINCP)tvector.h \ 92 $(SOPHYAINCP)tmatrix.h \ 93 $(SOPHYAINCP)tarray.h \ 94 $(SOPHYAINCP)basarr.h \ 95 $(SOPHYAINCP)anydataobj.h \ 96 $(SOPHYAINCP)mutyv.h \ 97 $(SOPHYAINCP)timestamp.h \ 98 $(SOPHYAINCP)objfio.h \ 99 $(SOPHYAINCP)ppersist.h \ 100 $(SOPHYAINCP)pexceptions.h \ 101 $(SOPHYAINCP)gnumd5.h \ 102 $(SOPHYAINCP)ppfbinstream.h \ 103 $(SOPHYAINCP)rawstream.h \ 104 $(SOPHYAINCP)ppfnametag.h \ 105 $(SOPHYAINCP)dvlist.h \ 106 $(SOPHYAINCP)ndatablock.h \ 107 $(SOPHYAINCP)utilarr.h \ 108 $(SOPHYAINCP)tmatrix_tsnl.h \ 109 $(SOPHYAINCP)tvector_tsnl.h fabtcolread.h \ 82 110 $(SOPHYAINCP)FitsIO/fitsio.h \ 83 111 $(SOPHYAINCP)FitsIO/longnam.h 84 112 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fboloread.cc 85 113 86 $(SOPHYAOBJP)fbtntintf.o: fbtntintf.cc $(SOPHYAINCP)sopnamsp.h \ 87 $(SOPHYAINCP)machdefs.h \ 88 $(SOPHYAINCP)osx_values.h \ 89 $(SOPHYAINCP)pexceptions.h fbtntintf.h \ 114 $(SOPHYAOBJP)fbtntintf.o: fbtntintf.cc \ 115 $(SOPHYAINCP)sopnamsp.h \ 116 $(SOPHYAINCP)machdefs.h \ 117 $(SOPHYAINCP)pexceptions.h \ 118 $(SOPHYAINCP)machdefs.h fbtntintf.h \ 90 119 $(SOPHYAINCP)anydataobj.h \ 91 120 $(SOPHYAINCP)ntupintf.h \ … … 94 123 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fbtntintf.cc 95 124 96 $(SOPHYAOBJP)fiosinit.o: fiosinit.cc $(SOPHYAINCP)sopnamsp.h \ 97 $(SOPHYAINCP)machdefs.h \ 98 $(SOPHYAINCP)osx_values.h fiosinit.h \ 99 $(SOPHYAINCP)sophyainit.h fitsmanager.h fitsinoutfile.h \ 100 $(SOPHYAINCP)pexceptions.h \ 101 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 102 $(SOPHYAINCP)anydataobj.h \ 103 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 104 $(SOPHYAINCP)ppfbinstream.h \ 105 $(SOPHYAINCP)rawstream.h \ 106 $(SOPHYAINCP)ppfnametag.h \ 107 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 108 $(SOPHYAINCP)FitsIO/fitsio.h \ 109 $(SOPHYAINCP)FitsIO/longnam.h fitshdtable.h \ 110 $(SOPHYAINCP)datatable.h \ 125 $(SOPHYAOBJP)fiosinit.o: fiosinit.cc \ 126 $(SOPHYAINCP)sopnamsp.h \ 127 $(SOPHYAINCP)machdefs.h fiosinit.h \ 128 $(SOPHYAINCP)sophyainit.h \ 129 $(SOPHYAINCP)machdefs.h fitsmanager.h \ 130 fitsinoutfile.h $(SOPHYAINCP)pexceptions.h \ 131 $(SOPHYAINCP)dvlist.h \ 132 $(SOPHYAINCP)objfio.h \ 133 $(SOPHYAINCP)anydataobj.h \ 134 $(SOPHYAINCP)ppersist.h \ 135 $(SOPHYAINCP)pexceptions.h \ 136 $(SOPHYAINCP)gnumd5.h \ 137 $(SOPHYAINCP)ppfbinstream.h \ 138 $(SOPHYAINCP)rawstream.h \ 139 $(SOPHYAINCP)ppfnametag.h \ 140 $(SOPHYAINCP)mutyv.h \ 141 $(SOPHYAINCP)timestamp.h \ 142 $(SOPHYAINCP)FitsIO/fitsio.h \ 143 $(SOPHYAINCP)FitsIO/longnam.h \ 144 fitshdtable.h $(SOPHYAINCP)datatable.h \ 111 145 $(SOPHYAINCP)basedtable.h \ 112 146 $(SOPHYAINCP)ntupintf.h \ 147 $(SOPHYAINCP)dvlist.h \ 113 148 $(SOPHYAINCP)segdatablock.h \ 114 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 115 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 116 $(SOPHYAINCP)ndatablock.h \ 117 $(SOPHYAINCP)utilarr.h fitshandler.h fitsarrhand.h \ 118 fitsblkrw.h 149 $(SOPHYAINCP)tvector.h \ 150 $(SOPHYAINCP)tmatrix.h \ 151 $(SOPHYAINCP)tarray.h \ 152 $(SOPHYAINCP)basarr.h \ 153 $(SOPHYAINCP)ndatablock.h \ 154 $(SOPHYAINCP)utilarr.h \ 155 $(SOPHYAINCP)tmatrix_tsnl.h \ 156 $(SOPHYAINCP)tvector_tsnl.h fitshandler.h \ 157 fitsarrhand.h $(SOPHYAINCP)tarray.h \ 158 $(SOPHYAINCP)tvector.h fitsblkrw.h \ 159 fitsntuple.h $(SOPHYAINCP)ntuple.h \ 160 $(SOPHYAINCP)anydataobj.h \ 161 $(SOPHYAINCP)ppersist.h fitsfile.h \ 162 $(SOPHYAINCP)ndatablock.h \ 163 fitsspherehealpix.h \ 164 $(SOPHYAINCP)spherehealpix.h \ 165 $(SOPHYAINCP)sphericalmap.h \ 166 $(SOPHYAINCP)smathconst.h \ 167 $(SOPHYAINCP)pixelmap.h \ 168 $(SOPHYAINCP)spherepos.h \ 169 $(SOPHYAINCP)unitvector.h \ 170 $(SOPHYAINCP)vector3d.h \ 171 $(SOPHYAINCP)longlat.h \ 172 $(SOPHYAINCP)utilgeom.h \ 173 $(SOPHYAINCP)datatype.h \ 174 $(SOPHYAINCP)HEALPixUtils.h \ 175 fitsspherethetaphi.h \ 176 $(SOPHYAINCP)spherethetaphi.h \ 177 fitslocalmap.h $(SOPHYAINCP)localmap.h 119 178 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiosinit.cc 120 179 121 $(SOPHYAOBJP)fitsautoreader.o: fitsautoreader.cc $(SOPHYAINCP)sopnamsp.h \ 122 $(SOPHYAINCP)pexceptions.h \ 123 $(SOPHYAINCP)machdefs.h \ 124 $(SOPHYAINCP)osx_values.h fitsautoreader.h \ 180 $(SOPHYAOBJP)fitsautoreader.o: fitsautoreader.cc \ 181 $(SOPHYAINCP)sopnamsp.h \ 182 $(SOPHYAINCP)pexceptions.h \ 183 $(SOPHYAINCP)machdefs.h fitsautoreader.h \ 184 $(SOPHYAINCP)machdefs.h \ 125 185 $(SOPHYAINCP)anydataobj.h fitsfile.h \ 126 186 $(SOPHYAINCP)ndatablock.h \ 127 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 128 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 129 $(SOPHYAINCP)ppfbinstream.h \ 130 $(SOPHYAINCP)rawstream.h \ 131 $(SOPHYAINCP)ppfnametag.h \ 132 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 133 fitsinoutfile.h $(SOPHYAINCP)FitsIO/fitsio.h \ 134 $(SOPHYAINCP)FitsIO/longnam.h fitstarray.h \ 135 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 187 $(SOPHYAINCP)anydataobj.h \ 188 $(SOPHYAINCP)dvlist.h \ 189 $(SOPHYAINCP)objfio.h \ 190 $(SOPHYAINCP)ppersist.h \ 191 $(SOPHYAINCP)pexceptions.h \ 192 $(SOPHYAINCP)gnumd5.h \ 193 $(SOPHYAINCP)ppfbinstream.h \ 194 $(SOPHYAINCP)rawstream.h \ 195 $(SOPHYAINCP)ppfnametag.h \ 196 $(SOPHYAINCP)mutyv.h \ 197 $(SOPHYAINCP)timestamp.h fitsinoutfile.h \ 198 $(SOPHYAINCP)FitsIO/fitsio.h \ 199 $(SOPHYAINCP)FitsIO/longnam.h \ 200 fitshandler.h fitstarray.h \ 201 $(SOPHYAINCP)tarray.h \ 202 $(SOPHYAINCP)basarr.h \ 203 $(SOPHYAINCP)dvlist.h \ 204 $(SOPHYAINCP)ndatablock.h \ 136 205 $(SOPHYAINCP)utilarr.h fitsspherehealpix.h \ 137 206 $(SOPHYAINCP)spherehealpix.h \ … … 144 213 $(SOPHYAINCP)longlat.h \ 145 214 $(SOPHYAINCP)utilgeom.h \ 146 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 215 $(SOPHYAINCP)datatype.h \ 216 $(SOPHYAINCP)tvector.h \ 217 $(SOPHYAINCP)tmatrix.h \ 218 $(SOPHYAINCP)tarray.h \ 219 $(SOPHYAINCP)tmatrix_tsnl.h \ 220 $(SOPHYAINCP)tvector_tsnl.h \ 147 221 $(SOPHYAINCP)HEALPixUtils.h fitsntuple.h \ 148 $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)ntupintf.h \ 149 fitsxntuple.h $(SOPHYAINCP)xntuple.h fitslocalmap.h \ 150 $(SOPHYAINCP)localmap.h fbtntintf.h 222 $(SOPHYAINCP)ntuple.h \ 223 $(SOPHYAINCP)ntupintf.h \ 224 $(SOPHYAINCP)ppersist.h fitsxntuple.h \ 225 $(SOPHYAINCP)xntuple.h fitslocalmap.h \ 226 $(SOPHYAINCP)localmap.h fbtntintf.h \ 227 $(SOPHYAINCP)ntupintf.h 151 228 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsautoreader.cc 152 229 … … 154 231 $(SOPHYAINCP)sopnamsp.h \ 155 232 $(SOPHYAINCP)pexceptions.h \ 156 $(SOPHYAINCP)machdefs.h \ 157 $(SOPHYAINCP)osx_values.h fitsbntbllineRW.h \ 158 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 159 $(SOPHYAINCP)anydataobj.h \ 160 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 161 $(SOPHYAINCP)ppfbinstream.h \ 162 $(SOPHYAINCP)rawstream.h \ 163 $(SOPHYAINCP)ppfnametag.h \ 164 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 165 fitsfile.h $(SOPHYAINCP)ndatablock.h fitsinoutfile.h \ 166 $(SOPHYAINCP)FitsIO/fitsio.h \ 167 $(SOPHYAINCP)FitsIO/longnam.h \ 168 $(SOPHYAINCP)utils.h 233 $(SOPHYAINCP)machdefs.h fitsbntbllineRW.h \ 234 $(SOPHYAINCP)dvlist.h \ 235 $(SOPHYAINCP)objfio.h \ 236 $(SOPHYAINCP)anydataobj.h \ 237 $(SOPHYAINCP)ppersist.h \ 238 $(SOPHYAINCP)pexceptions.h \ 239 $(SOPHYAINCP)gnumd5.h \ 240 $(SOPHYAINCP)ppfbinstream.h \ 241 $(SOPHYAINCP)rawstream.h \ 242 $(SOPHYAINCP)ppfnametag.h \ 243 $(SOPHYAINCP)mutyv.h \ 244 $(SOPHYAINCP)timestamp.h fitsfile.h \ 245 $(SOPHYAINCP)ndatablock.h fitsinoutfile.h \ 246 $(SOPHYAINCP)machdefs.h \ 247 $(SOPHYAINCP)FitsIO/fitsio.h \ 248 $(SOPHYAINCP)FitsIO/longnam.h \ 249 fitshandler.h $(SOPHYAINCP)utils.h 169 250 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsbntbllineRW.cc 170 251 171 $(SOPHYAOBJP)fitsfile.o: fitsfile.cc $(SOPHYAINCP)sopnamsp.h \ 172 $(SOPHYAINCP)machdefs.h \ 173 $(SOPHYAINCP)osx_values.h fitsfile.h \ 174 $(SOPHYAINCP)ndatablock.h \ 175 $(SOPHYAINCP)anydataobj.h \ 176 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 177 $(SOPHYAINCP)ppersist.h \ 178 $(SOPHYAINCP)pexceptions.h \ 179 $(SOPHYAINCP)gnumd5.h \ 180 $(SOPHYAINCP)ppfbinstream.h \ 181 $(SOPHYAINCP)rawstream.h \ 182 $(SOPHYAINCP)ppfnametag.h \ 183 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 184 fitsinoutfile.h $(SOPHYAINCP)FitsIO/fitsio.h \ 185 $(SOPHYAINCP)FitsIO/longnam.h \ 186 $(SOPHYAINCP)strutil.h 252 $(SOPHYAOBJP)fitsfile.o: fitsfile.cc \ 253 $(SOPHYAINCP)sopnamsp.h \ 254 $(SOPHYAINCP)machdefs.h fitsfile.h \ 255 $(SOPHYAINCP)ndatablock.h \ 256 $(SOPHYAINCP)machdefs.h \ 257 $(SOPHYAINCP)anydataobj.h \ 258 $(SOPHYAINCP)dvlist.h \ 259 $(SOPHYAINCP)objfio.h \ 260 $(SOPHYAINCP)ppersist.h \ 261 $(SOPHYAINCP)pexceptions.h \ 262 $(SOPHYAINCP)gnumd5.h \ 263 $(SOPHYAINCP)ppfbinstream.h \ 264 $(SOPHYAINCP)rawstream.h \ 265 $(SOPHYAINCP)ppfnametag.h \ 266 $(SOPHYAINCP)mutyv.h \ 267 $(SOPHYAINCP)timestamp.h fitsinoutfile.h \ 268 $(SOPHYAINCP)pexceptions.h \ 269 $(SOPHYAINCP)FitsIO/fitsio.h \ 270 $(SOPHYAINCP)FitsIO/longnam.h \ 271 fitshandler.h $(SOPHYAINCP)strutil.h \ 272 $(SOPHYAINCP)anydataobj.h 187 273 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsfile.cc 188 274 189 $(SOPHYAOBJP)fitshdtable.o: fitshdtable.cc $(SOPHYAINCP)machdefs.h\190 $(SOPHYAINCP) osx_values.h \275 $(SOPHYAOBJP)fitshdtable.o: fitshdtable.cc \ 276 $(SOPHYAINCP)machdefs.h \ 191 277 $(SOPHYAINCP)sopnamsp.h \ 192 278 $(SOPHYAINCP)datatable.h \ 193 279 $(SOPHYAINCP)basedtable.h \ 194 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)dvlist.h \ 195 $(SOPHYAINCP)objfio.h \ 196 $(SOPHYAINCP)anydataobj.h \ 197 $(SOPHYAINCP)ppersist.h \ 198 $(SOPHYAINCP)pexceptions.h \ 199 $(SOPHYAINCP)gnumd5.h \ 200 $(SOPHYAINCP)ppfbinstream.h \ 201 $(SOPHYAINCP)rawstream.h \ 202 $(SOPHYAINCP)ppfnametag.h \ 203 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 280 $(SOPHYAINCP)machdefs.h \ 281 $(SOPHYAINCP)ntupintf.h \ 282 $(SOPHYAINCP)dvlist.h \ 283 $(SOPHYAINCP)objfio.h \ 284 $(SOPHYAINCP)anydataobj.h \ 285 $(SOPHYAINCP)ppersist.h \ 286 $(SOPHYAINCP)pexceptions.h \ 287 $(SOPHYAINCP)gnumd5.h \ 288 $(SOPHYAINCP)ppfbinstream.h \ 289 $(SOPHYAINCP)rawstream.h \ 290 $(SOPHYAINCP)ppfnametag.h \ 291 $(SOPHYAINCP)mutyv.h \ 292 $(SOPHYAINCP)timestamp.h \ 204 293 $(SOPHYAINCP)segdatablock.h \ 205 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 206 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 207 $(SOPHYAINCP)ndatablock.h \ 208 $(SOPHYAINCP)utilarr.h fitsblkrw.h fitsinoutfile.h \ 209 $(SOPHYAINCP)FitsIO/fitsio.h \ 210 $(SOPHYAINCP)FitsIO/longnam.h fitshandler.h 294 $(SOPHYAINCP)tvector.h \ 295 $(SOPHYAINCP)tmatrix.h \ 296 $(SOPHYAINCP)tarray.h \ 297 $(SOPHYAINCP)basarr.h \ 298 $(SOPHYAINCP)ndatablock.h \ 299 $(SOPHYAINCP)utilarr.h \ 300 $(SOPHYAINCP)tmatrix_tsnl.h \ 301 $(SOPHYAINCP)tvector_tsnl.h fitsblkrw.h \ 302 fitsinoutfile.h $(SOPHYAINCP)pexceptions.h \ 303 $(SOPHYAINCP)dvlist.h \ 304 $(SOPHYAINCP)FitsIO/fitsio.h \ 305 $(SOPHYAINCP)FitsIO/longnam.h \ 306 fitshandler.h swfitsdtable.h \ 307 $(SOPHYAINCP)basedtable.h \ 308 $(SOPHYAINCP)swsegdb.h fitsswapper.h 211 309 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitshdtable.cc 212 310 213 $(SOPHYAOBJP)fitsinoutfile.o: fitsinoutfile.cc $(SOPHYAINCP)sopnamsp.h\214 $(SOPHYAINCP) machdefs.h \215 $(SOPHYAINCP) osx_values.h \311 $(SOPHYAOBJP)fitsinoutfile.o: fitsinoutfile.cc \ 312 $(SOPHYAINCP)sopnamsp.h \ 313 $(SOPHYAINCP)machdefs.h \ 216 314 $(SOPHYAINCP)segdatablock.h \ 315 $(SOPHYAINCP)machdefs.h \ 217 316 $(SOPHYAINCP)anydataobj.h fitsinoutfile.h \ 218 317 $(SOPHYAINCP)pexceptions.h \ 219 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 220 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 221 $(SOPHYAINCP)ppfbinstream.h \ 222 $(SOPHYAINCP)rawstream.h \ 223 $(SOPHYAINCP)ppfnametag.h \ 224 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 225 $(SOPHYAINCP)FitsIO/fitsio.h \ 226 $(SOPHYAINCP)FitsIO/longnam.h 318 $(SOPHYAINCP)dvlist.h \ 319 $(SOPHYAINCP)objfio.h \ 320 $(SOPHYAINCP)ppersist.h \ 321 $(SOPHYAINCP)pexceptions.h \ 322 $(SOPHYAINCP)gnumd5.h \ 323 $(SOPHYAINCP)ppfbinstream.h \ 324 $(SOPHYAINCP)rawstream.h \ 325 $(SOPHYAINCP)ppfnametag.h \ 326 $(SOPHYAINCP)mutyv.h \ 327 $(SOPHYAINCP)timestamp.h \ 328 $(SOPHYAINCP)FitsIO/fitsio.h \ 329 $(SOPHYAINCP)FitsIO/longnam.h \ 330 $(SOPHYAINCP)strutil.h 227 331 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsinoutfile.cc 228 332 229 $(SOPHYAOBJP)fitslocalmap.o: fitslocalmap.cc $(SOPHYAINCP)sopnamsp.h \ 230 $(SOPHYAINCP)machdefs.h \ 231 $(SOPHYAINCP)osx_values.h fitslocalmap.h \ 232 $(SOPHYAINCP)pexceptions.h \ 333 $(SOPHYAOBJP)fitslocalmap.o: fitslocalmap.cc \ 334 $(SOPHYAINCP)sopnamsp.h \ 335 $(SOPHYAINCP)machdefs.h fitslocalmap.h \ 336 $(SOPHYAINCP)pexceptions.h \ 337 $(SOPHYAINCP)machdefs.h \ 233 338 $(SOPHYAINCP)localmap.h \ 234 339 $(SOPHYAINCP)pixelmap.h \ 235 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 236 $(SOPHYAINCP)ppfbinstream.h \ 237 $(SOPHYAINCP)rawstream.h \ 238 $(SOPHYAINCP)ppfnametag.h \ 239 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 240 $(SOPHYAINCP)anydataobj.h \ 241 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 340 $(SOPHYAINCP)ppersist.h \ 341 $(SOPHYAINCP)pexceptions.h \ 342 $(SOPHYAINCP)gnumd5.h \ 343 $(SOPHYAINCP)ppfbinstream.h \ 344 $(SOPHYAINCP)rawstream.h \ 345 $(SOPHYAINCP)ppfnametag.h \ 346 $(SOPHYAINCP)dvlist.h \ 347 $(SOPHYAINCP)objfio.h \ 348 $(SOPHYAINCP)anydataobj.h \ 349 $(SOPHYAINCP)mutyv.h \ 350 $(SOPHYAINCP)timestamp.h \ 242 351 $(SOPHYAINCP)spherepos.h \ 243 352 $(SOPHYAINCP)unitvector.h \ … … 245 354 $(SOPHYAINCP)longlat.h \ 246 355 $(SOPHYAINCP)utilgeom.h \ 356 $(SOPHYAINCP)datatype.h \ 247 357 $(SOPHYAINCP)sphericalmap.h \ 248 358 $(SOPHYAINCP)smathconst.h \ 249 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 250 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 251 $(SOPHYAINCP)ndatablock.h \ 252 $(SOPHYAINCP)utilarr.h fitsfile.h fitsinoutfile.h \ 253 $(SOPHYAINCP)FitsIO/fitsio.h \ 254 $(SOPHYAINCP)FitsIO/longnam.h 359 $(SOPHYAINCP)tvector.h \ 360 $(SOPHYAINCP)tmatrix.h \ 361 $(SOPHYAINCP)tarray.h \ 362 $(SOPHYAINCP)basarr.h \ 363 $(SOPHYAINCP)ndatablock.h \ 364 $(SOPHYAINCP)utilarr.h \ 365 $(SOPHYAINCP)tmatrix_tsnl.h \ 366 $(SOPHYAINCP)tvector_tsnl.h fitsfile.h \ 367 $(SOPHYAINCP)ndatablock.h \ 368 $(SOPHYAINCP)dvlist.h fitsinoutfile.h \ 369 $(SOPHYAINCP)FitsIO/fitsio.h \ 370 $(SOPHYAINCP)FitsIO/longnam.h \ 371 fitshandler.h 255 372 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitslocalmap.cc 256 373 257 $(SOPHYAOBJP)fitsmanager.o: fitsmanager.cc $(SOPHYAINCP)machdefs.h \ 258 $(SOPHYAINCP)osx_values.h \ 259 $(SOPHYAINCP)sopnamsp.h fitsmanager.h fitsinoutfile.h \ 260 $(SOPHYAINCP)pexceptions.h \ 261 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 262 $(SOPHYAINCP)anydataobj.h \ 263 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 264 $(SOPHYAINCP)ppfbinstream.h \ 265 $(SOPHYAINCP)rawstream.h \ 266 $(SOPHYAINCP)ppfnametag.h \ 267 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 268 $(SOPHYAINCP)FitsIO/fitsio.h \ 269 $(SOPHYAINCP)FitsIO/longnam.h fitshandler.h 374 $(SOPHYAOBJP)fitsmanager.o: fitsmanager.cc \ 375 $(SOPHYAINCP)machdefs.h \ 376 $(SOPHYAINCP)sopnamsp.h fitsmanager.h \ 377 fitsinoutfile.h $(SOPHYAINCP)pexceptions.h \ 378 $(SOPHYAINCP)machdefs.h \ 379 $(SOPHYAINCP)dvlist.h \ 380 $(SOPHYAINCP)objfio.h \ 381 $(SOPHYAINCP)anydataobj.h \ 382 $(SOPHYAINCP)ppersist.h \ 383 $(SOPHYAINCP)pexceptions.h \ 384 $(SOPHYAINCP)gnumd5.h \ 385 $(SOPHYAINCP)ppfbinstream.h \ 386 $(SOPHYAINCP)rawstream.h \ 387 $(SOPHYAINCP)ppfnametag.h \ 388 $(SOPHYAINCP)mutyv.h \ 389 $(SOPHYAINCP)timestamp.h \ 390 $(SOPHYAINCP)FitsIO/fitsio.h \ 391 $(SOPHYAINCP)FitsIO/longnam.h \ 392 fitshandler.h 270 393 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsmanager.cc 271 394 272 $(SOPHYAOBJP)fitsntuple.o: fitsntuple.cc $(SOPHYAINCP)sopnamsp.h \ 273 $(SOPHYAINCP)pexceptions.h \ 274 $(SOPHYAINCP)machdefs.h \ 275 $(SOPHYAINCP)osx_values.h fitsntuple.h \ 276 $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)objfio.h \ 277 $(SOPHYAINCP)anydataobj.h \ 278 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 279 $(SOPHYAINCP)ppfbinstream.h \ 280 $(SOPHYAINCP)rawstream.h \ 281 $(SOPHYAINCP)ppfnametag.h \ 282 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)dvlist.h \ 283 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 284 fitsfile.h $(SOPHYAINCP)ndatablock.h fitsinoutfile.h \ 285 $(SOPHYAINCP)FitsIO/fitsio.h \ 286 $(SOPHYAINCP)FitsIO/longnam.h 395 $(SOPHYAOBJP)fitsntuple.o: fitsntuple.cc \ 396 $(SOPHYAINCP)sopnamsp.h \ 397 $(SOPHYAINCP)pexceptions.h \ 398 $(SOPHYAINCP)machdefs.h fitsntuple.h \ 399 $(SOPHYAINCP)machdefs.h \ 400 $(SOPHYAINCP)ntuple.h \ 401 $(SOPHYAINCP)objfio.h \ 402 $(SOPHYAINCP)anydataobj.h \ 403 $(SOPHYAINCP)ppersist.h \ 404 $(SOPHYAINCP)pexceptions.h \ 405 $(SOPHYAINCP)gnumd5.h \ 406 $(SOPHYAINCP)ppfbinstream.h \ 407 $(SOPHYAINCP)rawstream.h \ 408 $(SOPHYAINCP)ppfnametag.h \ 409 $(SOPHYAINCP)ntupintf.h \ 410 $(SOPHYAINCP)dvlist.h \ 411 $(SOPHYAINCP)mutyv.h \ 412 $(SOPHYAINCP)timestamp.h \ 413 $(SOPHYAINCP)anydataobj.h \ 414 $(SOPHYAINCP)ppersist.h fitsfile.h \ 415 $(SOPHYAINCP)ndatablock.h \ 416 $(SOPHYAINCP)dvlist.h fitsinoutfile.h \ 417 $(SOPHYAINCP)FitsIO/fitsio.h \ 418 $(SOPHYAINCP)FitsIO/longnam.h \ 419 fitshandler.h 287 420 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsntuple.cc 288 421 … … 291 424 $(SOPHYAINCP)pexceptions.h \ 292 425 $(SOPHYAINCP)machdefs.h \ 293 $(SOPHYAINCP)osx_values.hfitsspherehealpix.h \426 fitsspherehealpix.h \ 294 427 $(SOPHYAINCP)spherehealpix.h \ 295 428 $(SOPHYAINCP)sphericalmap.h \ 296 429 $(SOPHYAINCP)smathconst.h \ 297 430 $(SOPHYAINCP)pixelmap.h \ 298 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 299 $(SOPHYAINCP)ppfbinstream.h \ 300 $(SOPHYAINCP)rawstream.h \ 301 $(SOPHYAINCP)ppfnametag.h \ 302 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 303 $(SOPHYAINCP)anydataobj.h \ 304 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 431 $(SOPHYAINCP)ppersist.h \ 432 $(SOPHYAINCP)pexceptions.h \ 433 $(SOPHYAINCP)gnumd5.h \ 434 $(SOPHYAINCP)ppfbinstream.h \ 435 $(SOPHYAINCP)rawstream.h \ 436 $(SOPHYAINCP)ppfnametag.h \ 437 $(SOPHYAINCP)dvlist.h \ 438 $(SOPHYAINCP)objfio.h \ 439 $(SOPHYAINCP)anydataobj.h \ 440 $(SOPHYAINCP)mutyv.h \ 441 $(SOPHYAINCP)timestamp.h \ 305 442 $(SOPHYAINCP)spherepos.h \ 306 443 $(SOPHYAINCP)unitvector.h \ … … 308 445 $(SOPHYAINCP)longlat.h \ 309 446 $(SOPHYAINCP)utilgeom.h \ 310 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 311 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 312 $(SOPHYAINCP)ndatablock.h \ 313 $(SOPHYAINCP)utilarr.h \ 314 $(SOPHYAINCP)HEALPixUtils.h fitsfile.h fitsinoutfile.h \ 315 $(SOPHYAINCP)FitsIO/fitsio.h \ 316 $(SOPHYAINCP)FitsIO/longnam.h fitstarray.h 447 $(SOPHYAINCP)datatype.h \ 448 $(SOPHYAINCP)tvector.h \ 449 $(SOPHYAINCP)tmatrix.h \ 450 $(SOPHYAINCP)tarray.h \ 451 $(SOPHYAINCP)basarr.h \ 452 $(SOPHYAINCP)ndatablock.h \ 453 $(SOPHYAINCP)utilarr.h \ 454 $(SOPHYAINCP)tmatrix_tsnl.h \ 455 $(SOPHYAINCP)tvector_tsnl.h \ 456 $(SOPHYAINCP)HEALPixUtils.h \ 457 $(SOPHYAINCP)anydataobj.h fitsfile.h \ 458 $(SOPHYAINCP)ndatablock.h \ 459 $(SOPHYAINCP)dvlist.h fitsinoutfile.h \ 460 $(SOPHYAINCP)machdefs.h \ 461 $(SOPHYAINCP)FitsIO/fitsio.h \ 462 $(SOPHYAINCP)FitsIO/longnam.h \ 463 fitshandler.h $(SOPHYAINCP)tarray.h \ 464 fitstarray.h 317 465 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsspherehealpix.cc 318 466 … … 321 469 $(SOPHYAINCP)pexceptions.h \ 322 470 $(SOPHYAINCP)machdefs.h \ 323 $(SOPHYAINCP)osx_values.hfitsspherethetaphi.h \471 fitsspherethetaphi.h \ 324 472 $(SOPHYAINCP)spherethetaphi.h \ 325 473 $(SOPHYAINCP)sphericalmap.h \ 326 474 $(SOPHYAINCP)smathconst.h \ 327 475 $(SOPHYAINCP)pixelmap.h \ 328 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 329 $(SOPHYAINCP)ppfbinstream.h \ 330 $(SOPHYAINCP)rawstream.h \ 331 $(SOPHYAINCP)ppfnametag.h \ 332 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 333 $(SOPHYAINCP)anydataobj.h \ 334 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 476 $(SOPHYAINCP)ppersist.h \ 477 $(SOPHYAINCP)pexceptions.h \ 478 $(SOPHYAINCP)gnumd5.h \ 479 $(SOPHYAINCP)ppfbinstream.h \ 480 $(SOPHYAINCP)rawstream.h \ 481 $(SOPHYAINCP)ppfnametag.h \ 482 $(SOPHYAINCP)dvlist.h \ 483 $(SOPHYAINCP)objfio.h \ 484 $(SOPHYAINCP)anydataobj.h \ 485 $(SOPHYAINCP)mutyv.h \ 486 $(SOPHYAINCP)timestamp.h \ 335 487 $(SOPHYAINCP)spherepos.h \ 336 488 $(SOPHYAINCP)unitvector.h \ … … 338 490 $(SOPHYAINCP)longlat.h \ 339 491 $(SOPHYAINCP)utilgeom.h \ 340 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 341 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 342 $(SOPHYAINCP)ndatablock.h \ 343 $(SOPHYAINCP)utilarr.h fitsfile.h fitsinoutfile.h \ 344 $(SOPHYAINCP)FitsIO/fitsio.h \ 345 $(SOPHYAINCP)FitsIO/longnam.h fitstarray.h 492 $(SOPHYAINCP)datatype.h \ 493 $(SOPHYAINCP)tvector.h \ 494 $(SOPHYAINCP)tmatrix.h \ 495 $(SOPHYAINCP)tarray.h \ 496 $(SOPHYAINCP)basarr.h \ 497 $(SOPHYAINCP)ndatablock.h \ 498 $(SOPHYAINCP)utilarr.h \ 499 $(SOPHYAINCP)tmatrix_tsnl.h \ 500 $(SOPHYAINCP)tvector_tsnl.h \ 501 $(SOPHYAINCP)anydataobj.h fitsfile.h \ 502 $(SOPHYAINCP)ndatablock.h \ 503 $(SOPHYAINCP)dvlist.h fitsinoutfile.h \ 504 $(SOPHYAINCP)machdefs.h \ 505 $(SOPHYAINCP)FitsIO/fitsio.h \ 506 $(SOPHYAINCP)FitsIO/longnam.h \ 507 fitshandler.h $(SOPHYAINCP)tarray.h \ 508 fitstarray.h 346 509 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsspherethetaphi.cc 347 510 348 $(SOPHYAOBJP)fitstarray.o: fitstarray.cc $(SOPHYAINCP)sopnamsp.h \ 349 $(SOPHYAINCP)machdefs.h \ 350 $(SOPHYAINCP)osx_values.h \ 351 $(SOPHYAINCP)pexceptions.h fitstarray.h \ 352 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 353 $(SOPHYAINCP)anydataobj.h \ 354 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 355 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \ 356 $(SOPHYAINCP)gnumd5.h \ 357 $(SOPHYAINCP)ppfbinstream.h \ 358 $(SOPHYAINCP)rawstream.h \ 359 $(SOPHYAINCP)ppfnametag.h \ 360 $(SOPHYAINCP)dvlist.h \ 361 $(SOPHYAINCP)ndatablock.h \ 362 $(SOPHYAINCP)utilarr.h fitsfile.h fitsinoutfile.h \ 363 $(SOPHYAINCP)FitsIO/fitsio.h \ 364 $(SOPHYAINCP)FitsIO/longnam.h 511 $(SOPHYAOBJP)fitstarray.o: fitstarray.cc \ 512 $(SOPHYAINCP)sopnamsp.h \ 513 $(SOPHYAINCP)machdefs.h \ 514 $(SOPHYAINCP)pexceptions.h \ 515 $(SOPHYAINCP)machdefs.h fitstarray.h \ 516 $(SOPHYAINCP)tarray.h \ 517 $(SOPHYAINCP)basarr.h \ 518 $(SOPHYAINCP)anydataobj.h \ 519 $(SOPHYAINCP)mutyv.h \ 520 $(SOPHYAINCP)timestamp.h \ 521 $(SOPHYAINCP)objfio.h \ 522 $(SOPHYAINCP)ppersist.h \ 523 $(SOPHYAINCP)pexceptions.h \ 524 $(SOPHYAINCP)gnumd5.h \ 525 $(SOPHYAINCP)ppfbinstream.h \ 526 $(SOPHYAINCP)rawstream.h \ 527 $(SOPHYAINCP)ppfnametag.h \ 528 $(SOPHYAINCP)dvlist.h \ 529 $(SOPHYAINCP)ndatablock.h \ 530 $(SOPHYAINCP)utilarr.h fitsfile.h \ 531 $(SOPHYAINCP)ndatablock.h \ 532 $(SOPHYAINCP)dvlist.h fitsinoutfile.h \ 533 $(SOPHYAINCP)FitsIO/fitsio.h \ 534 $(SOPHYAINCP)FitsIO/longnam.h \ 535 fitshandler.h 365 536 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitstarray.cc 366 537 367 $(SOPHYAOBJP)fitsxntuple.o: fitsxntuple.cc $(SOPHYAINCP)sopnamsp.h \ 368 $(SOPHYAINCP)pexceptions.h \ 369 $(SOPHYAINCP)machdefs.h \ 370 $(SOPHYAINCP)osx_values.h fitsxntuple.h \ 538 $(SOPHYAOBJP)fitsxntuple.o: fitsxntuple.cc \ 539 $(SOPHYAINCP)sopnamsp.h \ 540 $(SOPHYAINCP)pexceptions.h \ 541 $(SOPHYAINCP)machdefs.h fitsxntuple.h \ 542 $(SOPHYAINCP)machdefs.h \ 371 543 $(SOPHYAINCP)xntuple.h \ 372 544 $(SOPHYAINCP)ntupintf.h \ 373 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 374 $(SOPHYAINCP)ppfbinstream.h \ 375 $(SOPHYAINCP)rawstream.h \ 376 $(SOPHYAINCP)ppfnametag.h \ 377 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 378 $(SOPHYAINCP)anydataobj.h \ 379 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 380 fitsfile.h $(SOPHYAINCP)ndatablock.h fitsinoutfile.h \ 381 $(SOPHYAINCP)FitsIO/fitsio.h \ 382 $(SOPHYAINCP)FitsIO/longnam.h 545 $(SOPHYAINCP)ppersist.h \ 546 $(SOPHYAINCP)pexceptions.h \ 547 $(SOPHYAINCP)gnumd5.h \ 548 $(SOPHYAINCP)ppfbinstream.h \ 549 $(SOPHYAINCP)rawstream.h \ 550 $(SOPHYAINCP)ppfnametag.h \ 551 $(SOPHYAINCP)dvlist.h \ 552 $(SOPHYAINCP)objfio.h \ 553 $(SOPHYAINCP)anydataobj.h \ 554 $(SOPHYAINCP)mutyv.h \ 555 $(SOPHYAINCP)timestamp.h \ 556 $(SOPHYAINCP)anydataobj.h \ 557 $(SOPHYAINCP)ppersist.h fitsfile.h \ 558 $(SOPHYAINCP)ndatablock.h \ 559 $(SOPHYAINCP)dvlist.h fitsinoutfile.h \ 560 $(SOPHYAINCP)FitsIO/fitsio.h \ 561 $(SOPHYAINCP)FitsIO/longnam.h \ 562 fitshandler.h 383 563 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsxntuple.cc 384 564 … … 386 566 $(SOPHYAINCP)basedtable.h \ 387 567 $(SOPHYAINCP)machdefs.h \ 388 $(SOPHYAINCP)osx_values.h \ 389 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)dvlist.h \ 390 $(SOPHYAINCP)objfio.h \ 391 $(SOPHYAINCP)anydataobj.h \ 392 $(SOPHYAINCP)ppersist.h \ 393 $(SOPHYAINCP)pexceptions.h \ 394 $(SOPHYAINCP)gnumd5.h \ 395 $(SOPHYAINCP)ppfbinstream.h \ 396 $(SOPHYAINCP)rawstream.h \ 397 $(SOPHYAINCP)ppfnametag.h \ 398 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 568 $(SOPHYAINCP)ntupintf.h \ 569 $(SOPHYAINCP)dvlist.h \ 570 $(SOPHYAINCP)objfio.h \ 571 $(SOPHYAINCP)anydataobj.h \ 572 $(SOPHYAINCP)ppersist.h \ 573 $(SOPHYAINCP)pexceptions.h \ 574 $(SOPHYAINCP)gnumd5.h \ 575 $(SOPHYAINCP)ppfbinstream.h \ 576 $(SOPHYAINCP)rawstream.h \ 577 $(SOPHYAINCP)ppfnametag.h \ 578 $(SOPHYAINCP)mutyv.h \ 579 $(SOPHYAINCP)timestamp.h \ 399 580 $(SOPHYAINCP)segdatablock.h \ 400 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 401 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 402 $(SOPHYAINCP)ndatablock.h \ 403 $(SOPHYAINCP)utilarr.h $(SOPHYAINCP)swsegdb.h \ 404 fitsswapper.h fitsinoutfile.h $(SOPHYAINCP)FitsIO/fitsio.h \ 581 $(SOPHYAINCP)tvector.h \ 582 $(SOPHYAINCP)tmatrix.h \ 583 $(SOPHYAINCP)tarray.h \ 584 $(SOPHYAINCP)basarr.h \ 585 $(SOPHYAINCP)ndatablock.h \ 586 $(SOPHYAINCP)utilarr.h \ 587 $(SOPHYAINCP)tmatrix_tsnl.h \ 588 $(SOPHYAINCP)tvector_tsnl.h \ 589 $(SOPHYAINCP)swsegdb.h fitsswapper.h \ 590 $(SOPHYAINCP)machdefs.h fitsinoutfile.h \ 591 $(SOPHYAINCP)pexceptions.h \ 592 $(SOPHYAINCP)dvlist.h \ 593 $(SOPHYAINCP)FitsIO/fitsio.h \ 405 594 $(SOPHYAINCP)FitsIO/longnam.h fitsblkrw.h \ 595 fitshdtable.h $(SOPHYAINCP)datatable.h \ 596 $(SOPHYAINCP)basedtable.h fitshandler.h \ 406 597 $(SOPHYAINCP)sopnamsp.h 407 598 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ swfitsdtable.cc -
trunk/SophyaExt/IFFTW/Makefile
r2834 r3007 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)fftw server.o6 rm -f $(SOPHYAOBJP)fftw2server.o $(SOPHYAOBJP)fftw3server.o $(SOPHYAOBJP)fftwserver.o 7 7 rm -f $(SOPHYALIBP)libIFFTW.a 8 8 … … 14 14 $(SOPHYAINCP)sopnamsp.h fftwserver.h \ 15 15 $(SOPHYAINCP)machdefs.h \ 16 $(SOPHYAINCP)sspvflags.h \ 16 17 $(SOPHYAINCP)fftservintf.h \ 18 $(SOPHYAINCP)machdefs.h \ 17 19 $(SOPHYAINCP)pexceptions.h \ 18 20 $(SOPHYAINCP)tmatrix.h \ … … 31 33 $(SOPHYAINCP)ndatablock.h \ 32 34 $(SOPHYAINCP)utilarr.h \ 35 $(SOPHYAINCP)tmatrix_tsnl.h \ 33 36 $(SOPHYAINCP)tvector.h \ 34 $(SOPHYAINCP) FFTW/fftw.h\35 $(SOPHYAINCP)FFTW/ rfftw.h37 $(SOPHYAINCP)tvector_tsnl.h fftw3server.cc \ 38 $(SOPHYAINCP)FFTW/fftw3.h 36 39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftwserver.cc 37 40 -
trunk/SophyaExt/IFFTW/exclude
r765 r3007 1 fftw2server.cc 2 fftw3server.cc -
trunk/SophyaExt/IFFTW/smakefile
r2765 r3007 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)fftw server.o6 rm -f $(SOPHYAOBJP)fftw2server.o $(SOPHYAOBJP)fftw3server.o $(SOPHYAOBJP)fftwserver.o 7 7 rm -f $(SOPHYALIBP)libIFFTW.a 8 8 … … 14 14 $(SOPHYAINCP)sopnamsp.h fftwserver.h \ 15 15 $(SOPHYAINCP)machdefs.h \ 16 $(SOPHYAINCP)sspvflags.h \ 16 17 $(SOPHYAINCP)fftservintf.h \ 18 $(SOPHYAINCP)machdefs.h \ 17 19 $(SOPHYAINCP)pexceptions.h \ 18 20 $(SOPHYAINCP)tmatrix.h \ … … 21 23 $(SOPHYAINCP)anydataobj.h \ 22 24 $(SOPHYAINCP)mutyv.h \ 23 $(SOPHYAINCP) dvlist.h \25 $(SOPHYAINCP)timestamp.h \ 24 26 $(SOPHYAINCP)objfio.h \ 25 27 $(SOPHYAINCP)ppersist.h \ … … 28 30 $(SOPHYAINCP)rawstream.h \ 29 31 $(SOPHYAINCP)ppfnametag.h \ 32 $(SOPHYAINCP)dvlist.h \ 30 33 $(SOPHYAINCP)ndatablock.h \ 31 34 $(SOPHYAINCP)utilarr.h \ 35 $(SOPHYAINCP)tmatrix_tsnl.h \ 32 36 $(SOPHYAINCP)tvector.h \ 33 $(SOPHYAINCP) FFTW/fftw.h\34 $(SOPHYAINCP)FFTW/ rfftw.h37 $(SOPHYAINCP)tvector_tsnl.h fftw3server.cc \ 38 $(SOPHYAINCP)FFTW/fftw3.h 35 39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftwserver.cc 36 40 -
trunk/SophyaExt/LinAlg/Makefile
r2834 r3007 15 15 $(SOPHYAINCP)machdefs.h \ 16 16 $(SOPHYAINCP)tarray.h \ 17 $(SOPHYAINCP)machdefs.h \ 17 18 $(SOPHYAINCP)basarr.h \ 18 19 $(SOPHYAINCP)anydataobj.h \ … … 30 31 $(SOPHYAINCP)utilarr.h \ 31 32 $(SOPHYAINCP)tvector.h \ 33 $(SOPHYAINCP)tmatrix.h \ 34 $(SOPHYAINCP)tarray.h \ 35 $(SOPHYAINCP)tmatrix_tsnl.h \ 36 $(SOPHYAINCP)tvector_tsnl.h \ 37 $(SOPHYAINCP)sspvflags.h \ 32 38 $(SOPHYAINCP)tmatrix.h 33 39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ intflapack.cc -
trunk/SophyaExt/LinAlg/smakefile
r2765 r3007 15 15 $(SOPHYAINCP)machdefs.h \ 16 16 $(SOPHYAINCP)tarray.h \ 17 $(SOPHYAINCP)machdefs.h \ 17 18 $(SOPHYAINCP)basarr.h \ 18 19 $(SOPHYAINCP)anydataobj.h \ 19 20 $(SOPHYAINCP)mutyv.h \ 20 $(SOPHYAINCP) dvlist.h \21 $(SOPHYAINCP)timestamp.h \ 21 22 $(SOPHYAINCP)objfio.h \ 22 23 $(SOPHYAINCP)ppersist.h \ … … 26 27 $(SOPHYAINCP)rawstream.h \ 27 28 $(SOPHYAINCP)ppfnametag.h \ 29 $(SOPHYAINCP)dvlist.h \ 28 30 $(SOPHYAINCP)ndatablock.h \ 29 31 $(SOPHYAINCP)utilarr.h \ 30 32 $(SOPHYAINCP)tvector.h \ 33 $(SOPHYAINCP)tmatrix.h \ 34 $(SOPHYAINCP)tarray.h \ 35 $(SOPHYAINCP)tmatrix_tsnl.h \ 36 $(SOPHYAINCP)tvector_tsnl.h \ 37 $(SOPHYAINCP)sspvflags.h \ 31 38 $(SOPHYAINCP)tmatrix.h 32 39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ intflapack.cc -
trunk/SophyaLib/BaseTools/smakefile
r2765 r3007 18 18 $(SOPHYAINCP)machdefs.h dvlist.h objfio.h \ 19 19 anydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \ 20 rawstream.h ppfnametag.h mutyv.h \20 rawstream.h ppfnametag.h mutyv.h timestamp.h \ 21 21 $(SOPHYAINCP)strutil.h 22 22 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dvlist.cc … … 29 29 30 30 $(SOPHYAOBJP)mutyv.o: mutyv.cc sopnamsp.h mutyv.h \ 31 $(SOPHYAINCP)machdefs.h 31 $(SOPHYAINCP)machdefs.h timestamp.h \ 32 objfio.h anydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \ 33 rawstream.h ppfnametag.h 32 34 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mutyv.cc 33 35 … … 66 68 pexceptions.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \ 67 69 ppfnametag.h fiondblock.h ndatablock.h anydataobj.h dvlist.h objfio.h \ 68 mutyv.h fiosegdb.h segdatablock.h ppftpointerio.h ppfwrapstlv.h \69 sversion.h70 mutyv.h timestamp.h fiosegdb.h segdatablock.h ppftpointerio.h \ 71 ppfwrapstlv.h sversion.h 70 72 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sophyainit.cc 71 73 72 74 $(SOPHYAOBJP)timestamp.o: timestamp.cc sopnamsp.h \ 73 75 $(SOPHYAINCP)machdefs.h timestamp.h \ 74 pexceptions.h 76 objfio.h anydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \ 77 rawstream.h ppfnametag.h 75 78 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ timestamp.cc 76 79 -
trunk/SophyaLib/HiStats/Makefile
r2834 r3007 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos .o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o6 rm -f $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o 7 7 rm -f $(SOPHYALIBP)libHiStats.a 8 8 9 $(SOPHYALIBP)libHiStats.a : $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos .o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o9 $(SOPHYALIBP)libHiStats.a : $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist … … 15 15 $(SOPHYAINCP)dvlist.h \ 16 16 $(SOPHYAINCP)objfio.h \ 17 $(SOPHYAINCP)anydataobj.h \ 18 $(SOPHYAINCP)ppersist.h \ 19 $(SOPHYAINCP)pexceptions.h \ 20 $(SOPHYAINCP)gnumd5.h \ 21 $(SOPHYAINCP)ppfbinstream.h \ 22 $(SOPHYAINCP)rawstream.h \ 23 $(SOPHYAINCP)ppfnametag.h \ 24 $(SOPHYAINCP)mutyv.h \ 25 $(SOPHYAINCP)timestamp.h \ 26 $(SOPHYAINCP)segdatablock.h \ 27 $(SOPHYAINCP)tvector.h \ 28 $(SOPHYAINCP)tmatrix.h \ 29 $(SOPHYAINCP)tarray.h \ 30 $(SOPHYAINCP)basarr.h \ 31 $(SOPHYAINCP)ndatablock.h \ 32 $(SOPHYAINCP)utilarr.h \ 33 $(SOPHYAINCP)sopnamsp.h 17 $(SOPHYAINCP)machdefs.h \ 18 $(SOPHYAINCP)anydataobj.h \ 19 $(SOPHYAINCP)ppersist.h \ 20 $(SOPHYAINCP)pexceptions.h \ 21 $(SOPHYAINCP)gnumd5.h \ 22 $(SOPHYAINCP)ppfbinstream.h \ 23 $(SOPHYAINCP)rawstream.h \ 24 $(SOPHYAINCP)ppfnametag.h \ 25 $(SOPHYAINCP)mutyv.h \ 26 $(SOPHYAINCP)timestamp.h \ 27 $(SOPHYAINCP)segdatablock.h \ 28 $(SOPHYAINCP)tvector.h \ 29 $(SOPHYAINCP)tmatrix.h \ 30 $(SOPHYAINCP)tarray.h \ 31 $(SOPHYAINCP)basarr.h \ 32 $(SOPHYAINCP)dvlist.h \ 33 $(SOPHYAINCP)ndatablock.h \ 34 $(SOPHYAINCP)utilarr.h \ 35 $(SOPHYAINCP)tmatrix_tsnl.h \ 36 $(SOPHYAINCP)tvector_tsnl.h \ 37 $(SOPHYAINCP)sopnamsp.h \ 38 $(SOPHYAINCP)pexceptions.h 34 39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ basedtable.cc 35 40 … … 38 43 $(SOPHYAINCP)dvlist.h \ 39 44 $(SOPHYAINCP)objfio.h \ 40 $(SOPHYAINCP)anydataobj.h \ 41 $(SOPHYAINCP)ppersist.h \ 42 $(SOPHYAINCP)pexceptions.h \ 43 $(SOPHYAINCP)gnumd5.h \ 44 $(SOPHYAINCP)ppfbinstream.h \ 45 $(SOPHYAINCP)rawstream.h \ 46 $(SOPHYAINCP)ppfnametag.h \ 47 $(SOPHYAINCP)mutyv.h \ 48 $(SOPHYAINCP)timestamp.h \ 49 $(SOPHYAINCP)segdatablock.h \ 50 $(SOPHYAINCP)tvector.h \ 51 $(SOPHYAINCP)tmatrix.h \ 52 $(SOPHYAINCP)tarray.h \ 53 $(SOPHYAINCP)basarr.h \ 54 $(SOPHYAINCP)ndatablock.h \ 55 $(SOPHYAINCP)utilarr.h \ 45 $(SOPHYAINCP)machdefs.h \ 46 $(SOPHYAINCP)anydataobj.h \ 47 $(SOPHYAINCP)ppersist.h \ 48 $(SOPHYAINCP)pexceptions.h \ 49 $(SOPHYAINCP)gnumd5.h \ 50 $(SOPHYAINCP)ppfbinstream.h \ 51 $(SOPHYAINCP)rawstream.h \ 52 $(SOPHYAINCP)ppfnametag.h \ 53 $(SOPHYAINCP)mutyv.h \ 54 $(SOPHYAINCP)timestamp.h \ 55 $(SOPHYAINCP)segdatablock.h \ 56 $(SOPHYAINCP)tvector.h \ 57 $(SOPHYAINCP)tmatrix.h \ 58 $(SOPHYAINCP)tarray.h \ 59 $(SOPHYAINCP)basarr.h \ 60 $(SOPHYAINCP)dvlist.h \ 61 $(SOPHYAINCP)ndatablock.h \ 62 $(SOPHYAINCP)utilarr.h \ 63 $(SOPHYAINCP)tmatrix_tsnl.h \ 64 $(SOPHYAINCP)tvector_tsnl.h \ 65 $(SOPHYAINCP)objfio.h \ 56 66 $(SOPHYAINCP)sopnamsp.h \ 57 67 $(SOPHYAINCP)strutil.h \ 68 $(SOPHYAINCP)pexceptions.h \ 58 69 $(SOPHYAINCP)fiosegdb.h \ 70 $(SOPHYAINCP)segdatablock.h \ 59 71 $(SOPHYAINCP)ppftpointerio.h 60 72 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datatable.cc … … 64 76 $(SOPHYAINCP)dvlist.h \ 65 77 $(SOPHYAINCP)objfio.h \ 66 $(SOPHYAINCP)anydataobj.h \ 67 $(SOPHYAINCP)ppersist.h \ 68 $(SOPHYAINCP)pexceptions.h \ 69 $(SOPHYAINCP)gnumd5.h \ 70 $(SOPHYAINCP)ppfbinstream.h \ 71 $(SOPHYAINCP)rawstream.h \ 72 $(SOPHYAINCP)ppfnametag.h \ 73 $(SOPHYAINCP)mutyv.h \ 74 $(SOPHYAINCP)timestamp.h \ 75 $(SOPHYAINCP)segdatablock.h \ 76 $(SOPHYAINCP)tvector.h \ 77 $(SOPHYAINCP)tmatrix.h \ 78 $(SOPHYAINCP)tarray.h \ 79 $(SOPHYAINCP)basarr.h \ 80 $(SOPHYAINCP)ndatablock.h \ 81 $(SOPHYAINCP)utilarr.h swppfdtable.h \ 82 $(SOPHYAINCP)swsegdb.h \ 78 $(SOPHYAINCP)machdefs.h \ 79 $(SOPHYAINCP)anydataobj.h \ 80 $(SOPHYAINCP)ppersist.h \ 81 $(SOPHYAINCP)pexceptions.h \ 82 $(SOPHYAINCP)gnumd5.h \ 83 $(SOPHYAINCP)ppfbinstream.h \ 84 $(SOPHYAINCP)rawstream.h \ 85 $(SOPHYAINCP)ppfnametag.h \ 86 $(SOPHYAINCP)mutyv.h \ 87 $(SOPHYAINCP)timestamp.h \ 88 $(SOPHYAINCP)segdatablock.h \ 89 $(SOPHYAINCP)tvector.h \ 90 $(SOPHYAINCP)tmatrix.h \ 91 $(SOPHYAINCP)tarray.h \ 92 $(SOPHYAINCP)basarr.h \ 93 $(SOPHYAINCP)dvlist.h \ 94 $(SOPHYAINCP)ndatablock.h \ 95 $(SOPHYAINCP)utilarr.h \ 96 $(SOPHYAINCP)tmatrix_tsnl.h \ 97 $(SOPHYAINCP)tvector_tsnl.h \ 98 $(SOPHYAINCP)objfio.h swppfdtable.h \ 99 $(SOPHYAINCP)swsegdb.h \ 100 $(SOPHYAINCP)segdatablock.h \ 83 101 $(SOPHYAINCP)ppfswapper.h \ 102 $(SOPHYAINCP)swsegdb.h \ 84 103 $(SOPHYAINCP)ppftpointerio.h \ 85 104 $(SOPHYAINCP)sopnamsp.h \ 105 $(SOPHYAINCP)pexceptions.h \ 86 106 $(SOPHYAINCP)fiosegdb.h 87 107 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fio_dtable.cc 88 108 89 $(SOPHYAOBJP)hisprof.o: hisprof.cc $(SOPHYAINCP)sopnamsp.h \ 109 $(SOPHYAOBJP)hisprof.o: hisprof.cc \ 110 $(SOPHYAINCP)sopnamsp.h \ 90 111 $(SOPHYAINCP)machdefs.h hisprof.h \ 91 112 $(SOPHYAINCP)peida.h \ 92 $(SOPHYAINCP)utils.h \ 93 $(SOPHYAINCP)perrors.h \ 94 $(SOPHYAINCP)pexceptions.h \ 95 $(SOPHYAINCP)fmath.h \ 96 $(SOPHYAINCP)tvector.h \ 97 $(SOPHYAINCP)tmatrix.h \ 98 $(SOPHYAINCP)tarray.h \ 99 $(SOPHYAINCP)basarr.h \ 100 $(SOPHYAINCP)anydataobj.h \ 101 $(SOPHYAINCP)mutyv.h \ 102 $(SOPHYAINCP)timestamp.h \ 103 $(SOPHYAINCP)objfio.h \ 104 $(SOPHYAINCP)ppersist.h \ 105 $(SOPHYAINCP)gnumd5.h \ 106 $(SOPHYAINCP)ppfbinstream.h \ 107 $(SOPHYAINCP)rawstream.h \ 108 $(SOPHYAINCP)ppfnametag.h \ 109 $(SOPHYAINCP)dvlist.h \ 110 $(SOPHYAINCP)ndatablock.h \ 111 $(SOPHYAINCP)utilarr.h histos.h 113 $(SOPHYAINCP)machdefs.h \ 114 $(SOPHYAINCP)utils.h \ 115 $(SOPHYAINCP)perrors.h \ 116 $(SOPHYAINCP)pexceptions.h \ 117 $(SOPHYAINCP)fmath.h \ 118 $(SOPHYAINCP)tvector.h \ 119 $(SOPHYAINCP)tmatrix.h \ 120 $(SOPHYAINCP)tarray.h \ 121 $(SOPHYAINCP)basarr.h \ 122 $(SOPHYAINCP)anydataobj.h \ 123 $(SOPHYAINCP)mutyv.h \ 124 $(SOPHYAINCP)timestamp.h \ 125 $(SOPHYAINCP)objfio.h \ 126 $(SOPHYAINCP)ppersist.h \ 127 $(SOPHYAINCP)gnumd5.h \ 128 $(SOPHYAINCP)ppfbinstream.h \ 129 $(SOPHYAINCP)rawstream.h \ 130 $(SOPHYAINCP)ppfnametag.h \ 131 $(SOPHYAINCP)dvlist.h \ 132 $(SOPHYAINCP)ndatablock.h \ 133 $(SOPHYAINCP)utilarr.h \ 134 $(SOPHYAINCP)tmatrix_tsnl.h \ 135 $(SOPHYAINCP)tvector_tsnl.h \ 136 $(SOPHYAINCP)ppersist.h histos.h \ 137 $(SOPHYAINCP)objfio.h \ 138 $(SOPHYAINCP)anydataobj.h \ 139 $(SOPHYAINCP)perrors.h 112 140 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ hisprof.cc 113 141 114 $(SOPHYAOBJP)histerr.o: histerr.cc $(SOPHYAINCP)sopnamsp.h \ 142 $(SOPHYAOBJP)histerr.o: histerr.cc \ 143 $(SOPHYAINCP)sopnamsp.h \ 115 144 $(SOPHYAINCP)machdefs.h histinit.h \ 116 145 $(SOPHYAINCP)ntoolsinit.h \ 117 146 $(SOPHYAINCP)tarrinit.h \ 118 $(SOPHYAINCP)sophyainit.h histerr.h \ 147 $(SOPHYAINCP)sophyainit.h \ 148 $(SOPHYAINCP)machdefs.h histerr.h \ 119 149 $(SOPHYAINCP)objfio.h \ 120 150 $(SOPHYAINCP)anydataobj.h \ … … 135 165 $(SOPHYAINCP)mutyv.h \ 136 166 $(SOPHYAINCP)timestamp.h \ 137 $(SOPHYAINCP)dvlist.h \ 138 $(SOPHYAINCP)ndatablock.h \ 139 $(SOPHYAINCP)utilarr.h 167 $(SOPHYAINCP)objfio.h \ 168 $(SOPHYAINCP)dvlist.h \ 169 $(SOPHYAINCP)ndatablock.h \ 170 $(SOPHYAINCP)utilarr.h \ 171 $(SOPHYAINCP)tmatrix_tsnl.h \ 172 $(SOPHYAINCP)tvector_tsnl.h \ 173 $(SOPHYAINCP)ppersist.h \ 174 $(SOPHYAINCP)anydataobj.h \ 175 $(SOPHYAINCP)perrors.h 140 176 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histerr.cc 141 177 … … 145 181 $(SOPHYAINCP)ntoolsinit.h \ 146 182 $(SOPHYAINCP)tarrinit.h \ 147 $(SOPHYAINCP)sophyainit.h histos.h \ 148 $(SOPHYAINCP)objfio.h \ 149 $(SOPHYAINCP)anydataobj.h \ 150 $(SOPHYAINCP)ppersist.h \ 151 $(SOPHYAINCP)pexceptions.h \ 152 $(SOPHYAINCP)gnumd5.h \ 153 $(SOPHYAINCP)ppfbinstream.h \ 154 $(SOPHYAINCP)rawstream.h \ 155 $(SOPHYAINCP)ppfnametag.h \ 156 $(SOPHYAINCP)peida.h \ 157 $(SOPHYAINCP)utils.h \ 158 $(SOPHYAINCP)perrors.h \ 159 $(SOPHYAINCP)fmath.h \ 160 $(SOPHYAINCP)tvector.h \ 161 $(SOPHYAINCP)tmatrix.h \ 162 $(SOPHYAINCP)tarray.h \ 163 $(SOPHYAINCP)basarr.h \ 164 $(SOPHYAINCP)mutyv.h \ 165 $(SOPHYAINCP)timestamp.h \ 166 $(SOPHYAINCP)dvlist.h \ 167 $(SOPHYAINCP)ndatablock.h \ 168 $(SOPHYAINCP)utilarr.h histos2.h hisprof.h \ 169 histerr.h ntuple.h ntupintf.h xntuple.h datatable.h basedtable.h \ 183 $(SOPHYAINCP)sophyainit.h \ 184 $(SOPHYAINCP)machdefs.h histos.h \ 185 $(SOPHYAINCP)objfio.h \ 186 $(SOPHYAINCP)anydataobj.h \ 187 $(SOPHYAINCP)ppersist.h \ 188 $(SOPHYAINCP)pexceptions.h \ 189 $(SOPHYAINCP)gnumd5.h \ 190 $(SOPHYAINCP)ppfbinstream.h \ 191 $(SOPHYAINCP)rawstream.h \ 192 $(SOPHYAINCP)ppfnametag.h \ 193 $(SOPHYAINCP)peida.h \ 194 $(SOPHYAINCP)utils.h \ 195 $(SOPHYAINCP)perrors.h \ 196 $(SOPHYAINCP)fmath.h \ 197 $(SOPHYAINCP)tvector.h \ 198 $(SOPHYAINCP)tmatrix.h \ 199 $(SOPHYAINCP)tarray.h \ 200 $(SOPHYAINCP)basarr.h \ 201 $(SOPHYAINCP)mutyv.h \ 202 $(SOPHYAINCP)timestamp.h \ 203 $(SOPHYAINCP)objfio.h \ 204 $(SOPHYAINCP)dvlist.h \ 205 $(SOPHYAINCP)ndatablock.h \ 206 $(SOPHYAINCP)utilarr.h \ 207 $(SOPHYAINCP)tmatrix_tsnl.h \ 208 $(SOPHYAINCP)tvector_tsnl.h \ 209 $(SOPHYAINCP)ppersist.h \ 210 $(SOPHYAINCP)anydataobj.h histos2.h \ 211 $(SOPHYAINCP)utils.h hisprof.h histerr.h \ 212 ntuple.h ntupintf.h $(SOPHYAINCP)dvlist.h \ 213 xntuple.h datatable.h basedtable.h \ 170 214 $(SOPHYAINCP)segdatablock.h swppfdtable.h \ 171 215 $(SOPHYAINCP)swsegdb.h \ 216 $(SOPHYAINCP)segdatablock.h \ 172 217 $(SOPHYAINCP)ppfswapper.h \ 218 $(SOPHYAINCP)swsegdb.h \ 173 219 $(SOPHYAINCP)ppftpointerio.h 174 220 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histinit.cc 175 221 222 $(SOPHYAOBJP)histos2.o: histos2.cc \ 223 $(SOPHYAINCP)sopnamsp.h \ 224 $(SOPHYAINCP)machdefs.h histos2.h \ 225 $(SOPHYAINCP)peida.h \ 226 $(SOPHYAINCP)machdefs.h \ 227 $(SOPHYAINCP)utils.h \ 228 $(SOPHYAINCP)perrors.h \ 229 $(SOPHYAINCP)pexceptions.h \ 230 $(SOPHYAINCP)fmath.h \ 231 $(SOPHYAINCP)utils.h histos.h \ 232 $(SOPHYAINCP)objfio.h \ 233 $(SOPHYAINCP)anydataobj.h \ 234 $(SOPHYAINCP)ppersist.h \ 235 $(SOPHYAINCP)gnumd5.h \ 236 $(SOPHYAINCP)ppfbinstream.h \ 237 $(SOPHYAINCP)rawstream.h \ 238 $(SOPHYAINCP)ppfnametag.h \ 239 $(SOPHYAINCP)tvector.h \ 240 $(SOPHYAINCP)tmatrix.h \ 241 $(SOPHYAINCP)tarray.h \ 242 $(SOPHYAINCP)basarr.h \ 243 $(SOPHYAINCP)mutyv.h \ 244 $(SOPHYAINCP)timestamp.h \ 245 $(SOPHYAINCP)objfio.h \ 246 $(SOPHYAINCP)dvlist.h \ 247 $(SOPHYAINCP)ndatablock.h \ 248 $(SOPHYAINCP)utilarr.h \ 249 $(SOPHYAINCP)tmatrix_tsnl.h \ 250 $(SOPHYAINCP)tvector_tsnl.h \ 251 $(SOPHYAINCP)ppersist.h \ 252 $(SOPHYAINCP)anydataobj.h 253 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histos2.cc 254 176 255 $(SOPHYAOBJP)histos.o: histos.cc $(SOPHYAINCP)sopnamsp.h \ 177 256 $(SOPHYAINCP)machdefs.h histos.h \ 178 257 $(SOPHYAINCP)objfio.h \ 179 $(SOPHYAINCP)anydataobj.h \ 180 $(SOPHYAINCP)ppersist.h \ 181 $(SOPHYAINCP)pexceptions.h \ 182 $(SOPHYAINCP)gnumd5.h \ 183 $(SOPHYAINCP)ppfbinstream.h \ 184 $(SOPHYAINCP)rawstream.h \ 185 $(SOPHYAINCP)ppfnametag.h \ 186 $(SOPHYAINCP)peida.h \ 187 $(SOPHYAINCP)utils.h \ 188 $(SOPHYAINCP)perrors.h \ 189 $(SOPHYAINCP)fmath.h \ 190 $(SOPHYAINCP)tvector.h \ 191 $(SOPHYAINCP)tmatrix.h \ 192 $(SOPHYAINCP)tarray.h \ 193 $(SOPHYAINCP)basarr.h \ 194 $(SOPHYAINCP)mutyv.h \ 195 $(SOPHYAINCP)timestamp.h \ 196 $(SOPHYAINCP)dvlist.h \ 197 $(SOPHYAINCP)ndatablock.h \ 198 $(SOPHYAINCP)utilarr.h \ 258 $(SOPHYAINCP)machdefs.h \ 259 $(SOPHYAINCP)anydataobj.h \ 260 $(SOPHYAINCP)ppersist.h \ 261 $(SOPHYAINCP)pexceptions.h \ 262 $(SOPHYAINCP)gnumd5.h \ 263 $(SOPHYAINCP)ppfbinstream.h \ 264 $(SOPHYAINCP)rawstream.h \ 265 $(SOPHYAINCP)ppfnametag.h \ 266 $(SOPHYAINCP)peida.h \ 267 $(SOPHYAINCP)utils.h \ 268 $(SOPHYAINCP)perrors.h \ 269 $(SOPHYAINCP)fmath.h \ 270 $(SOPHYAINCP)tvector.h \ 271 $(SOPHYAINCP)tmatrix.h \ 272 $(SOPHYAINCP)tarray.h \ 273 $(SOPHYAINCP)basarr.h \ 274 $(SOPHYAINCP)mutyv.h \ 275 $(SOPHYAINCP)timestamp.h \ 276 $(SOPHYAINCP)objfio.h \ 277 $(SOPHYAINCP)dvlist.h \ 278 $(SOPHYAINCP)ndatablock.h \ 279 $(SOPHYAINCP)utilarr.h \ 280 $(SOPHYAINCP)tmatrix_tsnl.h \ 281 $(SOPHYAINCP)tvector_tsnl.h \ 282 $(SOPHYAINCP)ppersist.h \ 283 $(SOPHYAINCP)anydataobj.h \ 284 $(SOPHYAINCP)perrors.h \ 199 285 $(SOPHYAINCP)poly.h \ 286 $(SOPHYAINCP)peida.h \ 287 $(SOPHYAINCP)tvector.h \ 200 288 $(SOPHYAINCP)strutil.h 201 289 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histos.cc 202 290 203 $(SOPHYAOBJP)histos2.o: histos2.cc $(SOPHYAINCP)sopnamsp.h \204 $(SOPHYAINCP)machdefs.h histos2.h \205 $(SOPHYAINCP)peida.h \206 $(SOPHYAINCP)utils.h \207 $(SOPHYAINCP)perrors.h \208 $(SOPHYAINCP)pexceptions.h \209 $(SOPHYAINCP)fmath.h histos.h \210 $(SOPHYAINCP)objfio.h \211 $(SOPHYAINCP)anydataobj.h \212 $(SOPHYAINCP)ppersist.h \213 $(SOPHYAINCP)gnumd5.h \214 $(SOPHYAINCP)ppfbinstream.h \215 $(SOPHYAINCP)rawstream.h \216 $(SOPHYAINCP)ppfnametag.h \217 $(SOPHYAINCP)tvector.h \218 $(SOPHYAINCP)tmatrix.h \219 $(SOPHYAINCP)tarray.h \220 $(SOPHYAINCP)basarr.h \221 $(SOPHYAINCP)mutyv.h \222 $(SOPHYAINCP)timestamp.h \223 $(SOPHYAINCP)dvlist.h \224 $(SOPHYAINCP)ndatablock.h \225 $(SOPHYAINCP)utilarr.h226 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histos2.cc227 228 291 $(SOPHYAOBJP)ntupintf.o: ntupintf.cc \ 229 292 $(SOPHYAINCP)sopnamsp.h ntupintf.h \ 230 293 $(SOPHYAINCP)machdefs.h \ 231 $(SOPHYAINCP)pexceptions.h 294 $(SOPHYAINCP)pexceptions.h \ 295 $(SOPHYAINCP)machdefs.h 232 296 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ntupintf.cc 233 297 … … 244 308 $(SOPHYAINCP)rawstream.h \ 245 309 $(SOPHYAINCP)ppfnametag.h ntupintf.h \ 246 $(SOPHYAINCP)dvlist.h \ 310 $(SOPHYAINCP)machdefs.h \ 311 $(SOPHYAINCP)ppersist.h \ 312 $(SOPHYAINCP)dvlist.h \ 313 $(SOPHYAINCP)objfio.h \ 247 314 $(SOPHYAINCP)mutyv.h \ 248 315 $(SOPHYAINCP)timestamp.h … … 260 327 $(SOPHYAINCP)rawstream.h \ 261 328 $(SOPHYAINCP)ppfnametag.h ntupintf.h \ 262 $(SOPHYAINCP)dvlist.h \ 329 $(SOPHYAINCP)machdefs.h \ 330 $(SOPHYAINCP)ppersist.h \ 331 $(SOPHYAINCP)dvlist.h \ 332 $(SOPHYAINCP)objfio.h \ 263 333 $(SOPHYAINCP)mutyv.h \ 264 334 $(SOPHYAINCP)timestamp.h … … 269 339 $(SOPHYAINCP)dvlist.h \ 270 340 $(SOPHYAINCP)objfio.h \ 271 $(SOPHYAINCP)anydataobj.h \ 272 $(SOPHYAINCP)ppersist.h \ 273 $(SOPHYAINCP)pexceptions.h \ 274 $(SOPHYAINCP)gnumd5.h \ 275 $(SOPHYAINCP)ppfbinstream.h \ 276 $(SOPHYAINCP)rawstream.h \ 277 $(SOPHYAINCP)ppfnametag.h \ 278 $(SOPHYAINCP)mutyv.h \ 279 $(SOPHYAINCP)timestamp.h \ 280 $(SOPHYAINCP)segdatablock.h \ 281 $(SOPHYAINCP)tvector.h \ 282 $(SOPHYAINCP)tmatrix.h \ 283 $(SOPHYAINCP)tarray.h \ 284 $(SOPHYAINCP)basarr.h \ 285 $(SOPHYAINCP)ndatablock.h \ 286 $(SOPHYAINCP)utilarr.h \ 287 $(SOPHYAINCP)swsegdb.h \ 341 $(SOPHYAINCP)machdefs.h \ 342 $(SOPHYAINCP)anydataobj.h \ 343 $(SOPHYAINCP)ppersist.h \ 344 $(SOPHYAINCP)pexceptions.h \ 345 $(SOPHYAINCP)gnumd5.h \ 346 $(SOPHYAINCP)ppfbinstream.h \ 347 $(SOPHYAINCP)rawstream.h \ 348 $(SOPHYAINCP)ppfnametag.h \ 349 $(SOPHYAINCP)mutyv.h \ 350 $(SOPHYAINCP)timestamp.h \ 351 $(SOPHYAINCP)segdatablock.h \ 352 $(SOPHYAINCP)tvector.h \ 353 $(SOPHYAINCP)tmatrix.h \ 354 $(SOPHYAINCP)tarray.h \ 355 $(SOPHYAINCP)basarr.h \ 356 $(SOPHYAINCP)dvlist.h \ 357 $(SOPHYAINCP)ndatablock.h \ 358 $(SOPHYAINCP)utilarr.h \ 359 $(SOPHYAINCP)tmatrix_tsnl.h \ 360 $(SOPHYAINCP)tvector_tsnl.h \ 361 $(SOPHYAINCP)swsegdb.h \ 362 $(SOPHYAINCP)segdatablock.h \ 288 363 $(SOPHYAINCP)ppfswapper.h \ 364 $(SOPHYAINCP)swsegdb.h \ 289 365 $(SOPHYAINCP)ppftpointerio.h \ 290 $(SOPHYAINCP)sopnamsp.h 366 $(SOPHYAINCP)objfio.h \ 367 $(SOPHYAINCP)sopnamsp.h \ 368 $(SOPHYAINCP)pexceptions.h 291 369 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ swppfdtable.cc 292 370 293 $(SOPHYAOBJP)xntuple.o: xntuple.cc $(SOPHYAINCP)sopnamsp.h \ 294 $(SOPHYAINCP)ppersist.h \ 295 $(SOPHYAINCP)machdefs.h \ 296 $(SOPHYAINCP)pexceptions.h \ 297 $(SOPHYAINCP)gnumd5.h \ 298 $(SOPHYAINCP)ppfbinstream.h \ 299 $(SOPHYAINCP)rawstream.h \ 300 $(SOPHYAINCP)ppfnametag.h \ 301 $(SOPHYAINCP)perrors.h xntuple.h ntupintf.h \ 302 $(SOPHYAINCP)dvlist.h \ 303 $(SOPHYAINCP)objfio.h \ 304 $(SOPHYAINCP)anydataobj.h \ 305 $(SOPHYAINCP)mutyv.h \ 306 $(SOPHYAINCP)timestamp.h 371 $(SOPHYAOBJP)xntuple.o: xntuple.cc \ 372 $(SOPHYAINCP)sopnamsp.h \ 373 $(SOPHYAINCP)ppersist.h \ 374 $(SOPHYAINCP)machdefs.h \ 375 $(SOPHYAINCP)pexceptions.h \ 376 $(SOPHYAINCP)gnumd5.h \ 377 $(SOPHYAINCP)ppfbinstream.h \ 378 $(SOPHYAINCP)rawstream.h \ 379 $(SOPHYAINCP)ppfnametag.h \ 380 $(SOPHYAINCP)ppersist.h \ 381 $(SOPHYAINCP)perrors.h xntuple.h \ 382 $(SOPHYAINCP)machdefs.h ntupintf.h \ 383 $(SOPHYAINCP)dvlist.h \ 384 $(SOPHYAINCP)objfio.h \ 385 $(SOPHYAINCP)anydataobj.h \ 386 $(SOPHYAINCP)mutyv.h \ 387 $(SOPHYAINCP)timestamp.h \ 388 $(SOPHYAINCP)objfio.h 307 389 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ xntuple.cc 308 390 -
trunk/SophyaLib/HiStats/objlist.list
r2765 r3007 5 5 histerr.o 6 6 histinit.o 7 histos2.o 7 8 histos.o 8 histos2.o9 9 ntupintf.o 10 10 ntuple.o -
trunk/SophyaLib/HiStats/smakefile
r2765 r3007 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos .o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o6 rm -f $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o 7 7 rm -f $(SOPHYALIBP)libHiStats.a 8 8 9 $(SOPHYALIBP)libHiStats.a : $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos .o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o9 $(SOPHYALIBP)libHiStats.a : $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist … … 15 15 $(SOPHYAINCP)dvlist.h \ 16 16 $(SOPHYAINCP)objfio.h \ 17 $(SOPHYAINCP)anydataobj.h \ 18 $(SOPHYAINCP)ppersist.h \ 19 $(SOPHYAINCP)pexceptions.h \ 20 $(SOPHYAINCP)gnumd5.h \ 21 $(SOPHYAINCP)ppfbinstream.h \ 22 $(SOPHYAINCP)rawstream.h \ 23 $(SOPHYAINCP)ppfnametag.h \ 24 $(SOPHYAINCP)mutyv.h \ 25 $(SOPHYAINCP)segdatablock.h \ 26 $(SOPHYAINCP)sopnamsp.h 17 $(SOPHYAINCP)machdefs.h \ 18 $(SOPHYAINCP)anydataobj.h \ 19 $(SOPHYAINCP)ppersist.h \ 20 $(SOPHYAINCP)pexceptions.h \ 21 $(SOPHYAINCP)gnumd5.h \ 22 $(SOPHYAINCP)ppfbinstream.h \ 23 $(SOPHYAINCP)rawstream.h \ 24 $(SOPHYAINCP)ppfnametag.h \ 25 $(SOPHYAINCP)mutyv.h \ 26 $(SOPHYAINCP)timestamp.h \ 27 $(SOPHYAINCP)segdatablock.h \ 28 $(SOPHYAINCP)tvector.h \ 29 $(SOPHYAINCP)tmatrix.h \ 30 $(SOPHYAINCP)tarray.h \ 31 $(SOPHYAINCP)basarr.h \ 32 $(SOPHYAINCP)dvlist.h \ 33 $(SOPHYAINCP)ndatablock.h \ 34 $(SOPHYAINCP)utilarr.h \ 35 $(SOPHYAINCP)tmatrix_tsnl.h \ 36 $(SOPHYAINCP)tvector_tsnl.h \ 37 $(SOPHYAINCP)sopnamsp.h \ 38 $(SOPHYAINCP)pexceptions.h 27 39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ basedtable.cc 28 40 … … 31 43 $(SOPHYAINCP)dvlist.h \ 32 44 $(SOPHYAINCP)objfio.h \ 33 $(SOPHYAINCP)anydataobj.h \ 34 $(SOPHYAINCP)ppersist.h \ 35 $(SOPHYAINCP)pexceptions.h \ 36 $(SOPHYAINCP)gnumd5.h \ 37 $(SOPHYAINCP)ppfbinstream.h \ 38 $(SOPHYAINCP)rawstream.h \ 39 $(SOPHYAINCP)ppfnametag.h \ 40 $(SOPHYAINCP)mutyv.h \ 41 $(SOPHYAINCP)segdatablock.h \ 45 $(SOPHYAINCP)machdefs.h \ 46 $(SOPHYAINCP)anydataobj.h \ 47 $(SOPHYAINCP)ppersist.h \ 48 $(SOPHYAINCP)pexceptions.h \ 49 $(SOPHYAINCP)gnumd5.h \ 50 $(SOPHYAINCP)ppfbinstream.h \ 51 $(SOPHYAINCP)rawstream.h \ 52 $(SOPHYAINCP)ppfnametag.h \ 53 $(SOPHYAINCP)mutyv.h \ 54 $(SOPHYAINCP)timestamp.h \ 55 $(SOPHYAINCP)segdatablock.h \ 56 $(SOPHYAINCP)tvector.h \ 57 $(SOPHYAINCP)tmatrix.h \ 58 $(SOPHYAINCP)tarray.h \ 59 $(SOPHYAINCP)basarr.h \ 60 $(SOPHYAINCP)dvlist.h \ 61 $(SOPHYAINCP)ndatablock.h \ 62 $(SOPHYAINCP)utilarr.h \ 63 $(SOPHYAINCP)tmatrix_tsnl.h \ 64 $(SOPHYAINCP)tvector_tsnl.h \ 65 $(SOPHYAINCP)objfio.h \ 42 66 $(SOPHYAINCP)sopnamsp.h \ 43 67 $(SOPHYAINCP)strutil.h \ 68 $(SOPHYAINCP)pexceptions.h \ 44 69 $(SOPHYAINCP)fiosegdb.h \ 70 $(SOPHYAINCP)segdatablock.h \ 45 71 $(SOPHYAINCP)ppftpointerio.h 46 72 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datatable.cc … … 50 76 $(SOPHYAINCP)dvlist.h \ 51 77 $(SOPHYAINCP)objfio.h \ 52 $(SOPHYAINCP)anydataobj.h \ 53 $(SOPHYAINCP)ppersist.h \ 54 $(SOPHYAINCP)pexceptions.h \ 55 $(SOPHYAINCP)gnumd5.h \ 56 $(SOPHYAINCP)ppfbinstream.h \ 57 $(SOPHYAINCP)rawstream.h \ 58 $(SOPHYAINCP)ppfnametag.h \ 59 $(SOPHYAINCP)mutyv.h \ 60 $(SOPHYAINCP)segdatablock.h swppfdtable.h \ 61 $(SOPHYAINCP)swsegdb.h \ 78 $(SOPHYAINCP)machdefs.h \ 79 $(SOPHYAINCP)anydataobj.h \ 80 $(SOPHYAINCP)ppersist.h \ 81 $(SOPHYAINCP)pexceptions.h \ 82 $(SOPHYAINCP)gnumd5.h \ 83 $(SOPHYAINCP)ppfbinstream.h \ 84 $(SOPHYAINCP)rawstream.h \ 85 $(SOPHYAINCP)ppfnametag.h \ 86 $(SOPHYAINCP)mutyv.h \ 87 $(SOPHYAINCP)timestamp.h \ 88 $(SOPHYAINCP)segdatablock.h \ 89 $(SOPHYAINCP)tvector.h \ 90 $(SOPHYAINCP)tmatrix.h \ 91 $(SOPHYAINCP)tarray.h \ 92 $(SOPHYAINCP)basarr.h \ 93 $(SOPHYAINCP)dvlist.h \ 94 $(SOPHYAINCP)ndatablock.h \ 95 $(SOPHYAINCP)utilarr.h \ 96 $(SOPHYAINCP)tmatrix_tsnl.h \ 97 $(SOPHYAINCP)tvector_tsnl.h \ 98 $(SOPHYAINCP)objfio.h swppfdtable.h \ 99 $(SOPHYAINCP)swsegdb.h \ 100 $(SOPHYAINCP)segdatablock.h \ 62 101 $(SOPHYAINCP)ppfswapper.h \ 102 $(SOPHYAINCP)swsegdb.h \ 63 103 $(SOPHYAINCP)ppftpointerio.h \ 64 104 $(SOPHYAINCP)sopnamsp.h \ 105 $(SOPHYAINCP)pexceptions.h \ 65 106 $(SOPHYAINCP)fiosegdb.h 66 107 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fio_dtable.cc 67 108 68 $(SOPHYAOBJP)hisprof.o: hisprof.cc $(SOPHYAINCP)sopnamsp.h \ 109 $(SOPHYAOBJP)hisprof.o: hisprof.cc \ 110 $(SOPHYAINCP)sopnamsp.h \ 69 111 $(SOPHYAINCP)machdefs.h hisprof.h \ 70 112 $(SOPHYAINCP)peida.h \ 71 $(SOPHYAINCP)utils.h \ 72 $(SOPHYAINCP)perrors.h \ 73 $(SOPHYAINCP)pexceptions.h \ 74 $(SOPHYAINCP)fmath.h \ 75 $(SOPHYAINCP)tvector.h \ 76 $(SOPHYAINCP)tmatrix.h \ 77 $(SOPHYAINCP)tarray.h \ 78 $(SOPHYAINCP)basarr.h \ 79 $(SOPHYAINCP)anydataobj.h \ 80 $(SOPHYAINCP)mutyv.h \ 81 $(SOPHYAINCP)dvlist.h \ 82 $(SOPHYAINCP)objfio.h \ 83 $(SOPHYAINCP)ppersist.h \ 84 $(SOPHYAINCP)gnumd5.h \ 85 $(SOPHYAINCP)ppfbinstream.h \ 86 $(SOPHYAINCP)rawstream.h \ 87 $(SOPHYAINCP)ppfnametag.h \ 88 $(SOPHYAINCP)ndatablock.h \ 89 $(SOPHYAINCP)utilarr.h histos.h 113 $(SOPHYAINCP)machdefs.h \ 114 $(SOPHYAINCP)utils.h \ 115 $(SOPHYAINCP)perrors.h \ 116 $(SOPHYAINCP)pexceptions.h \ 117 $(SOPHYAINCP)fmath.h \ 118 $(SOPHYAINCP)tvector.h \ 119 $(SOPHYAINCP)tmatrix.h \ 120 $(SOPHYAINCP)tarray.h \ 121 $(SOPHYAINCP)basarr.h \ 122 $(SOPHYAINCP)anydataobj.h \ 123 $(SOPHYAINCP)mutyv.h \ 124 $(SOPHYAINCP)timestamp.h \ 125 $(SOPHYAINCP)objfio.h \ 126 $(SOPHYAINCP)ppersist.h \ 127 $(SOPHYAINCP)gnumd5.h \ 128 $(SOPHYAINCP)ppfbinstream.h \ 129 $(SOPHYAINCP)rawstream.h \ 130 $(SOPHYAINCP)ppfnametag.h \ 131 $(SOPHYAINCP)dvlist.h \ 132 $(SOPHYAINCP)ndatablock.h \ 133 $(SOPHYAINCP)utilarr.h \ 134 $(SOPHYAINCP)tmatrix_tsnl.h \ 135 $(SOPHYAINCP)tvector_tsnl.h \ 136 $(SOPHYAINCP)ppersist.h histos.h \ 137 $(SOPHYAINCP)objfio.h \ 138 $(SOPHYAINCP)anydataobj.h \ 139 $(SOPHYAINCP)perrors.h 90 140 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ hisprof.cc 91 141 92 $(SOPHYAOBJP)histerr.o: histerr.cc $(SOPHYAINCP)sopnamsp.h \ 142 $(SOPHYAOBJP)histerr.o: histerr.cc \ 143 $(SOPHYAINCP)sopnamsp.h \ 93 144 $(SOPHYAINCP)machdefs.h histinit.h \ 94 145 $(SOPHYAINCP)ntoolsinit.h \ 95 146 $(SOPHYAINCP)tarrinit.h \ 96 $(SOPHYAINCP)sophyainit.h histerr.h \ 147 $(SOPHYAINCP)sophyainit.h \ 148 $(SOPHYAINCP)machdefs.h histerr.h \ 97 149 $(SOPHYAINCP)objfio.h \ 98 150 $(SOPHYAINCP)anydataobj.h \ … … 112 164 $(SOPHYAINCP)basarr.h \ 113 165 $(SOPHYAINCP)mutyv.h \ 114 $(SOPHYAINCP)dvlist.h \ 115 $(SOPHYAINCP)ndatablock.h \ 116 $(SOPHYAINCP)utilarr.h 166 $(SOPHYAINCP)timestamp.h \ 167 $(SOPHYAINCP)objfio.h \ 168 $(SOPHYAINCP)dvlist.h \ 169 $(SOPHYAINCP)ndatablock.h \ 170 $(SOPHYAINCP)utilarr.h \ 171 $(SOPHYAINCP)tmatrix_tsnl.h \ 172 $(SOPHYAINCP)tvector_tsnl.h \ 173 $(SOPHYAINCP)ppersist.h \ 174 $(SOPHYAINCP)anydataobj.h \ 175 $(SOPHYAINCP)perrors.h 117 176 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histerr.cc 118 177 … … 122 181 $(SOPHYAINCP)ntoolsinit.h \ 123 182 $(SOPHYAINCP)tarrinit.h \ 124 $(SOPHYAINCP)sophyainit.h histos.h \ 125 $(SOPHYAINCP)objfio.h \ 126 $(SOPHYAINCP)anydataobj.h \ 127 $(SOPHYAINCP)ppersist.h \ 128 $(SOPHYAINCP)pexceptions.h \ 129 $(SOPHYAINCP)gnumd5.h \ 130 $(SOPHYAINCP)ppfbinstream.h \ 131 $(SOPHYAINCP)rawstream.h \ 132 $(SOPHYAINCP)ppfnametag.h \ 133 $(SOPHYAINCP)peida.h \ 134 $(SOPHYAINCP)utils.h \ 135 $(SOPHYAINCP)perrors.h \ 136 $(SOPHYAINCP)fmath.h \ 137 $(SOPHYAINCP)tvector.h \ 138 $(SOPHYAINCP)tmatrix.h \ 139 $(SOPHYAINCP)tarray.h \ 140 $(SOPHYAINCP)basarr.h \ 141 $(SOPHYAINCP)mutyv.h \ 142 $(SOPHYAINCP)dvlist.h \ 143 $(SOPHYAINCP)ndatablock.h \ 144 $(SOPHYAINCP)utilarr.h histos2.h hisprof.h \ 145 histerr.h ntuple.h ntupintf.h xntuple.h datatable.h basedtable.h \ 183 $(SOPHYAINCP)sophyainit.h \ 184 $(SOPHYAINCP)machdefs.h histos.h \ 185 $(SOPHYAINCP)objfio.h \ 186 $(SOPHYAINCP)anydataobj.h \ 187 $(SOPHYAINCP)ppersist.h \ 188 $(SOPHYAINCP)pexceptions.h \ 189 $(SOPHYAINCP)gnumd5.h \ 190 $(SOPHYAINCP)ppfbinstream.h \ 191 $(SOPHYAINCP)rawstream.h \ 192 $(SOPHYAINCP)ppfnametag.h \ 193 $(SOPHYAINCP)peida.h \ 194 $(SOPHYAINCP)utils.h \ 195 $(SOPHYAINCP)perrors.h \ 196 $(SOPHYAINCP)fmath.h \ 197 $(SOPHYAINCP)tvector.h \ 198 $(SOPHYAINCP)tmatrix.h \ 199 $(SOPHYAINCP)tarray.h \ 200 $(SOPHYAINCP)basarr.h \ 201 $(SOPHYAINCP)mutyv.h \ 202 $(SOPHYAINCP)timestamp.h \ 203 $(SOPHYAINCP)objfio.h \ 204 $(SOPHYAINCP)dvlist.h \ 205 $(SOPHYAINCP)ndatablock.h \ 206 $(SOPHYAINCP)utilarr.h \ 207 $(SOPHYAINCP)tmatrix_tsnl.h \ 208 $(SOPHYAINCP)tvector_tsnl.h \ 209 $(SOPHYAINCP)ppersist.h \ 210 $(SOPHYAINCP)anydataobj.h histos2.h \ 211 $(SOPHYAINCP)utils.h hisprof.h histerr.h \ 212 ntuple.h ntupintf.h $(SOPHYAINCP)dvlist.h \ 213 xntuple.h datatable.h basedtable.h \ 146 214 $(SOPHYAINCP)segdatablock.h swppfdtable.h \ 147 215 $(SOPHYAINCP)swsegdb.h \ 216 $(SOPHYAINCP)segdatablock.h \ 148 217 $(SOPHYAINCP)ppfswapper.h \ 218 $(SOPHYAINCP)swsegdb.h \ 149 219 $(SOPHYAINCP)ppftpointerio.h 150 220 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histinit.cc 151 221 222 $(SOPHYAOBJP)histos2.o: histos2.cc \ 223 $(SOPHYAINCP)sopnamsp.h \ 224 $(SOPHYAINCP)machdefs.h histos2.h \ 225 $(SOPHYAINCP)peida.h \ 226 $(SOPHYAINCP)machdefs.h \ 227 $(SOPHYAINCP)utils.h \ 228 $(SOPHYAINCP)perrors.h \ 229 $(SOPHYAINCP)pexceptions.h \ 230 $(SOPHYAINCP)fmath.h \ 231 $(SOPHYAINCP)utils.h histos.h \ 232 $(SOPHYAINCP)objfio.h \ 233 $(SOPHYAINCP)anydataobj.h \ 234 $(SOPHYAINCP)ppersist.h \ 235 $(SOPHYAINCP)gnumd5.h \ 236 $(SOPHYAINCP)ppfbinstream.h \ 237 $(SOPHYAINCP)rawstream.h \ 238 $(SOPHYAINCP)ppfnametag.h \ 239 $(SOPHYAINCP)tvector.h \ 240 $(SOPHYAINCP)tmatrix.h \ 241 $(SOPHYAINCP)tarray.h \ 242 $(SOPHYAINCP)basarr.h \ 243 $(SOPHYAINCP)mutyv.h \ 244 $(SOPHYAINCP)timestamp.h \ 245 $(SOPHYAINCP)objfio.h \ 246 $(SOPHYAINCP)dvlist.h \ 247 $(SOPHYAINCP)ndatablock.h \ 248 $(SOPHYAINCP)utilarr.h \ 249 $(SOPHYAINCP)tmatrix_tsnl.h \ 250 $(SOPHYAINCP)tvector_tsnl.h \ 251 $(SOPHYAINCP)ppersist.h \ 252 $(SOPHYAINCP)anydataobj.h 253 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histos2.cc 254 152 255 $(SOPHYAOBJP)histos.o: histos.cc $(SOPHYAINCP)sopnamsp.h \ 153 256 $(SOPHYAINCP)machdefs.h histos.h \ 154 257 $(SOPHYAINCP)objfio.h \ 155 $(SOPHYAINCP)anydataobj.h \ 156 $(SOPHYAINCP)ppersist.h \ 157 $(SOPHYAINCP)pexceptions.h \ 158 $(SOPHYAINCP)gnumd5.h \ 159 $(SOPHYAINCP)ppfbinstream.h \ 160 $(SOPHYAINCP)rawstream.h \ 161 $(SOPHYAINCP)ppfnametag.h \ 162 $(SOPHYAINCP)peida.h \ 163 $(SOPHYAINCP)utils.h \ 164 $(SOPHYAINCP)perrors.h \ 165 $(SOPHYAINCP)fmath.h \ 166 $(SOPHYAINCP)tvector.h \ 167 $(SOPHYAINCP)tmatrix.h \ 168 $(SOPHYAINCP)tarray.h \ 169 $(SOPHYAINCP)basarr.h \ 170 $(SOPHYAINCP)mutyv.h \ 171 $(SOPHYAINCP)dvlist.h \ 172 $(SOPHYAINCP)ndatablock.h \ 173 $(SOPHYAINCP)utilarr.h \ 258 $(SOPHYAINCP)machdefs.h \ 259 $(SOPHYAINCP)anydataobj.h \ 260 $(SOPHYAINCP)ppersist.h \ 261 $(SOPHYAINCP)pexceptions.h \ 262 $(SOPHYAINCP)gnumd5.h \ 263 $(SOPHYAINCP)ppfbinstream.h \ 264 $(SOPHYAINCP)rawstream.h \ 265 $(SOPHYAINCP)ppfnametag.h \ 266 $(SOPHYAINCP)peida.h \ 267 $(SOPHYAINCP)utils.h \ 268 $(SOPHYAINCP)perrors.h \ 269 $(SOPHYAINCP)fmath.h \ 270 $(SOPHYAINCP)tvector.h \ 271 $(SOPHYAINCP)tmatrix.h \ 272 $(SOPHYAINCP)tarray.h \ 273 $(SOPHYAINCP)basarr.h \ 274 $(SOPHYAINCP)mutyv.h \ 275 $(SOPHYAINCP)timestamp.h \ 276 $(SOPHYAINCP)objfio.h \ 277 $(SOPHYAINCP)dvlist.h \ 278 $(SOPHYAINCP)ndatablock.h \ 279 $(SOPHYAINCP)utilarr.h \ 280 $(SOPHYAINCP)tmatrix_tsnl.h \ 281 $(SOPHYAINCP)tvector_tsnl.h \ 282 $(SOPHYAINCP)ppersist.h \ 283 $(SOPHYAINCP)anydataobj.h \ 284 $(SOPHYAINCP)perrors.h \ 174 285 $(SOPHYAINCP)poly.h \ 286 $(SOPHYAINCP)peida.h \ 287 $(SOPHYAINCP)tvector.h \ 175 288 $(SOPHYAINCP)strutil.h 176 289 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histos.cc 177 290 178 $(SOPHYAOBJP)histos2.o: histos2.cc $(SOPHYAINCP)sopnamsp.h \179 $(SOPHYAINCP)machdefs.h histos2.h \180 $(SOPHYAINCP)peida.h \181 $(SOPHYAINCP)utils.h \182 $(SOPHYAINCP)perrors.h \183 $(SOPHYAINCP)pexceptions.h \184 $(SOPHYAINCP)fmath.h histos.h \185 $(SOPHYAINCP)objfio.h \186 $(SOPHYAINCP)anydataobj.h \187 $(SOPHYAINCP)ppersist.h \188 $(SOPHYAINCP)gnumd5.h \189 $(SOPHYAINCP)ppfbinstream.h \190 $(SOPHYAINCP)rawstream.h \191 $(SOPHYAINCP)ppfnametag.h \192 $(SOPHYAINCP)tvector.h \193 $(SOPHYAINCP)tmatrix.h \194 $(SOPHYAINCP)tarray.h \195 $(SOPHYAINCP)basarr.h \196 $(SOPHYAINCP)mutyv.h \197 $(SOPHYAINCP)dvlist.h \198 $(SOPHYAINCP)ndatablock.h \199 $(SOPHYAINCP)utilarr.h200 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histos2.cc201 202 291 $(SOPHYAOBJP)ntupintf.o: ntupintf.cc \ 203 292 $(SOPHYAINCP)sopnamsp.h ntupintf.h \ 204 293 $(SOPHYAINCP)machdefs.h \ 205 $(SOPHYAINCP)pexceptions.h 294 $(SOPHYAINCP)pexceptions.h \ 295 $(SOPHYAINCP)machdefs.h 206 296 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ntupintf.cc 207 297 … … 218 308 $(SOPHYAINCP)rawstream.h \ 219 309 $(SOPHYAINCP)ppfnametag.h ntupintf.h \ 220 $(SOPHYAINCP)dvlist.h \ 221 $(SOPHYAINCP)mutyv.h 310 $(SOPHYAINCP)machdefs.h \ 311 $(SOPHYAINCP)ppersist.h \ 312 $(SOPHYAINCP)dvlist.h \ 313 $(SOPHYAINCP)objfio.h \ 314 $(SOPHYAINCP)mutyv.h \ 315 $(SOPHYAINCP)timestamp.h 222 316 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ntuple.cc 223 317 … … 233 327 $(SOPHYAINCP)rawstream.h \ 234 328 $(SOPHYAINCP)ppfnametag.h ntupintf.h \ 235 $(SOPHYAINCP)dvlist.h \ 236 $(SOPHYAINCP)mutyv.h 329 $(SOPHYAINCP)machdefs.h \ 330 $(SOPHYAINCP)ppersist.h \ 331 $(SOPHYAINCP)dvlist.h \ 332 $(SOPHYAINCP)objfio.h \ 333 $(SOPHYAINCP)mutyv.h \ 334 $(SOPHYAINCP)timestamp.h 237 335 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ proxtuple.cc 238 336 … … 241 339 $(SOPHYAINCP)dvlist.h \ 242 340 $(SOPHYAINCP)objfio.h \ 243 $(SOPHYAINCP)anydataobj.h \ 244 $(SOPHYAINCP)ppersist.h \ 245 $(SOPHYAINCP)pexceptions.h \ 246 $(SOPHYAINCP)gnumd5.h \ 247 $(SOPHYAINCP)ppfbinstream.h \ 248 $(SOPHYAINCP)rawstream.h \ 249 $(SOPHYAINCP)ppfnametag.h \ 250 $(SOPHYAINCP)mutyv.h \ 251 $(SOPHYAINCP)segdatablock.h \ 252 $(SOPHYAINCP)swsegdb.h \ 341 $(SOPHYAINCP)machdefs.h \ 342 $(SOPHYAINCP)anydataobj.h \ 343 $(SOPHYAINCP)ppersist.h \ 344 $(SOPHYAINCP)pexceptions.h \ 345 $(SOPHYAINCP)gnumd5.h \ 346 $(SOPHYAINCP)ppfbinstream.h \ 347 $(SOPHYAINCP)rawstream.h \ 348 $(SOPHYAINCP)ppfnametag.h \ 349 $(SOPHYAINCP)mutyv.h \ 350 $(SOPHYAINCP)timestamp.h \ 351 $(SOPHYAINCP)segdatablock.h \ 352 $(SOPHYAINCP)tvector.h \ 353 $(SOPHYAINCP)tmatrix.h \ 354 $(SOPHYAINCP)tarray.h \ 355 $(SOPHYAINCP)basarr.h \ 356 $(SOPHYAINCP)dvlist.h \ 357 $(SOPHYAINCP)ndatablock.h \ 358 $(SOPHYAINCP)utilarr.h \ 359 $(SOPHYAINCP)tmatrix_tsnl.h \ 360 $(SOPHYAINCP)tvector_tsnl.h \ 361 $(SOPHYAINCP)swsegdb.h \ 362 $(SOPHYAINCP)segdatablock.h \ 253 363 $(SOPHYAINCP)ppfswapper.h \ 364 $(SOPHYAINCP)swsegdb.h \ 254 365 $(SOPHYAINCP)ppftpointerio.h \ 255 $(SOPHYAINCP)sopnamsp.h 366 $(SOPHYAINCP)objfio.h \ 367 $(SOPHYAINCP)sopnamsp.h \ 368 $(SOPHYAINCP)pexceptions.h 256 369 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ swppfdtable.cc 257 370 258 $(SOPHYAOBJP)xntuple.o: xntuple.cc $(SOPHYAINCP)sopnamsp.h \ 259 $(SOPHYAINCP)ppersist.h \ 260 $(SOPHYAINCP)machdefs.h \ 261 $(SOPHYAINCP)pexceptions.h \ 262 $(SOPHYAINCP)gnumd5.h \ 263 $(SOPHYAINCP)ppfbinstream.h \ 264 $(SOPHYAINCP)rawstream.h \ 265 $(SOPHYAINCP)ppfnametag.h \ 266 $(SOPHYAINCP)perrors.h xntuple.h ntupintf.h \ 267 $(SOPHYAINCP)dvlist.h \ 268 $(SOPHYAINCP)objfio.h \ 269 $(SOPHYAINCP)anydataobj.h \ 270 $(SOPHYAINCP)mutyv.h 371 $(SOPHYAOBJP)xntuple.o: xntuple.cc \ 372 $(SOPHYAINCP)sopnamsp.h \ 373 $(SOPHYAINCP)ppersist.h \ 374 $(SOPHYAINCP)machdefs.h \ 375 $(SOPHYAINCP)pexceptions.h \ 376 $(SOPHYAINCP)gnumd5.h \ 377 $(SOPHYAINCP)ppfbinstream.h \ 378 $(SOPHYAINCP)rawstream.h \ 379 $(SOPHYAINCP)ppfnametag.h \ 380 $(SOPHYAINCP)ppersist.h \ 381 $(SOPHYAINCP)perrors.h xntuple.h \ 382 $(SOPHYAINCP)machdefs.h ntupintf.h \ 383 $(SOPHYAINCP)dvlist.h \ 384 $(SOPHYAINCP)objfio.h \ 385 $(SOPHYAINCP)anydataobj.h \ 386 $(SOPHYAINCP)mutyv.h \ 387 $(SOPHYAINCP)timestamp.h \ 388 $(SOPHYAINCP)objfio.h 271 389 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ xntuple.cc 272 390 -
trunk/SophyaLib/NTools/Makefile
r2908 r3007 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP) FSAppIrrSmpl.o $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)imageop.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o $(SOPHYAOBJP)toeplitzMatrix.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o6 rm -f $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)imageop.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o $(SOPHYAOBJP)toeplitzMatrix.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o 7 7 rm -f $(SOPHYALIBP)libNTools.a 8 8 9 $(SOPHYALIBP)libNTools.a : $(SOPHYAOBJP) FSAppIrrSmpl.o $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o $(SOPHYAOBJP)toeplitzMatrix.o9 $(SOPHYALIBP)libNTools.a : $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o $(SOPHYAOBJP)toeplitzMatrix.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 13 $(SOPHYAOBJP)cimage.o: cimage.cc $(SOPHYAINCP)sopnamsp.h \ 14 $(SOPHYAINCP)machdefs.h \ 15 $(SOPHYAINCP)pexceptions.h \ 16 $(SOPHYAINCP)machdefs.h cimage.h \ 17 $(SOPHYAINCP)tmatrix.h \ 18 $(SOPHYAINCP)tarray.h \ 19 $(SOPHYAINCP)basarr.h \ 20 $(SOPHYAINCP)anydataobj.h \ 21 $(SOPHYAINCP)mutyv.h \ 22 $(SOPHYAINCP)timestamp.h \ 23 $(SOPHYAINCP)objfio.h \ 24 $(SOPHYAINCP)ppersist.h \ 25 $(SOPHYAINCP)pexceptions.h \ 26 $(SOPHYAINCP)gnumd5.h \ 27 $(SOPHYAINCP)ppfbinstream.h \ 28 $(SOPHYAINCP)rawstream.h \ 29 $(SOPHYAINCP)ppfnametag.h \ 30 $(SOPHYAINCP)dvlist.h \ 31 $(SOPHYAINCP)ndatablock.h \ 32 $(SOPHYAINCP)utilarr.h \ 33 $(SOPHYAINCP)tmatrix_tsnl.h \ 34 $(SOPHYAINCP)fioarr.h \ 35 $(SOPHYAINCP)tmatrix.h \ 36 $(SOPHYAINCP)tvector.h \ 37 $(SOPHYAINCP)tvector_tsnl.h \ 38 $(SOPHYAINCP)datatype.h 39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cimage.cc 40 41 $(SOPHYAOBJP)cspline.o: cspline.cc \ 42 $(SOPHYAINCP)sopnamsp.h \ 43 $(SOPHYAINCP)machdefs.h nbtri.h cspline.h \ 44 $(SOPHYAINCP)pexceptions.h \ 45 $(SOPHYAINCP)machdefs.h 46 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cspline.cc 47 48 $(SOPHYAOBJP)datatypes.o: datatypes.cc \ 49 $(SOPHYAINCP)sopnamsp.h datatypes.h \ 50 $(SOPHYAINCP)machdefs.h 51 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datatypes.cc 52 53 $(SOPHYAOBJP)dates.o: dates.cc $(SOPHYAINCP)sopnamsp.h \ 54 $(SOPHYAINCP)machdefs.h \ 55 $(SOPHYAINCP)perrors.h \ 56 $(SOPHYAINCP)pexceptions.h \ 57 $(SOPHYAINCP)machdefs.h dates.h \ 58 $(SOPHYAINCP)pexceptions.h 59 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dates.cc 60 61 $(SOPHYAOBJP)difeq.o: difeq.cc $(SOPHYAINCP)sopnamsp.h \ 62 difeq.h $(SOPHYAINCP)machdefs.h \ 63 $(SOPHYAINCP)pexceptions.h \ 64 $(SOPHYAINCP)machdefs.h \ 65 $(SOPHYAINCP)tvector.h \ 66 $(SOPHYAINCP)tmatrix.h \ 67 $(SOPHYAINCP)tarray.h \ 68 $(SOPHYAINCP)basarr.h \ 69 $(SOPHYAINCP)anydataobj.h \ 70 $(SOPHYAINCP)mutyv.h \ 71 $(SOPHYAINCP)timestamp.h \ 72 $(SOPHYAINCP)objfio.h \ 73 $(SOPHYAINCP)ppersist.h \ 74 $(SOPHYAINCP)pexceptions.h \ 75 $(SOPHYAINCP)gnumd5.h \ 76 $(SOPHYAINCP)ppfbinstream.h \ 77 $(SOPHYAINCP)rawstream.h \ 78 $(SOPHYAINCP)ppfnametag.h \ 79 $(SOPHYAINCP)dvlist.h \ 80 $(SOPHYAINCP)ndatablock.h \ 81 $(SOPHYAINCP)utilarr.h \ 82 $(SOPHYAINCP)tmatrix_tsnl.h \ 83 $(SOPHYAINCP)tvector_tsnl.h \ 84 $(SOPHYAINCP)ctimer.h 85 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ difeq.cc 86 87 $(SOPHYAOBJP)dynccd.o: dynccd.cc $(SOPHYAINCP)sopnamsp.h \ 88 $(SOPHYAINCP)machdefs.h fmath.h perandom.h \ 89 $(SOPHYAINCP)histos.h \ 90 $(SOPHYAINCP)objfio.h \ 91 $(SOPHYAINCP)machdefs.h \ 92 $(SOPHYAINCP)anydataobj.h \ 93 $(SOPHYAINCP)ppersist.h \ 94 $(SOPHYAINCP)pexceptions.h \ 95 $(SOPHYAINCP)gnumd5.h \ 96 $(SOPHYAINCP)ppfbinstream.h \ 97 $(SOPHYAINCP)rawstream.h \ 98 $(SOPHYAINCP)ppfnametag.h \ 99 $(SOPHYAINCP)peida.h \ 100 $(SOPHYAINCP)utils.h \ 101 $(SOPHYAINCP)perrors.h \ 102 $(SOPHYAINCP)fmath.h \ 103 $(SOPHYAINCP)tvector.h \ 104 $(SOPHYAINCP)tmatrix.h \ 105 $(SOPHYAINCP)tarray.h \ 106 $(SOPHYAINCP)basarr.h \ 107 $(SOPHYAINCP)mutyv.h \ 108 $(SOPHYAINCP)timestamp.h \ 109 $(SOPHYAINCP)dvlist.h \ 110 $(SOPHYAINCP)ndatablock.h \ 111 $(SOPHYAINCP)utilarr.h \ 112 $(SOPHYAINCP)tmatrix_tsnl.h \ 113 $(SOPHYAINCP)tvector_tsnl.h nbrandom.h \ 114 $(SOPHYAINCP)srandgen.h cimage.h \ 115 $(SOPHYAINCP)tmatrix.h \ 116 $(SOPHYAINCP)fioarr.h dynccd.h \ 117 $(SOPHYAINCP)pexceptions.h \ 118 $(SOPHYAINCP)ppersist.h 119 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dynccd.cc 120 121 $(SOPHYAOBJP)fct1dfit.o: fct1dfit.cc \ 122 $(SOPHYAINCP)sopnamsp.h \ 123 $(SOPHYAINCP)machdefs.h fct1dfit.h \ 124 generalfit.h $(SOPHYAINCP)pexceptions.h \ 125 $(SOPHYAINCP)machdefs.h \ 126 $(SOPHYAINCP)tvector.h \ 127 $(SOPHYAINCP)tmatrix.h \ 128 $(SOPHYAINCP)tarray.h \ 129 $(SOPHYAINCP)basarr.h \ 130 $(SOPHYAINCP)anydataobj.h \ 131 $(SOPHYAINCP)mutyv.h \ 132 $(SOPHYAINCP)timestamp.h \ 133 $(SOPHYAINCP)objfio.h \ 134 $(SOPHYAINCP)ppersist.h \ 135 $(SOPHYAINCP)pexceptions.h \ 136 $(SOPHYAINCP)gnumd5.h \ 137 $(SOPHYAINCP)ppfbinstream.h \ 138 $(SOPHYAINCP)rawstream.h \ 139 $(SOPHYAINCP)ppfnametag.h \ 140 $(SOPHYAINCP)dvlist.h \ 141 $(SOPHYAINCP)ndatablock.h \ 142 $(SOPHYAINCP)utilarr.h \ 143 $(SOPHYAINCP)tmatrix_tsnl.h \ 144 $(SOPHYAINCP)tvector_tsnl.h generaldata.h \ 145 $(SOPHYAINCP)objfio.h \ 146 $(SOPHYAINCP)ppersist.h \ 147 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 148 $(SOPHYAINCP)utils.h \ 149 $(SOPHYAINCP)perrors.h fmath.h \ 150 $(SOPHYAINCP)anydataobj.h nbconst.h \ 151 tabmath.h 152 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fct1dfit.cc 153 154 $(SOPHYAOBJP)fct2dfit.o: fct2dfit.cc \ 155 $(SOPHYAINCP)sopnamsp.h \ 156 $(SOPHYAINCP)machdefs.h fct2dfit.h \ 157 generalfit.h $(SOPHYAINCP)pexceptions.h \ 158 $(SOPHYAINCP)machdefs.h \ 159 $(SOPHYAINCP)tvector.h \ 160 $(SOPHYAINCP)tmatrix.h \ 161 $(SOPHYAINCP)tarray.h \ 162 $(SOPHYAINCP)basarr.h \ 163 $(SOPHYAINCP)anydataobj.h \ 164 $(SOPHYAINCP)mutyv.h \ 165 $(SOPHYAINCP)timestamp.h \ 166 $(SOPHYAINCP)objfio.h \ 167 $(SOPHYAINCP)ppersist.h \ 168 $(SOPHYAINCP)pexceptions.h \ 169 $(SOPHYAINCP)gnumd5.h \ 170 $(SOPHYAINCP)ppfbinstream.h \ 171 $(SOPHYAINCP)rawstream.h \ 172 $(SOPHYAINCP)ppfnametag.h \ 173 $(SOPHYAINCP)dvlist.h \ 174 $(SOPHYAINCP)ndatablock.h \ 175 $(SOPHYAINCP)utilarr.h \ 176 $(SOPHYAINCP)tmatrix_tsnl.h \ 177 $(SOPHYAINCP)tvector_tsnl.h generaldata.h \ 178 $(SOPHYAINCP)objfio.h \ 179 $(SOPHYAINCP)ppersist.h \ 180 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 181 $(SOPHYAINCP)utils.h \ 182 $(SOPHYAINCP)perrors.h fmath.h \ 183 $(SOPHYAINCP)anydataobj.h nbconst.h \ 184 tabmath.h simps2d.h 185 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fct2dfit.cc 186 187 $(SOPHYAOBJP)fftmserver.o: fftmserver.cc \ 188 $(SOPHYAINCP)sopnamsp.h fftmserver.h \ 189 fftservintf.h $(SOPHYAINCP)machdefs.h \ 190 $(SOPHYAINCP)pexceptions.h \ 191 $(SOPHYAINCP)machdefs.h \ 192 $(SOPHYAINCP)tmatrix.h \ 193 $(SOPHYAINCP)tarray.h \ 194 $(SOPHYAINCP)basarr.h \ 195 $(SOPHYAINCP)anydataobj.h \ 196 $(SOPHYAINCP)mutyv.h \ 197 $(SOPHYAINCP)timestamp.h \ 198 $(SOPHYAINCP)objfio.h \ 199 $(SOPHYAINCP)ppersist.h \ 200 $(SOPHYAINCP)pexceptions.h \ 201 $(SOPHYAINCP)gnumd5.h \ 202 $(SOPHYAINCP)ppfbinstream.h \ 203 $(SOPHYAINCP)rawstream.h \ 204 $(SOPHYAINCP)ppfnametag.h \ 205 $(SOPHYAINCP)dvlist.h \ 206 $(SOPHYAINCP)ndatablock.h \ 207 $(SOPHYAINCP)utilarr.h \ 208 $(SOPHYAINCP)tmatrix_tsnl.h \ 209 $(SOPHYAINCP)tvector.h \ 210 $(SOPHYAINCP)tmatrix.h \ 211 $(SOPHYAINCP)tvector_tsnl.h fftmayer.h 212 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftmserver.cc 213 214 $(SOPHYAOBJP)fftpserver.o: fftpserver.cc \ 215 $(SOPHYAINCP)sopnamsp.h fftpserver.h \ 216 fftservintf.h $(SOPHYAINCP)machdefs.h \ 217 $(SOPHYAINCP)pexceptions.h \ 218 $(SOPHYAINCP)machdefs.h \ 219 $(SOPHYAINCP)tmatrix.h \ 220 $(SOPHYAINCP)tarray.h \ 221 $(SOPHYAINCP)basarr.h \ 222 $(SOPHYAINCP)anydataobj.h \ 223 $(SOPHYAINCP)mutyv.h \ 224 $(SOPHYAINCP)timestamp.h \ 225 $(SOPHYAINCP)objfio.h \ 226 $(SOPHYAINCP)ppersist.h \ 227 $(SOPHYAINCP)pexceptions.h \ 228 $(SOPHYAINCP)gnumd5.h \ 229 $(SOPHYAINCP)ppfbinstream.h \ 230 $(SOPHYAINCP)rawstream.h \ 231 $(SOPHYAINCP)ppfnametag.h \ 232 $(SOPHYAINCP)dvlist.h \ 233 $(SOPHYAINCP)ndatablock.h \ 234 $(SOPHYAINCP)utilarr.h \ 235 $(SOPHYAINCP)tmatrix_tsnl.h \ 236 $(SOPHYAINCP)tvector.h \ 237 $(SOPHYAINCP)tmatrix.h \ 238 $(SOPHYAINCP)tvector_tsnl.h fftpackc.h 239 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftpserver.cc 240 241 $(SOPHYAOBJP)fftservintf.o: fftservintf.cc \ 242 $(SOPHYAINCP)sopnamsp.h fftservintf.h \ 243 $(SOPHYAINCP)machdefs.h \ 244 $(SOPHYAINCP)pexceptions.h \ 245 $(SOPHYAINCP)machdefs.h \ 246 $(SOPHYAINCP)tmatrix.h \ 247 $(SOPHYAINCP)tarray.h \ 248 $(SOPHYAINCP)basarr.h \ 249 $(SOPHYAINCP)anydataobj.h \ 250 $(SOPHYAINCP)mutyv.h \ 251 $(SOPHYAINCP)timestamp.h \ 252 $(SOPHYAINCP)objfio.h \ 253 $(SOPHYAINCP)ppersist.h \ 254 $(SOPHYAINCP)pexceptions.h \ 255 $(SOPHYAINCP)gnumd5.h \ 256 $(SOPHYAINCP)ppfbinstream.h \ 257 $(SOPHYAINCP)rawstream.h \ 258 $(SOPHYAINCP)ppfnametag.h \ 259 $(SOPHYAINCP)dvlist.h \ 260 $(SOPHYAINCP)ndatablock.h \ 261 $(SOPHYAINCP)utilarr.h \ 262 $(SOPHYAINCP)tmatrix_tsnl.h \ 263 $(SOPHYAINCP)tvector.h \ 264 $(SOPHYAINCP)tmatrix.h \ 265 $(SOPHYAINCP)tvector_tsnl.h 266 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftservintf.cc 12 267 13 268 $(SOPHYAOBJP)FSAppIrrSmpl.o: FSAppIrrSmpl.cc \ … … 15 270 $(SOPHYAINCP)machdefs.h nbmath.h \ 16 271 $(SOPHYAINCP)smathconst.h \ 272 $(SOPHYAINCP)machdefs.h \ 17 273 $(SOPHYAINCP)timing.h \ 18 274 $(SOPHYAINCP)array.h \ … … 39 295 $(SOPHYAINCP)fioarr.h \ 40 296 $(SOPHYAINCP)sopemtx.h fftservintf.h \ 41 fftpserver.h toeplitzMatrix.h 297 $(SOPHYAINCP)pexceptions.h \ 298 $(SOPHYAINCP)tmatrix.h \ 299 $(SOPHYAINCP)tvector.h fftpserver.h \ 300 toeplitzMatrix.h 42 301 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ FSAppIrrSmpl.cc 43 302 44 $(SOPHYAOBJP)cimage.o: cimage.cc $(SOPHYAINCP)sopnamsp.h \ 45 $(SOPHYAINCP)machdefs.h \ 46 $(SOPHYAINCP)pexceptions.h cimage.h \ 47 $(SOPHYAINCP)tmatrix.h \ 48 $(SOPHYAINCP)tarray.h \ 49 $(SOPHYAINCP)basarr.h \ 50 $(SOPHYAINCP)anydataobj.h \ 51 $(SOPHYAINCP)mutyv.h \ 52 $(SOPHYAINCP)timestamp.h \ 53 $(SOPHYAINCP)objfio.h \ 54 $(SOPHYAINCP)ppersist.h \ 55 $(SOPHYAINCP)gnumd5.h \ 56 $(SOPHYAINCP)ppfbinstream.h \ 57 $(SOPHYAINCP)rawstream.h \ 58 $(SOPHYAINCP)ppfnametag.h \ 59 $(SOPHYAINCP)dvlist.h \ 60 $(SOPHYAINCP)ndatablock.h \ 61 $(SOPHYAINCP)utilarr.h \ 62 $(SOPHYAINCP)tmatrix_tsnl.h \ 63 $(SOPHYAINCP)fioarr.h \ 64 $(SOPHYAINCP)tvector.h \ 65 $(SOPHYAINCP)tvector_tsnl.h \ 66 $(SOPHYAINCP)datatype.h 67 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cimage.cc 68 69 $(SOPHYAOBJP)cspline.o: cspline.cc $(SOPHYAINCP)sopnamsp.h \ 70 $(SOPHYAINCP)machdefs.h nbtri.h cspline.h \ 71 $(SOPHYAINCP)pexceptions.h 72 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cspline.cc 73 74 $(SOPHYAOBJP)datatypes.o: datatypes.cc \ 75 $(SOPHYAINCP)sopnamsp.h datatypes.h \ 76 $(SOPHYAINCP)machdefs.h 77 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datatypes.cc 78 79 $(SOPHYAOBJP)dates.o: dates.cc $(SOPHYAINCP)sopnamsp.h \ 80 $(SOPHYAINCP)machdefs.h \ 81 $(SOPHYAINCP)perrors.h \ 82 $(SOPHYAINCP)pexceptions.h dates.h 83 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dates.cc 84 85 $(SOPHYAOBJP)difeq.o: difeq.cc $(SOPHYAINCP)sopnamsp.h \ 86 difeq.h $(SOPHYAINCP)machdefs.h \ 87 $(SOPHYAINCP)pexceptions.h \ 88 $(SOPHYAINCP)tvector.h \ 89 $(SOPHYAINCP)tmatrix.h \ 90 $(SOPHYAINCP)tarray.h \ 91 $(SOPHYAINCP)basarr.h \ 92 $(SOPHYAINCP)anydataobj.h \ 93 $(SOPHYAINCP)mutyv.h \ 94 $(SOPHYAINCP)timestamp.h \ 95 $(SOPHYAINCP)objfio.h \ 96 $(SOPHYAINCP)ppersist.h \ 97 $(SOPHYAINCP)gnumd5.h \ 98 $(SOPHYAINCP)ppfbinstream.h \ 99 $(SOPHYAINCP)rawstream.h \ 100 $(SOPHYAINCP)ppfnametag.h \ 101 $(SOPHYAINCP)dvlist.h \ 102 $(SOPHYAINCP)ndatablock.h \ 103 $(SOPHYAINCP)utilarr.h \ 104 $(SOPHYAINCP)tmatrix_tsnl.h \ 105 $(SOPHYAINCP)tvector_tsnl.h \ 106 $(SOPHYAINCP)ctimer.h 107 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ difeq.cc 108 109 $(SOPHYAOBJP)dynccd.o: dynccd.cc $(SOPHYAINCP)sopnamsp.h \ 110 $(SOPHYAINCP)machdefs.h fmath.h perandom.h \ 111 $(SOPHYAINCP)histos.h \ 112 $(SOPHYAINCP)objfio.h \ 113 $(SOPHYAINCP)anydataobj.h \ 114 $(SOPHYAINCP)ppersist.h \ 115 $(SOPHYAINCP)pexceptions.h \ 116 $(SOPHYAINCP)gnumd5.h \ 117 $(SOPHYAINCP)ppfbinstream.h \ 118 $(SOPHYAINCP)rawstream.h \ 119 $(SOPHYAINCP)ppfnametag.h \ 120 $(SOPHYAINCP)peida.h \ 121 $(SOPHYAINCP)utils.h \ 122 $(SOPHYAINCP)perrors.h \ 123 $(SOPHYAINCP)fmath.h \ 124 $(SOPHYAINCP)tvector.h \ 125 $(SOPHYAINCP)tmatrix.h \ 126 $(SOPHYAINCP)tarray.h \ 127 $(SOPHYAINCP)basarr.h \ 128 $(SOPHYAINCP)mutyv.h \ 129 $(SOPHYAINCP)timestamp.h \ 130 $(SOPHYAINCP)dvlist.h \ 131 $(SOPHYAINCP)ndatablock.h \ 132 $(SOPHYAINCP)utilarr.h \ 133 $(SOPHYAINCP)tmatrix_tsnl.h \ 134 $(SOPHYAINCP)tvector_tsnl.h nbrandom.h \ 135 $(SOPHYAINCP)srandgen.h cimage.h \ 136 $(SOPHYAINCP)fioarr.h dynccd.h 137 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dynccd.cc 138 139 $(SOPHYAOBJP)fct1dfit.o: fct1dfit.cc \ 140 $(SOPHYAINCP)sopnamsp.h \ 141 $(SOPHYAINCP)machdefs.h fct1dfit.h \ 303 $(SOPHYAOBJP)functab.o: functab.cc \ 304 $(SOPHYAINCP)sopnamsp.h \ 305 $(SOPHYAINCP)machdefs.h \ 306 $(SOPHYAINCP)pexceptions.h \ 307 $(SOPHYAINCP)machdefs.h functab.h \ 308 $(SOPHYAINCP)tvector.h \ 309 $(SOPHYAINCP)tmatrix.h \ 310 $(SOPHYAINCP)tarray.h \ 311 $(SOPHYAINCP)basarr.h \ 312 $(SOPHYAINCP)anydataobj.h \ 313 $(SOPHYAINCP)mutyv.h \ 314 $(SOPHYAINCP)timestamp.h \ 315 $(SOPHYAINCP)objfio.h \ 316 $(SOPHYAINCP)ppersist.h \ 317 $(SOPHYAINCP)pexceptions.h \ 318 $(SOPHYAINCP)gnumd5.h \ 319 $(SOPHYAINCP)ppfbinstream.h \ 320 $(SOPHYAINCP)rawstream.h \ 321 $(SOPHYAINCP)ppfnametag.h \ 322 $(SOPHYAINCP)dvlist.h \ 323 $(SOPHYAINCP)ndatablock.h \ 324 $(SOPHYAINCP)utilarr.h \ 325 $(SOPHYAINCP)tmatrix_tsnl.h \ 326 $(SOPHYAINCP)tvector_tsnl.h \ 327 $(SOPHYAINCP)tarray.h 328 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ functab.cc 329 330 $(SOPHYAOBJP)generaldata.o: generaldata.cc \ 331 $(SOPHYAINCP)sopnamsp.h \ 332 $(SOPHYAINCP)machdefs.h \ 333 $(SOPHYAINCP)strutil.h nbtri.h \ 142 334 generalfit.h $(SOPHYAINCP)pexceptions.h \ 143 $(SOPHYAINCP)tvector.h \ 144 $(SOPHYAINCP)tmatrix.h \ 145 $(SOPHYAINCP)tarray.h \ 146 $(SOPHYAINCP)basarr.h \ 147 $(SOPHYAINCP)anydataobj.h \ 148 $(SOPHYAINCP)mutyv.h \ 149 $(SOPHYAINCP)timestamp.h \ 150 $(SOPHYAINCP)objfio.h \ 151 $(SOPHYAINCP)ppersist.h \ 335 $(SOPHYAINCP)machdefs.h \ 336 $(SOPHYAINCP)tvector.h \ 337 $(SOPHYAINCP)tmatrix.h \ 338 $(SOPHYAINCP)tarray.h \ 339 $(SOPHYAINCP)basarr.h \ 340 $(SOPHYAINCP)anydataobj.h \ 341 $(SOPHYAINCP)mutyv.h \ 342 $(SOPHYAINCP)timestamp.h \ 343 $(SOPHYAINCP)objfio.h \ 344 $(SOPHYAINCP)ppersist.h \ 345 $(SOPHYAINCP)pexceptions.h \ 152 346 $(SOPHYAINCP)gnumd5.h \ 153 347 $(SOPHYAINCP)ppfbinstream.h \ … … 159 353 $(SOPHYAINCP)tmatrix_tsnl.h \ 160 354 $(SOPHYAINCP)tvector_tsnl.h generaldata.h \ 355 $(SOPHYAINCP)objfio.h \ 356 $(SOPHYAINCP)ppersist.h \ 161 357 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 162 358 $(SOPHYAINCP)utils.h \ 163 $(SOPHYAINCP)perrors.h fmath.h nbconst.h \ 164 tabmath.h 165 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fct1dfit.cc 166 167 $(SOPHYAOBJP)fct2dfit.o: fct2dfit.cc \ 168 $(SOPHYAINCP)sopnamsp.h \ 169 $(SOPHYAINCP)machdefs.h fct2dfit.h \ 170 generalfit.h $(SOPHYAINCP)pexceptions.h \ 171 $(SOPHYAINCP)tvector.h \ 172 $(SOPHYAINCP)tmatrix.h \ 173 $(SOPHYAINCP)tarray.h \ 174 $(SOPHYAINCP)basarr.h \ 175 $(SOPHYAINCP)anydataobj.h \ 176 $(SOPHYAINCP)mutyv.h \ 177 $(SOPHYAINCP)timestamp.h \ 178 $(SOPHYAINCP)objfio.h \ 179 $(SOPHYAINCP)ppersist.h \ 359 $(SOPHYAINCP)perrors.h fmath.h \ 360 $(SOPHYAINCP)anydataobj.h 361 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ generaldata.cc 362 363 $(SOPHYAOBJP)generalfit.o: generalfit.cc \ 364 $(SOPHYAINCP)sopnamsp.h \ 365 $(SOPHYAINCP)machdefs.h \ 366 $(SOPHYAINCP)pexceptions.h \ 367 $(SOPHYAINCP)machdefs.h generalfit.h \ 368 $(SOPHYAINCP)tvector.h \ 369 $(SOPHYAINCP)tmatrix.h \ 370 $(SOPHYAINCP)tarray.h \ 371 $(SOPHYAINCP)basarr.h \ 372 $(SOPHYAINCP)anydataobj.h \ 373 $(SOPHYAINCP)mutyv.h \ 374 $(SOPHYAINCP)timestamp.h \ 375 $(SOPHYAINCP)objfio.h \ 376 $(SOPHYAINCP)ppersist.h \ 377 $(SOPHYAINCP)pexceptions.h \ 180 378 $(SOPHYAINCP)gnumd5.h \ 181 379 $(SOPHYAINCP)ppfbinstream.h \ … … 187 385 $(SOPHYAINCP)tmatrix_tsnl.h \ 188 386 $(SOPHYAINCP)tvector_tsnl.h generaldata.h \ 387 $(SOPHYAINCP)objfio.h \ 388 $(SOPHYAINCP)ppersist.h \ 189 389 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 190 390 $(SOPHYAINCP)utils.h \ 191 $(SOPHYAINCP)perrors.h fmath.h nbconst.h \192 tabmath.h simps2d.h193 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fct2dfit.cc194 195 $(SOPHYAOBJP)fftmserver.o: fftmserver.cc \196 $(SOPHYAINCP)sopnamsp.h fftmserver.h \197 fftservintf.h $(SOPHYAINCP)machdefs.h \198 $(SOPHYAINCP)pexceptions.h \199 $(SOPHYAINCP)tmatrix.h \200 $(SOPHYAINCP)tarray.h \201 $(SOPHYAINCP)basarr.h \202 $(SOPHYAINCP)anydataobj.h \203 $(SOPHYAINCP)mutyv.h \204 $(SOPHYAINCP)timestamp.h \205 $(SOPHYAINCP)objfio.h \206 $(SOPHYAINCP)ppersist.h \207 $(SOPHYAINCP)gnumd5.h \208 $(SOPHYAINCP)ppfbinstream.h \209 $(SOPHYAINCP)rawstream.h \210 $(SOPHYAINCP)ppfnametag.h \211 $(SOPHYAINCP)dvlist.h \212 $(SOPHYAINCP)ndatablock.h \213 $(SOPHYAINCP)utilarr.h \214 $(SOPHYAINCP)tmatrix_tsnl.h \215 $(SOPHYAINCP)tvector.h \216 $(SOPHYAINCP)tvector_tsnl.h fftmayer.h217 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftmserver.cc218 219 $(SOPHYAOBJP)fftpserver.o: fftpserver.cc \220 $(SOPHYAINCP)sopnamsp.h fftpserver.h \221 fftservintf.h $(SOPHYAINCP)machdefs.h \222 $(SOPHYAINCP)pexceptions.h \223 $(SOPHYAINCP)tmatrix.h \224 $(SOPHYAINCP)tarray.h \225 $(SOPHYAINCP)basarr.h \226 $(SOPHYAINCP)anydataobj.h \227 $(SOPHYAINCP)mutyv.h \228 $(SOPHYAINCP)timestamp.h \229 $(SOPHYAINCP)objfio.h \230 $(SOPHYAINCP)ppersist.h \231 $(SOPHYAINCP)gnumd5.h \232 $(SOPHYAINCP)ppfbinstream.h \233 $(SOPHYAINCP)rawstream.h \234 $(SOPHYAINCP)ppfnametag.h \235 $(SOPHYAINCP)dvlist.h \236 $(SOPHYAINCP)ndatablock.h \237 $(SOPHYAINCP)utilarr.h \238 $(SOPHYAINCP)tmatrix_tsnl.h \239 $(SOPHYAINCP)tvector.h \240 $(SOPHYAINCP)tvector_tsnl.h fftpackc.h241 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftpserver.cc242 243 $(SOPHYAOBJP)fftservintf.o: fftservintf.cc \244 $(SOPHYAINCP)sopnamsp.h fftservintf.h \245 $(SOPHYAINCP)machdefs.h \246 $(SOPHYAINCP)pexceptions.h \247 $(SOPHYAINCP)tmatrix.h \248 $(SOPHYAINCP)tarray.h \249 $(SOPHYAINCP)basarr.h \250 $(SOPHYAINCP)anydataobj.h \251 $(SOPHYAINCP)mutyv.h \252 $(SOPHYAINCP)timestamp.h \253 $(SOPHYAINCP)objfio.h \254 $(SOPHYAINCP)ppersist.h \255 $(SOPHYAINCP)gnumd5.h \256 $(SOPHYAINCP)ppfbinstream.h \257 $(SOPHYAINCP)rawstream.h \258 $(SOPHYAINCP)ppfnametag.h \259 $(SOPHYAINCP)dvlist.h \260 $(SOPHYAINCP)ndatablock.h \261 $(SOPHYAINCP)utilarr.h \262 $(SOPHYAINCP)tmatrix_tsnl.h \263 $(SOPHYAINCP)tvector.h \264 $(SOPHYAINCP)tvector_tsnl.h265 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftservintf.cc266 267 $(SOPHYAOBJP)functab.o: functab.cc $(SOPHYAINCP)sopnamsp.h \268 $(SOPHYAINCP)machdefs.h \269 $(SOPHYAINCP)pexceptions.h functab.h \270 $(SOPHYAINCP)tvector.h \271 $(SOPHYAINCP)tmatrix.h \272 $(SOPHYAINCP)tarray.h \273 $(SOPHYAINCP)basarr.h \274 $(SOPHYAINCP)anydataobj.h \275 $(SOPHYAINCP)mutyv.h \276 $(SOPHYAINCP)timestamp.h \277 $(SOPHYAINCP)objfio.h \278 $(SOPHYAINCP)ppersist.h \279 $(SOPHYAINCP)gnumd5.h \280 $(SOPHYAINCP)ppfbinstream.h \281 $(SOPHYAINCP)rawstream.h \282 $(SOPHYAINCP)ppfnametag.h \283 $(SOPHYAINCP)dvlist.h \284 $(SOPHYAINCP)ndatablock.h \285 $(SOPHYAINCP)utilarr.h \286 $(SOPHYAINCP)tmatrix_tsnl.h \287 $(SOPHYAINCP)tvector_tsnl.h288 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ functab.cc289 290 $(SOPHYAOBJP)generaldata.o: generaldata.cc \291 $(SOPHYAINCP)sopnamsp.h \292 $(SOPHYAINCP)machdefs.h \293 $(SOPHYAINCP)strutil.h nbtri.h generalfit.h \294 $(SOPHYAINCP)pexceptions.h \295 $(SOPHYAINCP)tvector.h \296 $(SOPHYAINCP)tmatrix.h \297 $(SOPHYAINCP)tarray.h \298 $(SOPHYAINCP)basarr.h \299 $(SOPHYAINCP)anydataobj.h \300 $(SOPHYAINCP)mutyv.h \301 $(SOPHYAINCP)timestamp.h \302 $(SOPHYAINCP)objfio.h \303 $(SOPHYAINCP)ppersist.h \304 $(SOPHYAINCP)gnumd5.h \305 $(SOPHYAINCP)ppfbinstream.h \306 $(SOPHYAINCP)rawstream.h \307 $(SOPHYAINCP)ppfnametag.h \308 $(SOPHYAINCP)dvlist.h \309 $(SOPHYAINCP)ndatablock.h \310 $(SOPHYAINCP)utilarr.h \311 $(SOPHYAINCP)tmatrix_tsnl.h \312 $(SOPHYAINCP)tvector_tsnl.h generaldata.h \313 $(SOPHYAINCP)ntupintf.h poly.h peida.h \314 $(SOPHYAINCP)utils.h \315 $(SOPHYAINCP)perrors.h fmath.h316 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ generaldata.cc317 318 $(SOPHYAOBJP)generalfit.o: generalfit.cc \319 $(SOPHYAINCP)sopnamsp.h \320 $(SOPHYAINCP)machdefs.h \321 $(SOPHYAINCP)pexceptions.h generalfit.h \322 $(SOPHYAINCP)tvector.h \323 $(SOPHYAINCP)tmatrix.h \324 $(SOPHYAINCP)tarray.h \325 $(SOPHYAINCP)basarr.h \326 $(SOPHYAINCP)anydataobj.h \327 $(SOPHYAINCP)mutyv.h \328 $(SOPHYAINCP)timestamp.h \329 $(SOPHYAINCP)objfio.h \330 $(SOPHYAINCP)ppersist.h \331 $(SOPHYAINCP)gnumd5.h \332 $(SOPHYAINCP)ppfbinstream.h \333 $(SOPHYAINCP)rawstream.h \334 $(SOPHYAINCP)ppfnametag.h \335 $(SOPHYAINCP)dvlist.h \336 $(SOPHYAINCP)ndatablock.h \337 $(SOPHYAINCP)utilarr.h \338 $(SOPHYAINCP)tmatrix_tsnl.h \339 $(SOPHYAINCP)tvector_tsnl.h generaldata.h \340 $(SOPHYAINCP)ntupintf.h poly.h peida.h \341 $(SOPHYAINCP)utils.h \342 391 $(SOPHYAINCP)perrors.h fmath.h \ 343 $(SOPHYAINCP)sopemtx.h 392 $(SOPHYAINCP)anydataobj.h \ 393 $(SOPHYAINCP)sopemtx.h \ 394 $(SOPHYAINCP)tvector.h 344 395 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ generalfit.cc 345 396 346 397 $(SOPHYAOBJP)integ.o: integ.cc $(SOPHYAINCP)sopnamsp.h \ 347 398 integ.h $(SOPHYAINCP)machdefs.h \ 348 $(SOPHYAINCP)pexceptions.h classfunc.h \ 399 $(SOPHYAINCP)pexceptions.h \ 400 $(SOPHYAINCP)machdefs.h classfunc.h \ 349 401 generalfit.h $(SOPHYAINCP)tvector.h \ 350 402 $(SOPHYAINCP)tmatrix.h \ … … 356 408 $(SOPHYAINCP)objfio.h \ 357 409 $(SOPHYAINCP)ppersist.h \ 410 $(SOPHYAINCP)pexceptions.h \ 358 411 $(SOPHYAINCP)gnumd5.h \ 359 412 $(SOPHYAINCP)ppfbinstream.h \ … … 365 418 $(SOPHYAINCP)tmatrix_tsnl.h \ 366 419 $(SOPHYAINCP)tvector_tsnl.h generaldata.h \ 420 $(SOPHYAINCP)objfio.h \ 421 $(SOPHYAINCP)ppersist.h \ 367 422 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 368 423 $(SOPHYAINCP)utils.h \ 369 $(SOPHYAINCP)perrors.h fmath.h 424 $(SOPHYAINCP)perrors.h fmath.h \ 425 $(SOPHYAINCP)anydataobj.h 370 426 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ integ.cc 371 427 … … 377 433 $(SOPHYAINCP)machdefs.h ntoolsinit.h \ 378 434 $(SOPHYAINCP)tarrinit.h \ 379 $(SOPHYAINCP)sophyainit.h poly.h \ 435 $(SOPHYAINCP)sophyainit.h \ 436 $(SOPHYAINCP)machdefs.h poly.h \ 380 437 $(SOPHYAINCP)objfio.h \ 381 438 $(SOPHYAINCP)anydataobj.h \ … … 387 444 $(SOPHYAINCP)ppfnametag.h peida.h \ 388 445 $(SOPHYAINCP)utils.h \ 389 $(SOPHYAINCP)perrors.h fmath.h \ 390 $(SOPHYAINCP)tvector.h \ 391 $(SOPHYAINCP)tmatrix.h \ 392 $(SOPHYAINCP)tarray.h \ 393 $(SOPHYAINCP)basarr.h \ 394 $(SOPHYAINCP)mutyv.h \ 395 $(SOPHYAINCP)timestamp.h \ 396 $(SOPHYAINCP)dvlist.h \ 397 $(SOPHYAINCP)ndatablock.h \ 398 $(SOPHYAINCP)utilarr.h \ 399 $(SOPHYAINCP)tmatrix_tsnl.h \ 400 $(SOPHYAINCP)tvector_tsnl.h generaldata.h \ 446 $(SOPHYAINCP)perrors.h \ 447 $(SOPHYAINCP)pexceptions.h fmath.h \ 448 $(SOPHYAINCP)tvector.h \ 449 $(SOPHYAINCP)tmatrix.h \ 450 $(SOPHYAINCP)tarray.h \ 451 $(SOPHYAINCP)basarr.h \ 452 $(SOPHYAINCP)mutyv.h \ 453 $(SOPHYAINCP)timestamp.h \ 454 $(SOPHYAINCP)objfio.h \ 455 $(SOPHYAINCP)dvlist.h \ 456 $(SOPHYAINCP)ndatablock.h \ 457 $(SOPHYAINCP)utilarr.h \ 458 $(SOPHYAINCP)tmatrix_tsnl.h \ 459 $(SOPHYAINCP)tvector_tsnl.h \ 460 $(SOPHYAINCP)ppersist.h \ 461 $(SOPHYAINCP)anydataobj.h generaldata.h \ 401 462 $(SOPHYAINCP)ntupintf.h cimage.h \ 402 $(SOPHYAINCP)fioarr.h tabmath.h nbconst.h \ 463 $(SOPHYAINCP)tmatrix.h \ 464 $(SOPHYAINCP)fioarr.h \ 465 $(SOPHYAINCP)tvector.h tabmath.h nbconst.h \ 403 466 dates.h datime.h 404 467 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ntoolsinit.cc … … 408 471 $(SOPHYAINCP)machdefs.h \ 409 472 $(SOPHYAINCP)tmatrix.h \ 473 $(SOPHYAINCP)machdefs.h \ 410 474 $(SOPHYAINCP)tarray.h \ 411 475 $(SOPHYAINCP)basarr.h \ … … 425 489 $(SOPHYAINCP)tmatrix_tsnl.h cimage.h \ 426 490 $(SOPHYAINCP)fioarr.h \ 427 $(SOPHYAINCP)tvector.h \ 428 $(SOPHYAINCP)tvector_tsnl.h \ 491 $(SOPHYAINCP)tmatrix.h \ 492 $(SOPHYAINCP)tvector.h \ 493 $(SOPHYAINCP)tvector_tsnl.h \ 494 $(SOPHYAINCP)tvector.h \ 429 495 $(SOPHYAINCP)histos.h \ 430 496 $(SOPHYAINCP)peida.h \ … … 433 499 $(SOPHYAINCP)fmath.h \ 434 500 $(SOPHYAINCP)histos2.h \ 501 $(SOPHYAINCP)histos.h \ 435 502 $(SOPHYAINCP)hisprof.h generalfit.h \ 436 generaldata.h $(SOPHYAINCP)ntupintf.h \ 437 poly.h peida.h 503 $(SOPHYAINCP)pexceptions.h generaldata.h \ 504 $(SOPHYAINCP)objfio.h \ 505 $(SOPHYAINCP)ppersist.h \ 506 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 507 $(SOPHYAINCP)anydataobj.h 438 508 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ objfitter.cc 439 509 … … 441 511 $(SOPHYAINCP)sopnamsp.h \ 442 512 $(SOPHYAINCP)machdefs.h \ 443 $(SOPHYAINCP)pexceptions.h perandom.h \ 513 $(SOPHYAINCP)pexceptions.h \ 514 $(SOPHYAINCP)machdefs.h perandom.h \ 444 515 $(SOPHYAINCP)histos.h \ 445 516 $(SOPHYAINCP)objfio.h \ 446 517 $(SOPHYAINCP)anydataobj.h \ 447 518 $(SOPHYAINCP)ppersist.h \ 519 $(SOPHYAINCP)pexceptions.h \ 448 520 $(SOPHYAINCP)gnumd5.h \ 449 521 $(SOPHYAINCP)ppfbinstream.h \ … … 471 543 $(SOPHYAINCP)machdefs.h poly.h \ 472 544 $(SOPHYAINCP)objfio.h \ 545 $(SOPHYAINCP)machdefs.h \ 473 546 $(SOPHYAINCP)anydataobj.h \ 474 547 $(SOPHYAINCP)ppersist.h \ … … 479 552 $(SOPHYAINCP)ppfnametag.h peida.h \ 480 553 $(SOPHYAINCP)utils.h \ 481 $(SOPHYAINCP)perrors.h fmath.h \ 482 $(SOPHYAINCP)tvector.h \ 483 $(SOPHYAINCP)tmatrix.h \ 484 $(SOPHYAINCP)tarray.h \ 485 $(SOPHYAINCP)basarr.h \ 486 $(SOPHYAINCP)mutyv.h \ 487 $(SOPHYAINCP)timestamp.h \ 488 $(SOPHYAINCP)dvlist.h \ 489 $(SOPHYAINCP)ndatablock.h \ 490 $(SOPHYAINCP)utilarr.h \ 491 $(SOPHYAINCP)tmatrix_tsnl.h \ 492 $(SOPHYAINCP)tvector_tsnl.h linfit.h \ 554 $(SOPHYAINCP)perrors.h \ 555 $(SOPHYAINCP)pexceptions.h fmath.h \ 556 $(SOPHYAINCP)tvector.h \ 557 $(SOPHYAINCP)tmatrix.h \ 558 $(SOPHYAINCP)tarray.h \ 559 $(SOPHYAINCP)basarr.h \ 560 $(SOPHYAINCP)mutyv.h \ 561 $(SOPHYAINCP)timestamp.h \ 562 $(SOPHYAINCP)objfio.h \ 563 $(SOPHYAINCP)dvlist.h \ 564 $(SOPHYAINCP)ndatablock.h \ 565 $(SOPHYAINCP)utilarr.h \ 566 $(SOPHYAINCP)tmatrix_tsnl.h \ 567 $(SOPHYAINCP)tvector_tsnl.h \ 568 $(SOPHYAINCP)ppersist.h \ 569 $(SOPHYAINCP)anydataobj.h linfit.h \ 493 570 $(SOPHYAINCP)sopemtx.h \ 571 $(SOPHYAINCP)tvector.h \ 494 572 $(SOPHYAINCP)fioarr.h 495 573 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ poly.cc … … 497 575 $(SOPHYAOBJP)rk4cdifeq.o: rk4cdifeq.cc \ 498 576 $(SOPHYAINCP)sopnamsp.h \ 499 $(SOPHYAINCP)machdefs.h rk4cdifeq.h difeq.h \ 500 $(SOPHYAINCP)pexceptions.h \ 501 $(SOPHYAINCP)tvector.h \ 502 $(SOPHYAINCP)tmatrix.h \ 503 $(SOPHYAINCP)tarray.h \ 504 $(SOPHYAINCP)basarr.h \ 505 $(SOPHYAINCP)anydataobj.h \ 506 $(SOPHYAINCP)mutyv.h \ 507 $(SOPHYAINCP)timestamp.h \ 508 $(SOPHYAINCP)objfio.h \ 509 $(SOPHYAINCP)ppersist.h \ 577 $(SOPHYAINCP)machdefs.h rk4cdifeq.h \ 578 difeq.h $(SOPHYAINCP)pexceptions.h \ 579 $(SOPHYAINCP)machdefs.h \ 580 $(SOPHYAINCP)tvector.h \ 581 $(SOPHYAINCP)tmatrix.h \ 582 $(SOPHYAINCP)tarray.h \ 583 $(SOPHYAINCP)basarr.h \ 584 $(SOPHYAINCP)anydataobj.h \ 585 $(SOPHYAINCP)mutyv.h \ 586 $(SOPHYAINCP)timestamp.h \ 587 $(SOPHYAINCP)objfio.h \ 588 $(SOPHYAINCP)ppersist.h \ 589 $(SOPHYAINCP)pexceptions.h \ 510 590 $(SOPHYAINCP)gnumd5.h \ 511 591 $(SOPHYAINCP)ppfbinstream.h \ … … 524 604 $(SOPHYAINCP)machdefs.h simplesort.h \ 525 605 peida.h $(SOPHYAINCP)utils.h \ 606 $(SOPHYAINCP)machdefs.h \ 526 607 $(SOPHYAINCP)perrors.h \ 608 $(SOPHYAINCP)pexceptions.h \ 527 609 $(SOPHYAINCP)pexceptions.h fmath.h 528 610 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ simplesort.cc 529 611 530 $(SOPHYAOBJP)simplex.o: simplex.cc $(SOPHYAINCP)sopnamsp.h \ 531 simplex.h $(SOPHYAINCP)machdefs.h \ 532 $(SOPHYAINCP)tvector.h \ 533 $(SOPHYAINCP)tmatrix.h \ 612 $(SOPHYAOBJP)simplex.o: simplex.cc \ 613 $(SOPHYAINCP)sopnamsp.h simplex.h \ 614 $(SOPHYAINCP)machdefs.h \ 615 $(SOPHYAINCP)tvector.h \ 616 $(SOPHYAINCP)tmatrix.h \ 617 $(SOPHYAINCP)machdefs.h \ 534 618 $(SOPHYAINCP)tarray.h \ 535 619 $(SOPHYAINCP)basarr.h \ … … 549 633 $(SOPHYAINCP)tmatrix_tsnl.h \ 550 634 $(SOPHYAINCP)tvector_tsnl.h generalfit.h \ 551 generaldata.h $(SOPHYAINCP)ntupintf.h \ 552 poly.h peida.h $(SOPHYAINCP)utils.h \ 635 $(SOPHYAINCP)pexceptions.h generaldata.h \ 636 $(SOPHYAINCP)objfio.h \ 637 $(SOPHYAINCP)ppersist.h \ 638 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 639 $(SOPHYAINCP)utils.h \ 553 640 $(SOPHYAINCP)perrors.h fmath.h \ 641 $(SOPHYAINCP)anydataobj.h \ 554 642 $(SOPHYAINCP)ntuple.h \ 643 $(SOPHYAINCP)ntupintf.h \ 555 644 $(SOPHYAINCP)timing.h 556 645 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ simplex.cc 557 646 558 $(SOPHYAOBJP)tabmath.o: tabmath.cc $(SOPHYAINCP)sopnamsp.h \ 647 $(SOPHYAOBJP)tabmath.o: tabmath.cc \ 648 $(SOPHYAINCP)sopnamsp.h \ 559 649 $(SOPHYAINCP)machdefs.h tabmath.h peida.h \ 560 650 $(SOPHYAINCP)utils.h \ 651 $(SOPHYAINCP)machdefs.h \ 561 652 $(SOPHYAINCP)perrors.h \ 653 $(SOPHYAINCP)pexceptions.h \ 562 654 $(SOPHYAINCP)pexceptions.h fmath.h \ 563 655 nbconst.h … … 568 660 $(SOPHYAINCP)machdefs.h nbmath.h \ 569 661 $(SOPHYAINCP)smathconst.h \ 662 $(SOPHYAINCP)machdefs.h \ 570 663 $(SOPHYAINCP)timing.h \ 571 664 $(SOPHYAINCP)array.h \ … … 592 685 $(SOPHYAINCP)fioarr.h \ 593 686 $(SOPHYAINCP)sopemtx.h fftservintf.h \ 594 fftpserver.h 687 $(SOPHYAINCP)pexceptions.h \ 688 $(SOPHYAINCP)tmatrix.h \ 689 $(SOPHYAINCP)tvector.h fftpserver.h 595 690 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ toeplitzMatrix.cc 596 691 … … 613 708 $(SOPHYAOBJP)matxop.o: matxop.c matxop.h nbmath.h \ 614 709 $(SOPHYAINCP)machdefs.h \ 615 $(SOPHYAINCP)smathconst.h 710 $(SOPHYAINCP)smathconst.h \ 711 $(SOPHYAINCP)machdefs.h 616 712 $(CCOMPILE) -o $@ matxop.c 617 713 618 714 $(SOPHYAOBJP)nbmath.o: nbmath.c nbmath.h \ 619 715 $(SOPHYAINCP)machdefs.h \ 620 $(SOPHYAINCP)smathconst.h matxop.h \ 621 nbinteg.h nbtri.h 716 $(SOPHYAINCP)smathconst.h \ 717 $(SOPHYAINCP)machdefs.h matxop.h nbinteg.h \ 718 nbtri.h 622 719 $(CCOMPILE) -o $@ nbmath.c 623 720 -
trunk/SophyaLib/NTools/objlist.list
r2908 r3007 1 FSAppIrrSmpl.o2 1 cimage.o 3 2 cspline.o … … 15 14 fftpserver.o 16 15 fftservintf.o 16 FSAppIrrSmpl.o 17 17 functab.o 18 18 generaldata.o -
trunk/SophyaLib/NTools/smakefile
r2908 r3007 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP) FSAppIrrSmpl.o $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)imageop.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o $(SOPHYAOBJP)toeplitzMatrix.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o6 rm -f $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)imageop.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o $(SOPHYAOBJP)toeplitzMatrix.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o 7 7 rm -f $(SOPHYALIBP)libNTools.a 8 8 9 $(SOPHYALIBP)libNTools.a : $(SOPHYAOBJP) FSAppIrrSmpl.o $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o $(SOPHYAOBJP)toeplitzMatrix.o9 $(SOPHYALIBP)libNTools.a : $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o $(SOPHYAOBJP)toeplitzMatrix.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 13 $(SOPHYAOBJP)cimage.o: cimage.cc $(SOPHYAINCP)sopnamsp.h \ 14 $(SOPHYAINCP)machdefs.h \ 15 $(SOPHYAINCP)pexceptions.h \ 16 $(SOPHYAINCP)machdefs.h cimage.h \ 17 $(SOPHYAINCP)tmatrix.h \ 18 $(SOPHYAINCP)tarray.h \ 19 $(SOPHYAINCP)basarr.h \ 20 $(SOPHYAINCP)anydataobj.h \ 21 $(SOPHYAINCP)mutyv.h \ 22 $(SOPHYAINCP)timestamp.h \ 23 $(SOPHYAINCP)objfio.h \ 24 $(SOPHYAINCP)ppersist.h \ 25 $(SOPHYAINCP)pexceptions.h \ 26 $(SOPHYAINCP)gnumd5.h \ 27 $(SOPHYAINCP)ppfbinstream.h \ 28 $(SOPHYAINCP)rawstream.h \ 29 $(SOPHYAINCP)ppfnametag.h \ 30 $(SOPHYAINCP)dvlist.h \ 31 $(SOPHYAINCP)ndatablock.h \ 32 $(SOPHYAINCP)utilarr.h \ 33 $(SOPHYAINCP)tmatrix_tsnl.h \ 34 $(SOPHYAINCP)fioarr.h \ 35 $(SOPHYAINCP)tmatrix.h \ 36 $(SOPHYAINCP)tvector.h \ 37 $(SOPHYAINCP)tvector_tsnl.h \ 38 $(SOPHYAINCP)datatype.h 39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cimage.cc 40 41 $(SOPHYAOBJP)cspline.o: cspline.cc \ 42 $(SOPHYAINCP)sopnamsp.h \ 43 $(SOPHYAINCP)machdefs.h nbtri.h cspline.h \ 44 $(SOPHYAINCP)pexceptions.h \ 45 $(SOPHYAINCP)machdefs.h 46 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cspline.cc 47 48 $(SOPHYAOBJP)datatypes.o: datatypes.cc \ 49 $(SOPHYAINCP)sopnamsp.h datatypes.h \ 50 $(SOPHYAINCP)machdefs.h 51 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datatypes.cc 52 53 $(SOPHYAOBJP)dates.o: dates.cc $(SOPHYAINCP)sopnamsp.h \ 54 $(SOPHYAINCP)machdefs.h \ 55 $(SOPHYAINCP)perrors.h \ 56 $(SOPHYAINCP)pexceptions.h \ 57 $(SOPHYAINCP)machdefs.h dates.h \ 58 $(SOPHYAINCP)pexceptions.h 59 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dates.cc 60 61 $(SOPHYAOBJP)difeq.o: difeq.cc $(SOPHYAINCP)sopnamsp.h \ 62 difeq.h $(SOPHYAINCP)machdefs.h \ 63 $(SOPHYAINCP)pexceptions.h \ 64 $(SOPHYAINCP)machdefs.h \ 65 $(SOPHYAINCP)tvector.h \ 66 $(SOPHYAINCP)tmatrix.h \ 67 $(SOPHYAINCP)tarray.h \ 68 $(SOPHYAINCP)basarr.h \ 69 $(SOPHYAINCP)anydataobj.h \ 70 $(SOPHYAINCP)mutyv.h \ 71 $(SOPHYAINCP)timestamp.h \ 72 $(SOPHYAINCP)objfio.h \ 73 $(SOPHYAINCP)ppersist.h \ 74 $(SOPHYAINCP)pexceptions.h \ 75 $(SOPHYAINCP)gnumd5.h \ 76 $(SOPHYAINCP)ppfbinstream.h \ 77 $(SOPHYAINCP)rawstream.h \ 78 $(SOPHYAINCP)ppfnametag.h \ 79 $(SOPHYAINCP)dvlist.h \ 80 $(SOPHYAINCP)ndatablock.h \ 81 $(SOPHYAINCP)utilarr.h \ 82 $(SOPHYAINCP)tmatrix_tsnl.h \ 83 $(SOPHYAINCP)tvector_tsnl.h \ 84 $(SOPHYAINCP)ctimer.h 85 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ difeq.cc 86 87 $(SOPHYAOBJP)dynccd.o: dynccd.cc $(SOPHYAINCP)sopnamsp.h \ 88 $(SOPHYAINCP)machdefs.h fmath.h perandom.h \ 89 $(SOPHYAINCP)histos.h \ 90 $(SOPHYAINCP)objfio.h \ 91 $(SOPHYAINCP)machdefs.h \ 92 $(SOPHYAINCP)anydataobj.h \ 93 $(SOPHYAINCP)ppersist.h \ 94 $(SOPHYAINCP)pexceptions.h \ 95 $(SOPHYAINCP)gnumd5.h \ 96 $(SOPHYAINCP)ppfbinstream.h \ 97 $(SOPHYAINCP)rawstream.h \ 98 $(SOPHYAINCP)ppfnametag.h \ 99 $(SOPHYAINCP)peida.h \ 100 $(SOPHYAINCP)utils.h \ 101 $(SOPHYAINCP)perrors.h \ 102 $(SOPHYAINCP)fmath.h \ 103 $(SOPHYAINCP)tvector.h \ 104 $(SOPHYAINCP)tmatrix.h \ 105 $(SOPHYAINCP)tarray.h \ 106 $(SOPHYAINCP)basarr.h \ 107 $(SOPHYAINCP)mutyv.h \ 108 $(SOPHYAINCP)timestamp.h \ 109 $(SOPHYAINCP)dvlist.h \ 110 $(SOPHYAINCP)ndatablock.h \ 111 $(SOPHYAINCP)utilarr.h \ 112 $(SOPHYAINCP)tmatrix_tsnl.h \ 113 $(SOPHYAINCP)tvector_tsnl.h nbrandom.h \ 114 $(SOPHYAINCP)srandgen.h cimage.h \ 115 $(SOPHYAINCP)tmatrix.h \ 116 $(SOPHYAINCP)fioarr.h dynccd.h \ 117 $(SOPHYAINCP)pexceptions.h \ 118 $(SOPHYAINCP)ppersist.h 119 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dynccd.cc 120 121 $(SOPHYAOBJP)fct1dfit.o: fct1dfit.cc \ 122 $(SOPHYAINCP)sopnamsp.h \ 123 $(SOPHYAINCP)machdefs.h fct1dfit.h \ 124 generalfit.h $(SOPHYAINCP)pexceptions.h \ 125 $(SOPHYAINCP)machdefs.h \ 126 $(SOPHYAINCP)tvector.h \ 127 $(SOPHYAINCP)tmatrix.h \ 128 $(SOPHYAINCP)tarray.h \ 129 $(SOPHYAINCP)basarr.h \ 130 $(SOPHYAINCP)anydataobj.h \ 131 $(SOPHYAINCP)mutyv.h \ 132 $(SOPHYAINCP)timestamp.h \ 133 $(SOPHYAINCP)objfio.h \ 134 $(SOPHYAINCP)ppersist.h \ 135 $(SOPHYAINCP)pexceptions.h \ 136 $(SOPHYAINCP)gnumd5.h \ 137 $(SOPHYAINCP)ppfbinstream.h \ 138 $(SOPHYAINCP)rawstream.h \ 139 $(SOPHYAINCP)ppfnametag.h \ 140 $(SOPHYAINCP)dvlist.h \ 141 $(SOPHYAINCP)ndatablock.h \ 142 $(SOPHYAINCP)utilarr.h \ 143 $(SOPHYAINCP)tmatrix_tsnl.h \ 144 $(SOPHYAINCP)tvector_tsnl.h generaldata.h \ 145 $(SOPHYAINCP)objfio.h \ 146 $(SOPHYAINCP)ppersist.h \ 147 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 148 $(SOPHYAINCP)utils.h \ 149 $(SOPHYAINCP)perrors.h fmath.h \ 150 $(SOPHYAINCP)anydataobj.h nbconst.h \ 151 tabmath.h 152 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fct1dfit.cc 153 154 $(SOPHYAOBJP)fct2dfit.o: fct2dfit.cc \ 155 $(SOPHYAINCP)sopnamsp.h \ 156 $(SOPHYAINCP)machdefs.h fct2dfit.h \ 157 generalfit.h $(SOPHYAINCP)pexceptions.h \ 158 $(SOPHYAINCP)machdefs.h \ 159 $(SOPHYAINCP)tvector.h \ 160 $(SOPHYAINCP)tmatrix.h \ 161 $(SOPHYAINCP)tarray.h \ 162 $(SOPHYAINCP)basarr.h \ 163 $(SOPHYAINCP)anydataobj.h \ 164 $(SOPHYAINCP)mutyv.h \ 165 $(SOPHYAINCP)timestamp.h \ 166 $(SOPHYAINCP)objfio.h \ 167 $(SOPHYAINCP)ppersist.h \ 168 $(SOPHYAINCP)pexceptions.h \ 169 $(SOPHYAINCP)gnumd5.h \ 170 $(SOPHYAINCP)ppfbinstream.h \ 171 $(SOPHYAINCP)rawstream.h \ 172 $(SOPHYAINCP)ppfnametag.h \ 173 $(SOPHYAINCP)dvlist.h \ 174 $(SOPHYAINCP)ndatablock.h \ 175 $(SOPHYAINCP)utilarr.h \ 176 $(SOPHYAINCP)tmatrix_tsnl.h \ 177 $(SOPHYAINCP)tvector_tsnl.h generaldata.h \ 178 $(SOPHYAINCP)objfio.h \ 179 $(SOPHYAINCP)ppersist.h \ 180 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 181 $(SOPHYAINCP)utils.h \ 182 $(SOPHYAINCP)perrors.h fmath.h \ 183 $(SOPHYAINCP)anydataobj.h nbconst.h \ 184 tabmath.h simps2d.h 185 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fct2dfit.cc 186 187 $(SOPHYAOBJP)fftmserver.o: fftmserver.cc \ 188 $(SOPHYAINCP)sopnamsp.h fftmserver.h \ 189 fftservintf.h $(SOPHYAINCP)machdefs.h \ 190 $(SOPHYAINCP)pexceptions.h \ 191 $(SOPHYAINCP)machdefs.h \ 192 $(SOPHYAINCP)tmatrix.h \ 193 $(SOPHYAINCP)tarray.h \ 194 $(SOPHYAINCP)basarr.h \ 195 $(SOPHYAINCP)anydataobj.h \ 196 $(SOPHYAINCP)mutyv.h \ 197 $(SOPHYAINCP)timestamp.h \ 198 $(SOPHYAINCP)objfio.h \ 199 $(SOPHYAINCP)ppersist.h \ 200 $(SOPHYAINCP)pexceptions.h \ 201 $(SOPHYAINCP)gnumd5.h \ 202 $(SOPHYAINCP)ppfbinstream.h \ 203 $(SOPHYAINCP)rawstream.h \ 204 $(SOPHYAINCP)ppfnametag.h \ 205 $(SOPHYAINCP)dvlist.h \ 206 $(SOPHYAINCP)ndatablock.h \ 207 $(SOPHYAINCP)utilarr.h \ 208 $(SOPHYAINCP)tmatrix_tsnl.h \ 209 $(SOPHYAINCP)tvector.h \ 210 $(SOPHYAINCP)tmatrix.h \ 211 $(SOPHYAINCP)tvector_tsnl.h fftmayer.h 212 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftmserver.cc 213 214 $(SOPHYAOBJP)fftpserver.o: fftpserver.cc \ 215 $(SOPHYAINCP)sopnamsp.h fftpserver.h \ 216 fftservintf.h $(SOPHYAINCP)machdefs.h \ 217 $(SOPHYAINCP)pexceptions.h \ 218 $(SOPHYAINCP)machdefs.h \ 219 $(SOPHYAINCP)tmatrix.h \ 220 $(SOPHYAINCP)tarray.h \ 221 $(SOPHYAINCP)basarr.h \ 222 $(SOPHYAINCP)anydataobj.h \ 223 $(SOPHYAINCP)mutyv.h \ 224 $(SOPHYAINCP)timestamp.h \ 225 $(SOPHYAINCP)objfio.h \ 226 $(SOPHYAINCP)ppersist.h \ 227 $(SOPHYAINCP)pexceptions.h \ 228 $(SOPHYAINCP)gnumd5.h \ 229 $(SOPHYAINCP)ppfbinstream.h \ 230 $(SOPHYAINCP)rawstream.h \ 231 $(SOPHYAINCP)ppfnametag.h \ 232 $(SOPHYAINCP)dvlist.h \ 233 $(SOPHYAINCP)ndatablock.h \ 234 $(SOPHYAINCP)utilarr.h \ 235 $(SOPHYAINCP)tmatrix_tsnl.h \ 236 $(SOPHYAINCP)tvector.h \ 237 $(SOPHYAINCP)tmatrix.h \ 238 $(SOPHYAINCP)tvector_tsnl.h fftpackc.h 239 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftpserver.cc 240 241 $(SOPHYAOBJP)fftservintf.o: fftservintf.cc \ 242 $(SOPHYAINCP)sopnamsp.h fftservintf.h \ 243 $(SOPHYAINCP)machdefs.h \ 244 $(SOPHYAINCP)pexceptions.h \ 245 $(SOPHYAINCP)machdefs.h \ 246 $(SOPHYAINCP)tmatrix.h \ 247 $(SOPHYAINCP)tarray.h \ 248 $(SOPHYAINCP)basarr.h \ 249 $(SOPHYAINCP)anydataobj.h \ 250 $(SOPHYAINCP)mutyv.h \ 251 $(SOPHYAINCP)timestamp.h \ 252 $(SOPHYAINCP)objfio.h \ 253 $(SOPHYAINCP)ppersist.h \ 254 $(SOPHYAINCP)pexceptions.h \ 255 $(SOPHYAINCP)gnumd5.h \ 256 $(SOPHYAINCP)ppfbinstream.h \ 257 $(SOPHYAINCP)rawstream.h \ 258 $(SOPHYAINCP)ppfnametag.h \ 259 $(SOPHYAINCP)dvlist.h \ 260 $(SOPHYAINCP)ndatablock.h \ 261 $(SOPHYAINCP)utilarr.h \ 262 $(SOPHYAINCP)tmatrix_tsnl.h \ 263 $(SOPHYAINCP)tvector.h \ 264 $(SOPHYAINCP)tmatrix.h \ 265 $(SOPHYAINCP)tvector_tsnl.h 266 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftservintf.cc 12 267 13 268 $(SOPHYAOBJP)FSAppIrrSmpl.o: FSAppIrrSmpl.cc \ … … 15 270 $(SOPHYAINCP)machdefs.h nbmath.h \ 16 271 $(SOPHYAINCP)smathconst.h \ 272 $(SOPHYAINCP)machdefs.h \ 17 273 $(SOPHYAINCP)timing.h \ 18 274 $(SOPHYAINCP)array.h \ … … 39 295 $(SOPHYAINCP)fioarr.h \ 40 296 $(SOPHYAINCP)sopemtx.h fftservintf.h \ 41 fftpserver.h toeplitzMatrix.h 297 $(SOPHYAINCP)pexceptions.h \ 298 $(SOPHYAINCP)tmatrix.h \ 299 $(SOPHYAINCP)tvector.h fftpserver.h \ 300 toeplitzMatrix.h 42 301 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ FSAppIrrSmpl.cc 43 302 44 $(SOPHYAOBJP)cimage.o: cimage.cc $(SOPHYAINCP)sopnamsp.h \ 45 $(SOPHYAINCP)machdefs.h \ 46 $(SOPHYAINCP)pexceptions.h cimage.h \ 47 $(SOPHYAINCP)tmatrix.h \ 48 $(SOPHYAINCP)tarray.h \ 49 $(SOPHYAINCP)basarr.h \ 50 $(SOPHYAINCP)anydataobj.h \ 51 $(SOPHYAINCP)mutyv.h \ 52 $(SOPHYAINCP)timestamp.h \ 53 $(SOPHYAINCP)objfio.h \ 54 $(SOPHYAINCP)ppersist.h \ 55 $(SOPHYAINCP)gnumd5.h \ 56 $(SOPHYAINCP)ppfbinstream.h \ 57 $(SOPHYAINCP)rawstream.h \ 58 $(SOPHYAINCP)ppfnametag.h \ 59 $(SOPHYAINCP)dvlist.h \ 60 $(SOPHYAINCP)ndatablock.h \ 61 $(SOPHYAINCP)utilarr.h \ 62 $(SOPHYAINCP)tmatrix_tsnl.h \ 63 $(SOPHYAINCP)fioarr.h \ 64 $(SOPHYAINCP)tvector.h \ 65 $(SOPHYAINCP)tvector_tsnl.h \ 66 $(SOPHYAINCP)datatype.h 67 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cimage.cc 68 69 $(SOPHYAOBJP)cspline.o: cspline.cc $(SOPHYAINCP)sopnamsp.h \ 70 $(SOPHYAINCP)machdefs.h nbtri.h cspline.h \ 71 $(SOPHYAINCP)pexceptions.h 72 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cspline.cc 73 74 $(SOPHYAOBJP)datatypes.o: datatypes.cc \ 75 $(SOPHYAINCP)sopnamsp.h datatypes.h \ 76 $(SOPHYAINCP)machdefs.h 77 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datatypes.cc 78 79 $(SOPHYAOBJP)dates.o: dates.cc $(SOPHYAINCP)sopnamsp.h \ 80 $(SOPHYAINCP)machdefs.h \ 81 $(SOPHYAINCP)perrors.h \ 82 $(SOPHYAINCP)pexceptions.h dates.h 83 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dates.cc 84 85 $(SOPHYAOBJP)difeq.o: difeq.cc $(SOPHYAINCP)sopnamsp.h \ 86 difeq.h $(SOPHYAINCP)machdefs.h \ 87 $(SOPHYAINCP)pexceptions.h \ 88 $(SOPHYAINCP)tvector.h \ 89 $(SOPHYAINCP)tmatrix.h \ 90 $(SOPHYAINCP)tarray.h \ 91 $(SOPHYAINCP)basarr.h \ 92 $(SOPHYAINCP)anydataobj.h \ 93 $(SOPHYAINCP)mutyv.h \ 94 $(SOPHYAINCP)timestamp.h \ 95 $(SOPHYAINCP)objfio.h \ 96 $(SOPHYAINCP)ppersist.h \ 97 $(SOPHYAINCP)gnumd5.h \ 98 $(SOPHYAINCP)ppfbinstream.h \ 99 $(SOPHYAINCP)rawstream.h \ 100 $(SOPHYAINCP)ppfnametag.h \ 101 $(SOPHYAINCP)dvlist.h \ 102 $(SOPHYAINCP)ndatablock.h \ 103 $(SOPHYAINCP)utilarr.h \ 104 $(SOPHYAINCP)tmatrix_tsnl.h \ 105 $(SOPHYAINCP)tvector_tsnl.h \ 106 $(SOPHYAINCP)ctimer.h 107 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ difeq.cc 108 109 $(SOPHYAOBJP)dynccd.o: dynccd.cc $(SOPHYAINCP)sopnamsp.h \ 110 $(SOPHYAINCP)machdefs.h fmath.h perandom.h \ 111 $(SOPHYAINCP)histos.h \ 112 $(SOPHYAINCP)objfio.h \ 113 $(SOPHYAINCP)anydataobj.h \ 114 $(SOPHYAINCP)ppersist.h \ 115 $(SOPHYAINCP)pexceptions.h \ 116 $(SOPHYAINCP)gnumd5.h \ 117 $(SOPHYAINCP)ppfbinstream.h \ 118 $(SOPHYAINCP)rawstream.h \ 119 $(SOPHYAINCP)ppfnametag.h \ 120 $(SOPHYAINCP)peida.h \ 121 $(SOPHYAINCP)utils.h \ 122 $(SOPHYAINCP)perrors.h \ 123 $(SOPHYAINCP)fmath.h \ 124 $(SOPHYAINCP)tvector.h \ 125 $(SOPHYAINCP)tmatrix.h \ 126 $(SOPHYAINCP)tarray.h \ 127 $(SOPHYAINCP)basarr.h \ 128 $(SOPHYAINCP)mutyv.h \ 129 $(SOPHYAINCP)timestamp.h \ 130 $(SOPHYAINCP)dvlist.h \ 131 $(SOPHYAINCP)ndatablock.h \ 132 $(SOPHYAINCP)utilarr.h \ 133 $(SOPHYAINCP)tmatrix_tsnl.h \ 134 $(SOPHYAINCP)tvector_tsnl.h nbrandom.h \ 135 $(SOPHYAINCP)srandgen.h cimage.h \ 136 $(SOPHYAINCP)fioarr.h dynccd.h 137 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dynccd.cc 138 139 $(SOPHYAOBJP)fct1dfit.o: fct1dfit.cc \ 140 $(SOPHYAINCP)sopnamsp.h \ 141 $(SOPHYAINCP)machdefs.h fct1dfit.h \ 303 $(SOPHYAOBJP)functab.o: functab.cc \ 304 $(SOPHYAINCP)sopnamsp.h \ 305 $(SOPHYAINCP)machdefs.h \ 306 $(SOPHYAINCP)pexceptions.h \ 307 $(SOPHYAINCP)machdefs.h functab.h \ 308 $(SOPHYAINCP)tvector.h \ 309 $(SOPHYAINCP)tmatrix.h \ 310 $(SOPHYAINCP)tarray.h \ 311 $(SOPHYAINCP)basarr.h \ 312 $(SOPHYAINCP)anydataobj.h \ 313 $(SOPHYAINCP)mutyv.h \ 314 $(SOPHYAINCP)timestamp.h \ 315 $(SOPHYAINCP)objfio.h \ 316 $(SOPHYAINCP)ppersist.h \ 317 $(SOPHYAINCP)pexceptions.h \ 318 $(SOPHYAINCP)gnumd5.h \ 319 $(SOPHYAINCP)ppfbinstream.h \ 320 $(SOPHYAINCP)rawstream.h \ 321 $(SOPHYAINCP)ppfnametag.h \ 322 $(SOPHYAINCP)dvlist.h \ 323 $(SOPHYAINCP)ndatablock.h \ 324 $(SOPHYAINCP)utilarr.h \ 325 $(SOPHYAINCP)tmatrix_tsnl.h \ 326 $(SOPHYAINCP)tvector_tsnl.h \ 327 $(SOPHYAINCP)tarray.h 328 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ functab.cc 329 330 $(SOPHYAOBJP)generaldata.o: generaldata.cc \ 331 $(SOPHYAINCP)sopnamsp.h \ 332 $(SOPHYAINCP)machdefs.h \ 333 $(SOPHYAINCP)strutil.h nbtri.h \ 142 334 generalfit.h $(SOPHYAINCP)pexceptions.h \ 143 $(SOPHYAINCP)tvector.h \ 144 $(SOPHYAINCP)tmatrix.h \ 145 $(SOPHYAINCP)tarray.h \ 146 $(SOPHYAINCP)basarr.h \ 147 $(SOPHYAINCP)anydataobj.h \ 148 $(SOPHYAINCP)mutyv.h \ 149 $(SOPHYAINCP)timestamp.h \ 150 $(SOPHYAINCP)objfio.h \ 151 $(SOPHYAINCP)ppersist.h \ 335 $(SOPHYAINCP)machdefs.h \ 336 $(SOPHYAINCP)tvector.h \ 337 $(SOPHYAINCP)tmatrix.h \ 338 $(SOPHYAINCP)tarray.h \ 339 $(SOPHYAINCP)basarr.h \ 340 $(SOPHYAINCP)anydataobj.h \ 341 $(SOPHYAINCP)mutyv.h \ 342 $(SOPHYAINCP)timestamp.h \ 343 $(SOPHYAINCP)objfio.h \ 344 $(SOPHYAINCP)ppersist.h \ 345 $(SOPHYAINCP)pexceptions.h \ 152 346 $(SOPHYAINCP)gnumd5.h \ 153 347 $(SOPHYAINCP)ppfbinstream.h \ … … 159 353 $(SOPHYAINCP)tmatrix_tsnl.h \ 160 354 $(SOPHYAINCP)tvector_tsnl.h generaldata.h \ 355 $(SOPHYAINCP)objfio.h \ 356 $(SOPHYAINCP)ppersist.h \ 161 357 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 162 358 $(SOPHYAINCP)utils.h \ 163 $(SOPHYAINCP)perrors.h fmath.h nbconst.h \ 164 tabmath.h 165 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fct1dfit.cc 166 167 $(SOPHYAOBJP)fct2dfit.o: fct2dfit.cc \ 168 $(SOPHYAINCP)sopnamsp.h \ 169 $(SOPHYAINCP)machdefs.h fct2dfit.h \ 170 generalfit.h $(SOPHYAINCP)pexceptions.h \ 171 $(SOPHYAINCP)tvector.h \ 172 $(SOPHYAINCP)tmatrix.h \ 173 $(SOPHYAINCP)tarray.h \ 174 $(SOPHYAINCP)basarr.h \ 175 $(SOPHYAINCP)anydataobj.h \ 176 $(SOPHYAINCP)mutyv.h \ 177 $(SOPHYAINCP)timestamp.h \ 178 $(SOPHYAINCP)objfio.h \ 179 $(SOPHYAINCP)ppersist.h \ 359 $(SOPHYAINCP)perrors.h fmath.h \ 360 $(SOPHYAINCP)anydataobj.h 361 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ generaldata.cc 362 363 $(SOPHYAOBJP)generalfit.o: generalfit.cc \ 364 $(SOPHYAINCP)sopnamsp.h \ 365 $(SOPHYAINCP)machdefs.h \ 366 $(SOPHYAINCP)pexceptions.h \ 367 $(SOPHYAINCP)machdefs.h generalfit.h \ 368 $(SOPHYAINCP)tvector.h \ 369 $(SOPHYAINCP)tmatrix.h \ 370 $(SOPHYAINCP)tarray.h \ 371 $(SOPHYAINCP)basarr.h \ 372 $(SOPHYAINCP)anydataobj.h \ 373 $(SOPHYAINCP)mutyv.h \ 374 $(SOPHYAINCP)timestamp.h \ 375 $(SOPHYAINCP)objfio.h \ 376 $(SOPHYAINCP)ppersist.h \ 377 $(SOPHYAINCP)pexceptions.h \ 180 378 $(SOPHYAINCP)gnumd5.h \ 181 379 $(SOPHYAINCP)ppfbinstream.h \ … … 187 385 $(SOPHYAINCP)tmatrix_tsnl.h \ 188 386 $(SOPHYAINCP)tvector_tsnl.h generaldata.h \ 387 $(SOPHYAINCP)objfio.h \ 388 $(SOPHYAINCP)ppersist.h \ 189 389 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 190 390 $(SOPHYAINCP)utils.h \ 191 $(SOPHYAINCP)perrors.h fmath.h nbconst.h \192 tabmath.h simps2d.h193 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fct2dfit.cc194 195 $(SOPHYAOBJP)fftmserver.o: fftmserver.cc \196 $(SOPHYAINCP)sopnamsp.h fftmserver.h \197 fftservintf.h $(SOPHYAINCP)machdefs.h \198 $(SOPHYAINCP)pexceptions.h \199 $(SOPHYAINCP)tmatrix.h \200 $(SOPHYAINCP)tarray.h \201 $(SOPHYAINCP)basarr.h \202 $(SOPHYAINCP)anydataobj.h \203 $(SOPHYAINCP)mutyv.h \204 $(SOPHYAINCP)timestamp.h \205 $(SOPHYAINCP)objfio.h \206 $(SOPHYAINCP)ppersist.h \207 $(SOPHYAINCP)gnumd5.h \208 $(SOPHYAINCP)ppfbinstream.h \209 $(SOPHYAINCP)rawstream.h \210 $(SOPHYAINCP)ppfnametag.h \211 $(SOPHYAINCP)dvlist.h \212 $(SOPHYAINCP)ndatablock.h \213 $(SOPHYAINCP)utilarr.h \214 $(SOPHYAINCP)tmatrix_tsnl.h \215 $(SOPHYAINCP)tvector.h \216 $(SOPHYAINCP)tvector_tsnl.h fftmayer.h217 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftmserver.cc218 219 $(SOPHYAOBJP)fftpserver.o: fftpserver.cc \220 $(SOPHYAINCP)sopnamsp.h fftpserver.h \221 fftservintf.h $(SOPHYAINCP)machdefs.h \222 $(SOPHYAINCP)pexceptions.h \223 $(SOPHYAINCP)tmatrix.h \224 $(SOPHYAINCP)tarray.h \225 $(SOPHYAINCP)basarr.h \226 $(SOPHYAINCP)anydataobj.h \227 $(SOPHYAINCP)mutyv.h \228 $(SOPHYAINCP)timestamp.h \229 $(SOPHYAINCP)objfio.h \230 $(SOPHYAINCP)ppersist.h \231 $(SOPHYAINCP)gnumd5.h \232 $(SOPHYAINCP)ppfbinstream.h \233 $(SOPHYAINCP)rawstream.h \234 $(SOPHYAINCP)ppfnametag.h \235 $(SOPHYAINCP)dvlist.h \236 $(SOPHYAINCP)ndatablock.h \237 $(SOPHYAINCP)utilarr.h \238 $(SOPHYAINCP)tmatrix_tsnl.h \239 $(SOPHYAINCP)tvector.h \240 $(SOPHYAINCP)tvector_tsnl.h fftpackc.h241 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftpserver.cc242 243 $(SOPHYAOBJP)fftservintf.o: fftservintf.cc \244 $(SOPHYAINCP)sopnamsp.h fftservintf.h \245 $(SOPHYAINCP)machdefs.h \246 $(SOPHYAINCP)pexceptions.h \247 $(SOPHYAINCP)tmatrix.h \248 $(SOPHYAINCP)tarray.h \249 $(SOPHYAINCP)basarr.h \250 $(SOPHYAINCP)anydataobj.h \251 $(SOPHYAINCP)mutyv.h \252 $(SOPHYAINCP)timestamp.h \253 $(SOPHYAINCP)objfio.h \254 $(SOPHYAINCP)ppersist.h \255 $(SOPHYAINCP)gnumd5.h \256 $(SOPHYAINCP)ppfbinstream.h \257 $(SOPHYAINCP)rawstream.h \258 $(SOPHYAINCP)ppfnametag.h \259 $(SOPHYAINCP)dvlist.h \260 $(SOPHYAINCP)ndatablock.h \261 $(SOPHYAINCP)utilarr.h \262 $(SOPHYAINCP)tmatrix_tsnl.h \263 $(SOPHYAINCP)tvector.h \264 $(SOPHYAINCP)tvector_tsnl.h265 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftservintf.cc266 267 $(SOPHYAOBJP)functab.o: functab.cc $(SOPHYAINCP)sopnamsp.h \268 $(SOPHYAINCP)machdefs.h \269 $(SOPHYAINCP)pexceptions.h functab.h \270 $(SOPHYAINCP)tvector.h \271 $(SOPHYAINCP)tmatrix.h \272 $(SOPHYAINCP)tarray.h \273 $(SOPHYAINCP)basarr.h \274 $(SOPHYAINCP)anydataobj.h \275 $(SOPHYAINCP)mutyv.h \276 $(SOPHYAINCP)timestamp.h \277 $(SOPHYAINCP)objfio.h \278 $(SOPHYAINCP)ppersist.h \279 $(SOPHYAINCP)gnumd5.h \280 $(SOPHYAINCP)ppfbinstream.h \281 $(SOPHYAINCP)rawstream.h \282 $(SOPHYAINCP)ppfnametag.h \283 $(SOPHYAINCP)dvlist.h \284 $(SOPHYAINCP)ndatablock.h \285 $(SOPHYAINCP)utilarr.h \286 $(SOPHYAINCP)tmatrix_tsnl.h \287 $(SOPHYAINCP)tvector_tsnl.h288 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ functab.cc289 290 $(SOPHYAOBJP)generaldata.o: generaldata.cc \291 $(SOPHYAINCP)sopnamsp.h \292 $(SOPHYAINCP)machdefs.h \293 $(SOPHYAINCP)strutil.h nbtri.h generalfit.h \294 $(SOPHYAINCP)pexceptions.h \295 $(SOPHYAINCP)tvector.h \296 $(SOPHYAINCP)tmatrix.h \297 $(SOPHYAINCP)tarray.h \298 $(SOPHYAINCP)basarr.h \299 $(SOPHYAINCP)anydataobj.h \300 $(SOPHYAINCP)mutyv.h \301 $(SOPHYAINCP)timestamp.h \302 $(SOPHYAINCP)objfio.h \303 $(SOPHYAINCP)ppersist.h \304 $(SOPHYAINCP)gnumd5.h \305 $(SOPHYAINCP)ppfbinstream.h \306 $(SOPHYAINCP)rawstream.h \307 $(SOPHYAINCP)ppfnametag.h \308 $(SOPHYAINCP)dvlist.h \309 $(SOPHYAINCP)ndatablock.h \310 $(SOPHYAINCP)utilarr.h \311 $(SOPHYAINCP)tmatrix_tsnl.h \312 $(SOPHYAINCP)tvector_tsnl.h generaldata.h \313 $(SOPHYAINCP)ntupintf.h poly.h peida.h \314 $(SOPHYAINCP)utils.h \315 $(SOPHYAINCP)perrors.h fmath.h316 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ generaldata.cc317 318 $(SOPHYAOBJP)generalfit.o: generalfit.cc \319 $(SOPHYAINCP)sopnamsp.h \320 $(SOPHYAINCP)machdefs.h \321 $(SOPHYAINCP)pexceptions.h generalfit.h \322 $(SOPHYAINCP)tvector.h \323 $(SOPHYAINCP)tmatrix.h \324 $(SOPHYAINCP)tarray.h \325 $(SOPHYAINCP)basarr.h \326 $(SOPHYAINCP)anydataobj.h \327 $(SOPHYAINCP)mutyv.h \328 $(SOPHYAINCP)timestamp.h \329 $(SOPHYAINCP)objfio.h \330 $(SOPHYAINCP)ppersist.h \331 $(SOPHYAINCP)gnumd5.h \332 $(SOPHYAINCP)ppfbinstream.h \333 $(SOPHYAINCP)rawstream.h \334 $(SOPHYAINCP)ppfnametag.h \335 $(SOPHYAINCP)dvlist.h \336 $(SOPHYAINCP)ndatablock.h \337 $(SOPHYAINCP)utilarr.h \338 $(SOPHYAINCP)tmatrix_tsnl.h \339 $(SOPHYAINCP)tvector_tsnl.h generaldata.h \340 $(SOPHYAINCP)ntupintf.h poly.h peida.h \341 $(SOPHYAINCP)utils.h \342 391 $(SOPHYAINCP)perrors.h fmath.h \ 343 $(SOPHYAINCP)sopemtx.h 392 $(SOPHYAINCP)anydataobj.h \ 393 $(SOPHYAINCP)sopemtx.h \ 394 $(SOPHYAINCP)tvector.h 344 395 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ generalfit.cc 345 396 346 397 $(SOPHYAOBJP)integ.o: integ.cc $(SOPHYAINCP)sopnamsp.h \ 347 398 integ.h $(SOPHYAINCP)machdefs.h \ 348 $(SOPHYAINCP)pexceptions.h classfunc.h \ 399 $(SOPHYAINCP)pexceptions.h \ 400 $(SOPHYAINCP)machdefs.h classfunc.h \ 349 401 generalfit.h $(SOPHYAINCP)tvector.h \ 350 402 $(SOPHYAINCP)tmatrix.h \ … … 356 408 $(SOPHYAINCP)objfio.h \ 357 409 $(SOPHYAINCP)ppersist.h \ 410 $(SOPHYAINCP)pexceptions.h \ 358 411 $(SOPHYAINCP)gnumd5.h \ 359 412 $(SOPHYAINCP)ppfbinstream.h \ … … 365 418 $(SOPHYAINCP)tmatrix_tsnl.h \ 366 419 $(SOPHYAINCP)tvector_tsnl.h generaldata.h \ 420 $(SOPHYAINCP)objfio.h \ 421 $(SOPHYAINCP)ppersist.h \ 367 422 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 368 423 $(SOPHYAINCP)utils.h \ 369 $(SOPHYAINCP)perrors.h fmath.h 424 $(SOPHYAINCP)perrors.h fmath.h \ 425 $(SOPHYAINCP)anydataobj.h 370 426 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ integ.cc 371 427 … … 377 433 $(SOPHYAINCP)machdefs.h ntoolsinit.h \ 378 434 $(SOPHYAINCP)tarrinit.h \ 379 $(SOPHYAINCP)sophyainit.h poly.h \ 435 $(SOPHYAINCP)sophyainit.h \ 436 $(SOPHYAINCP)machdefs.h poly.h \ 380 437 $(SOPHYAINCP)objfio.h \ 381 438 $(SOPHYAINCP)anydataobj.h \ … … 387 444 $(SOPHYAINCP)ppfnametag.h peida.h \ 388 445 $(SOPHYAINCP)utils.h \ 389 $(SOPHYAINCP)perrors.h fmath.h \ 390 $(SOPHYAINCP)tvector.h \ 391 $(SOPHYAINCP)tmatrix.h \ 392 $(SOPHYAINCP)tarray.h \ 393 $(SOPHYAINCP)basarr.h \ 394 $(SOPHYAINCP)mutyv.h \ 395 $(SOPHYAINCP)timestamp.h \ 396 $(SOPHYAINCP)dvlist.h \ 397 $(SOPHYAINCP)ndatablock.h \ 398 $(SOPHYAINCP)utilarr.h \ 399 $(SOPHYAINCP)tmatrix_tsnl.h \ 400 $(SOPHYAINCP)tvector_tsnl.h generaldata.h \ 446 $(SOPHYAINCP)perrors.h \ 447 $(SOPHYAINCP)pexceptions.h fmath.h \ 448 $(SOPHYAINCP)tvector.h \ 449 $(SOPHYAINCP)tmatrix.h \ 450 $(SOPHYAINCP)tarray.h \ 451 $(SOPHYAINCP)basarr.h \ 452 $(SOPHYAINCP)mutyv.h \ 453 $(SOPHYAINCP)timestamp.h \ 454 $(SOPHYAINCP)objfio.h \ 455 $(SOPHYAINCP)dvlist.h \ 456 $(SOPHYAINCP)ndatablock.h \ 457 $(SOPHYAINCP)utilarr.h \ 458 $(SOPHYAINCP)tmatrix_tsnl.h \ 459 $(SOPHYAINCP)tvector_tsnl.h \ 460 $(SOPHYAINCP)ppersist.h \ 461 $(SOPHYAINCP)anydataobj.h generaldata.h \ 401 462 $(SOPHYAINCP)ntupintf.h cimage.h \ 402 $(SOPHYAINCP)fioarr.h tabmath.h nbconst.h \ 463 $(SOPHYAINCP)tmatrix.h \ 464 $(SOPHYAINCP)fioarr.h \ 465 $(SOPHYAINCP)tvector.h tabmath.h nbconst.h \ 403 466 dates.h datime.h 404 467 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ntoolsinit.cc … … 408 471 $(SOPHYAINCP)machdefs.h \ 409 472 $(SOPHYAINCP)tmatrix.h \ 473 $(SOPHYAINCP)machdefs.h \ 410 474 $(SOPHYAINCP)tarray.h \ 411 475 $(SOPHYAINCP)basarr.h \ … … 425 489 $(SOPHYAINCP)tmatrix_tsnl.h cimage.h \ 426 490 $(SOPHYAINCP)fioarr.h \ 427 $(SOPHYAINCP)tvector.h \ 428 $(SOPHYAINCP)tvector_tsnl.h \ 491 $(SOPHYAINCP)tmatrix.h \ 492 $(SOPHYAINCP)tvector.h \ 493 $(SOPHYAINCP)tvector_tsnl.h \ 494 $(SOPHYAINCP)tvector.h \ 429 495 $(SOPHYAINCP)histos.h \ 430 496 $(SOPHYAINCP)peida.h \ … … 433 499 $(SOPHYAINCP)fmath.h \ 434 500 $(SOPHYAINCP)histos2.h \ 501 $(SOPHYAINCP)histos.h \ 435 502 $(SOPHYAINCP)hisprof.h generalfit.h \ 436 generaldata.h $(SOPHYAINCP)ntupintf.h \ 437 poly.h peida.h 503 $(SOPHYAINCP)pexceptions.h generaldata.h \ 504 $(SOPHYAINCP)objfio.h \ 505 $(SOPHYAINCP)ppersist.h \ 506 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 507 $(SOPHYAINCP)anydataobj.h 438 508 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ objfitter.cc 439 509 … … 441 511 $(SOPHYAINCP)sopnamsp.h \ 442 512 $(SOPHYAINCP)machdefs.h \ 443 $(SOPHYAINCP)pexceptions.h perandom.h \ 513 $(SOPHYAINCP)pexceptions.h \ 514 $(SOPHYAINCP)machdefs.h perandom.h \ 444 515 $(SOPHYAINCP)histos.h \ 445 516 $(SOPHYAINCP)objfio.h \ 446 517 $(SOPHYAINCP)anydataobj.h \ 447 518 $(SOPHYAINCP)ppersist.h \ 519 $(SOPHYAINCP)pexceptions.h \ 448 520 $(SOPHYAINCP)gnumd5.h \ 449 521 $(SOPHYAINCP)ppfbinstream.h \ … … 471 543 $(SOPHYAINCP)machdefs.h poly.h \ 472 544 $(SOPHYAINCP)objfio.h \ 545 $(SOPHYAINCP)machdefs.h \ 473 546 $(SOPHYAINCP)anydataobj.h \ 474 547 $(SOPHYAINCP)ppersist.h \ … … 479 552 $(SOPHYAINCP)ppfnametag.h peida.h \ 480 553 $(SOPHYAINCP)utils.h \ 481 $(SOPHYAINCP)perrors.h fmath.h \ 482 $(SOPHYAINCP)tvector.h \ 483 $(SOPHYAINCP)tmatrix.h \ 484 $(SOPHYAINCP)tarray.h \ 485 $(SOPHYAINCP)basarr.h \ 486 $(SOPHYAINCP)mutyv.h \ 487 $(SOPHYAINCP)timestamp.h \ 488 $(SOPHYAINCP)dvlist.h \ 489 $(SOPHYAINCP)ndatablock.h \ 490 $(SOPHYAINCP)utilarr.h \ 491 $(SOPHYAINCP)tmatrix_tsnl.h \ 492 $(SOPHYAINCP)tvector_tsnl.h linfit.h \ 554 $(SOPHYAINCP)perrors.h \ 555 $(SOPHYAINCP)pexceptions.h fmath.h \ 556 $(SOPHYAINCP)tvector.h \ 557 $(SOPHYAINCP)tmatrix.h \ 558 $(SOPHYAINCP)tarray.h \ 559 $(SOPHYAINCP)basarr.h \ 560 $(SOPHYAINCP)mutyv.h \ 561 $(SOPHYAINCP)timestamp.h \ 562 $(SOPHYAINCP)objfio.h \ 563 $(SOPHYAINCP)dvlist.h \ 564 $(SOPHYAINCP)ndatablock.h \ 565 $(SOPHYAINCP)utilarr.h \ 566 $(SOPHYAINCP)tmatrix_tsnl.h \ 567 $(SOPHYAINCP)tvector_tsnl.h \ 568 $(SOPHYAINCP)ppersist.h \ 569 $(SOPHYAINCP)anydataobj.h linfit.h \ 493 570 $(SOPHYAINCP)sopemtx.h \ 571 $(SOPHYAINCP)tvector.h \ 494 572 $(SOPHYAINCP)fioarr.h 495 573 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ poly.cc … … 497 575 $(SOPHYAOBJP)rk4cdifeq.o: rk4cdifeq.cc \ 498 576 $(SOPHYAINCP)sopnamsp.h \ 499 $(SOPHYAINCP)machdefs.h rk4cdifeq.h difeq.h \ 500 $(SOPHYAINCP)pexceptions.h \ 501 $(SOPHYAINCP)tvector.h \ 502 $(SOPHYAINCP)tmatrix.h \ 503 $(SOPHYAINCP)tarray.h \ 504 $(SOPHYAINCP)basarr.h \ 505 $(SOPHYAINCP)anydataobj.h \ 506 $(SOPHYAINCP)mutyv.h \ 507 $(SOPHYAINCP)timestamp.h \ 508 $(SOPHYAINCP)objfio.h \ 509 $(SOPHYAINCP)ppersist.h \ 577 $(SOPHYAINCP)machdefs.h rk4cdifeq.h \ 578 difeq.h $(SOPHYAINCP)pexceptions.h \ 579 $(SOPHYAINCP)machdefs.h \ 580 $(SOPHYAINCP)tvector.h \ 581 $(SOPHYAINCP)tmatrix.h \ 582 $(SOPHYAINCP)tarray.h \ 583 $(SOPHYAINCP)basarr.h \ 584 $(SOPHYAINCP)anydataobj.h \ 585 $(SOPHYAINCP)mutyv.h \ 586 $(SOPHYAINCP)timestamp.h \ 587 $(SOPHYAINCP)objfio.h \ 588 $(SOPHYAINCP)ppersist.h \ 589 $(SOPHYAINCP)pexceptions.h \ 510 590 $(SOPHYAINCP)gnumd5.h \ 511 591 $(SOPHYAINCP)ppfbinstream.h \ … … 524 604 $(SOPHYAINCP)machdefs.h simplesort.h \ 525 605 peida.h $(SOPHYAINCP)utils.h \ 606 $(SOPHYAINCP)machdefs.h \ 526 607 $(SOPHYAINCP)perrors.h \ 608 $(SOPHYAINCP)pexceptions.h \ 527 609 $(SOPHYAINCP)pexceptions.h fmath.h 528 610 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ simplesort.cc 529 611 530 $(SOPHYAOBJP)simplex.o: simplex.cc $(SOPHYAINCP)sopnamsp.h \ 531 simplex.h $(SOPHYAINCP)machdefs.h \ 532 $(SOPHYAINCP)tvector.h \ 533 $(SOPHYAINCP)tmatrix.h \ 612 $(SOPHYAOBJP)simplex.o: simplex.cc \ 613 $(SOPHYAINCP)sopnamsp.h simplex.h \ 614 $(SOPHYAINCP)machdefs.h \ 615 $(SOPHYAINCP)tvector.h \ 616 $(SOPHYAINCP)tmatrix.h \ 617 $(SOPHYAINCP)machdefs.h \ 534 618 $(SOPHYAINCP)tarray.h \ 535 619 $(SOPHYAINCP)basarr.h \ … … 549 633 $(SOPHYAINCP)tmatrix_tsnl.h \ 550 634 $(SOPHYAINCP)tvector_tsnl.h generalfit.h \ 551 generaldata.h $(SOPHYAINCP)ntupintf.h \ 552 poly.h peida.h $(SOPHYAINCP)utils.h \ 635 $(SOPHYAINCP)pexceptions.h generaldata.h \ 636 $(SOPHYAINCP)objfio.h \ 637 $(SOPHYAINCP)ppersist.h \ 638 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 639 $(SOPHYAINCP)utils.h \ 553 640 $(SOPHYAINCP)perrors.h fmath.h \ 641 $(SOPHYAINCP)anydataobj.h \ 554 642 $(SOPHYAINCP)ntuple.h \ 643 $(SOPHYAINCP)ntupintf.h \ 555 644 $(SOPHYAINCP)timing.h 556 645 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ simplex.cc 557 646 558 $(SOPHYAOBJP)tabmath.o: tabmath.cc $(SOPHYAINCP)sopnamsp.h \ 647 $(SOPHYAOBJP)tabmath.o: tabmath.cc \ 648 $(SOPHYAINCP)sopnamsp.h \ 559 649 $(SOPHYAINCP)machdefs.h tabmath.h peida.h \ 560 650 $(SOPHYAINCP)utils.h \ 651 $(SOPHYAINCP)machdefs.h \ 561 652 $(SOPHYAINCP)perrors.h \ 653 $(SOPHYAINCP)pexceptions.h \ 562 654 $(SOPHYAINCP)pexceptions.h fmath.h \ 563 655 nbconst.h … … 568 660 $(SOPHYAINCP)machdefs.h nbmath.h \ 569 661 $(SOPHYAINCP)smathconst.h \ 662 $(SOPHYAINCP)machdefs.h \ 570 663 $(SOPHYAINCP)timing.h \ 571 664 $(SOPHYAINCP)array.h \ … … 592 685 $(SOPHYAINCP)fioarr.h \ 593 686 $(SOPHYAINCP)sopemtx.h fftservintf.h \ 594 fftpserver.h 687 $(SOPHYAINCP)pexceptions.h \ 688 $(SOPHYAINCP)tmatrix.h \ 689 $(SOPHYAINCP)tvector.h fftpserver.h 595 690 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ toeplitzMatrix.cc 596 691 … … 613 708 $(SOPHYAOBJP)matxop.o: matxop.c matxop.h nbmath.h \ 614 709 $(SOPHYAINCP)machdefs.h \ 615 $(SOPHYAINCP)smathconst.h 710 $(SOPHYAINCP)smathconst.h \ 711 $(SOPHYAINCP)machdefs.h 616 712 $(CCOMPILE) -o $@ matxop.c 617 713 618 714 $(SOPHYAOBJP)nbmath.o: nbmath.c nbmath.h \ 619 715 $(SOPHYAINCP)machdefs.h \ 620 $(SOPHYAINCP)smathconst.h matxop.h \ 621 nbinteg.h nbtri.h 716 $(SOPHYAINCP)smathconst.h \ 717 $(SOPHYAINCP)machdefs.h matxop.h nbinteg.h \ 718 nbtri.h 622 719 $(CCOMPILE) -o $@ nbmath.c 623 720 -
trunk/SophyaLib/SUtils/Makefile
r2765 r3007 14 14 $(SOPHYAINCP)sopnamsp.h \ 15 15 $(SOPHYAINCP)machdefs.h datacards.h \ 16 $(SOPHYAINCP)pexceptions.h 16 $(SOPHYAINCP)pexceptions.h \ 17 $(SOPHYAINCP)machdefs.h 17 18 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacards.cc 18 19 … … 24 25 $(SOPHYAOBJP)utils.o: utils.cc $(SOPHYAINCP)sopnamsp.h \ 25 26 $(SOPHYAINCP)machdefs.h utils.h \ 26 $(SOPHYAINCP)pexceptions.h 27 $(SOPHYAINCP)pexceptions.h \ 28 $(SOPHYAINCP)machdefs.h 27 29 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ utils.cc 28 30 -
trunk/SophyaLib/SUtils/smakefile
r2765 r3007 14 14 $(SOPHYAINCP)sopnamsp.h \ 15 15 $(SOPHYAINCP)machdefs.h datacards.h \ 16 $(SOPHYAINCP)pexceptions.h 16 $(SOPHYAINCP)pexceptions.h \ 17 $(SOPHYAINCP)machdefs.h 17 18 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacards.cc 18 19 … … 24 25 $(SOPHYAOBJP)utils.o: utils.cc $(SOPHYAINCP)sopnamsp.h \ 25 26 $(SOPHYAINCP)machdefs.h utils.h \ 26 $(SOPHYAINCP)pexceptions.h 27 $(SOPHYAINCP)pexceptions.h \ 28 $(SOPHYAINCP)machdefs.h 27 29 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ utils.cc 28 30 -
trunk/SophyaLib/Samba/Makefile
r2834 r3007 34 34 $(SOPHYAINCP)ppfnametag.h \ 35 35 $(SOPHYAINCP)dvlist.h \ 36 $(SOPHYAINCP)utilarr.h 36 $(SOPHYAINCP)utilarr.h \ 37 $(SOPHYAINCP)tmatrix_tsnl.h \ 38 $(SOPHYAINCP)tvector_tsnl.h 37 39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ alm.cc 38 40 … … 49 51 $(SOPHYAINCP)machdefs.h \ 50 52 $(SOPHYAINCP)utilgeom.h \ 51 $(SOPHYAINCP)unitvector.h geometry.h 53 $(SOPHYAINCP)unitvector.h \ 54 $(SOPHYAINCP)vector3d.h \ 55 $(SOPHYAINCP)utilgeom.h geometry.h 52 56 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ circle.cc 53 57 … … 59 63 $(SOPHYAINCP)machdefs.h \ 60 64 $(SOPHYAINCP)utilgeom.h \ 61 $(SOPHYAINCP)unitvector.h geometry.h 65 $(SOPHYAINCP)unitvector.h \ 66 $(SOPHYAINCP)vector3d.h \ 67 $(SOPHYAINCP)utilgeom.h geometry.h 62 68 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacirclefake.cc 63 69 … … 85 91 $(SOPHYAINCP)ppfnametag.h \ 86 92 $(SOPHYAINCP)dvlist.h \ 87 $(SOPHYAINCP)utilarr.h alm.h \ 93 $(SOPHYAINCP)ndatablock.h \ 94 $(SOPHYAINCP)utilarr.h \ 95 $(SOPHYAINCP)tmatrix_tsnl.h \ 96 $(SOPHYAINCP)tvector_tsnl.h alm.h \ 88 97 $(SOPHYAINCP)nbrandom.h \ 89 98 $(SOPHYAINCP)srandgen.h \ … … 115 124 $(SOPHYAINCP)longlat.h \ 116 125 $(SOPHYAINCP)utilgeom.h \ 117 $(SOPHYAINCP)tvector.h \ 118 $(SOPHYAINCP)tmatrix.h \ 119 $(SOPHYAINCP)tarray.h \ 120 $(SOPHYAINCP)basarr.h \ 121 $(SOPHYAINCP)ndatablock.h \ 122 $(SOPHYAINCP)utilarr.h \ 126 $(SOPHYAINCP)datatype.h \ 127 $(SOPHYAINCP)tvector.h \ 128 $(SOPHYAINCP)tmatrix.h \ 129 $(SOPHYAINCP)tarray.h \ 130 $(SOPHYAINCP)basarr.h \ 131 $(SOPHYAINCP)ndatablock.h \ 132 $(SOPHYAINCP)utilarr.h \ 133 $(SOPHYAINCP)tmatrix_tsnl.h \ 134 $(SOPHYAINCP)tvector_tsnl.h \ 135 $(SOPHYAINCP)unitvector.h \ 123 136 $(SOPHYAINCP)timing.h 124 137 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mlobe.cc … … 136 149 $(SOPHYAINCP)machdefs.h scan.h \ 137 150 $(SOPHYAINCP)ppersist.h \ 138 $(SOPHYAINCP)pexceptions.h \ 139 $(SOPHYAINCP)gnumd5.h \ 140 $(SOPHYAINCP)ppfbinstream.h \ 141 $(SOPHYAINCP)rawstream.h \ 142 $(SOPHYAINCP)ppfnametag.h \ 151 $(SOPHYAINCP)machdefs.h \ 152 $(SOPHYAINCP)pexceptions.h \ 153 $(SOPHYAINCP)gnumd5.h \ 154 $(SOPHYAINCP)ppfbinstream.h \ 155 $(SOPHYAINCP)rawstream.h \ 156 $(SOPHYAINCP)ppfnametag.h \ 157 $(SOPHYAINCP)ppersist.h \ 143 158 $(SOPHYAINCP)dvlist.h \ 144 159 $(SOPHYAINCP)objfio.h \ … … 148 163 $(SOPHYAINCP)ndatablock.h \ 149 164 $(SOPHYAINCP)fiondblock.h \ 165 $(SOPHYAINCP)ndatablock.h \ 150 166 $(SOPHYAINCP)smathconst.h 151 167 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ scan.cc … … 157 173 $(SOPHYAINCP)sphericalmap.h \ 158 174 $(SOPHYAINCP)smathconst.h \ 175 $(SOPHYAINCP)machdefs.h \ 159 176 $(SOPHYAINCP)pixelmap.h \ 160 177 $(SOPHYAINCP)ppersist.h \ … … 174 191 $(SOPHYAINCP)longlat.h \ 175 192 $(SOPHYAINCP)utilgeom.h \ 176 $(SOPHYAINCP)tvector.h \ 177 $(SOPHYAINCP)tmatrix.h \ 178 $(SOPHYAINCP)tarray.h \ 179 $(SOPHYAINCP)basarr.h \ 180 $(SOPHYAINCP)ndatablock.h \ 181 $(SOPHYAINCP)utilarr.h \ 193 $(SOPHYAINCP)datatype.h \ 194 $(SOPHYAINCP)tvector.h \ 195 $(SOPHYAINCP)tmatrix.h \ 196 $(SOPHYAINCP)tarray.h \ 197 $(SOPHYAINCP)basarr.h \ 198 $(SOPHYAINCP)ndatablock.h \ 199 $(SOPHYAINCP)utilarr.h \ 200 $(SOPHYAINCP)tmatrix_tsnl.h \ 201 $(SOPHYAINCP)tvector_tsnl.h \ 182 202 $(SOPHYAINCP)fftservintf.h \ 183 $(SOPHYAINCP)fftpserver.h alm.h \ 203 $(SOPHYAINCP)fftpserver.h \ 204 $(SOPHYAINCP)fftservintf.h alm.h \ 184 205 $(SOPHYAINCP)nbrandom.h \ 185 206 $(SOPHYAINCP)srandgen.h \ 186 207 $(SOPHYAINCP)nbmath.h \ 187 $(SOPHYAINCP)triangmtx.h lambdaBuilder.h \ 208 $(SOPHYAINCP)triangmtx.h \ 209 $(SOPHYAINCP)tvector.h lambdaBuilder.h \ 210 $(SOPHYAINCP)ndatablock.h \ 188 211 $(SOPHYAINCP)timing.h 189 212 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphericaltransformserver.cc -
trunk/SophyaLib/Samba/exclude
r733 r3007 1 anagen.cc2 syngen.cc -
trunk/SophyaLib/Samba/smakefile
r2765 r3007 26 26 $(SOPHYAINCP)basarr.h \ 27 27 $(SOPHYAINCP)mutyv.h \ 28 $(SOPHYAINCP)dvlist.h \ 29 $(SOPHYAINCP)objfio.h \ 30 $(SOPHYAINCP)ppersist.h \ 31 $(SOPHYAINCP)gnumd5.h \ 32 $(SOPHYAINCP)ppfbinstream.h \ 33 $(SOPHYAINCP)rawstream.h \ 34 $(SOPHYAINCP)ppfnametag.h \ 35 $(SOPHYAINCP)utilarr.h 28 $(SOPHYAINCP)timestamp.h \ 29 $(SOPHYAINCP)objfio.h \ 30 $(SOPHYAINCP)ppersist.h \ 31 $(SOPHYAINCP)gnumd5.h \ 32 $(SOPHYAINCP)ppfbinstream.h \ 33 $(SOPHYAINCP)rawstream.h \ 34 $(SOPHYAINCP)ppfnametag.h \ 35 $(SOPHYAINCP)dvlist.h \ 36 $(SOPHYAINCP)utilarr.h \ 37 $(SOPHYAINCP)tmatrix_tsnl.h \ 38 $(SOPHYAINCP)tvector_tsnl.h 36 39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ alm.cc 37 40 … … 48 51 $(SOPHYAINCP)machdefs.h \ 49 52 $(SOPHYAINCP)utilgeom.h \ 50 $(SOPHYAINCP)unitvector.h geometry.h 53 $(SOPHYAINCP)unitvector.h \ 54 $(SOPHYAINCP)vector3d.h \ 55 $(SOPHYAINCP)utilgeom.h geometry.h 51 56 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ circle.cc 52 57 … … 58 63 $(SOPHYAINCP)machdefs.h \ 59 64 $(SOPHYAINCP)utilgeom.h \ 60 $(SOPHYAINCP)unitvector.h geometry.h 65 $(SOPHYAINCP)unitvector.h \ 66 $(SOPHYAINCP)vector3d.h \ 67 $(SOPHYAINCP)utilgeom.h geometry.h 61 68 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacirclefake.cc 62 69 … … 75 82 $(SOPHYAINCP)basarr.h \ 76 83 $(SOPHYAINCP)mutyv.h \ 77 $(SOPHYAINCP)dvlist.h \ 78 $(SOPHYAINCP)objfio.h \ 79 $(SOPHYAINCP)ppersist.h \ 80 $(SOPHYAINCP)pexceptions.h \ 81 $(SOPHYAINCP)gnumd5.h \ 82 $(SOPHYAINCP)ppfbinstream.h \ 83 $(SOPHYAINCP)rawstream.h \ 84 $(SOPHYAINCP)ppfnametag.h \ 85 $(SOPHYAINCP)utilarr.h alm.h \ 84 $(SOPHYAINCP)timestamp.h \ 85 $(SOPHYAINCP)objfio.h \ 86 $(SOPHYAINCP)ppersist.h \ 87 $(SOPHYAINCP)pexceptions.h \ 88 $(SOPHYAINCP)gnumd5.h \ 89 $(SOPHYAINCP)ppfbinstream.h \ 90 $(SOPHYAINCP)rawstream.h \ 91 $(SOPHYAINCP)ppfnametag.h \ 92 $(SOPHYAINCP)dvlist.h \ 93 $(SOPHYAINCP)ndatablock.h \ 94 $(SOPHYAINCP)utilarr.h \ 95 $(SOPHYAINCP)tmatrix_tsnl.h \ 96 $(SOPHYAINCP)tvector_tsnl.h alm.h \ 86 97 $(SOPHYAINCP)nbrandom.h \ 87 98 $(SOPHYAINCP)srandgen.h \ … … 107 118 $(SOPHYAINCP)anydataobj.h \ 108 119 $(SOPHYAINCP)mutyv.h \ 120 $(SOPHYAINCP)timestamp.h \ 109 121 $(SOPHYAINCP)spherepos.h \ 110 122 $(SOPHYAINCP)unitvector.h \ … … 112 124 $(SOPHYAINCP)longlat.h \ 113 125 $(SOPHYAINCP)utilgeom.h \ 114 $(SOPHYAINCP)tvector.h \ 115 $(SOPHYAINCP)tmatrix.h \ 116 $(SOPHYAINCP)tarray.h \ 117 $(SOPHYAINCP)basarr.h \ 118 $(SOPHYAINCP)ndatablock.h \ 119 $(SOPHYAINCP)utilarr.h \ 126 $(SOPHYAINCP)datatype.h \ 127 $(SOPHYAINCP)tvector.h \ 128 $(SOPHYAINCP)tmatrix.h \ 129 $(SOPHYAINCP)tarray.h \ 130 $(SOPHYAINCP)basarr.h \ 131 $(SOPHYAINCP)ndatablock.h \ 132 $(SOPHYAINCP)utilarr.h \ 133 $(SOPHYAINCP)tmatrix_tsnl.h \ 134 $(SOPHYAINCP)tvector_tsnl.h \ 135 $(SOPHYAINCP)unitvector.h \ 120 136 $(SOPHYAINCP)timing.h 121 137 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mlobe.cc … … 133 149 $(SOPHYAINCP)machdefs.h scan.h \ 134 150 $(SOPHYAINCP)ppersist.h \ 135 $(SOPHYAINCP)pexceptions.h \ 136 $(SOPHYAINCP)gnumd5.h \ 137 $(SOPHYAINCP)ppfbinstream.h \ 138 $(SOPHYAINCP)rawstream.h \ 139 $(SOPHYAINCP)ppfnametag.h \ 140 $(SOPHYAINCP)dvlist.h \ 141 $(SOPHYAINCP)objfio.h \ 142 $(SOPHYAINCP)anydataobj.h \ 143 $(SOPHYAINCP)mutyv.h \ 151 $(SOPHYAINCP)machdefs.h \ 152 $(SOPHYAINCP)pexceptions.h \ 153 $(SOPHYAINCP)gnumd5.h \ 154 $(SOPHYAINCP)ppfbinstream.h \ 155 $(SOPHYAINCP)rawstream.h \ 156 $(SOPHYAINCP)ppfnametag.h \ 157 $(SOPHYAINCP)ppersist.h \ 158 $(SOPHYAINCP)dvlist.h \ 159 $(SOPHYAINCP)objfio.h \ 160 $(SOPHYAINCP)anydataobj.h \ 161 $(SOPHYAINCP)mutyv.h \ 162 $(SOPHYAINCP)timestamp.h \ 144 163 $(SOPHYAINCP)ndatablock.h \ 145 164 $(SOPHYAINCP)fiondblock.h \ 165 $(SOPHYAINCP)ndatablock.h \ 146 166 $(SOPHYAINCP)smathconst.h 147 167 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ scan.cc … … 153 173 $(SOPHYAINCP)sphericalmap.h \ 154 174 $(SOPHYAINCP)smathconst.h \ 175 $(SOPHYAINCP)machdefs.h \ 155 176 $(SOPHYAINCP)pixelmap.h \ 156 177 $(SOPHYAINCP)ppersist.h \ … … 164 185 $(SOPHYAINCP)anydataobj.h \ 165 186 $(SOPHYAINCP)mutyv.h \ 187 $(SOPHYAINCP)timestamp.h \ 166 188 $(SOPHYAINCP)spherepos.h \ 167 189 $(SOPHYAINCP)unitvector.h \ … … 169 191 $(SOPHYAINCP)longlat.h \ 170 192 $(SOPHYAINCP)utilgeom.h \ 171 $(SOPHYAINCP)tvector.h \ 172 $(SOPHYAINCP)tmatrix.h \ 173 $(SOPHYAINCP)tarray.h \ 174 $(SOPHYAINCP)basarr.h \ 175 $(SOPHYAINCP)ndatablock.h \ 176 $(SOPHYAINCP)utilarr.h \ 193 $(SOPHYAINCP)datatype.h \ 194 $(SOPHYAINCP)tvector.h \ 195 $(SOPHYAINCP)tmatrix.h \ 196 $(SOPHYAINCP)tarray.h \ 197 $(SOPHYAINCP)basarr.h \ 198 $(SOPHYAINCP)ndatablock.h \ 199 $(SOPHYAINCP)utilarr.h \ 200 $(SOPHYAINCP)tmatrix_tsnl.h \ 201 $(SOPHYAINCP)tvector_tsnl.h \ 177 202 $(SOPHYAINCP)fftservintf.h \ 178 $(SOPHYAINCP)fftpserver.h alm.h \ 203 $(SOPHYAINCP)fftpserver.h \ 204 $(SOPHYAINCP)fftservintf.h alm.h \ 179 205 $(SOPHYAINCP)nbrandom.h \ 180 206 $(SOPHYAINCP)srandgen.h \ 181 207 $(SOPHYAINCP)nbmath.h \ 182 $(SOPHYAINCP)triangmtx.h lambdaBuilder.h \ 208 $(SOPHYAINCP)triangmtx.h \ 209 $(SOPHYAINCP)tvector.h lambdaBuilder.h \ 210 $(SOPHYAINCP)ndatablock.h \ 183 211 $(SOPHYAINCP)timing.h 184 212 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphericaltransformserver.cc -
trunk/SophyaLib/SkyMap/Makefile
r2834 r3007 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP) HEALPixUtils.o $(SOPHYAOBJP)fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o6 rm -f $(SOPHYAOBJP)fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o 7 7 rm -f $(SOPHYALIBP)libSkyMap.a 8 8 9 $(SOPHYALIBP)libSkyMap.a : $(SOPHYAOBJP) HEALPixUtils.o $(SOPHYAOBJP)fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o9 $(SOPHYALIBP)libSkyMap.a : $(SOPHYAOBJP)fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)HEALPixUtils.o: HEALPixUtils.cc \14 $(SOPHYAINCP)sopnamsp.h HEALPixUtils.h \15 $(SOPHYAINCP)machdefs.h \16 $(SOPHYAINCP)ndatablock.h \17 $(SOPHYAINCP)anydataobj.h \18 $(SOPHYAINCP)tvector.h \19 $(SOPHYAINCP)tmatrix.h \20 $(SOPHYAINCP)tarray.h \21 $(SOPHYAINCP)basarr.h \22 $(SOPHYAINCP)mutyv.h \23 $(SOPHYAINCP)timestamp.h \24 $(SOPHYAINCP)objfio.h \25 $(SOPHYAINCP)ppersist.h \26 $(SOPHYAINCP)pexceptions.h \27 $(SOPHYAINCP)gnumd5.h \28 $(SOPHYAINCP)ppfbinstream.h \29 $(SOPHYAINCP)rawstream.h \30 $(SOPHYAINCP)ppfnametag.h \31 $(SOPHYAINCP)dvlist.h \32 $(SOPHYAINCP)utilarr.h \33 $(SOPHYAINCP)smathconst.h34 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ HEALPixUtils.cc35 36 13 $(SOPHYAOBJP)fiolocalmap.o: fiolocalmap.cc \ 37 14 $(SOPHYAINCP)sopnamsp.h fiolocalmap.h \ … … 44 21 $(SOPHYAINCP)rawstream.h \ 45 22 $(SOPHYAINCP)ppfnametag.h \ 46 $(SOPHYAINCP)dvlist.h \ 47 $(SOPHYAINCP)objfio.h \ 48 $(SOPHYAINCP)anydataobj.h \ 49 $(SOPHYAINCP)mutyv.h \ 50 $(SOPHYAINCP)timestamp.h spherepos.h \ 51 unitvector.h vector3d.h longlat.h utilgeom.h \ 52 $(SOPHYAINCP)tvector.h \ 53 $(SOPHYAINCP)tmatrix.h \ 54 $(SOPHYAINCP)tarray.h \ 55 $(SOPHYAINCP)basarr.h \ 56 $(SOPHYAINCP)ndatablock.h \ 57 $(SOPHYAINCP)utilarr.h localmap.h \ 23 $(SOPHYAINCP)ppersist.h \ 24 $(SOPHYAINCP)dvlist.h \ 25 $(SOPHYAINCP)objfio.h \ 26 $(SOPHYAINCP)anydataobj.h \ 27 $(SOPHYAINCP)mutyv.h \ 28 $(SOPHYAINCP)timestamp.h spherepos.h \ 29 $(SOPHYAINCP)machdefs.h unitvector.h \ 30 vector3d.h longlat.h utilgeom.h \ 31 $(SOPHYAINCP)anydataobj.h \ 32 $(SOPHYAINCP)datatype.h \ 33 $(SOPHYAINCP)tvector.h \ 34 $(SOPHYAINCP)tmatrix.h \ 35 $(SOPHYAINCP)tarray.h \ 36 $(SOPHYAINCP)basarr.h \ 37 $(SOPHYAINCP)dvlist.h \ 38 $(SOPHYAINCP)ndatablock.h \ 39 $(SOPHYAINCP)utilarr.h \ 40 $(SOPHYAINCP)tmatrix_tsnl.h \ 41 $(SOPHYAINCP)tvector_tsnl.h localmap.h \ 42 $(SOPHYAINCP)ndatablock.h \ 58 43 $(SOPHYAINCP)fioarr.h \ 59 $(SOPHYAINCP)fiondblock.h \ 60 $(SOPHYAINCP)datatype.h 44 $(SOPHYAINCP)tvector.h \ 45 $(SOPHYAINCP)pexceptions.h \ 46 $(SOPHYAINCP)fiondblock.h 61 47 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiolocalmap.cc 62 48 … … 72 58 $(SOPHYAINCP)rawstream.h \ 73 59 $(SOPHYAINCP)ppfnametag.h \ 74 $(SOPHYAINCP)dvlist.h \ 75 $(SOPHYAINCP)objfio.h \ 76 $(SOPHYAINCP)anydataobj.h \ 77 $(SOPHYAINCP)mutyv.h \ 78 $(SOPHYAINCP)timestamp.h spherepos.h \ 79 unitvector.h vector3d.h longlat.h utilgeom.h \ 80 $(SOPHYAINCP)tvector.h \ 81 $(SOPHYAINCP)tmatrix.h \ 82 $(SOPHYAINCP)tarray.h \ 83 $(SOPHYAINCP)basarr.h \ 84 $(SOPHYAINCP)ndatablock.h \ 85 $(SOPHYAINCP)utilarr.h \ 60 $(SOPHYAINCP)ppersist.h \ 61 $(SOPHYAINCP)dvlist.h \ 62 $(SOPHYAINCP)objfio.h \ 63 $(SOPHYAINCP)anydataobj.h \ 64 $(SOPHYAINCP)mutyv.h \ 65 $(SOPHYAINCP)timestamp.h spherepos.h \ 66 $(SOPHYAINCP)machdefs.h unitvector.h \ 67 vector3d.h longlat.h utilgeom.h \ 68 $(SOPHYAINCP)anydataobj.h \ 69 $(SOPHYAINCP)datatype.h \ 70 $(SOPHYAINCP)tvector.h \ 71 $(SOPHYAINCP)tmatrix.h \ 72 $(SOPHYAINCP)tarray.h \ 73 $(SOPHYAINCP)basarr.h \ 74 $(SOPHYAINCP)dvlist.h \ 75 $(SOPHYAINCP)ndatablock.h \ 76 $(SOPHYAINCP)utilarr.h \ 77 $(SOPHYAINCP)tmatrix_tsnl.h \ 78 $(SOPHYAINCP)tvector_tsnl.h \ 79 $(SOPHYAINCP)ndatablock.h \ 86 80 $(SOPHYAINCP)fioarr.h \ 87 $(SOPHYAINCP)datatype.h 81 $(SOPHYAINCP)tvector.h \ 82 $(SOPHYAINCP)pexceptions.h 88 83 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiosphereecp.cc 89 84 … … 98 93 $(SOPHYAINCP)rawstream.h \ 99 94 $(SOPHYAINCP)ppfnametag.h \ 100 $(SOPHYAINCP)dvlist.h \ 101 $(SOPHYAINCP)objfio.h \ 102 $(SOPHYAINCP)anydataobj.h \ 103 $(SOPHYAINCP)mutyv.h \ 104 $(SOPHYAINCP)timestamp.h spherepos.h \ 105 unitvector.h vector3d.h longlat.h utilgeom.h \ 106 $(SOPHYAINCP)tvector.h \ 107 $(SOPHYAINCP)tmatrix.h \ 108 $(SOPHYAINCP)tarray.h \ 109 $(SOPHYAINCP)basarr.h \ 110 $(SOPHYAINCP)ndatablock.h \ 111 $(SOPHYAINCP)utilarr.h spherehealpix.h \ 112 HEALPixUtils.h $(SOPHYAINCP)fiondblock.h \ 113 $(SOPHYAINCP)datatype.h 95 $(SOPHYAINCP)ppersist.h \ 96 $(SOPHYAINCP)dvlist.h \ 97 $(SOPHYAINCP)objfio.h \ 98 $(SOPHYAINCP)anydataobj.h \ 99 $(SOPHYAINCP)mutyv.h \ 100 $(SOPHYAINCP)timestamp.h spherepos.h \ 101 $(SOPHYAINCP)machdefs.h unitvector.h \ 102 vector3d.h longlat.h utilgeom.h \ 103 $(SOPHYAINCP)anydataobj.h \ 104 $(SOPHYAINCP)datatype.h \ 105 $(SOPHYAINCP)tvector.h \ 106 $(SOPHYAINCP)tmatrix.h \ 107 $(SOPHYAINCP)tarray.h \ 108 $(SOPHYAINCP)basarr.h \ 109 $(SOPHYAINCP)dvlist.h \ 110 $(SOPHYAINCP)ndatablock.h \ 111 $(SOPHYAINCP)utilarr.h \ 112 $(SOPHYAINCP)tmatrix_tsnl.h \ 113 $(SOPHYAINCP)tvector_tsnl.h \ 114 $(SOPHYAINCP)ndatablock.h spherehealpix.h \ 115 HEALPixUtils.h $(SOPHYAINCP)pexceptions.h \ 116 $(SOPHYAINCP)fiondblock.h 114 117 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiospherehealpix.cc 115 118 116 119 $(SOPHYAOBJP)fiospherethetaphi.o: fiospherethetaphi.cc \ 117 $(SOPHYAINCP)sopnamsp.h fiospherethetaphi.h \ 118 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 119 $(SOPHYAINCP)machdefs.h pixelmap.h \ 120 $(SOPHYAINCP)ppersist.h \ 121 $(SOPHYAINCP)pexceptions.h \ 122 $(SOPHYAINCP)gnumd5.h \ 123 $(SOPHYAINCP)ppfbinstream.h \ 124 $(SOPHYAINCP)rawstream.h \ 125 $(SOPHYAINCP)ppfnametag.h \ 126 $(SOPHYAINCP)dvlist.h \ 127 $(SOPHYAINCP)objfio.h \ 128 $(SOPHYAINCP)anydataobj.h \ 129 $(SOPHYAINCP)mutyv.h \ 130 $(SOPHYAINCP)timestamp.h spherepos.h \ 131 unitvector.h vector3d.h longlat.h utilgeom.h \ 132 $(SOPHYAINCP)tvector.h \ 133 $(SOPHYAINCP)tmatrix.h \ 134 $(SOPHYAINCP)tarray.h \ 135 $(SOPHYAINCP)basarr.h \ 136 $(SOPHYAINCP)ndatablock.h \ 137 $(SOPHYAINCP)utilarr.h spherethetaphi.h \ 138 $(SOPHYAINCP)fiondblock.h \ 139 $(SOPHYAINCP)datatype.h 120 $(SOPHYAINCP)sopnamsp.h \ 121 fiospherethetaphi.h sphericalmap.h \ 122 $(SOPHYAINCP)smathconst.h \ 123 $(SOPHYAINCP)machdefs.h pixelmap.h \ 124 $(SOPHYAINCP)ppersist.h \ 125 $(SOPHYAINCP)pexceptions.h \ 126 $(SOPHYAINCP)gnumd5.h \ 127 $(SOPHYAINCP)ppfbinstream.h \ 128 $(SOPHYAINCP)rawstream.h \ 129 $(SOPHYAINCP)ppfnametag.h \ 130 $(SOPHYAINCP)ppersist.h \ 131 $(SOPHYAINCP)dvlist.h \ 132 $(SOPHYAINCP)objfio.h \ 133 $(SOPHYAINCP)anydataobj.h \ 134 $(SOPHYAINCP)mutyv.h \ 135 $(SOPHYAINCP)timestamp.h spherepos.h \ 136 $(SOPHYAINCP)machdefs.h unitvector.h \ 137 vector3d.h longlat.h utilgeom.h \ 138 $(SOPHYAINCP)anydataobj.h \ 139 $(SOPHYAINCP)datatype.h \ 140 $(SOPHYAINCP)tvector.h \ 141 $(SOPHYAINCP)tmatrix.h \ 142 $(SOPHYAINCP)tarray.h \ 143 $(SOPHYAINCP)basarr.h \ 144 $(SOPHYAINCP)dvlist.h \ 145 $(SOPHYAINCP)ndatablock.h \ 146 $(SOPHYAINCP)utilarr.h \ 147 $(SOPHYAINCP)tmatrix_tsnl.h \ 148 $(SOPHYAINCP)tvector_tsnl.h \ 149 $(SOPHYAINCP)ndatablock.h spherethetaphi.h \ 150 $(SOPHYAINCP)pexceptions.h \ 151 $(SOPHYAINCP)fiondblock.h 140 152 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiospherethetaphi.cc 153 154 $(SOPHYAOBJP)HEALPixUtils.o: HEALPixUtils.cc \ 155 $(SOPHYAINCP)sopnamsp.h HEALPixUtils.h \ 156 $(SOPHYAINCP)machdefs.h \ 157 $(SOPHYAINCP)ndatablock.h \ 158 $(SOPHYAINCP)machdefs.h \ 159 $(SOPHYAINCP)anydataobj.h \ 160 $(SOPHYAINCP)tvector.h \ 161 $(SOPHYAINCP)tmatrix.h \ 162 $(SOPHYAINCP)tarray.h \ 163 $(SOPHYAINCP)basarr.h \ 164 $(SOPHYAINCP)mutyv.h \ 165 $(SOPHYAINCP)timestamp.h \ 166 $(SOPHYAINCP)objfio.h \ 167 $(SOPHYAINCP)ppersist.h \ 168 $(SOPHYAINCP)pexceptions.h \ 169 $(SOPHYAINCP)gnumd5.h \ 170 $(SOPHYAINCP)ppfbinstream.h \ 171 $(SOPHYAINCP)rawstream.h \ 172 $(SOPHYAINCP)ppfnametag.h \ 173 $(SOPHYAINCP)dvlist.h \ 174 $(SOPHYAINCP)ndatablock.h \ 175 $(SOPHYAINCP)utilarr.h \ 176 $(SOPHYAINCP)tmatrix_tsnl.h \ 177 $(SOPHYAINCP)tvector_tsnl.h \ 178 $(SOPHYAINCP)smathconst.h 179 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ HEALPixUtils.cc 141 180 142 181 $(SOPHYAOBJP)localmap.o: localmap.cc \ … … 149 188 $(SOPHYAINCP)rawstream.h \ 150 189 $(SOPHYAINCP)ppfnametag.h \ 151 $(SOPHYAINCP)dvlist.h \ 152 $(SOPHYAINCP)objfio.h \ 153 $(SOPHYAINCP)anydataobj.h \ 154 $(SOPHYAINCP)mutyv.h \ 155 $(SOPHYAINCP)timestamp.h spherepos.h \ 156 unitvector.h vector3d.h longlat.h utilgeom.h sphericalmap.h \ 190 $(SOPHYAINCP)ppersist.h \ 191 $(SOPHYAINCP)dvlist.h \ 192 $(SOPHYAINCP)objfio.h \ 193 $(SOPHYAINCP)anydataobj.h \ 194 $(SOPHYAINCP)mutyv.h \ 195 $(SOPHYAINCP)timestamp.h spherepos.h \ 196 $(SOPHYAINCP)machdefs.h unitvector.h \ 197 vector3d.h longlat.h utilgeom.h \ 198 $(SOPHYAINCP)anydataobj.h \ 199 $(SOPHYAINCP)datatype.h sphericalmap.h \ 157 200 $(SOPHYAINCP)smathconst.h \ 158 201 $(SOPHYAINCP)tvector.h \ … … 160 203 $(SOPHYAINCP)tarray.h \ 161 204 $(SOPHYAINCP)basarr.h \ 162 $(SOPHYAINCP)ndatablock.h \ 163 $(SOPHYAINCP)utilarr.h \ 205 $(SOPHYAINCP)dvlist.h \ 206 $(SOPHYAINCP)ndatablock.h \ 207 $(SOPHYAINCP)utilarr.h \ 208 $(SOPHYAINCP)tmatrix_tsnl.h \ 209 $(SOPHYAINCP)tvector_tsnl.h \ 210 $(SOPHYAINCP)ndatablock.h \ 164 211 $(SOPHYAINCP)fiondblock.h \ 165 212 $(SOPHYAINCP)timing.h 166 213 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ localmap.cc 167 214 168 $(SOPHYAOBJP)longlat.o: longlat.cc $(SOPHYAINCP)sopnamsp.h\169 longlat.h $(SOPHYAINCP)machdefs.h \170 utilgeom.h215 $(SOPHYAOBJP)longlat.o: longlat.cc \ 216 $(SOPHYAINCP)sopnamsp.h longlat.h \ 217 $(SOPHYAINCP)machdefs.h utilgeom.h 171 218 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ longlat.cc 172 219 … … 175 222 $(SOPHYAINCP)machdefs.h mapoperation.h \ 176 223 $(SOPHYAINCP)ndatablock.h \ 224 $(SOPHYAINCP)machdefs.h \ 177 225 $(SOPHYAINCP)anydataobj.h pixelmap.h \ 178 226 $(SOPHYAINCP)ppersist.h \ … … 182 230 $(SOPHYAINCP)rawstream.h \ 183 231 $(SOPHYAINCP)ppfnametag.h \ 184 $(SOPHYAINCP)dvlist.h \ 185 $(SOPHYAINCP)objfio.h \ 186 $(SOPHYAINCP)mutyv.h \ 187 $(SOPHYAINCP)timestamp.h spherepos.h \ 188 unitvector.h vector3d.h longlat.h utilgeom.h 232 $(SOPHYAINCP)ppersist.h \ 233 $(SOPHYAINCP)dvlist.h \ 234 $(SOPHYAINCP)objfio.h \ 235 $(SOPHYAINCP)mutyv.h \ 236 $(SOPHYAINCP)timestamp.h spherepos.h \ 237 unitvector.h vector3d.h longlat.h utilgeom.h \ 238 $(SOPHYAINCP)anydataobj.h \ 239 $(SOPHYAINCP)datatype.h 189 240 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mapoperation.cc 190 241 … … 192 243 $(SOPHYAINCP)sopnamsp.h \ 193 244 $(SOPHYAINCP)machdefs.h skymapinit.h \ 194 $(SOPHYAINCP)sophyainit.h spherethetaphi.h \ 245 $(SOPHYAINCP)sophyainit.h \ 246 $(SOPHYAINCP)machdefs.h spherethetaphi.h \ 195 247 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 196 248 pixelmap.h $(SOPHYAINCP)ppersist.h \ … … 200 252 $(SOPHYAINCP)rawstream.h \ 201 253 $(SOPHYAINCP)ppfnametag.h \ 254 $(SOPHYAINCP)ppersist.h \ 202 255 $(SOPHYAINCP)dvlist.h \ 203 256 $(SOPHYAINCP)objfio.h \ … … 206 259 $(SOPHYAINCP)timestamp.h spherepos.h \ 207 260 unitvector.h vector3d.h longlat.h utilgeom.h \ 208 $(SOPHYAINCP)tvector.h \ 209 $(SOPHYAINCP)tmatrix.h \ 210 $(SOPHYAINCP)tarray.h \ 211 $(SOPHYAINCP)basarr.h \ 212 $(SOPHYAINCP)ndatablock.h \ 213 $(SOPHYAINCP)utilarr.h fiospherehealpix.h \ 214 spherehealpix.h HEALPixUtils.h fiospherethetaphi.h fiolocalmap.h \ 215 localmap.h fiosphereecp.h sphereecp.h 261 $(SOPHYAINCP)anydataobj.h \ 262 $(SOPHYAINCP)datatype.h \ 263 $(SOPHYAINCP)tvector.h \ 264 $(SOPHYAINCP)tmatrix.h \ 265 $(SOPHYAINCP)tarray.h \ 266 $(SOPHYAINCP)basarr.h \ 267 $(SOPHYAINCP)dvlist.h \ 268 $(SOPHYAINCP)ndatablock.h \ 269 $(SOPHYAINCP)utilarr.h \ 270 $(SOPHYAINCP)tmatrix_tsnl.h \ 271 $(SOPHYAINCP)tvector_tsnl.h \ 272 $(SOPHYAINCP)ndatablock.h \ 273 fiospherehealpix.h spherehealpix.h HEALPixUtils.h fiospherethetaphi.h \ 274 fiolocalmap.h localmap.h fiosphereecp.h sphereecp.h 216 275 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skymapinit.cc 217 276 … … 226 285 $(SOPHYAINCP)rawstream.h \ 227 286 $(SOPHYAINCP)ppfnametag.h \ 228 $(SOPHYAINCP)dvlist.h \ 229 $(SOPHYAINCP)objfio.h \ 230 $(SOPHYAINCP)anydataobj.h \ 287 $(SOPHYAINCP)ppersist.h \ 288 $(SOPHYAINCP)dvlist.h \ 289 $(SOPHYAINCP)objfio.h \ 290 $(SOPHYAINCP)anydataobj.h \ 291 $(SOPHYAINCP)mutyv.h \ 292 $(SOPHYAINCP)timestamp.h spherepos.h \ 293 $(SOPHYAINCP)machdefs.h unitvector.h \ 294 vector3d.h longlat.h utilgeom.h \ 295 $(SOPHYAINCP)anydataobj.h \ 296 $(SOPHYAINCP)datatype.h \ 297 $(SOPHYAINCP)tvector.h \ 298 $(SOPHYAINCP)tmatrix.h \ 299 $(SOPHYAINCP)tarray.h \ 300 $(SOPHYAINCP)basarr.h \ 301 $(SOPHYAINCP)dvlist.h \ 302 $(SOPHYAINCP)ndatablock.h \ 303 $(SOPHYAINCP)utilarr.h \ 304 $(SOPHYAINCP)tmatrix_tsnl.h \ 305 $(SOPHYAINCP)tvector_tsnl.h \ 306 $(SOPHYAINCP)ndatablock.h 307 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphereecp.cc 308 309 $(SOPHYAOBJP)spherehealpix.o: spherehealpix.cc \ 310 $(SOPHYAINCP)sopnamsp.h \ 311 $(SOPHYAINCP)machdefs.h \ 312 $(SOPHYAINCP)pexceptions.h \ 313 $(SOPHYAINCP)machdefs.h \ 314 $(SOPHYAINCP)fiondblock.h \ 315 $(SOPHYAINCP)ppersist.h \ 316 $(SOPHYAINCP)pexceptions.h \ 317 $(SOPHYAINCP)gnumd5.h \ 318 $(SOPHYAINCP)ppfbinstream.h \ 319 $(SOPHYAINCP)rawstream.h \ 320 $(SOPHYAINCP)ppfnametag.h \ 321 $(SOPHYAINCP)ndatablock.h \ 322 $(SOPHYAINCP)anydataobj.h spherehealpix.h \ 323 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 324 pixelmap.h $(SOPHYAINCP)ppersist.h \ 325 $(SOPHYAINCP)dvlist.h \ 326 $(SOPHYAINCP)objfio.h \ 231 327 $(SOPHYAINCP)mutyv.h \ 232 328 $(SOPHYAINCP)timestamp.h spherepos.h \ 233 329 unitvector.h vector3d.h longlat.h utilgeom.h \ 234 $(SOPHYAINCP)tvector.h \ 235 $(SOPHYAINCP)tmatrix.h \ 236 $(SOPHYAINCP)tarray.h \ 237 $(SOPHYAINCP)basarr.h \ 238 $(SOPHYAINCP)ndatablock.h \ 239 $(SOPHYAINCP)utilarr.h 240 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphereecp.cc 241 242 $(SOPHYAOBJP)spherehealpix.o: spherehealpix.cc \ 243 $(SOPHYAINCP)sopnamsp.h \ 244 $(SOPHYAINCP)machdefs.h \ 245 $(SOPHYAINCP)pexceptions.h \ 246 $(SOPHYAINCP)fiondblock.h \ 247 $(SOPHYAINCP)ppersist.h \ 248 $(SOPHYAINCP)gnumd5.h \ 249 $(SOPHYAINCP)ppfbinstream.h \ 250 $(SOPHYAINCP)rawstream.h \ 251 $(SOPHYAINCP)ppfnametag.h \ 252 $(SOPHYAINCP)ndatablock.h \ 253 $(SOPHYAINCP)anydataobj.h spherehealpix.h \ 254 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 255 pixelmap.h $(SOPHYAINCP)dvlist.h \ 256 $(SOPHYAINCP)objfio.h \ 257 $(SOPHYAINCP)mutyv.h \ 258 $(SOPHYAINCP)timestamp.h spherepos.h \ 259 unitvector.h vector3d.h longlat.h utilgeom.h \ 260 $(SOPHYAINCP)tvector.h \ 261 $(SOPHYAINCP)tmatrix.h \ 262 $(SOPHYAINCP)tarray.h \ 263 $(SOPHYAINCP)basarr.h \ 264 $(SOPHYAINCP)utilarr.h HEALPixUtils.h \ 330 $(SOPHYAINCP)anydataobj.h \ 331 $(SOPHYAINCP)datatype.h \ 332 $(SOPHYAINCP)tvector.h \ 333 $(SOPHYAINCP)tmatrix.h \ 334 $(SOPHYAINCP)tarray.h \ 335 $(SOPHYAINCP)basarr.h \ 336 $(SOPHYAINCP)dvlist.h \ 337 $(SOPHYAINCP)utilarr.h \ 338 $(SOPHYAINCP)tmatrix_tsnl.h \ 339 $(SOPHYAINCP)tvector_tsnl.h \ 340 $(SOPHYAINCP)ndatablock.h HEALPixUtils.h \ 265 341 $(SOPHYAINCP)strutil.h 266 342 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spherehealpix.cc … … 270 346 $(SOPHYAINCP)machdefs.h \ 271 347 $(SOPHYAINCP)ppersist.h \ 272 $(SOPHYAINCP)pexceptions.h \ 273 $(SOPHYAINCP)gnumd5.h \ 274 $(SOPHYAINCP)ppfbinstream.h \ 275 $(SOPHYAINCP)rawstream.h \ 276 $(SOPHYAINCP)ppfnametag.h unitvector.h \ 348 $(SOPHYAINCP)machdefs.h \ 349 $(SOPHYAINCP)pexceptions.h \ 350 $(SOPHYAINCP)gnumd5.h \ 351 $(SOPHYAINCP)ppfbinstream.h \ 352 $(SOPHYAINCP)rawstream.h \ 353 $(SOPHYAINCP)ppfnametag.h \ 354 $(SOPHYAINCP)ppersist.h unitvector.h \ 277 355 vector3d.h longlat.h utilgeom.h \ 278 356 $(SOPHYAINCP)anydataobj.h \ … … 290 368 $(SOPHYAINCP)rawstream.h \ 291 369 $(SOPHYAINCP)ppfnametag.h \ 292 $(SOPHYAINCP)dvlist.h \ 293 $(SOPHYAINCP)objfio.h \ 294 $(SOPHYAINCP)anydataobj.h \ 295 $(SOPHYAINCP)mutyv.h \ 296 $(SOPHYAINCP)timestamp.h spherepos.h \ 297 unitvector.h vector3d.h longlat.h utilgeom.h \ 298 $(SOPHYAINCP)tvector.h \ 299 $(SOPHYAINCP)tmatrix.h \ 300 $(SOPHYAINCP)tarray.h \ 301 $(SOPHYAINCP)basarr.h \ 302 $(SOPHYAINCP)ndatablock.h \ 303 $(SOPHYAINCP)utilarr.h \ 370 $(SOPHYAINCP)ppersist.h \ 371 $(SOPHYAINCP)dvlist.h \ 372 $(SOPHYAINCP)objfio.h \ 373 $(SOPHYAINCP)anydataobj.h \ 374 $(SOPHYAINCP)mutyv.h \ 375 $(SOPHYAINCP)timestamp.h spherepos.h \ 376 $(SOPHYAINCP)machdefs.h unitvector.h \ 377 vector3d.h longlat.h utilgeom.h \ 378 $(SOPHYAINCP)anydataobj.h \ 379 $(SOPHYAINCP)datatype.h \ 380 $(SOPHYAINCP)tvector.h \ 381 $(SOPHYAINCP)tmatrix.h \ 382 $(SOPHYAINCP)tarray.h \ 383 $(SOPHYAINCP)basarr.h \ 384 $(SOPHYAINCP)dvlist.h \ 385 $(SOPHYAINCP)ndatablock.h \ 386 $(SOPHYAINCP)utilarr.h \ 387 $(SOPHYAINCP)tmatrix_tsnl.h \ 388 $(SOPHYAINCP)tvector_tsnl.h \ 389 $(SOPHYAINCP)ndatablock.h \ 304 390 $(SOPHYAINCP)fiondblock.h 305 391 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spherethetaphi.cc … … 319 405 $(SOPHYAINCP)sopnamsp.h \ 320 406 $(SOPHYAINCP)machdefs.h \ 321 $(SOPHYAINCP)pexceptions.h vector3d.h \ 407 $(SOPHYAINCP)pexceptions.h \ 408 $(SOPHYAINCP)machdefs.h vector3d.h \ 322 409 longlat.h utilgeom.h 323 410 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ vector3d.cc -
trunk/SophyaLib/SkyMap/objlist.list
r2765 r3007 1 HEALPixUtils.o2 1 fiolocalmap.o 3 2 fiosphereecp.o 4 3 fiospherehealpix.o 5 4 fiospherethetaphi.o 5 HEALPixUtils.o 6 6 localmap.o 7 7 longlat.o -
trunk/SophyaLib/SkyMap/smakefile
r2765 r3007 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP) HEALPixUtils.o $(SOPHYAOBJP)fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o6 rm -f $(SOPHYAOBJP)fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o 7 7 rm -f $(SOPHYALIBP)libSkyMap.a 8 8 9 $(SOPHYALIBP)libSkyMap.a : $(SOPHYAOBJP) HEALPixUtils.o $(SOPHYAOBJP)fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o9 $(SOPHYALIBP)libSkyMap.a : $(SOPHYAOBJP)fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)HEALPixUtils.o: HEALPixUtils.cc \14 $(SOPHYAINCP)sopnamsp.h HEALPixUtils.h \15 $(SOPHYAINCP)machdefs.h \16 $(SOPHYAINCP)ndatablock.h \17 $(SOPHYAINCP)anydataobj.h \18 $(SOPHYAINCP)tvector.h \19 $(SOPHYAINCP)tmatrix.h \20 $(SOPHYAINCP)tarray.h \21 $(SOPHYAINCP)basarr.h \22 $(SOPHYAINCP)mutyv.h \23 $(SOPHYAINCP)dvlist.h \24 $(SOPHYAINCP)objfio.h \25 $(SOPHYAINCP)ppersist.h \26 $(SOPHYAINCP)pexceptions.h \27 $(SOPHYAINCP)gnumd5.h \28 $(SOPHYAINCP)ppfbinstream.h \29 $(SOPHYAINCP)rawstream.h \30 $(SOPHYAINCP)ppfnametag.h \31 $(SOPHYAINCP)utilarr.h \32 $(SOPHYAINCP)smathconst.h33 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ HEALPixUtils.cc34 35 13 $(SOPHYAOBJP)fiolocalmap.o: fiolocalmap.cc \ 36 14 $(SOPHYAINCP)sopnamsp.h fiolocalmap.h \ … … 43 21 $(SOPHYAINCP)rawstream.h \ 44 22 $(SOPHYAINCP)ppfnametag.h \ 45 $(SOPHYAINCP)dvlist.h \ 46 $(SOPHYAINCP)objfio.h \ 47 $(SOPHYAINCP)anydataobj.h \ 48 $(SOPHYAINCP)mutyv.h spherepos.h \ 49 unitvector.h vector3d.h longlat.h utilgeom.h \ 50 $(SOPHYAINCP)tvector.h \ 51 $(SOPHYAINCP)tmatrix.h \ 52 $(SOPHYAINCP)tarray.h \ 53 $(SOPHYAINCP)basarr.h \ 54 $(SOPHYAINCP)ndatablock.h \ 55 $(SOPHYAINCP)utilarr.h localmap.h \ 23 $(SOPHYAINCP)ppersist.h \ 24 $(SOPHYAINCP)dvlist.h \ 25 $(SOPHYAINCP)objfio.h \ 26 $(SOPHYAINCP)anydataobj.h \ 27 $(SOPHYAINCP)mutyv.h \ 28 $(SOPHYAINCP)timestamp.h spherepos.h \ 29 $(SOPHYAINCP)machdefs.h unitvector.h \ 30 vector3d.h longlat.h utilgeom.h \ 31 $(SOPHYAINCP)anydataobj.h \ 32 $(SOPHYAINCP)datatype.h \ 33 $(SOPHYAINCP)tvector.h \ 34 $(SOPHYAINCP)tmatrix.h \ 35 $(SOPHYAINCP)tarray.h \ 36 $(SOPHYAINCP)basarr.h \ 37 $(SOPHYAINCP)dvlist.h \ 38 $(SOPHYAINCP)ndatablock.h \ 39 $(SOPHYAINCP)utilarr.h \ 40 $(SOPHYAINCP)tmatrix_tsnl.h \ 41 $(SOPHYAINCP)tvector_tsnl.h localmap.h \ 42 $(SOPHYAINCP)ndatablock.h \ 56 43 $(SOPHYAINCP)fioarr.h \ 57 $(SOPHYAINCP)fiondblock.h \ 58 $(SOPHYAINCP)datatype.h 44 $(SOPHYAINCP)tvector.h \ 45 $(SOPHYAINCP)pexceptions.h \ 46 $(SOPHYAINCP)fiondblock.h 59 47 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiolocalmap.cc 60 48 … … 70 58 $(SOPHYAINCP)rawstream.h \ 71 59 $(SOPHYAINCP)ppfnametag.h \ 72 $(SOPHYAINCP)dvlist.h \ 73 $(SOPHYAINCP)objfio.h \ 74 $(SOPHYAINCP)anydataobj.h \ 75 $(SOPHYAINCP)mutyv.h spherepos.h \ 76 unitvector.h vector3d.h longlat.h utilgeom.h \ 77 $(SOPHYAINCP)tvector.h \ 78 $(SOPHYAINCP)tmatrix.h \ 79 $(SOPHYAINCP)tarray.h \ 80 $(SOPHYAINCP)basarr.h \ 81 $(SOPHYAINCP)ndatablock.h \ 82 $(SOPHYAINCP)utilarr.h \ 60 $(SOPHYAINCP)ppersist.h \ 61 $(SOPHYAINCP)dvlist.h \ 62 $(SOPHYAINCP)objfio.h \ 63 $(SOPHYAINCP)anydataobj.h \ 64 $(SOPHYAINCP)mutyv.h \ 65 $(SOPHYAINCP)timestamp.h spherepos.h \ 66 $(SOPHYAINCP)machdefs.h unitvector.h \ 67 vector3d.h longlat.h utilgeom.h \ 68 $(SOPHYAINCP)anydataobj.h \ 69 $(SOPHYAINCP)datatype.h \ 70 $(SOPHYAINCP)tvector.h \ 71 $(SOPHYAINCP)tmatrix.h \ 72 $(SOPHYAINCP)tarray.h \ 73 $(SOPHYAINCP)basarr.h \ 74 $(SOPHYAINCP)dvlist.h \ 75 $(SOPHYAINCP)ndatablock.h \ 76 $(SOPHYAINCP)utilarr.h \ 77 $(SOPHYAINCP)tmatrix_tsnl.h \ 78 $(SOPHYAINCP)tvector_tsnl.h \ 79 $(SOPHYAINCP)ndatablock.h \ 83 80 $(SOPHYAINCP)fioarr.h \ 84 $(SOPHYAINCP)datatype.h 81 $(SOPHYAINCP)tvector.h \ 82 $(SOPHYAINCP)pexceptions.h 85 83 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiosphereecp.cc 86 84 … … 95 93 $(SOPHYAINCP)rawstream.h \ 96 94 $(SOPHYAINCP)ppfnametag.h \ 97 $(SOPHYAINCP)dvlist.h \ 98 $(SOPHYAINCP)objfio.h \ 99 $(SOPHYAINCP)anydataobj.h \ 100 $(SOPHYAINCP)mutyv.h spherepos.h \ 101 unitvector.h vector3d.h longlat.h utilgeom.h \ 102 $(SOPHYAINCP)tvector.h \ 103 $(SOPHYAINCP)tmatrix.h \ 104 $(SOPHYAINCP)tarray.h \ 105 $(SOPHYAINCP)basarr.h \ 106 $(SOPHYAINCP)ndatablock.h \ 107 $(SOPHYAINCP)utilarr.h spherehealpix.h \ 108 HEALPixUtils.h $(SOPHYAINCP)fiondblock.h \ 109 $(SOPHYAINCP)datatype.h 95 $(SOPHYAINCP)ppersist.h \ 96 $(SOPHYAINCP)dvlist.h \ 97 $(SOPHYAINCP)objfio.h \ 98 $(SOPHYAINCP)anydataobj.h \ 99 $(SOPHYAINCP)mutyv.h \ 100 $(SOPHYAINCP)timestamp.h spherepos.h \ 101 $(SOPHYAINCP)machdefs.h unitvector.h \ 102 vector3d.h longlat.h utilgeom.h \ 103 $(SOPHYAINCP)anydataobj.h \ 104 $(SOPHYAINCP)datatype.h \ 105 $(SOPHYAINCP)tvector.h \ 106 $(SOPHYAINCP)tmatrix.h \ 107 $(SOPHYAINCP)tarray.h \ 108 $(SOPHYAINCP)basarr.h \ 109 $(SOPHYAINCP)dvlist.h \ 110 $(SOPHYAINCP)ndatablock.h \ 111 $(SOPHYAINCP)utilarr.h \ 112 $(SOPHYAINCP)tmatrix_tsnl.h \ 113 $(SOPHYAINCP)tvector_tsnl.h \ 114 $(SOPHYAINCP)ndatablock.h spherehealpix.h \ 115 HEALPixUtils.h $(SOPHYAINCP)pexceptions.h \ 116 $(SOPHYAINCP)fiondblock.h 110 117 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiospherehealpix.cc 111 118 112 119 $(SOPHYAOBJP)fiospherethetaphi.o: fiospherethetaphi.cc \ 113 $(SOPHYAINCP)sopnamsp.h fiospherethetaphi.h \ 114 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 115 $(SOPHYAINCP)machdefs.h pixelmap.h \ 116 $(SOPHYAINCP)ppersist.h \ 117 $(SOPHYAINCP)pexceptions.h \ 118 $(SOPHYAINCP)gnumd5.h \ 119 $(SOPHYAINCP)ppfbinstream.h \ 120 $(SOPHYAINCP)rawstream.h \ 121 $(SOPHYAINCP)ppfnametag.h \ 122 $(SOPHYAINCP)dvlist.h \ 123 $(SOPHYAINCP)objfio.h \ 124 $(SOPHYAINCP)anydataobj.h \ 125 $(SOPHYAINCP)mutyv.h spherepos.h \ 126 unitvector.h vector3d.h longlat.h utilgeom.h \ 127 $(SOPHYAINCP)tvector.h \ 128 $(SOPHYAINCP)tmatrix.h \ 129 $(SOPHYAINCP)tarray.h \ 130 $(SOPHYAINCP)basarr.h \ 131 $(SOPHYAINCP)ndatablock.h \ 132 $(SOPHYAINCP)utilarr.h spherethetaphi.h \ 133 $(SOPHYAINCP)fiondblock.h \ 134 $(SOPHYAINCP)datatype.h 120 $(SOPHYAINCP)sopnamsp.h \ 121 fiospherethetaphi.h sphericalmap.h \ 122 $(SOPHYAINCP)smathconst.h \ 123 $(SOPHYAINCP)machdefs.h pixelmap.h \ 124 $(SOPHYAINCP)ppersist.h \ 125 $(SOPHYAINCP)pexceptions.h \ 126 $(SOPHYAINCP)gnumd5.h \ 127 $(SOPHYAINCP)ppfbinstream.h \ 128 $(SOPHYAINCP)rawstream.h \ 129 $(SOPHYAINCP)ppfnametag.h \ 130 $(SOPHYAINCP)ppersist.h \ 131 $(SOPHYAINCP)dvlist.h \ 132 $(SOPHYAINCP)objfio.h \ 133 $(SOPHYAINCP)anydataobj.h \ 134 $(SOPHYAINCP)mutyv.h \ 135 $(SOPHYAINCP)timestamp.h spherepos.h \ 136 $(SOPHYAINCP)machdefs.h unitvector.h \ 137 vector3d.h longlat.h utilgeom.h \ 138 $(SOPHYAINCP)anydataobj.h \ 139 $(SOPHYAINCP)datatype.h \ 140 $(SOPHYAINCP)tvector.h \ 141 $(SOPHYAINCP)tmatrix.h \ 142 $(SOPHYAINCP)tarray.h \ 143 $(SOPHYAINCP)basarr.h \ 144 $(SOPHYAINCP)dvlist.h \ 145 $(SOPHYAINCP)ndatablock.h \ 146 $(SOPHYAINCP)utilarr.h \ 147 $(SOPHYAINCP)tmatrix_tsnl.h \ 148 $(SOPHYAINCP)tvector_tsnl.h \ 149 $(SOPHYAINCP)ndatablock.h spherethetaphi.h \ 150 $(SOPHYAINCP)pexceptions.h \ 151 $(SOPHYAINCP)fiondblock.h 135 152 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiospherethetaphi.cc 153 154 $(SOPHYAOBJP)HEALPixUtils.o: HEALPixUtils.cc \ 155 $(SOPHYAINCP)sopnamsp.h HEALPixUtils.h \ 156 $(SOPHYAINCP)machdefs.h \ 157 $(SOPHYAINCP)ndatablock.h \ 158 $(SOPHYAINCP)machdefs.h \ 159 $(SOPHYAINCP)anydataobj.h \ 160 $(SOPHYAINCP)tvector.h \ 161 $(SOPHYAINCP)tmatrix.h \ 162 $(SOPHYAINCP)tarray.h \ 163 $(SOPHYAINCP)basarr.h \ 164 $(SOPHYAINCP)mutyv.h \ 165 $(SOPHYAINCP)timestamp.h \ 166 $(SOPHYAINCP)objfio.h \ 167 $(SOPHYAINCP)ppersist.h \ 168 $(SOPHYAINCP)pexceptions.h \ 169 $(SOPHYAINCP)gnumd5.h \ 170 $(SOPHYAINCP)ppfbinstream.h \ 171 $(SOPHYAINCP)rawstream.h \ 172 $(SOPHYAINCP)ppfnametag.h \ 173 $(SOPHYAINCP)dvlist.h \ 174 $(SOPHYAINCP)ndatablock.h \ 175 $(SOPHYAINCP)utilarr.h \ 176 $(SOPHYAINCP)tmatrix_tsnl.h \ 177 $(SOPHYAINCP)tvector_tsnl.h \ 178 $(SOPHYAINCP)smathconst.h 179 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ HEALPixUtils.cc 136 180 137 181 $(SOPHYAOBJP)localmap.o: localmap.cc \ … … 144 188 $(SOPHYAINCP)rawstream.h \ 145 189 $(SOPHYAINCP)ppfnametag.h \ 146 $(SOPHYAINCP)dvlist.h \ 147 $(SOPHYAINCP)objfio.h \ 148 $(SOPHYAINCP)anydataobj.h \ 149 $(SOPHYAINCP)mutyv.h spherepos.h \ 150 unitvector.h vector3d.h longlat.h utilgeom.h sphericalmap.h \ 190 $(SOPHYAINCP)ppersist.h \ 191 $(SOPHYAINCP)dvlist.h \ 192 $(SOPHYAINCP)objfio.h \ 193 $(SOPHYAINCP)anydataobj.h \ 194 $(SOPHYAINCP)mutyv.h \ 195 $(SOPHYAINCP)timestamp.h spherepos.h \ 196 $(SOPHYAINCP)machdefs.h unitvector.h \ 197 vector3d.h longlat.h utilgeom.h \ 198 $(SOPHYAINCP)anydataobj.h \ 199 $(SOPHYAINCP)datatype.h sphericalmap.h \ 151 200 $(SOPHYAINCP)smathconst.h \ 152 201 $(SOPHYAINCP)tvector.h \ … … 154 203 $(SOPHYAINCP)tarray.h \ 155 204 $(SOPHYAINCP)basarr.h \ 156 $(SOPHYAINCP)ndatablock.h \ 157 $(SOPHYAINCP)utilarr.h \ 205 $(SOPHYAINCP)dvlist.h \ 206 $(SOPHYAINCP)ndatablock.h \ 207 $(SOPHYAINCP)utilarr.h \ 208 $(SOPHYAINCP)tmatrix_tsnl.h \ 209 $(SOPHYAINCP)tvector_tsnl.h \ 210 $(SOPHYAINCP)ndatablock.h \ 158 211 $(SOPHYAINCP)fiondblock.h \ 159 212 $(SOPHYAINCP)timing.h 160 213 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ localmap.cc 161 214 162 $(SOPHYAOBJP)longlat.o: longlat.cc $(SOPHYAINCP)sopnamsp.h\163 longlat.h $(SOPHYAINCP)machdefs.h \164 utilgeom.h215 $(SOPHYAOBJP)longlat.o: longlat.cc \ 216 $(SOPHYAINCP)sopnamsp.h longlat.h \ 217 $(SOPHYAINCP)machdefs.h utilgeom.h 165 218 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ longlat.cc 166 219 … … 169 222 $(SOPHYAINCP)machdefs.h mapoperation.h \ 170 223 $(SOPHYAINCP)ndatablock.h \ 224 $(SOPHYAINCP)machdefs.h \ 171 225 $(SOPHYAINCP)anydataobj.h pixelmap.h \ 172 226 $(SOPHYAINCP)ppersist.h \ … … 176 230 $(SOPHYAINCP)rawstream.h \ 177 231 $(SOPHYAINCP)ppfnametag.h \ 178 $(SOPHYAINCP)dvlist.h \ 179 $(SOPHYAINCP)objfio.h \ 180 $(SOPHYAINCP)mutyv.h spherepos.h \ 181 unitvector.h vector3d.h longlat.h utilgeom.h 232 $(SOPHYAINCP)ppersist.h \ 233 $(SOPHYAINCP)dvlist.h \ 234 $(SOPHYAINCP)objfio.h \ 235 $(SOPHYAINCP)mutyv.h \ 236 $(SOPHYAINCP)timestamp.h spherepos.h \ 237 unitvector.h vector3d.h longlat.h utilgeom.h \ 238 $(SOPHYAINCP)anydataobj.h \ 239 $(SOPHYAINCP)datatype.h 182 240 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mapoperation.cc 183 241 … … 185 243 $(SOPHYAINCP)sopnamsp.h \ 186 244 $(SOPHYAINCP)machdefs.h skymapinit.h \ 187 $(SOPHYAINCP)sophyainit.h spherethetaphi.h \ 245 $(SOPHYAINCP)sophyainit.h \ 246 $(SOPHYAINCP)machdefs.h spherethetaphi.h \ 188 247 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 189 248 pixelmap.h $(SOPHYAINCP)ppersist.h \ … … 193 252 $(SOPHYAINCP)rawstream.h \ 194 253 $(SOPHYAINCP)ppfnametag.h \ 195 $(SOPHYAINCP)dvlist.h \ 196 $(SOPHYAINCP)objfio.h \ 197 $(SOPHYAINCP)anydataobj.h \ 198 $(SOPHYAINCP)mutyv.h spherepos.h \ 254 $(SOPHYAINCP)ppersist.h \ 255 $(SOPHYAINCP)dvlist.h \ 256 $(SOPHYAINCP)objfio.h \ 257 $(SOPHYAINCP)anydataobj.h \ 258 $(SOPHYAINCP)mutyv.h \ 259 $(SOPHYAINCP)timestamp.h spherepos.h \ 199 260 unitvector.h vector3d.h longlat.h utilgeom.h \ 200 $(SOPHYAINCP)tvector.h \ 201 $(SOPHYAINCP)tmatrix.h \ 202 $(SOPHYAINCP)tarray.h \ 203 $(SOPHYAINCP)basarr.h \ 204 $(SOPHYAINCP)ndatablock.h \ 205 $(SOPHYAINCP)utilarr.h fiospherehealpix.h \ 206 spherehealpix.h HEALPixUtils.h fiospherethetaphi.h fiolocalmap.h \ 207 localmap.h fiosphereecp.h sphereecp.h 261 $(SOPHYAINCP)anydataobj.h \ 262 $(SOPHYAINCP)datatype.h \ 263 $(SOPHYAINCP)tvector.h \ 264 $(SOPHYAINCP)tmatrix.h \ 265 $(SOPHYAINCP)tarray.h \ 266 $(SOPHYAINCP)basarr.h \ 267 $(SOPHYAINCP)dvlist.h \ 268 $(SOPHYAINCP)ndatablock.h \ 269 $(SOPHYAINCP)utilarr.h \ 270 $(SOPHYAINCP)tmatrix_tsnl.h \ 271 $(SOPHYAINCP)tvector_tsnl.h \ 272 $(SOPHYAINCP)ndatablock.h \ 273 fiospherehealpix.h spherehealpix.h HEALPixUtils.h fiospherethetaphi.h \ 274 fiolocalmap.h localmap.h fiosphereecp.h sphereecp.h 208 275 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skymapinit.cc 209 276 … … 218 285 $(SOPHYAINCP)rawstream.h \ 219 286 $(SOPHYAINCP)ppfnametag.h \ 220 $(SOPHYAINCP)dvlist.h \ 221 $(SOPHYAINCP)objfio.h \ 222 $(SOPHYAINCP)anydataobj.h \ 223 $(SOPHYAINCP)mutyv.h spherepos.h \ 287 $(SOPHYAINCP)ppersist.h \ 288 $(SOPHYAINCP)dvlist.h \ 289 $(SOPHYAINCP)objfio.h \ 290 $(SOPHYAINCP)anydataobj.h \ 291 $(SOPHYAINCP)mutyv.h \ 292 $(SOPHYAINCP)timestamp.h spherepos.h \ 293 $(SOPHYAINCP)machdefs.h unitvector.h \ 294 vector3d.h longlat.h utilgeom.h \ 295 $(SOPHYAINCP)anydataobj.h \ 296 $(SOPHYAINCP)datatype.h \ 297 $(SOPHYAINCP)tvector.h \ 298 $(SOPHYAINCP)tmatrix.h \ 299 $(SOPHYAINCP)tarray.h \ 300 $(SOPHYAINCP)basarr.h \ 301 $(SOPHYAINCP)dvlist.h \ 302 $(SOPHYAINCP)ndatablock.h \ 303 $(SOPHYAINCP)utilarr.h \ 304 $(SOPHYAINCP)tmatrix_tsnl.h \ 305 $(SOPHYAINCP)tvector_tsnl.h \ 306 $(SOPHYAINCP)ndatablock.h 307 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphereecp.cc 308 309 $(SOPHYAOBJP)spherehealpix.o: spherehealpix.cc \ 310 $(SOPHYAINCP)sopnamsp.h \ 311 $(SOPHYAINCP)machdefs.h \ 312 $(SOPHYAINCP)pexceptions.h \ 313 $(SOPHYAINCP)machdefs.h \ 314 $(SOPHYAINCP)fiondblock.h \ 315 $(SOPHYAINCP)ppersist.h \ 316 $(SOPHYAINCP)pexceptions.h \ 317 $(SOPHYAINCP)gnumd5.h \ 318 $(SOPHYAINCP)ppfbinstream.h \ 319 $(SOPHYAINCP)rawstream.h \ 320 $(SOPHYAINCP)ppfnametag.h \ 321 $(SOPHYAINCP)ndatablock.h \ 322 $(SOPHYAINCP)anydataobj.h spherehealpix.h \ 323 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 324 pixelmap.h $(SOPHYAINCP)ppersist.h \ 325 $(SOPHYAINCP)dvlist.h \ 326 $(SOPHYAINCP)objfio.h \ 327 $(SOPHYAINCP)mutyv.h \ 328 $(SOPHYAINCP)timestamp.h spherepos.h \ 224 329 unitvector.h vector3d.h longlat.h utilgeom.h \ 225 $(SOPHYAINCP)tvector.h \ 226 $(SOPHYAINCP)tmatrix.h \ 227 $(SOPHYAINCP)tarray.h \ 228 $(SOPHYAINCP)basarr.h \ 229 $(SOPHYAINCP)ndatablock.h \ 230 $(SOPHYAINCP)utilarr.h 231 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphereecp.cc 232 233 $(SOPHYAOBJP)spherehealpix.o: spherehealpix.cc \ 234 $(SOPHYAINCP)sopnamsp.h \ 235 $(SOPHYAINCP)machdefs.h \ 236 $(SOPHYAINCP)pexceptions.h \ 237 $(SOPHYAINCP)fiondblock.h \ 238 $(SOPHYAINCP)ppersist.h \ 239 $(SOPHYAINCP)gnumd5.h \ 240 $(SOPHYAINCP)ppfbinstream.h \ 241 $(SOPHYAINCP)rawstream.h \ 242 $(SOPHYAINCP)ppfnametag.h \ 243 $(SOPHYAINCP)ndatablock.h \ 244 $(SOPHYAINCP)anydataobj.h spherehealpix.h \ 245 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 246 pixelmap.h $(SOPHYAINCP)dvlist.h \ 247 $(SOPHYAINCP)objfio.h \ 248 $(SOPHYAINCP)mutyv.h spherepos.h \ 249 unitvector.h vector3d.h longlat.h utilgeom.h \ 250 $(SOPHYAINCP)tvector.h \ 251 $(SOPHYAINCP)tmatrix.h \ 252 $(SOPHYAINCP)tarray.h \ 253 $(SOPHYAINCP)basarr.h \ 254 $(SOPHYAINCP)utilarr.h HEALPixUtils.h \ 330 $(SOPHYAINCP)anydataobj.h \ 331 $(SOPHYAINCP)datatype.h \ 332 $(SOPHYAINCP)tvector.h \ 333 $(SOPHYAINCP)tmatrix.h \ 334 $(SOPHYAINCP)tarray.h \ 335 $(SOPHYAINCP)basarr.h \ 336 $(SOPHYAINCP)dvlist.h \ 337 $(SOPHYAINCP)utilarr.h \ 338 $(SOPHYAINCP)tmatrix_tsnl.h \ 339 $(SOPHYAINCP)tvector_tsnl.h \ 340 $(SOPHYAINCP)ndatablock.h HEALPixUtils.h \ 255 341 $(SOPHYAINCP)strutil.h 256 342 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spherehealpix.cc … … 260 346 $(SOPHYAINCP)machdefs.h \ 261 347 $(SOPHYAINCP)ppersist.h \ 262 $(SOPHYAINCP)pexceptions.h \ 263 $(SOPHYAINCP)gnumd5.h \ 264 $(SOPHYAINCP)ppfbinstream.h \ 265 $(SOPHYAINCP)rawstream.h \ 266 $(SOPHYAINCP)ppfnametag.h unitvector.h \ 348 $(SOPHYAINCP)machdefs.h \ 349 $(SOPHYAINCP)pexceptions.h \ 350 $(SOPHYAINCP)gnumd5.h \ 351 $(SOPHYAINCP)ppfbinstream.h \ 352 $(SOPHYAINCP)rawstream.h \ 353 $(SOPHYAINCP)ppfnametag.h \ 354 $(SOPHYAINCP)ppersist.h unitvector.h \ 267 355 vector3d.h longlat.h utilgeom.h \ 268 356 $(SOPHYAINCP)anydataobj.h \ … … 280 368 $(SOPHYAINCP)rawstream.h \ 281 369 $(SOPHYAINCP)ppfnametag.h \ 282 $(SOPHYAINCP)dvlist.h \ 283 $(SOPHYAINCP)objfio.h \ 284 $(SOPHYAINCP)anydataobj.h \ 285 $(SOPHYAINCP)mutyv.h spherepos.h \ 286 unitvector.h vector3d.h longlat.h utilgeom.h \ 287 $(SOPHYAINCP)tvector.h \ 288 $(SOPHYAINCP)tmatrix.h \ 289 $(SOPHYAINCP)tarray.h \ 290 $(SOPHYAINCP)basarr.h \ 291 $(SOPHYAINCP)ndatablock.h \ 292 $(SOPHYAINCP)utilarr.h \ 370 $(SOPHYAINCP)ppersist.h \ 371 $(SOPHYAINCP)dvlist.h \ 372 $(SOPHYAINCP)objfio.h \ 373 $(SOPHYAINCP)anydataobj.h \ 374 $(SOPHYAINCP)mutyv.h \ 375 $(SOPHYAINCP)timestamp.h spherepos.h \ 376 $(SOPHYAINCP)machdefs.h unitvector.h \ 377 vector3d.h longlat.h utilgeom.h \ 378 $(SOPHYAINCP)anydataobj.h \ 379 $(SOPHYAINCP)datatype.h \ 380 $(SOPHYAINCP)tvector.h \ 381 $(SOPHYAINCP)tmatrix.h \ 382 $(SOPHYAINCP)tarray.h \ 383 $(SOPHYAINCP)basarr.h \ 384 $(SOPHYAINCP)dvlist.h \ 385 $(SOPHYAINCP)ndatablock.h \ 386 $(SOPHYAINCP)utilarr.h \ 387 $(SOPHYAINCP)tmatrix_tsnl.h \ 388 $(SOPHYAINCP)tvector_tsnl.h \ 389 $(SOPHYAINCP)ndatablock.h \ 293 390 $(SOPHYAINCP)fiondblock.h 294 391 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spherethetaphi.cc … … 308 405 $(SOPHYAINCP)sopnamsp.h \ 309 406 $(SOPHYAINCP)machdefs.h \ 310 $(SOPHYAINCP)pexceptions.h vector3d.h \ 407 $(SOPHYAINCP)pexceptions.h \ 408 $(SOPHYAINCP)machdefs.h vector3d.h \ 311 409 longlat.h utilgeom.h 312 410 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ vector3d.cc -
trunk/SophyaLib/SkyT/Makefile
r2834 r3007 16 16 radspec.h specresp.h \ 17 17 $(SOPHYAINCP)anydataobj.h \ 18 $(SOPHYAINCP)objfio.h \ 18 $(SOPHYAINCP)machdefs.h \ 19 $(SOPHYAINCP)objfio.h \ 20 $(SOPHYAINCP)anydataobj.h \ 19 21 $(SOPHYAINCP)ppersist.h \ 20 22 $(SOPHYAINCP)pexceptions.h \ … … 35 37 radspec.h specresp.h \ 36 38 $(SOPHYAINCP)anydataobj.h \ 37 $(SOPHYAINCP)objfio.h \ 39 $(SOPHYAINCP)machdefs.h \ 40 $(SOPHYAINCP)objfio.h \ 41 $(SOPHYAINCP)anydataobj.h \ 38 42 $(SOPHYAINCP)ppersist.h \ 39 43 $(SOPHYAINCP)pexceptions.h \ … … 48 52 $(SOPHYAINCP)machdefs.h gaussfilt.h \ 49 53 specresp.h $(SOPHYAINCP)anydataobj.h \ 50 $(SOPHYAINCP)objfio.h \ 54 $(SOPHYAINCP)machdefs.h \ 55 $(SOPHYAINCP)objfio.h \ 56 $(SOPHYAINCP)anydataobj.h \ 51 57 $(SOPHYAINCP)ppersist.h \ 52 58 $(SOPHYAINCP)pexceptions.h \ … … 57 63 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ gaussfilt.cc 58 64 59 $(SOPHYAOBJP)nupower.o: nupower.cc $(SOPHYAINCP)sopnamsp.h \ 60 $(SOPHYAINCP)machdefs.h nupower.h radspec.h \ 61 specresp.h $(SOPHYAINCP)anydataobj.h \ 62 $(SOPHYAINCP)objfio.h \ 65 $(SOPHYAOBJP)nupower.o: nupower.cc \ 66 $(SOPHYAINCP)sopnamsp.h \ 67 $(SOPHYAINCP)machdefs.h nupower.h \ 68 radspec.h specresp.h \ 69 $(SOPHYAINCP)anydataobj.h \ 70 $(SOPHYAINCP)machdefs.h \ 71 $(SOPHYAINCP)objfio.h \ 72 $(SOPHYAINCP)anydataobj.h \ 63 73 $(SOPHYAINCP)ppersist.h \ 64 74 $(SOPHYAINCP)pexceptions.h \ … … 69 79 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nupower.cc 70 80 71 $(SOPHYAOBJP)radspec.o: radspec.cc $(SOPHYAINCP)sopnamsp.h \ 81 $(SOPHYAOBJP)radspec.o: radspec.cc \ 82 $(SOPHYAINCP)sopnamsp.h \ 72 83 $(SOPHYAINCP)machdefs.h radspec.h \ 73 84 specresp.h $(SOPHYAINCP)anydataobj.h \ 74 $(SOPHYAINCP)objfio.h \ 85 $(SOPHYAINCP)machdefs.h \ 86 $(SOPHYAINCP)objfio.h \ 87 $(SOPHYAINCP)anydataobj.h \ 75 88 $(SOPHYAINCP)ppersist.h \ 76 89 $(SOPHYAINCP)pexceptions.h \ … … 88 101 radspec.h specresp.h \ 89 102 $(SOPHYAINCP)anydataobj.h \ 90 $(SOPHYAINCP)objfio.h \ 91 $(SOPHYAINCP)ppersist.h \ 92 $(SOPHYAINCP)pexceptions.h \ 93 $(SOPHYAINCP)gnumd5.h \ 94 $(SOPHYAINCP)ppfbinstream.h \ 95 $(SOPHYAINCP)rawstream.h \ 96 $(SOPHYAINCP)ppfnametag.h \ 97 $(SOPHYAINCP)tvector.h \ 98 $(SOPHYAINCP)tmatrix.h \ 99 $(SOPHYAINCP)tarray.h \ 100 $(SOPHYAINCP)basarr.h \ 101 $(SOPHYAINCP)mutyv.h \ 102 $(SOPHYAINCP)timestamp.h \ 103 $(SOPHYAINCP)dvlist.h \ 104 $(SOPHYAINCP)ndatablock.h \ 105 $(SOPHYAINCP)utilarr.h 103 $(SOPHYAINCP)machdefs.h \ 104 $(SOPHYAINCP)objfio.h \ 105 $(SOPHYAINCP)anydataobj.h \ 106 $(SOPHYAINCP)ppersist.h \ 107 $(SOPHYAINCP)pexceptions.h \ 108 $(SOPHYAINCP)gnumd5.h \ 109 $(SOPHYAINCP)ppfbinstream.h \ 110 $(SOPHYAINCP)rawstream.h \ 111 $(SOPHYAINCP)ppfnametag.h \ 112 $(SOPHYAINCP)tvector.h \ 113 $(SOPHYAINCP)tmatrix.h \ 114 $(SOPHYAINCP)tarray.h \ 115 $(SOPHYAINCP)basarr.h \ 116 $(SOPHYAINCP)mutyv.h \ 117 $(SOPHYAINCP)timestamp.h \ 118 $(SOPHYAINCP)objfio.h \ 119 $(SOPHYAINCP)dvlist.h \ 120 $(SOPHYAINCP)ndatablock.h \ 121 $(SOPHYAINCP)utilarr.h \ 122 $(SOPHYAINCP)tmatrix_tsnl.h \ 123 $(SOPHYAINCP)tvector_tsnl.h \ 124 $(SOPHYAINCP)pexceptions.h 106 125 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ radspecvector.cc 107 126 108 $(SOPHYAOBJP)skyinit.o: skyinit.cc $(SOPHYAINCP)sopnamsp.h \ 109 skyinit.h $(SOPHYAINCP)ntoolsinit.h \ 127 $(SOPHYAOBJP)skyinit.o: skyinit.cc \ 128 $(SOPHYAINCP)sopnamsp.h skyinit.h \ 129 $(SOPHYAINCP)ntoolsinit.h \ 110 130 $(SOPHYAINCP)tarrinit.h \ 111 131 $(SOPHYAINCP)sophyainit.h \ … … 117 137 $(SOPHYAINCP)rawstream.h \ 118 138 $(SOPHYAINCP)ppfnametag.h \ 139 $(SOPHYAINCP)ppersist.h \ 119 140 $(SOPHYAINCP)objfio.h \ 120 141 $(SOPHYAINCP)anydataobj.h specrespvector.h \ 121 specresp.h $(SOPHYAINCP)tvector.h \ 122 $(SOPHYAINCP)tmatrix.h \ 123 $(SOPHYAINCP)tarray.h \ 124 $(SOPHYAINCP)basarr.h \ 125 $(SOPHYAINCP)mutyv.h \ 126 $(SOPHYAINCP)timestamp.h \ 127 $(SOPHYAINCP)dvlist.h \ 128 $(SOPHYAINCP)ndatablock.h \ 129 $(SOPHYAINCP)utilarr.h gaussfilt.h 142 $(SOPHYAINCP)machdefs.h specresp.h \ 143 $(SOPHYAINCP)anydataobj.h \ 144 $(SOPHYAINCP)tvector.h \ 145 $(SOPHYAINCP)tmatrix.h \ 146 $(SOPHYAINCP)tarray.h \ 147 $(SOPHYAINCP)basarr.h \ 148 $(SOPHYAINCP)mutyv.h \ 149 $(SOPHYAINCP)timestamp.h \ 150 $(SOPHYAINCP)objfio.h \ 151 $(SOPHYAINCP)dvlist.h \ 152 $(SOPHYAINCP)ndatablock.h \ 153 $(SOPHYAINCP)utilarr.h \ 154 $(SOPHYAINCP)tmatrix_tsnl.h \ 155 $(SOPHYAINCP)tvector_tsnl.h gaussfilt.h 130 156 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skyinit.cc 131 157 … … 134 160 $(SOPHYAINCP)machdefs.h \ 135 161 $(SOPHYAINCP)anydataobj.h \ 162 $(SOPHYAINCP)machdefs.h \ 136 163 $(SOPHYAINCP)integ.h \ 137 164 $(SOPHYAINCP)pexceptions.h \ … … 141 168 $(SOPHYAINCP)tarray.h \ 142 169 $(SOPHYAINCP)basarr.h \ 143 $(SOPHYAINCP)mutyv.h \ 144 $(SOPHYAINCP)timestamp.h \ 145 $(SOPHYAINCP)objfio.h \ 146 $(SOPHYAINCP)ppersist.h \ 147 $(SOPHYAINCP)gnumd5.h \ 148 $(SOPHYAINCP)ppfbinstream.h \ 149 $(SOPHYAINCP)rawstream.h \ 150 $(SOPHYAINCP)ppfnametag.h \ 151 $(SOPHYAINCP)dvlist.h \ 152 $(SOPHYAINCP)ndatablock.h \ 153 $(SOPHYAINCP)utilarr.h 170 $(SOPHYAINCP)anydataobj.h \ 171 $(SOPHYAINCP)mutyv.h \ 172 $(SOPHYAINCP)timestamp.h \ 173 $(SOPHYAINCP)objfio.h \ 174 $(SOPHYAINCP)ppersist.h \ 175 $(SOPHYAINCP)gnumd5.h \ 176 $(SOPHYAINCP)ppfbinstream.h \ 177 $(SOPHYAINCP)rawstream.h \ 178 $(SOPHYAINCP)ppfnametag.h \ 179 $(SOPHYAINCP)dvlist.h \ 180 $(SOPHYAINCP)ndatablock.h \ 181 $(SOPHYAINCP)utilarr.h \ 182 $(SOPHYAINCP)tmatrix_tsnl.h \ 183 $(SOPHYAINCP)tvector_tsnl.h 154 184 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ specresp.cc 155 185 … … 158 188 $(SOPHYAINCP)machdefs.h specrespvector.h \ 159 189 specresp.h $(SOPHYAINCP)anydataobj.h \ 160 $(SOPHYAINCP)tvector.h \ 161 $(SOPHYAINCP)tmatrix.h \ 162 $(SOPHYAINCP)tarray.h \ 163 $(SOPHYAINCP)basarr.h \ 164 $(SOPHYAINCP)mutyv.h \ 165 $(SOPHYAINCP)timestamp.h \ 166 $(SOPHYAINCP)objfio.h \ 167 $(SOPHYAINCP)ppersist.h \ 168 $(SOPHYAINCP)pexceptions.h \ 169 $(SOPHYAINCP)gnumd5.h \ 170 $(SOPHYAINCP)ppfbinstream.h \ 171 $(SOPHYAINCP)rawstream.h \ 172 $(SOPHYAINCP)ppfnametag.h \ 173 $(SOPHYAINCP)dvlist.h \ 174 $(SOPHYAINCP)ndatablock.h \ 175 $(SOPHYAINCP)utilarr.h \ 176 $(SOPHYAINCP)fioarr.h 190 $(SOPHYAINCP)machdefs.h \ 191 $(SOPHYAINCP)tvector.h \ 192 $(SOPHYAINCP)tmatrix.h \ 193 $(SOPHYAINCP)tarray.h \ 194 $(SOPHYAINCP)basarr.h \ 195 $(SOPHYAINCP)anydataobj.h \ 196 $(SOPHYAINCP)mutyv.h \ 197 $(SOPHYAINCP)timestamp.h \ 198 $(SOPHYAINCP)objfio.h \ 199 $(SOPHYAINCP)ppersist.h \ 200 $(SOPHYAINCP)pexceptions.h \ 201 $(SOPHYAINCP)gnumd5.h \ 202 $(SOPHYAINCP)ppfbinstream.h \ 203 $(SOPHYAINCP)rawstream.h \ 204 $(SOPHYAINCP)ppfnametag.h \ 205 $(SOPHYAINCP)dvlist.h \ 206 $(SOPHYAINCP)ndatablock.h \ 207 $(SOPHYAINCP)utilarr.h \ 208 $(SOPHYAINCP)tmatrix_tsnl.h \ 209 $(SOPHYAINCP)tvector_tsnl.h \ 210 $(SOPHYAINCP)objfio.h \ 211 $(SOPHYAINCP)pexceptions.h \ 212 $(SOPHYAINCP)fioarr.h \ 213 $(SOPHYAINCP)tvector.h 177 214 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ specrespvector.cc 178 215 … … 180 217 $(SOPHYAINCP)sopnamsp.h \ 181 218 $(SOPHYAINCP)machdefs.h squarefilt.h \ 182 specresp.h $(SOPHYAINCP)anydataobj.h 219 specresp.h $(SOPHYAINCP)anydataobj.h \ 220 $(SOPHYAINCP)machdefs.h 183 221 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ squarefilt.cc 184 222 … … 186 224 $(SOPHYAINCP)sopnamsp.h \ 187 225 $(SOPHYAINCP)machdefs.h trianglefilt.h \ 188 specresp.h $(SOPHYAINCP)anydataobj.h 226 specresp.h $(SOPHYAINCP)anydataobj.h \ 227 $(SOPHYAINCP)machdefs.h 189 228 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ trianglefilt.cc 190 229 -
trunk/SophyaLib/SkyT/smakefile
r2765 r3007 16 16 radspec.h specresp.h \ 17 17 $(SOPHYAINCP)anydataobj.h \ 18 $(SOPHYAINCP)objfio.h \ 18 $(SOPHYAINCP)machdefs.h \ 19 $(SOPHYAINCP)objfio.h \ 20 $(SOPHYAINCP)anydataobj.h \ 19 21 $(SOPHYAINCP)ppersist.h \ 20 22 $(SOPHYAINCP)pexceptions.h \ … … 35 37 radspec.h specresp.h \ 36 38 $(SOPHYAINCP)anydataobj.h \ 37 $(SOPHYAINCP)objfio.h \ 39 $(SOPHYAINCP)machdefs.h \ 40 $(SOPHYAINCP)objfio.h \ 41 $(SOPHYAINCP)anydataobj.h \ 38 42 $(SOPHYAINCP)ppersist.h \ 39 43 $(SOPHYAINCP)pexceptions.h \ … … 48 52 $(SOPHYAINCP)machdefs.h gaussfilt.h \ 49 53 specresp.h $(SOPHYAINCP)anydataobj.h \ 50 $(SOPHYAINCP)objfio.h \ 54 $(SOPHYAINCP)machdefs.h \ 55 $(SOPHYAINCP)objfio.h \ 56 $(SOPHYAINCP)anydataobj.h \ 51 57 $(SOPHYAINCP)ppersist.h \ 52 58 $(SOPHYAINCP)pexceptions.h \ … … 57 63 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ gaussfilt.cc 58 64 59 $(SOPHYAOBJP)nupower.o: nupower.cc $(SOPHYAINCP)sopnamsp.h \ 60 $(SOPHYAINCP)machdefs.h nupower.h radspec.h \ 61 specresp.h $(SOPHYAINCP)anydataobj.h \ 62 $(SOPHYAINCP)objfio.h \ 65 $(SOPHYAOBJP)nupower.o: nupower.cc \ 66 $(SOPHYAINCP)sopnamsp.h \ 67 $(SOPHYAINCP)machdefs.h nupower.h \ 68 radspec.h specresp.h \ 69 $(SOPHYAINCP)anydataobj.h \ 70 $(SOPHYAINCP)machdefs.h \ 71 $(SOPHYAINCP)objfio.h \ 72 $(SOPHYAINCP)anydataobj.h \ 63 73 $(SOPHYAINCP)ppersist.h \ 64 74 $(SOPHYAINCP)pexceptions.h \ … … 69 79 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nupower.cc 70 80 71 $(SOPHYAOBJP)radspec.o: radspec.cc $(SOPHYAINCP)sopnamsp.h \ 81 $(SOPHYAOBJP)radspec.o: radspec.cc \ 82 $(SOPHYAINCP)sopnamsp.h \ 72 83 $(SOPHYAINCP)machdefs.h radspec.h \ 73 84 specresp.h $(SOPHYAINCP)anydataobj.h \ 74 $(SOPHYAINCP)objfio.h \ 85 $(SOPHYAINCP)machdefs.h \ 86 $(SOPHYAINCP)objfio.h \ 87 $(SOPHYAINCP)anydataobj.h \ 75 88 $(SOPHYAINCP)ppersist.h \ 76 89 $(SOPHYAINCP)pexceptions.h \ … … 88 101 radspec.h specresp.h \ 89 102 $(SOPHYAINCP)anydataobj.h \ 90 $(SOPHYAINCP)objfio.h \ 91 $(SOPHYAINCP)ppersist.h \ 92 $(SOPHYAINCP)pexceptions.h \ 93 $(SOPHYAINCP)gnumd5.h \ 94 $(SOPHYAINCP)ppfbinstream.h \ 95 $(SOPHYAINCP)rawstream.h \ 96 $(SOPHYAINCP)ppfnametag.h \ 97 $(SOPHYAINCP)tvector.h \ 98 $(SOPHYAINCP)tmatrix.h \ 99 $(SOPHYAINCP)tarray.h \ 100 $(SOPHYAINCP)basarr.h \ 101 $(SOPHYAINCP)mutyv.h \ 102 $(SOPHYAINCP)dvlist.h \ 103 $(SOPHYAINCP)ndatablock.h \ 104 $(SOPHYAINCP)utilarr.h 103 $(SOPHYAINCP)machdefs.h \ 104 $(SOPHYAINCP)objfio.h \ 105 $(SOPHYAINCP)anydataobj.h \ 106 $(SOPHYAINCP)ppersist.h \ 107 $(SOPHYAINCP)pexceptions.h \ 108 $(SOPHYAINCP)gnumd5.h \ 109 $(SOPHYAINCP)ppfbinstream.h \ 110 $(SOPHYAINCP)rawstream.h \ 111 $(SOPHYAINCP)ppfnametag.h \ 112 $(SOPHYAINCP)tvector.h \ 113 $(SOPHYAINCP)tmatrix.h \ 114 $(SOPHYAINCP)tarray.h \ 115 $(SOPHYAINCP)basarr.h \ 116 $(SOPHYAINCP)mutyv.h \ 117 $(SOPHYAINCP)timestamp.h \ 118 $(SOPHYAINCP)objfio.h \ 119 $(SOPHYAINCP)dvlist.h \ 120 $(SOPHYAINCP)ndatablock.h \ 121 $(SOPHYAINCP)utilarr.h \ 122 $(SOPHYAINCP)tmatrix_tsnl.h \ 123 $(SOPHYAINCP)tvector_tsnl.h \ 124 $(SOPHYAINCP)pexceptions.h 105 125 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ radspecvector.cc 106 126 107 $(SOPHYAOBJP)skyinit.o: skyinit.cc $(SOPHYAINCP)sopnamsp.h \ 108 skyinit.h $(SOPHYAINCP)ntoolsinit.h \ 127 $(SOPHYAOBJP)skyinit.o: skyinit.cc \ 128 $(SOPHYAINCP)sopnamsp.h skyinit.h \ 129 $(SOPHYAINCP)ntoolsinit.h \ 109 130 $(SOPHYAINCP)tarrinit.h \ 110 131 $(SOPHYAINCP)sophyainit.h \ … … 116 137 $(SOPHYAINCP)rawstream.h \ 117 138 $(SOPHYAINCP)ppfnametag.h \ 139 $(SOPHYAINCP)ppersist.h \ 118 140 $(SOPHYAINCP)objfio.h \ 119 141 $(SOPHYAINCP)anydataobj.h specrespvector.h \ 120 specresp.h $(SOPHYAINCP)tvector.h \ 121 $(SOPHYAINCP)tmatrix.h \ 122 $(SOPHYAINCP)tarray.h \ 123 $(SOPHYAINCP)basarr.h \ 124 $(SOPHYAINCP)mutyv.h \ 125 $(SOPHYAINCP)dvlist.h \ 126 $(SOPHYAINCP)ndatablock.h \ 127 $(SOPHYAINCP)utilarr.h gaussfilt.h 142 $(SOPHYAINCP)machdefs.h specresp.h \ 143 $(SOPHYAINCP)anydataobj.h \ 144 $(SOPHYAINCP)tvector.h \ 145 $(SOPHYAINCP)tmatrix.h \ 146 $(SOPHYAINCP)tarray.h \ 147 $(SOPHYAINCP)basarr.h \ 148 $(SOPHYAINCP)mutyv.h \ 149 $(SOPHYAINCP)timestamp.h \ 150 $(SOPHYAINCP)objfio.h \ 151 $(SOPHYAINCP)dvlist.h \ 152 $(SOPHYAINCP)ndatablock.h \ 153 $(SOPHYAINCP)utilarr.h \ 154 $(SOPHYAINCP)tmatrix_tsnl.h \ 155 $(SOPHYAINCP)tvector_tsnl.h gaussfilt.h 128 156 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skyinit.cc 129 157 … … 132 160 $(SOPHYAINCP)machdefs.h \ 133 161 $(SOPHYAINCP)anydataobj.h \ 162 $(SOPHYAINCP)machdefs.h \ 134 163 $(SOPHYAINCP)integ.h \ 135 164 $(SOPHYAINCP)pexceptions.h \ … … 139 168 $(SOPHYAINCP)tarray.h \ 140 169 $(SOPHYAINCP)basarr.h \ 141 $(SOPHYAINCP)mutyv.h \ 142 $(SOPHYAINCP)dvlist.h \ 143 $(SOPHYAINCP)objfio.h \ 144 $(SOPHYAINCP)ppersist.h \ 145 $(SOPHYAINCP)gnumd5.h \ 146 $(SOPHYAINCP)ppfbinstream.h \ 147 $(SOPHYAINCP)rawstream.h \ 148 $(SOPHYAINCP)ppfnametag.h \ 149 $(SOPHYAINCP)ndatablock.h \ 150 $(SOPHYAINCP)utilarr.h 170 $(SOPHYAINCP)anydataobj.h \ 171 $(SOPHYAINCP)mutyv.h \ 172 $(SOPHYAINCP)timestamp.h \ 173 $(SOPHYAINCP)objfio.h \ 174 $(SOPHYAINCP)ppersist.h \ 175 $(SOPHYAINCP)gnumd5.h \ 176 $(SOPHYAINCP)ppfbinstream.h \ 177 $(SOPHYAINCP)rawstream.h \ 178 $(SOPHYAINCP)ppfnametag.h \ 179 $(SOPHYAINCP)dvlist.h \ 180 $(SOPHYAINCP)ndatablock.h \ 181 $(SOPHYAINCP)utilarr.h \ 182 $(SOPHYAINCP)tmatrix_tsnl.h \ 183 $(SOPHYAINCP)tvector_tsnl.h 151 184 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ specresp.cc 152 185 … … 155 188 $(SOPHYAINCP)machdefs.h specrespvector.h \ 156 189 specresp.h $(SOPHYAINCP)anydataobj.h \ 157 $(SOPHYAINCP)tvector.h \ 158 $(SOPHYAINCP)tmatrix.h \ 159 $(SOPHYAINCP)tarray.h \ 160 $(SOPHYAINCP)basarr.h \ 161 $(SOPHYAINCP)mutyv.h \ 162 $(SOPHYAINCP)dvlist.h \ 163 $(SOPHYAINCP)objfio.h \ 164 $(SOPHYAINCP)ppersist.h \ 165 $(SOPHYAINCP)pexceptions.h \ 166 $(SOPHYAINCP)gnumd5.h \ 167 $(SOPHYAINCP)ppfbinstream.h \ 168 $(SOPHYAINCP)rawstream.h \ 169 $(SOPHYAINCP)ppfnametag.h \ 170 $(SOPHYAINCP)ndatablock.h \ 171 $(SOPHYAINCP)utilarr.h \ 172 $(SOPHYAINCP)fioarr.h 190 $(SOPHYAINCP)machdefs.h \ 191 $(SOPHYAINCP)tvector.h \ 192 $(SOPHYAINCP)tmatrix.h \ 193 $(SOPHYAINCP)tarray.h \ 194 $(SOPHYAINCP)basarr.h \ 195 $(SOPHYAINCP)anydataobj.h \ 196 $(SOPHYAINCP)mutyv.h \ 197 $(SOPHYAINCP)timestamp.h \ 198 $(SOPHYAINCP)objfio.h \ 199 $(SOPHYAINCP)ppersist.h \ 200 $(SOPHYAINCP)pexceptions.h \ 201 $(SOPHYAINCP)gnumd5.h \ 202 $(SOPHYAINCP)ppfbinstream.h \ 203 $(SOPHYAINCP)rawstream.h \ 204 $(SOPHYAINCP)ppfnametag.h \ 205 $(SOPHYAINCP)dvlist.h \ 206 $(SOPHYAINCP)ndatablock.h \ 207 $(SOPHYAINCP)utilarr.h \ 208 $(SOPHYAINCP)tmatrix_tsnl.h \ 209 $(SOPHYAINCP)tvector_tsnl.h \ 210 $(SOPHYAINCP)objfio.h \ 211 $(SOPHYAINCP)pexceptions.h \ 212 $(SOPHYAINCP)fioarr.h \ 213 $(SOPHYAINCP)tvector.h 173 214 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ specrespvector.cc 174 215 … … 176 217 $(SOPHYAINCP)sopnamsp.h \ 177 218 $(SOPHYAINCP)machdefs.h squarefilt.h \ 178 specresp.h $(SOPHYAINCP)anydataobj.h 219 specresp.h $(SOPHYAINCP)anydataobj.h \ 220 $(SOPHYAINCP)machdefs.h 179 221 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ squarefilt.cc 180 222 … … 182 224 $(SOPHYAINCP)sopnamsp.h \ 183 225 $(SOPHYAINCP)machdefs.h trianglefilt.h \ 184 specresp.h $(SOPHYAINCP)anydataobj.h 226 specresp.h $(SOPHYAINCP)anydataobj.h \ 227 $(SOPHYAINCP)machdefs.h 185 228 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ trianglefilt.cc 186 229 -
trunk/SophyaLib/SysTools/Makefile
r2834 r3007 14 14 cexpre.h $(SOPHYAINCP)machdefs.h \ 15 15 $(SOPHYAINCP)pexceptions.h \ 16 $(SOPHYAINCP)machdefs.h \ 16 17 $(SOPHYAINCP)srandgen.h 17 18 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cexpre.cc … … 22 23 $(SOPHYAINCP)dvlist.h \ 23 24 $(SOPHYAINCP)objfio.h \ 25 $(SOPHYAINCP)machdefs.h \ 24 26 $(SOPHYAINCP)anydataobj.h \ 25 27 $(SOPHYAINCP)ppersist.h \ … … 32 34 $(SOPHYAINCP)timestamp.h ctimer.h \ 33 35 $(SOPHYAINCP)strutil.h \ 34 $(SOPHYAINCP)strutilxx.h cexpre.h rpneval.h \ 36 $(SOPHYAINCP)strutilxx.h cexpre.h \ 37 $(SOPHYAINCP)pexceptions.h rpneval.h \ 35 38 $(SOPHYAINCP)srandgen.h zthread.h 36 39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ commander.cc … … 45 48 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxcmplnk.cc 46 49 47 $(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc $(SOPHYAINCP) sopnamsp.h \48 pdlmgr.h50 $(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc $(SOPHYAINCP)machdefs.h \ 51 $(SOPHYAINCP)sopnamsp.h pdlmgr.h 49 52 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pdlmgr.cc 50 53 … … 57 60 $(SOPHYAINCP)sopnamsp.h psighand.h \ 58 61 $(SOPHYAINCP)machdefs.h \ 59 $(SOPHYAINCP)pexceptions.h 62 $(SOPHYAINCP)pexceptions.h \ 63 $(SOPHYAINCP)machdefs.h 60 64 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ psighand.cc 61 65 … … 65 69 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ resusage.cc 66 70 67 $(SOPHYAOBJP)rpneval.o: rpneval.cc $(SOPHYAINCP)sopnamsp.h \ 68 rpneval.h $(SOPHYAINCP)machdefs.h \ 71 $(SOPHYAOBJP)rpneval.o: rpneval.cc \ 72 $(SOPHYAINCP)sopnamsp.h rpneval.h \ 73 $(SOPHYAINCP)machdefs.h \ 69 74 $(SOPHYAINCP)pexceptions.h \ 75 $(SOPHYAINCP)machdefs.h \ 70 76 $(SOPHYAINCP)strutilxx.h \ 71 77 $(SOPHYAINCP)srandgen.h 72 78 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rpneval.cc 73 79 74 $(SOPHYAOBJP)zthread.o: zthread.cc $(SOPHYAINCP)sopnamsp.h \ 75 zthread.h $(SOPHYAINCP)machdefs.h \ 76 $(SOPHYAINCP)pexceptions.h 80 $(SOPHYAOBJP)zthread.o: zthread.cc \ 81 $(SOPHYAINCP)sopnamsp.h zthread.h \ 82 $(SOPHYAINCP)machdefs.h \ 83 $(SOPHYAINCP)pexceptions.h \ 84 $(SOPHYAINCP)machdefs.h 77 85 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ zthread.cc 78 86 -
trunk/SophyaLib/SysTools/smakefile
r2765 r3007 14 14 cexpre.h $(SOPHYAINCP)machdefs.h \ 15 15 $(SOPHYAINCP)pexceptions.h \ 16 $(SOPHYAINCP)machdefs.h \ 16 17 $(SOPHYAINCP)srandgen.h 17 18 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cexpre.cc … … 22 23 $(SOPHYAINCP)dvlist.h \ 23 24 $(SOPHYAINCP)objfio.h \ 25 $(SOPHYAINCP)machdefs.h \ 24 26 $(SOPHYAINCP)anydataobj.h \ 25 27 $(SOPHYAINCP)ppersist.h \ … … 29 31 $(SOPHYAINCP)rawstream.h \ 30 32 $(SOPHYAINCP)ppfnametag.h \ 31 $(SOPHYAINCP)mutyv.h ctimer.h \ 33 $(SOPHYAINCP)mutyv.h \ 34 $(SOPHYAINCP)timestamp.h ctimer.h \ 32 35 $(SOPHYAINCP)strutil.h \ 33 $(SOPHYAINCP)strutilxx.h cexpre.h rpneval.h \ 36 $(SOPHYAINCP)strutilxx.h cexpre.h \ 37 $(SOPHYAINCP)pexceptions.h rpneval.h \ 34 38 $(SOPHYAINCP)srandgen.h zthread.h 35 39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ commander.cc … … 44 48 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxcmplnk.cc 45 49 46 $(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc $(SOPHYAINCP) sopnamsp.h \47 pdlmgr.h50 $(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc $(SOPHYAINCP)machdefs.h \ 51 $(SOPHYAINCP)sopnamsp.h pdlmgr.h 48 52 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pdlmgr.cc 49 53 … … 56 60 $(SOPHYAINCP)sopnamsp.h psighand.h \ 57 61 $(SOPHYAINCP)machdefs.h \ 58 $(SOPHYAINCP)pexceptions.h 62 $(SOPHYAINCP)pexceptions.h \ 63 $(SOPHYAINCP)machdefs.h 59 64 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ psighand.cc 60 65 … … 64 69 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ resusage.cc 65 70 66 $(SOPHYAOBJP)rpneval.o: rpneval.cc $(SOPHYAINCP)sopnamsp.h \ 67 rpneval.h $(SOPHYAINCP)machdefs.h \ 71 $(SOPHYAOBJP)rpneval.o: rpneval.cc \ 72 $(SOPHYAINCP)sopnamsp.h rpneval.h \ 73 $(SOPHYAINCP)machdefs.h \ 68 74 $(SOPHYAINCP)pexceptions.h \ 75 $(SOPHYAINCP)machdefs.h \ 69 76 $(SOPHYAINCP)strutilxx.h \ 70 77 $(SOPHYAINCP)srandgen.h 71 78 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rpneval.cc 72 79 73 $(SOPHYAOBJP)zthread.o: zthread.cc $(SOPHYAINCP)sopnamsp.h \ 74 zthread.h $(SOPHYAINCP)machdefs.h \ 75 $(SOPHYAINCP)pexceptions.h 80 $(SOPHYAOBJP)zthread.o: zthread.cc \ 81 $(SOPHYAINCP)sopnamsp.h zthread.h \ 82 $(SOPHYAINCP)machdefs.h \ 83 $(SOPHYAINCP)pexceptions.h \ 84 $(SOPHYAINCP)machdefs.h 76 85 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ zthread.cc 77 86 -
trunk/SophyaLib/TArray/Makefile
r2909 r3007 13 13 $(SOPHYAOBJP)basarr.o: basarr.cc $(SOPHYAINCP)sopnamsp.h \ 14 14 $(SOPHYAINCP)machdefs.h \ 15 $(SOPHYAINCP)pexceptions.h basarr.h \ 16 $(SOPHYAINCP)anydataobj.h \ 17 $(SOPHYAINCP)mutyv.h \ 18 $(SOPHYAINCP)timestamp.h \ 19 $(SOPHYAINCP)objfio.h \ 20 $(SOPHYAINCP)ppersist.h \ 21 $(SOPHYAINCP)gnumd5.h \ 22 $(SOPHYAINCP)ppfbinstream.h \ 23 $(SOPHYAINCP)rawstream.h \ 24 $(SOPHYAINCP)ppfnametag.h \ 25 $(SOPHYAINCP)dvlist.h 15 $(SOPHYAINCP)pexceptions.h \ 16 $(SOPHYAINCP)machdefs.h basarr.h \ 17 $(SOPHYAINCP)anydataobj.h \ 18 $(SOPHYAINCP)mutyv.h \ 19 $(SOPHYAINCP)timestamp.h \ 20 $(SOPHYAINCP)objfio.h \ 21 $(SOPHYAINCP)anydataobj.h \ 22 $(SOPHYAINCP)ppersist.h \ 23 $(SOPHYAINCP)pexceptions.h \ 24 $(SOPHYAINCP)gnumd5.h \ 25 $(SOPHYAINCP)ppfbinstream.h \ 26 $(SOPHYAINCP)rawstream.h \ 27 $(SOPHYAINCP)ppfnametag.h \ 28 $(SOPHYAINCP)dvlist.h \ 29 $(SOPHYAINCP)mutyv.h 26 30 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ basarr.cc 27 31 … … 31 35 $(SOPHYAINCP)fiondblock.h \ 32 36 $(SOPHYAINCP)ppersist.h \ 37 $(SOPHYAINCP)pexceptions.h \ 33 38 $(SOPHYAINCP)gnumd5.h \ 34 39 $(SOPHYAINCP)ppfbinstream.h \ … … 36 41 $(SOPHYAINCP)ppfnametag.h \ 37 42 $(SOPHYAINCP)ndatablock.h \ 38 $(SOPHYAINCP)anydataobj.h fioarr.h tarray.h \ 39 basarr.h $(SOPHYAINCP)mutyv.h \ 40 $(SOPHYAINCP)timestamp.h \ 41 $(SOPHYAINCP)objfio.h \ 42 $(SOPHYAINCP)dvlist.h utilarr.h tmatrix.h \ 43 tmatrix_tsnl.h tvector.h tvector_tsnl.h \ 43 $(SOPHYAINCP)anydataobj.h fioarr.h \ 44 $(SOPHYAINCP)machdefs.h tarray.h basarr.h \ 45 $(SOPHYAINCP)anydataobj.h \ 46 $(SOPHYAINCP)mutyv.h \ 47 $(SOPHYAINCP)timestamp.h \ 48 $(SOPHYAINCP)objfio.h \ 49 $(SOPHYAINCP)dvlist.h \ 50 $(SOPHYAINCP)mutyv.h \ 51 $(SOPHYAINCP)ndatablock.h utilarr.h \ 52 tmatrix.h tmatrix_tsnl.h tvector.h tvector_tsnl.h \ 53 $(SOPHYAINCP)ppersist.h \ 44 54 $(SOPHYAINCP)datatype.h 45 55 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fioarr.cc 46 56 47 $(SOPHYAOBJP)matharr.o: matharr.cc $(SOPHYAINCP)sopnamsp.h \ 57 $(SOPHYAOBJP)matharr.o: matharr.cc \ 58 $(SOPHYAINCP)sopnamsp.h \ 48 59 $(SOPHYAINCP)machdefs.h matharr.h tarray.h \ 49 60 basarr.h $(SOPHYAINCP)anydataobj.h \ 50 $(SOPHYAINCP)mutyv.h \ 51 $(SOPHYAINCP)timestamp.h \ 52 $(SOPHYAINCP)objfio.h \ 53 $(SOPHYAINCP)ppersist.h \ 54 $(SOPHYAINCP)pexceptions.h \ 55 $(SOPHYAINCP)gnumd5.h \ 56 $(SOPHYAINCP)ppfbinstream.h \ 57 $(SOPHYAINCP)rawstream.h \ 58 $(SOPHYAINCP)ppfnametag.h \ 59 $(SOPHYAINCP)dvlist.h \ 61 $(SOPHYAINCP)machdefs.h \ 62 $(SOPHYAINCP)mutyv.h \ 63 $(SOPHYAINCP)timestamp.h \ 64 $(SOPHYAINCP)objfio.h \ 65 $(SOPHYAINCP)anydataobj.h \ 66 $(SOPHYAINCP)ppersist.h \ 67 $(SOPHYAINCP)pexceptions.h \ 68 $(SOPHYAINCP)gnumd5.h \ 69 $(SOPHYAINCP)ppfbinstream.h \ 70 $(SOPHYAINCP)rawstream.h \ 71 $(SOPHYAINCP)ppfnametag.h \ 72 $(SOPHYAINCP)dvlist.h \ 73 $(SOPHYAINCP)mutyv.h \ 60 74 $(SOPHYAINCP)ndatablock.h utilarr.h 61 75 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ matharr.cc 62 76 63 $(SOPHYAOBJP)sopemtx.o: sopemtx.cc $(SOPHYAINCP)sopnamsp.h \ 64 $(SOPHYAINCP)machdefs.h sopemtx.h tmatrix.h \ 65 tarray.h basarr.h $(SOPHYAINCP)anydataobj.h \ 66 $(SOPHYAINCP)mutyv.h \ 67 $(SOPHYAINCP)timestamp.h \ 68 $(SOPHYAINCP)objfio.h \ 69 $(SOPHYAINCP)ppersist.h \ 70 $(SOPHYAINCP)pexceptions.h \ 71 $(SOPHYAINCP)gnumd5.h \ 72 $(SOPHYAINCP)ppfbinstream.h \ 73 $(SOPHYAINCP)rawstream.h \ 74 $(SOPHYAINCP)ppfnametag.h \ 75 $(SOPHYAINCP)dvlist.h \ 77 $(SOPHYAOBJP)sopemtx.o: sopemtx.cc \ 78 $(SOPHYAINCP)sopnamsp.h \ 79 $(SOPHYAINCP)machdefs.h sopemtx.h \ 80 tmatrix.h tarray.h basarr.h \ 81 $(SOPHYAINCP)anydataobj.h \ 82 $(SOPHYAINCP)machdefs.h \ 83 $(SOPHYAINCP)mutyv.h \ 84 $(SOPHYAINCP)timestamp.h \ 85 $(SOPHYAINCP)objfio.h \ 86 $(SOPHYAINCP)anydataobj.h \ 87 $(SOPHYAINCP)ppersist.h \ 88 $(SOPHYAINCP)pexceptions.h \ 89 $(SOPHYAINCP)gnumd5.h \ 90 $(SOPHYAINCP)ppfbinstream.h \ 91 $(SOPHYAINCP)rawstream.h \ 92 $(SOPHYAINCP)ppfnametag.h \ 93 $(SOPHYAINCP)dvlist.h \ 94 $(SOPHYAINCP)mutyv.h \ 76 95 $(SOPHYAINCP)ndatablock.h utilarr.h \ 77 96 tmatrix_tsnl.h tvector.h tvector_tsnl.h \ … … 81 100 $(SOPHYAOBJP)tarray.o: tarray.cc $(SOPHYAINCP)sopnamsp.h \ 82 101 $(SOPHYAINCP)machdefs.h \ 83 $(SOPHYAINCP)pexceptions.h tarray.h \ 84 basarr.h $(SOPHYAINCP)anydataobj.h \ 85 $(SOPHYAINCP)mutyv.h \ 86 $(SOPHYAINCP)timestamp.h \ 87 $(SOPHYAINCP)objfio.h \ 88 $(SOPHYAINCP)ppersist.h \ 89 $(SOPHYAINCP)gnumd5.h \ 90 $(SOPHYAINCP)ppfbinstream.h \ 91 $(SOPHYAINCP)rawstream.h \ 92 $(SOPHYAINCP)ppfnametag.h \ 93 $(SOPHYAINCP)dvlist.h \ 102 $(SOPHYAINCP)pexceptions.h \ 103 $(SOPHYAINCP)machdefs.h tarray.h basarr.h \ 104 $(SOPHYAINCP)anydataobj.h \ 105 $(SOPHYAINCP)mutyv.h \ 106 $(SOPHYAINCP)timestamp.h \ 107 $(SOPHYAINCP)objfio.h \ 108 $(SOPHYAINCP)anydataobj.h \ 109 $(SOPHYAINCP)ppersist.h \ 110 $(SOPHYAINCP)pexceptions.h \ 111 $(SOPHYAINCP)gnumd5.h \ 112 $(SOPHYAINCP)ppfbinstream.h \ 113 $(SOPHYAINCP)rawstream.h \ 114 $(SOPHYAINCP)ppfnametag.h \ 115 $(SOPHYAINCP)dvlist.h \ 116 $(SOPHYAINCP)mutyv.h \ 94 117 $(SOPHYAINCP)ndatablock.h utilarr.h 95 118 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tarray.cc … … 98 121 $(SOPHYAINCP)sopnamsp.h \ 99 122 $(SOPHYAINCP)machdefs.h tarrinit.h \ 100 $(SOPHYAINCP)sophyainit.h fioarr.h tarray.h \ 123 $(SOPHYAINCP)sophyainit.h \ 124 $(SOPHYAINCP)machdefs.h fioarr.h tarray.h \ 101 125 basarr.h $(SOPHYAINCP)anydataobj.h \ 102 126 $(SOPHYAINCP)mutyv.h \ 103 127 $(SOPHYAINCP)timestamp.h \ 104 128 $(SOPHYAINCP)objfio.h \ 105 $(SOPHYAINCP)ppersist.h \ 106 $(SOPHYAINCP)pexceptions.h \ 107 $(SOPHYAINCP)gnumd5.h \ 108 $(SOPHYAINCP)ppfbinstream.h \ 109 $(SOPHYAINCP)rawstream.h \ 110 $(SOPHYAINCP)ppfnametag.h \ 111 $(SOPHYAINCP)dvlist.h \ 112 $(SOPHYAINCP)ndatablock.h utilarr.h \ 113 tmatrix.h tmatrix_tsnl.h tvector.h tvector_tsnl.h 129 $(SOPHYAINCP)anydataobj.h \ 130 $(SOPHYAINCP)ppersist.h \ 131 $(SOPHYAINCP)pexceptions.h \ 132 $(SOPHYAINCP)gnumd5.h \ 133 $(SOPHYAINCP)ppfbinstream.h \ 134 $(SOPHYAINCP)rawstream.h \ 135 $(SOPHYAINCP)ppfnametag.h \ 136 $(SOPHYAINCP)dvlist.h \ 137 $(SOPHYAINCP)mutyv.h \ 138 $(SOPHYAINCP)ndatablock.h utilarr.h \ 139 tmatrix.h tmatrix_tsnl.h tvector.h tvector_tsnl.h \ 140 $(SOPHYAINCP)ppersist.h 114 141 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tarrinit.cc 115 142 116 $(SOPHYAOBJP)tmatrix.o: tmatrix.cc $(SOPHYAINCP)sopnamsp.h \ 117 $(SOPHYAINCP)machdefs.h \ 118 $(SOPHYAINCP)pexceptions.h tmatrix.h \ 119 tarray.h basarr.h $(SOPHYAINCP)anydataobj.h \ 120 $(SOPHYAINCP)mutyv.h \ 121 $(SOPHYAINCP)timestamp.h \ 122 $(SOPHYAINCP)objfio.h \ 123 $(SOPHYAINCP)ppersist.h \ 124 $(SOPHYAINCP)gnumd5.h \ 125 $(SOPHYAINCP)ppfbinstream.h \ 126 $(SOPHYAINCP)rawstream.h \ 127 $(SOPHYAINCP)ppfnametag.h \ 128 $(SOPHYAINCP)dvlist.h \ 143 $(SOPHYAOBJP)tmatrix.o: tmatrix.cc \ 144 $(SOPHYAINCP)sopnamsp.h \ 145 $(SOPHYAINCP)machdefs.h \ 146 $(SOPHYAINCP)pexceptions.h \ 147 $(SOPHYAINCP)machdefs.h tmatrix.h tarray.h \ 148 basarr.h $(SOPHYAINCP)anydataobj.h \ 149 $(SOPHYAINCP)mutyv.h \ 150 $(SOPHYAINCP)timestamp.h \ 151 $(SOPHYAINCP)objfio.h \ 152 $(SOPHYAINCP)anydataobj.h \ 153 $(SOPHYAINCP)ppersist.h \ 154 $(SOPHYAINCP)pexceptions.h \ 155 $(SOPHYAINCP)gnumd5.h \ 156 $(SOPHYAINCP)ppfbinstream.h \ 157 $(SOPHYAINCP)rawstream.h \ 158 $(SOPHYAINCP)ppfnametag.h \ 159 $(SOPHYAINCP)dvlist.h \ 160 $(SOPHYAINCP)mutyv.h \ 129 161 $(SOPHYAINCP)ndatablock.h utilarr.h \ 130 162 tmatrix_tsnl.h 131 163 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tmatrix.cc 132 164 133 $(SOPHYAOBJP)tvector.o: tvector.cc $(SOPHYAINCP)sopnamsp.h \ 134 $(SOPHYAINCP)machdefs.h \ 135 $(SOPHYAINCP)pexceptions.h tvector.h \ 165 $(SOPHYAOBJP)tvector.o: tvector.cc \ 166 $(SOPHYAINCP)sopnamsp.h \ 167 $(SOPHYAINCP)machdefs.h \ 168 $(SOPHYAINCP)pexceptions.h \ 169 $(SOPHYAINCP)machdefs.h tvector.h \ 136 170 tmatrix.h tarray.h basarr.h \ 137 171 $(SOPHYAINCP)anydataobj.h \ … … 139 173 $(SOPHYAINCP)timestamp.h \ 140 174 $(SOPHYAINCP)objfio.h \ 141 $(SOPHYAINCP)ppersist.h \ 142 $(SOPHYAINCP)gnumd5.h \ 143 $(SOPHYAINCP)ppfbinstream.h \ 144 $(SOPHYAINCP)rawstream.h \ 145 $(SOPHYAINCP)ppfnametag.h \ 146 $(SOPHYAINCP)dvlist.h \ 175 $(SOPHYAINCP)anydataobj.h \ 176 $(SOPHYAINCP)ppersist.h \ 177 $(SOPHYAINCP)pexceptions.h \ 178 $(SOPHYAINCP)gnumd5.h \ 179 $(SOPHYAINCP)ppfbinstream.h \ 180 $(SOPHYAINCP)rawstream.h \ 181 $(SOPHYAINCP)ppfnametag.h \ 182 $(SOPHYAINCP)dvlist.h \ 183 $(SOPHYAINCP)mutyv.h \ 147 184 $(SOPHYAINCP)ndatablock.h utilarr.h \ 148 185 tmatrix_tsnl.h tvector_tsnl.h 149 186 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tvector.cc 150 187 151 $(SOPHYAOBJP)utilarr.o: utilarr.cc $(SOPHYAINCP)sopnamsp.h \ 188 $(SOPHYAOBJP)utilarr.o: utilarr.cc \ 189 $(SOPHYAINCP)sopnamsp.h \ 152 190 $(SOPHYAINCP)machdefs.h utilarr.h \ 153 191 $(SOPHYAINCP)mutyv.h \ 192 $(SOPHYAINCP)machdefs.h \ 154 193 $(SOPHYAINCP)timestamp.h \ 155 194 $(SOPHYAINCP)objfio.h \ -
trunk/SophyaLib/TArray/smakefile
r2909 r3007 13 13 $(SOPHYAOBJP)basarr.o: basarr.cc $(SOPHYAINCP)sopnamsp.h \ 14 14 $(SOPHYAINCP)machdefs.h \ 15 $(SOPHYAINCP)pexceptions.h basarr.h \ 16 $(SOPHYAINCP)anydataobj.h \ 17 $(SOPHYAINCP)mutyv.h \ 18 $(SOPHYAINCP)timestamp.h \ 19 $(SOPHYAINCP)objfio.h \ 20 $(SOPHYAINCP)ppersist.h \ 21 $(SOPHYAINCP)gnumd5.h \ 22 $(SOPHYAINCP)ppfbinstream.h \ 23 $(SOPHYAINCP)rawstream.h \ 24 $(SOPHYAINCP)ppfnametag.h \ 25 $(SOPHYAINCP)dvlist.h 15 $(SOPHYAINCP)pexceptions.h \ 16 $(SOPHYAINCP)machdefs.h basarr.h \ 17 $(SOPHYAINCP)anydataobj.h \ 18 $(SOPHYAINCP)mutyv.h \ 19 $(SOPHYAINCP)timestamp.h \ 20 $(SOPHYAINCP)objfio.h \ 21 $(SOPHYAINCP)anydataobj.h \ 22 $(SOPHYAINCP)ppersist.h \ 23 $(SOPHYAINCP)pexceptions.h \ 24 $(SOPHYAINCP)gnumd5.h \ 25 $(SOPHYAINCP)ppfbinstream.h \ 26 $(SOPHYAINCP)rawstream.h \ 27 $(SOPHYAINCP)ppfnametag.h \ 28 $(SOPHYAINCP)dvlist.h \ 29 $(SOPHYAINCP)mutyv.h 26 30 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ basarr.cc 27 31 … … 31 35 $(SOPHYAINCP)fiondblock.h \ 32 36 $(SOPHYAINCP)ppersist.h \ 37 $(SOPHYAINCP)pexceptions.h \ 33 38 $(SOPHYAINCP)gnumd5.h \ 34 39 $(SOPHYAINCP)ppfbinstream.h \ … … 36 41 $(SOPHYAINCP)ppfnametag.h \ 37 42 $(SOPHYAINCP)ndatablock.h \ 38 $(SOPHYAINCP)anydataobj.h fioarr.h tarray.h \ 39 basarr.h $(SOPHYAINCP)mutyv.h \ 40 $(SOPHYAINCP)timestamp.h \ 41 $(SOPHYAINCP)objfio.h \ 42 $(SOPHYAINCP)dvlist.h utilarr.h tmatrix.h \ 43 tmatrix_tsnl.h tvector.h tvector_tsnl.h \ 43 $(SOPHYAINCP)anydataobj.h fioarr.h \ 44 $(SOPHYAINCP)machdefs.h tarray.h basarr.h \ 45 $(SOPHYAINCP)anydataobj.h \ 46 $(SOPHYAINCP)mutyv.h \ 47 $(SOPHYAINCP)timestamp.h \ 48 $(SOPHYAINCP)objfio.h \ 49 $(SOPHYAINCP)dvlist.h \ 50 $(SOPHYAINCP)mutyv.h \ 51 $(SOPHYAINCP)ndatablock.h utilarr.h \ 52 tmatrix.h tmatrix_tsnl.h tvector.h tvector_tsnl.h \ 53 $(SOPHYAINCP)ppersist.h \ 44 54 $(SOPHYAINCP)datatype.h 45 55 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fioarr.cc 46 56 47 $(SOPHYAOBJP)matharr.o: matharr.cc $(SOPHYAINCP)sopnamsp.h \ 57 $(SOPHYAOBJP)matharr.o: matharr.cc \ 58 $(SOPHYAINCP)sopnamsp.h \ 48 59 $(SOPHYAINCP)machdefs.h matharr.h tarray.h \ 49 60 basarr.h $(SOPHYAINCP)anydataobj.h \ 50 $(SOPHYAINCP)mutyv.h \ 51 $(SOPHYAINCP)timestamp.h \ 52 $(SOPHYAINCP)objfio.h \ 53 $(SOPHYAINCP)ppersist.h \ 54 $(SOPHYAINCP)pexceptions.h \ 55 $(SOPHYAINCP)gnumd5.h \ 56 $(SOPHYAINCP)ppfbinstream.h \ 57 $(SOPHYAINCP)rawstream.h \ 58 $(SOPHYAINCP)ppfnametag.h \ 59 $(SOPHYAINCP)dvlist.h \ 61 $(SOPHYAINCP)machdefs.h \ 62 $(SOPHYAINCP)mutyv.h \ 63 $(SOPHYAINCP)timestamp.h \ 64 $(SOPHYAINCP)objfio.h \ 65 $(SOPHYAINCP)anydataobj.h \ 66 $(SOPHYAINCP)ppersist.h \ 67 $(SOPHYAINCP)pexceptions.h \ 68 $(SOPHYAINCP)gnumd5.h \ 69 $(SOPHYAINCP)ppfbinstream.h \ 70 $(SOPHYAINCP)rawstream.h \ 71 $(SOPHYAINCP)ppfnametag.h \ 72 $(SOPHYAINCP)dvlist.h \ 73 $(SOPHYAINCP)mutyv.h \ 60 74 $(SOPHYAINCP)ndatablock.h utilarr.h 61 75 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ matharr.cc 62 76 63 $(SOPHYAOBJP)sopemtx.o: sopemtx.cc $(SOPHYAINCP)sopnamsp.h \ 64 $(SOPHYAINCP)machdefs.h sopemtx.h tmatrix.h \ 65 tarray.h basarr.h $(SOPHYAINCP)anydataobj.h \ 66 $(SOPHYAINCP)mutyv.h \ 67 $(SOPHYAINCP)timestamp.h \ 68 $(SOPHYAINCP)objfio.h \ 69 $(SOPHYAINCP)ppersist.h \ 70 $(SOPHYAINCP)pexceptions.h \ 71 $(SOPHYAINCP)gnumd5.h \ 72 $(SOPHYAINCP)ppfbinstream.h \ 73 $(SOPHYAINCP)rawstream.h \ 74 $(SOPHYAINCP)ppfnametag.h \ 75 $(SOPHYAINCP)dvlist.h \ 77 $(SOPHYAOBJP)sopemtx.o: sopemtx.cc \ 78 $(SOPHYAINCP)sopnamsp.h \ 79 $(SOPHYAINCP)machdefs.h sopemtx.h \ 80 tmatrix.h tarray.h basarr.h \ 81 $(SOPHYAINCP)anydataobj.h \ 82 $(SOPHYAINCP)machdefs.h \ 83 $(SOPHYAINCP)mutyv.h \ 84 $(SOPHYAINCP)timestamp.h \ 85 $(SOPHYAINCP)objfio.h \ 86 $(SOPHYAINCP)anydataobj.h \ 87 $(SOPHYAINCP)ppersist.h \ 88 $(SOPHYAINCP)pexceptions.h \ 89 $(SOPHYAINCP)gnumd5.h \ 90 $(SOPHYAINCP)ppfbinstream.h \ 91 $(SOPHYAINCP)rawstream.h \ 92 $(SOPHYAINCP)ppfnametag.h \ 93 $(SOPHYAINCP)dvlist.h \ 94 $(SOPHYAINCP)mutyv.h \ 76 95 $(SOPHYAINCP)ndatablock.h utilarr.h \ 77 96 tmatrix_tsnl.h tvector.h tvector_tsnl.h \ … … 81 100 $(SOPHYAOBJP)tarray.o: tarray.cc $(SOPHYAINCP)sopnamsp.h \ 82 101 $(SOPHYAINCP)machdefs.h \ 83 $(SOPHYAINCP)pexceptions.h tarray.h \ 84 basarr.h $(SOPHYAINCP)anydataobj.h \ 85 $(SOPHYAINCP)mutyv.h \ 86 $(SOPHYAINCP)timestamp.h \ 87 $(SOPHYAINCP)objfio.h \ 88 $(SOPHYAINCP)ppersist.h \ 89 $(SOPHYAINCP)gnumd5.h \ 90 $(SOPHYAINCP)ppfbinstream.h \ 91 $(SOPHYAINCP)rawstream.h \ 92 $(SOPHYAINCP)ppfnametag.h \ 93 $(SOPHYAINCP)dvlist.h \ 102 $(SOPHYAINCP)pexceptions.h \ 103 $(SOPHYAINCP)machdefs.h tarray.h basarr.h \ 104 $(SOPHYAINCP)anydataobj.h \ 105 $(SOPHYAINCP)mutyv.h \ 106 $(SOPHYAINCP)timestamp.h \ 107 $(SOPHYAINCP)objfio.h \ 108 $(SOPHYAINCP)anydataobj.h \ 109 $(SOPHYAINCP)ppersist.h \ 110 $(SOPHYAINCP)pexceptions.h \ 111 $(SOPHYAINCP)gnumd5.h \ 112 $(SOPHYAINCP)ppfbinstream.h \ 113 $(SOPHYAINCP)rawstream.h \ 114 $(SOPHYAINCP)ppfnametag.h \ 115 $(SOPHYAINCP)dvlist.h \ 116 $(SOPHYAINCP)mutyv.h \ 94 117 $(SOPHYAINCP)ndatablock.h utilarr.h 95 118 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tarray.cc … … 98 121 $(SOPHYAINCP)sopnamsp.h \ 99 122 $(SOPHYAINCP)machdefs.h tarrinit.h \ 100 $(SOPHYAINCP)sophyainit.h fioarr.h tarray.h \ 123 $(SOPHYAINCP)sophyainit.h \ 124 $(SOPHYAINCP)machdefs.h fioarr.h tarray.h \ 101 125 basarr.h $(SOPHYAINCP)anydataobj.h \ 102 126 $(SOPHYAINCP)mutyv.h \ 103 127 $(SOPHYAINCP)timestamp.h \ 104 128 $(SOPHYAINCP)objfio.h \ 105 $(SOPHYAINCP)ppersist.h \ 106 $(SOPHYAINCP)pexceptions.h \ 107 $(SOPHYAINCP)gnumd5.h \ 108 $(SOPHYAINCP)ppfbinstream.h \ 109 $(SOPHYAINCP)rawstream.h \ 110 $(SOPHYAINCP)ppfnametag.h \ 111 $(SOPHYAINCP)dvlist.h \ 112 $(SOPHYAINCP)ndatablock.h utilarr.h \ 113 tmatrix.h tmatrix_tsnl.h tvector.h tvector_tsnl.h 129 $(SOPHYAINCP)anydataobj.h \ 130 $(SOPHYAINCP)ppersist.h \ 131 $(SOPHYAINCP)pexceptions.h \ 132 $(SOPHYAINCP)gnumd5.h \ 133 $(SOPHYAINCP)ppfbinstream.h \ 134 $(SOPHYAINCP)rawstream.h \ 135 $(SOPHYAINCP)ppfnametag.h \ 136 $(SOPHYAINCP)dvlist.h \ 137 $(SOPHYAINCP)mutyv.h \ 138 $(SOPHYAINCP)ndatablock.h utilarr.h \ 139 tmatrix.h tmatrix_tsnl.h tvector.h tvector_tsnl.h \ 140 $(SOPHYAINCP)ppersist.h 114 141 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tarrinit.cc 115 142 116 $(SOPHYAOBJP)tmatrix.o: tmatrix.cc $(SOPHYAINCP)sopnamsp.h \ 117 $(SOPHYAINCP)machdefs.h \ 118 $(SOPHYAINCP)pexceptions.h tmatrix.h \ 119 tarray.h basarr.h $(SOPHYAINCP)anydataobj.h \ 120 $(SOPHYAINCP)mutyv.h \ 121 $(SOPHYAINCP)timestamp.h \ 122 $(SOPHYAINCP)objfio.h \ 123 $(SOPHYAINCP)ppersist.h \ 124 $(SOPHYAINCP)gnumd5.h \ 125 $(SOPHYAINCP)ppfbinstream.h \ 126 $(SOPHYAINCP)rawstream.h \ 127 $(SOPHYAINCP)ppfnametag.h \ 128 $(SOPHYAINCP)dvlist.h \ 143 $(SOPHYAOBJP)tmatrix.o: tmatrix.cc \ 144 $(SOPHYAINCP)sopnamsp.h \ 145 $(SOPHYAINCP)machdefs.h \ 146 $(SOPHYAINCP)pexceptions.h \ 147 $(SOPHYAINCP)machdefs.h tmatrix.h tarray.h \ 148 basarr.h $(SOPHYAINCP)anydataobj.h \ 149 $(SOPHYAINCP)mutyv.h \ 150 $(SOPHYAINCP)timestamp.h \ 151 $(SOPHYAINCP)objfio.h \ 152 $(SOPHYAINCP)anydataobj.h \ 153 $(SOPHYAINCP)ppersist.h \ 154 $(SOPHYAINCP)pexceptions.h \ 155 $(SOPHYAINCP)gnumd5.h \ 156 $(SOPHYAINCP)ppfbinstream.h \ 157 $(SOPHYAINCP)rawstream.h \ 158 $(SOPHYAINCP)ppfnametag.h \ 159 $(SOPHYAINCP)dvlist.h \ 160 $(SOPHYAINCP)mutyv.h \ 129 161 $(SOPHYAINCP)ndatablock.h utilarr.h \ 130 162 tmatrix_tsnl.h 131 163 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tmatrix.cc 132 164 133 $(SOPHYAOBJP)tvector.o: tvector.cc $(SOPHYAINCP)sopnamsp.h \ 134 $(SOPHYAINCP)machdefs.h \ 135 $(SOPHYAINCP)pexceptions.h tvector.h \ 165 $(SOPHYAOBJP)tvector.o: tvector.cc \ 166 $(SOPHYAINCP)sopnamsp.h \ 167 $(SOPHYAINCP)machdefs.h \ 168 $(SOPHYAINCP)pexceptions.h \ 169 $(SOPHYAINCP)machdefs.h tvector.h \ 136 170 tmatrix.h tarray.h basarr.h \ 137 171 $(SOPHYAINCP)anydataobj.h \ … … 139 173 $(SOPHYAINCP)timestamp.h \ 140 174 $(SOPHYAINCP)objfio.h \ 141 $(SOPHYAINCP)ppersist.h \ 142 $(SOPHYAINCP)gnumd5.h \ 143 $(SOPHYAINCP)ppfbinstream.h \ 144 $(SOPHYAINCP)rawstream.h \ 145 $(SOPHYAINCP)ppfnametag.h \ 146 $(SOPHYAINCP)dvlist.h \ 175 $(SOPHYAINCP)anydataobj.h \ 176 $(SOPHYAINCP)ppersist.h \ 177 $(SOPHYAINCP)pexceptions.h \ 178 $(SOPHYAINCP)gnumd5.h \ 179 $(SOPHYAINCP)ppfbinstream.h \ 180 $(SOPHYAINCP)rawstream.h \ 181 $(SOPHYAINCP)ppfnametag.h \ 182 $(SOPHYAINCP)dvlist.h \ 183 $(SOPHYAINCP)mutyv.h \ 147 184 $(SOPHYAINCP)ndatablock.h utilarr.h \ 148 185 tmatrix_tsnl.h tvector_tsnl.h 149 186 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tvector.cc 150 187 151 $(SOPHYAOBJP)utilarr.o: utilarr.cc $(SOPHYAINCP)sopnamsp.h \ 188 $(SOPHYAOBJP)utilarr.o: utilarr.cc \ 189 $(SOPHYAINCP)sopnamsp.h \ 152 190 $(SOPHYAINCP)machdefs.h utilarr.h \ 153 191 $(SOPHYAINCP)mutyv.h \ 192 $(SOPHYAINCP)machdefs.h \ 154 193 $(SOPHYAINCP)timestamp.h \ 155 194 $(SOPHYAINCP)objfio.h \ -
trunk/SophyaPI/PI/Makefile
r2765 r3007 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)lut.o $(SOPHYAOBJP)parradapter.o $(SOPHYAOBJP)pi3ddrw.o $(SOPHYAOBJP)pi3dwdg.o $(SOPHYAOBJP)piapplgen.o $(SOPHYAOBJP)piapplmac.o $(SOPHYAOBJP)piapplx.o $(SOPHYAOBJP)piaxes.o $(SOPHYAOBJP)piaxestools.o $(SOPHYAOBJP)pibargraph.o $(SOPHYAOBJP)pibwdggen.o $(SOPHYAOBJP)pibwdgmac.o $(SOPHYAOBJP)pibwdgx.o $(SOPHYAOBJP)picmap.o $(SOPHYAOBJP)picmapgen.o $(SOPHYAOBJP)picmapmac.o $(SOPHYAOBJP)picmapview.o $(SOPHYAOBJP)picmapx.o $(SOPHYAOBJP)picons.o $(SOPHYAOBJP)picontainergen.o $(SOPHYAOBJP)picontainermac.o $(SOPHYAOBJP)picontainerx.o $(SOPHYAOBJP)pidrawer.o $(SOPHYAOBJP)pidrawwin.o $(SOPHYAOBJP)pidrwtools.o $(SOPHYAOBJP)pieldrw.o $(SOPHYAOBJP)pierrdisp.o $(SOPHYAOBJP)pievthandler.o $(SOPHYAOBJP)pifilechogen.o $(SOPHYAOBJP)pifilechomac.o $(SOPHYAOBJP)pifilechox.o $(SOPHYAOBJP)pifontgen.o $(SOPHYAOBJP)pifontmac.o $(SOPHYAOBJP)pifontx.o $(SOPHYAOBJP)pigraph3d.o $(SOPHYAOBJP)pigraphgen.o $(SOPHYAOBJP)pigraphmac.o $(SOPHYAOBJP)pigraphps.o $(SOPHYAOBJP)pigraphuc.o $(SOPHYAOBJP)pigraphx.o $(SOPHYAOBJP)pigratt.o $(SOPHYAOBJP)pigrcoord.o $(SOPHYAOBJP)piimage.o $(SOPHYAOBJP)piimgtools.o $(SOPHYAOBJP)pilineatt.o $(SOPHYAOBJP)pilistgen.o $(SOPHYAOBJP)pilistmac.o $(SOPHYAOBJP)pilistx.o $(SOPHYAOBJP)pimenubargen.o $(SOPHYAOBJP)pimenubarmac.o $(SOPHYAOBJP)pimenubarx.o $(SOPHYAOBJP)pimenugen.o $(SOPHYAOBJP)pimenumac.o $(SOPHYAOBJP)pimenux.o $(SOPHYAOBJP)pimsghandler.o $(SOPHYAOBJP)pioptmenugen.o $(SOPHYAOBJP)pioptmenumac.o $(SOPHYAOBJP)pioptmenux.o $(SOPHYAOBJP)piperiodmac.o $(SOPHYAOBJP)piperiodx.o $(SOPHYAOBJP)pipixmapgen.o $(SOPHYAOBJP)pipixmapmac.o $(SOPHYAOBJP)pipixmapx.o $(SOPHYAOBJP)pippapplmac.o $(SOPHYAOBJP)pipplist.o $(SOPHYAOBJP)pippmenubar.o $(SOPHYAOBJP)pippoptmenu.o $(SOPHYAOBJP)pippviewadapter.o $(SOPHYAOBJP)pippwindowmac.o $(SOPHYAOBJP)piscdrawwdg.o $(SOPHYAOBJP)pistdwdggen.o $(SOPHYAOBJP)pistdwdgmac.o $(SOPHYAOBJP)pistdwdgx.o $(SOPHYAOBJP)pistzwin.o $(SOPHYAOBJP)pisurfdr.o $(SOPHYAOBJP)pitherm.o $(SOPHYAOBJP)pitxtdrw.o $(SOPHYAOBJP)piup.o $(SOPHYAOBJP)piup _def.o $(SOPHYAOBJP)piupdattachment.o $(SOPHYAOBJP)piwdggen.o $(SOPHYAOBJP)piwdgmac.o $(SOPHYAOBJP)piwdgx.o $(SOPHYAOBJP)piwindowgen.o $(SOPHYAOBJP)piwindowmac.o $(SOPHYAOBJP)piwindowx.o $(SOPHYAOBJP)pixtbase.o $(SOPHYAOBJP)piyfxdrw.o $(SOPHYAOBJP)psfile.o $(SOPHYAOBJP)xdispim.o6 rm -f $(SOPHYAOBJP)lut.o $(SOPHYAOBJP)parradapter.o $(SOPHYAOBJP)pi3ddrw.o $(SOPHYAOBJP)pi3dwdg.o $(SOPHYAOBJP)piapplgen.o $(SOPHYAOBJP)piapplmac.o $(SOPHYAOBJP)piapplx.o $(SOPHYAOBJP)piaxes.o $(SOPHYAOBJP)piaxestools.o $(SOPHYAOBJP)pibargraph.o $(SOPHYAOBJP)pibwdggen.o $(SOPHYAOBJP)pibwdgmac.o $(SOPHYAOBJP)pibwdgx.o $(SOPHYAOBJP)picmap.o $(SOPHYAOBJP)picmapgen.o $(SOPHYAOBJP)picmapmac.o $(SOPHYAOBJP)picmapview.o $(SOPHYAOBJP)picmapx.o $(SOPHYAOBJP)picons.o $(SOPHYAOBJP)picontainergen.o $(SOPHYAOBJP)picontainermac.o $(SOPHYAOBJP)picontainerx.o $(SOPHYAOBJP)pidrawer.o $(SOPHYAOBJP)pidrawwin.o $(SOPHYAOBJP)pidrwtools.o $(SOPHYAOBJP)pieldrw.o $(SOPHYAOBJP)pierrdisp.o $(SOPHYAOBJP)pievthandler.o $(SOPHYAOBJP)pifilechogen.o $(SOPHYAOBJP)pifilechomac.o $(SOPHYAOBJP)pifilechox.o $(SOPHYAOBJP)pifontgen.o $(SOPHYAOBJP)pifontmac.o $(SOPHYAOBJP)pifontx.o $(SOPHYAOBJP)pigraph3d.o $(SOPHYAOBJP)pigraphgen.o $(SOPHYAOBJP)pigraphmac.o $(SOPHYAOBJP)pigraphps.o $(SOPHYAOBJP)pigraphuc.o $(SOPHYAOBJP)pigraphx.o $(SOPHYAOBJP)pigratt.o $(SOPHYAOBJP)pigrcoord.o $(SOPHYAOBJP)piimage.o $(SOPHYAOBJP)piimgtools.o $(SOPHYAOBJP)pilineatt.o $(SOPHYAOBJP)pilistgen.o $(SOPHYAOBJP)pilistmac.o $(SOPHYAOBJP)pilistx.o $(SOPHYAOBJP)pimenubargen.o $(SOPHYAOBJP)pimenubarmac.o $(SOPHYAOBJP)pimenubarx.o $(SOPHYAOBJP)pimenugen.o $(SOPHYAOBJP)pimenumac.o $(SOPHYAOBJP)pimenux.o $(SOPHYAOBJP)pimsghandler.o $(SOPHYAOBJP)pioptmenugen.o $(SOPHYAOBJP)pioptmenumac.o $(SOPHYAOBJP)pioptmenux.o $(SOPHYAOBJP)piperiodmac.o $(SOPHYAOBJP)piperiodx.o $(SOPHYAOBJP)pipixmapgen.o $(SOPHYAOBJP)pipixmapmac.o $(SOPHYAOBJP)pipixmapx.o $(SOPHYAOBJP)pippapplmac.o $(SOPHYAOBJP)pipplist.o $(SOPHYAOBJP)pippmenubar.o $(SOPHYAOBJP)pippoptmenu.o $(SOPHYAOBJP)pippviewadapter.o $(SOPHYAOBJP)pippwindowmac.o $(SOPHYAOBJP)piscdrawwdg.o $(SOPHYAOBJP)pistdwdggen.o $(SOPHYAOBJP)pistdwdgmac.o $(SOPHYAOBJP)pistdwdgx.o $(SOPHYAOBJP)pistzwin.o $(SOPHYAOBJP)pisurfdr.o $(SOPHYAOBJP)pitherm.o $(SOPHYAOBJP)pitxtdrw.o $(SOPHYAOBJP)piup.o $(SOPHYAOBJP)piupdattachment.o $(SOPHYAOBJP)piup_def.o $(SOPHYAOBJP)piwdggen.o $(SOPHYAOBJP)piwdgmac.o $(SOPHYAOBJP)piwdgx.o $(SOPHYAOBJP)piwindowgen.o $(SOPHYAOBJP)piwindowmac.o $(SOPHYAOBJP)piwindowx.o $(SOPHYAOBJP)pixtbase.o $(SOPHYAOBJP)piyfxdrw.o $(SOPHYAOBJP)psfile.o $(SOPHYAOBJP)xdispim.o 7 7 rm -f $(SOPHYALIBP)libPI.a 8 8 … … 20 20 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ parradapter.cc 21 21 22 $(SOPHYAOBJP)pi3ddrw.o: pi3ddrw.cc $(SOPHYAINCP)sopnamsp.h \ 23 pi3ddrw.h pisysdep.h \ 24 $(SOPHYAINCP)machdefs.h pidrawer.h \ 25 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 26 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 27 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigratt.h \ 28 piaxes.h pieldrw.h pigraph3d.h 29 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pi3ddrw.cc 30 31 $(SOPHYAOBJP)pi3dwdg.o: pi3dwdg.cc $(SOPHYAINCP)sopnamsp.h \ 32 pi3dwdg.h pisysdep.h \ 33 $(SOPHYAINCP)machdefs.h pi3ddrw.h \ 22 $(SOPHYAOBJP)pi3ddrw.o: pi3ddrw.cc \ 23 $(SOPHYAINCP)sopnamsp.h pi3ddrw.h \ 24 pisysdep.h $(SOPHYAINCP)machdefs.h \ 34 25 pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 35 26 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 36 27 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 37 pigratt.h piaxes.h pieldrw.h pigraph3d.h pibwdgx.h pigraphps.h \ 38 pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h pimenugen.h \ 39 pioptmenux.h pioptmenugen.h piwindowx.h piwindowgen.h picontainerx.h \ 40 picontainergen.h piapplx.h piapplgen.h pimenubarx.h pimenubargen.h \ 41 picons.h 28 pigratt.h piaxes.h pieldrw.h pigraph3d.h 29 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pi3ddrw.cc 30 31 $(SOPHYAOBJP)pi3dwdg.o: pi3dwdg.cc \ 32 $(SOPHYAINCP)sopnamsp.h pi3dwdg.h \ 33 pisysdep.h $(SOPHYAINCP)machdefs.h \ 34 pi3ddrw.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 35 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 36 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 37 pievthandler.h psfile.h pigratt.h piaxes.h pieldrw.h pigraph3d.h \ 38 pibwdgx.h pigraphps.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \ 39 pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h piwindowgen.h \ 40 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ 41 pimenubargen.h picons.h 42 42 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pi3dwdg.cc 43 43 … … 52 52 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piapplgen.cc 53 53 54 $(SOPHYAOBJP)piapplx.o: piapplx.cc $(SOPHYAINCP)sopnamsp.h \ 55 piapplx.h piapplgen.h pimsghandler.h \ 54 $(SOPHYAOBJP)piapplx.o: piapplx.cc \ 55 $(SOPHYAINCP)sopnamsp.h piapplx.h \ 56 piapplgen.h pimsghandler.h \ 56 57 $(SOPHYAINCP)machdefs.h pisysdep.h \ 57 58 picontainerx.h picontainergen.h piwdgx.h piwdggen.h picolist.h \ … … 93 94 $(SOPHYAOBJP)pibwdggen.o: pibwdggen.cc \ 94 95 $(SOPHYAINCP)sopnamsp.h pibwdggen.h \ 95 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h\96 piwdg gen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \97 pi graphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \98 pi graphuc.h pievthandler.h psfile.h pidrawer.h pigratt.h piaxes.h \99 pi graphps.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \96 pisysdep.h $(SOPHYAINCP)machdefs.h \ 97 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 98 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 99 pilineatt.h pigraphuc.h pievthandler.h psfile.h pidrawer.h pigratt.h \ 100 piaxes.h pigraphps.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \ 100 101 pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h piwindowgen.h \ 101 102 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ … … 103 104 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pibwdggen.cc 104 105 105 $(SOPHYAOBJP)pibwdgx.o: pibwdgx.cc $(SOPHYAINCP)sopnamsp.h \ 106 pixtbaseP.h pibwdgx.h pisysdep.h \ 106 $(SOPHYAOBJP)pibwdgx.o: pibwdgx.cc \ 107 $(SOPHYAINCP)sopnamsp.h pixtbaseP.h \ 108 pibwdgx.h pisysdep.h \ 107 109 $(SOPHYAINCP)machdefs.h pibwdggen.h \ 108 110 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ … … 112 114 113 115 $(SOPHYAOBJP)picmap.o: picmap.cc $(SOPHYAINCP)sopnamsp.h \ 114 picmap.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 115 picmapx.h picmapgen.h 116 picmap.h pisysdep.h \ 117 $(SOPHYAINCP)machdefs.h picmapx.h \ 118 picmapgen.h 116 119 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picmap.cc 117 120 … … 131 134 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picmapview.cc 132 135 133 $(SOPHYAOBJP)picmapx.o: picmapx.cc $(SOPHYAINCP)sopnamsp.h \ 134 piwdgx.h piwdggen.h $(SOPHYAINCP)machdefs.h \ 136 $(SOPHYAOBJP)picmapx.o: picmapx.cc \ 137 $(SOPHYAINCP)sopnamsp.h piwdgx.h \ 138 piwdggen.h $(SOPHYAINCP)machdefs.h \ 135 139 pimsghandler.h picolist.h picmapx.h picmapgen.h pisysdep.h 136 140 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picmapx.cc … … 147 151 $(SOPHYAOBJP)picontainergen.o: picontainergen.cc \ 148 152 $(SOPHYAINCP)sopnamsp.h picontainergen.h \ 149 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h\150 piwdg gen.h pimsghandler.h picolist.h153 pisysdep.h $(SOPHYAINCP)machdefs.h \ 154 piwdgx.h piwdggen.h pimsghandler.h picolist.h 151 155 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picontainergen.cc 152 156 … … 193 197 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pidrwtools.cc 194 198 195 $(SOPHYAOBJP)pieldrw.o: pieldrw.cc $(SOPHYAINCP)sopnamsp.h \ 199 $(SOPHYAOBJP)pieldrw.o: pieldrw.cc \ 200 $(SOPHYAINCP)sopnamsp.h \ 196 201 $(SOPHYAINCP)machdefs.h pieldrw.h \ 197 202 pidrawer.h pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h \ … … 211 216 $(SOPHYAOBJP)pifilechogen.o: pifilechogen.cc \ 212 217 $(SOPHYAINCP)sopnamsp.h pifilechogen.h \ 213 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h\214 piwdg gen.h pimsghandler.h picolist.h218 pisysdep.h $(SOPHYAINCP)machdefs.h \ 219 piwdgx.h piwdggen.h pimsghandler.h picolist.h 215 220 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifilechogen.cc 216 221 … … 228 233 $(SOPHYAOBJP)pifontgen.o: pifontgen.cc \ 229 234 $(SOPHYAINCP)sopnamsp.h pigraphgen.h \ 230 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h\231 piwdg gen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \232 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h235 pisysdep.h $(SOPHYAINCP)machdefs.h \ 236 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 237 picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h 233 238 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifontgen.cc 234 239 235 $(SOPHYAOBJP)pifontx.o: pifontx.cc $(SOPHYAINCP)sopnamsp.h \ 236 pisysdep.h $(SOPHYAINCP)machdefs.h \ 237 pifontx.h pifontgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 240 $(SOPHYAOBJP)pifontx.o: pifontx.cc \ 241 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 242 $(SOPHYAINCP)machdefs.h pifontx.h \ 243 pifontgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 238 244 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifontx.cc 239 245 … … 248 254 $(SOPHYAOBJP)pigraphgen.o: pigraphgen.cc \ 249 255 $(SOPHYAINCP)sopnamsp.h pigraphgen.h \ 250 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h\251 piwdg gen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \252 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h ucckprot.h256 pisysdep.h $(SOPHYAINCP)machdefs.h \ 257 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 258 picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h ucckprot.h 253 259 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraphgen.cc 254 260 … … 276 282 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraphx.cc 277 283 278 $(SOPHYAOBJP)pigratt.o: pigratt.cc $(SOPHYAINCP)sopnamsp.h \ 279 pigratt.h pisysdep.h \ 280 $(SOPHYAINCP)machdefs.h pigraphgen.h \ 281 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 282 picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 283 $(SOPHYAINCP)strutilxx.h 284 $(SOPHYAOBJP)pigratt.o: pigratt.cc \ 285 $(SOPHYAINCP)sopnamsp.h pigratt.h \ 286 pisysdep.h $(SOPHYAINCP)machdefs.h \ 287 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 288 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 289 $(SOPHYAINCP)strutilxx.h \ 290 $(SOPHYAINCP)machdefs.h 284 291 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigratt.cc 285 292 … … 289 296 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigrcoord.cc 290 297 291 $(SOPHYAOBJP)piimage.o: piimage.cc $(SOPHYAINCP)sopnamsp.h \ 292 pisysdep.h $(SOPHYAINCP)machdefs.h \ 293 piimage.h parradapter.h lut.h pieldrw.h pidrawer.h pibwdggen.h piwdgx.h \ 298 $(SOPHYAOBJP)piimage.o: piimage.cc \ 299 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 300 $(SOPHYAINCP)machdefs.h piimage.h \ 301 parradapter.h lut.h pieldrw.h pidrawer.h pibwdggen.h piwdgx.h \ 294 302 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 295 303 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ … … 322 330 $(SOPHYAOBJP)pilistgen.o: pilistgen.cc \ 323 331 $(SOPHYAINCP)sopnamsp.h pilistgen.h \ 324 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h\325 piwdg gen.h pimsghandler.h picolist.h332 pisysdep.h $(SOPHYAINCP)machdefs.h \ 333 piwdgx.h piwdggen.h pimsghandler.h picolist.h 326 334 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pilistgen.cc 327 335 328 $(SOPHYAOBJP)pilistx.o: pilistx.cc $(SOPHYAINCP)sopnamsp.h \ 329 pilistx.h pilistgen.h pisysdep.h \ 330 $(SOPHYAINCP)machdefs.h piwdgx.h piwdggen.h \ 331 pimsghandler.h picolist.h picontainerx.h picontainergen.h 336 $(SOPHYAOBJP)pilistx.o: pilistx.cc \ 337 $(SOPHYAINCP)sopnamsp.h pilistx.h \ 338 pilistgen.h pisysdep.h \ 339 $(SOPHYAINCP)machdefs.h piwdgx.h \ 340 piwdggen.h pimsghandler.h picolist.h picontainerx.h picontainergen.h 332 341 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pilistx.cc 333 342 … … 355 364 $(SOPHYAOBJP)pimenugen.o: pimenugen.cc \ 356 365 $(SOPHYAINCP)sopnamsp.h pimenugen.h \ 357 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h\358 piwdg gen.h pimsghandler.h picolist.h366 pisysdep.h $(SOPHYAINCP)machdefs.h \ 367 piwdgx.h piwdggen.h pimsghandler.h picolist.h 359 368 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenugen.cc 360 369 361 $(SOPHYAOBJP)pimenux.o: pimenux.cc $(SOPHYAINCP)sopnamsp.h \ 362 pisysdep.h $(SOPHYAINCP)machdefs.h \ 363 pimenubarx.h pimenubargen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h \ 364 pimsghandler.h picolist.h 370 $(SOPHYAOBJP)pimenux.o: pimenux.cc \ 371 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 372 $(SOPHYAINCP)machdefs.h pimenubarx.h \ 373 pimenubargen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h \ 374 picolist.h 365 375 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenux.cc 366 376 … … 388 398 389 399 $(SOPHYAOBJP)piperiodx.o: piperiodx.cc \ 390 $(SOPHYAINCP)sopnamsp.h piwdgx.h piwdggen.h \ 391 $(SOPHYAINCP)machdefs.h pimsghandler.h \ 392 picolist.h piperiodx.h \ 393 $(SOPHYAINCP)periodic.h 400 $(SOPHYAINCP)sopnamsp.h piwdgx.h \ 401 piwdggen.h $(SOPHYAINCP)machdefs.h \ 402 pimsghandler.h picolist.h piperiodx.h \ 403 $(SOPHYAINCP)periodic.h \ 404 $(SOPHYAINCP)machdefs.h 394 405 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piperiodx.cc 395 406 … … 427 438 $(SOPHYAOBJP)pistdwdggen.o: pistdwdggen.cc \ 428 439 $(SOPHYAINCP)sopnamsp.h pistdwdggen.h \ 429 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h\430 piwdg gen.h pimsghandler.h picolist.h440 pisysdep.h $(SOPHYAINCP)machdefs.h \ 441 piwdgx.h piwdggen.h pimsghandler.h picolist.h 431 442 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pistdwdggen.cc 432 443 … … 443 454 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piwdgx.h \ 444 455 piwdggen.h pimsghandler.h picolist.h piperiodx.h \ 445 $(SOPHYAINCP)periodic.h psfile.h \ 456 $(SOPHYAINCP)periodic.h \ 457 $(SOPHYAINCP)machdefs.h psfile.h \ 446 458 pifontgen.h pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h \ 447 459 pigrcoord.h pilineatt.h … … 450 462 $(SOPHYAOBJP)pisurfdr.o: pisurfdr.cc \ 451 463 $(SOPHYAINCP)sopnamsp.h pisurfdr.h \ 452 parradapter.h $(SOPHYAINCP)machdefs.h lut.h\453 pi3ddrw.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \464 parradapter.h $(SOPHYAINCP)machdefs.h \ 465 lut.h pi3ddrw.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \ 454 466 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 455 467 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ … … 457 469 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pisurfdr.cc 458 470 459 $(SOPHYAOBJP)pitherm.o: pitherm.cc $(SOPHYAINCP)sopnamsp.h \ 460 pitherm.h pisysdep.h \ 461 $(SOPHYAINCP)machdefs.h pibwdgx.h \ 462 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 463 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 464 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 471 $(SOPHYAOBJP)pitherm.o: pitherm.cc \ 472 $(SOPHYAINCP)sopnamsp.h pitherm.h \ 473 pisysdep.h $(SOPHYAINCP)machdefs.h \ 474 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 475 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 476 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 477 pigraphps.h 465 478 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pitherm.cc 466 479 … … 483 496 484 497 $(SOPHYAOBJP)piwdgx.o: piwdgx.cc $(SOPHYAINCP)sopnamsp.h \ 485 piwdgx.h piwdggen.h $(SOPHYAINCP)machdefs.h \ 486 pimsghandler.h picolist.h picontainerx.h pisysdep.h picontainergen.h \ 487 pievthandler.h pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h \ 488 pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 489 $(SOPHYAINCP)pexceptions.h 498 piwdgx.h piwdggen.h \ 499 $(SOPHYAINCP)machdefs.h pimsghandler.h \ 500 picolist.h picontainerx.h pisysdep.h picontainergen.h pievthandler.h \ 501 pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h \ 502 pifontgen.h pigrcoord.h pilineatt.h \ 503 $(SOPHYAINCP)pexceptions.h \ 504 $(SOPHYAINCP)machdefs.h 490 505 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piwdgx.cc 491 506 … … 524 539 525 540 $(SOPHYAOBJP)psfile.o: psfile.cc $(SOPHYAINCP)sopnamsp.h \ 526 psfile.h $(SOPHYAINCP)machdefs.h pisysdep.h \ 527 pifontgen.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 528 picmap.h picmapx.h picmapgen.h pifontx.h pigrcoord.h pilineatt.h 541 psfile.h $(SOPHYAINCP)machdefs.h \ 542 pisysdep.h pifontgen.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h \ 543 picolist.h picmap.h picmapx.h picmapgen.h pifontx.h pigrcoord.h \ 544 pilineatt.h 529 545 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ psfile.cc 530 546 -
trunk/SophyaPI/PI/exclude
r377 r3007 25 25 piupdattachment.cc 26 26 pierrdisp.cc 27 piup.cc28 27 piup_def.cc 29 28 xdispim.c 30 piup.c 29 piup.cc -
trunk/SophyaPI/PI/smakefile
r2765 r3007 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)lut.o $(SOPHYAOBJP)parradapter.o $(SOPHYAOBJP)pi3ddrw.o $(SOPHYAOBJP)pi3dwdg.o $(SOPHYAOBJP)piapplgen.o $(SOPHYAOBJP)piapplmac.o $(SOPHYAOBJP)piapplx.o $(SOPHYAOBJP)piaxes.o $(SOPHYAOBJP)piaxestools.o $(SOPHYAOBJP)pibargraph.o $(SOPHYAOBJP)pibwdggen.o $(SOPHYAOBJP)pibwdgmac.o $(SOPHYAOBJP)pibwdgx.o $(SOPHYAOBJP)picmap.o $(SOPHYAOBJP)picmapgen.o $(SOPHYAOBJP)picmapmac.o $(SOPHYAOBJP)picmapview.o $(SOPHYAOBJP)picmapx.o $(SOPHYAOBJP)picons.o $(SOPHYAOBJP)picontainergen.o $(SOPHYAOBJP)picontainermac.o $(SOPHYAOBJP)picontainerx.o $(SOPHYAOBJP)pidrawer.o $(SOPHYAOBJP)pidrawwin.o $(SOPHYAOBJP)pidrwtools.o $(SOPHYAOBJP)pieldrw.o $(SOPHYAOBJP)pierrdisp.o $(SOPHYAOBJP)pievthandler.o $(SOPHYAOBJP)pifilechogen.o $(SOPHYAOBJP)pifilechomac.o $(SOPHYAOBJP)pifilechox.o $(SOPHYAOBJP)pifontgen.o $(SOPHYAOBJP)pifontmac.o $(SOPHYAOBJP)pifontx.o $(SOPHYAOBJP)pigraph3d.o $(SOPHYAOBJP)pigraphgen.o $(SOPHYAOBJP)pigraphmac.o $(SOPHYAOBJP)pigraphps.o $(SOPHYAOBJP)pigraphuc.o $(SOPHYAOBJP)pigraphx.o $(SOPHYAOBJP)pigratt.o $(SOPHYAOBJP)pigrcoord.o $(SOPHYAOBJP)piimage.o $(SOPHYAOBJP)piimgtools.o $(SOPHYAOBJP)pilineatt.o $(SOPHYAOBJP)pilistgen.o $(SOPHYAOBJP)pilistmac.o $(SOPHYAOBJP)pilistx.o $(SOPHYAOBJP)pimenubargen.o $(SOPHYAOBJP)pimenubarmac.o $(SOPHYAOBJP)pimenubarx.o $(SOPHYAOBJP)pimenugen.o $(SOPHYAOBJP)pimenumac.o $(SOPHYAOBJP)pimenux.o $(SOPHYAOBJP)pimsghandler.o $(SOPHYAOBJP)pioptmenugen.o $(SOPHYAOBJP)pioptmenumac.o $(SOPHYAOBJP)pioptmenux.o $(SOPHYAOBJP)piperiodmac.o $(SOPHYAOBJP)piperiodx.o $(SOPHYAOBJP)pipixmapgen.o $(SOPHYAOBJP)pipixmapmac.o $(SOPHYAOBJP)pipixmapx.o $(SOPHYAOBJP)pippapplmac.o $(SOPHYAOBJP)pipplist.o $(SOPHYAOBJP)pippmenubar.o $(SOPHYAOBJP)pippoptmenu.o $(SOPHYAOBJP)pippviewadapter.o $(SOPHYAOBJP)pippwindowmac.o $(SOPHYAOBJP)piscdrawwdg.o $(SOPHYAOBJP)pistdwdggen.o $(SOPHYAOBJP)pistdwdgmac.o $(SOPHYAOBJP)pistdwdgx.o $(SOPHYAOBJP)pistzwin.o $(SOPHYAOBJP)pisurfdr.o $(SOPHYAOBJP)pitherm.o $(SOPHYAOBJP)pitxtdrw.o $(SOPHYAOBJP)piup.o $(SOPHYAOBJP)piup _def.o $(SOPHYAOBJP)piupdattachment.o $(SOPHYAOBJP)piwdggen.o $(SOPHYAOBJP)piwdgmac.o $(SOPHYAOBJP)piwdgx.o $(SOPHYAOBJP)piwindowgen.o $(SOPHYAOBJP)piwindowmac.o $(SOPHYAOBJP)piwindowx.o $(SOPHYAOBJP)pixtbase.o $(SOPHYAOBJP)piyfxdrw.o $(SOPHYAOBJP)psfile.o $(SOPHYAOBJP)xdispim.o6 rm -f $(SOPHYAOBJP)lut.o $(SOPHYAOBJP)parradapter.o $(SOPHYAOBJP)pi3ddrw.o $(SOPHYAOBJP)pi3dwdg.o $(SOPHYAOBJP)piapplgen.o $(SOPHYAOBJP)piapplmac.o $(SOPHYAOBJP)piapplx.o $(SOPHYAOBJP)piaxes.o $(SOPHYAOBJP)piaxestools.o $(SOPHYAOBJP)pibargraph.o $(SOPHYAOBJP)pibwdggen.o $(SOPHYAOBJP)pibwdgmac.o $(SOPHYAOBJP)pibwdgx.o $(SOPHYAOBJP)picmap.o $(SOPHYAOBJP)picmapgen.o $(SOPHYAOBJP)picmapmac.o $(SOPHYAOBJP)picmapview.o $(SOPHYAOBJP)picmapx.o $(SOPHYAOBJP)picons.o $(SOPHYAOBJP)picontainergen.o $(SOPHYAOBJP)picontainermac.o $(SOPHYAOBJP)picontainerx.o $(SOPHYAOBJP)pidrawer.o $(SOPHYAOBJP)pidrawwin.o $(SOPHYAOBJP)pidrwtools.o $(SOPHYAOBJP)pieldrw.o $(SOPHYAOBJP)pierrdisp.o $(SOPHYAOBJP)pievthandler.o $(SOPHYAOBJP)pifilechogen.o $(SOPHYAOBJP)pifilechomac.o $(SOPHYAOBJP)pifilechox.o $(SOPHYAOBJP)pifontgen.o $(SOPHYAOBJP)pifontmac.o $(SOPHYAOBJP)pifontx.o $(SOPHYAOBJP)pigraph3d.o $(SOPHYAOBJP)pigraphgen.o $(SOPHYAOBJP)pigraphmac.o $(SOPHYAOBJP)pigraphps.o $(SOPHYAOBJP)pigraphuc.o $(SOPHYAOBJP)pigraphx.o $(SOPHYAOBJP)pigratt.o $(SOPHYAOBJP)pigrcoord.o $(SOPHYAOBJP)piimage.o $(SOPHYAOBJP)piimgtools.o $(SOPHYAOBJP)pilineatt.o $(SOPHYAOBJP)pilistgen.o $(SOPHYAOBJP)pilistmac.o $(SOPHYAOBJP)pilistx.o $(SOPHYAOBJP)pimenubargen.o $(SOPHYAOBJP)pimenubarmac.o $(SOPHYAOBJP)pimenubarx.o $(SOPHYAOBJP)pimenugen.o $(SOPHYAOBJP)pimenumac.o $(SOPHYAOBJP)pimenux.o $(SOPHYAOBJP)pimsghandler.o $(SOPHYAOBJP)pioptmenugen.o $(SOPHYAOBJP)pioptmenumac.o $(SOPHYAOBJP)pioptmenux.o $(SOPHYAOBJP)piperiodmac.o $(SOPHYAOBJP)piperiodx.o $(SOPHYAOBJP)pipixmapgen.o $(SOPHYAOBJP)pipixmapmac.o $(SOPHYAOBJP)pipixmapx.o $(SOPHYAOBJP)pippapplmac.o $(SOPHYAOBJP)pipplist.o $(SOPHYAOBJP)pippmenubar.o $(SOPHYAOBJP)pippoptmenu.o $(SOPHYAOBJP)pippviewadapter.o $(SOPHYAOBJP)pippwindowmac.o $(SOPHYAOBJP)piscdrawwdg.o $(SOPHYAOBJP)pistdwdggen.o $(SOPHYAOBJP)pistdwdgmac.o $(SOPHYAOBJP)pistdwdgx.o $(SOPHYAOBJP)pistzwin.o $(SOPHYAOBJP)pisurfdr.o $(SOPHYAOBJP)pitherm.o $(SOPHYAOBJP)pitxtdrw.o $(SOPHYAOBJP)piup.o $(SOPHYAOBJP)piupdattachment.o $(SOPHYAOBJP)piup_def.o $(SOPHYAOBJP)piwdggen.o $(SOPHYAOBJP)piwdgmac.o $(SOPHYAOBJP)piwdgx.o $(SOPHYAOBJP)piwindowgen.o $(SOPHYAOBJP)piwindowmac.o $(SOPHYAOBJP)piwindowx.o $(SOPHYAOBJP)pixtbase.o $(SOPHYAOBJP)piyfxdrw.o $(SOPHYAOBJP)psfile.o $(SOPHYAOBJP)xdispim.o 7 7 rm -f $(SOPHYALIBP)libPI.a 8 8 … … 20 20 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ parradapter.cc 21 21 22 $(SOPHYAOBJP)pi3ddrw.o: pi3ddrw.cc $(SOPHYAINCP)sopnamsp.h \ 23 pi3ddrw.h pisysdep.h \ 24 $(SOPHYAINCP)machdefs.h pidrawer.h \ 25 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 26 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 27 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigratt.h \ 28 piaxes.h pieldrw.h pigraph3d.h 29 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pi3ddrw.cc 30 31 $(SOPHYAOBJP)pi3dwdg.o: pi3dwdg.cc $(SOPHYAINCP)sopnamsp.h \ 32 pi3dwdg.h pisysdep.h \ 33 $(SOPHYAINCP)machdefs.h pi3ddrw.h \ 22 $(SOPHYAOBJP)pi3ddrw.o: pi3ddrw.cc \ 23 $(SOPHYAINCP)sopnamsp.h pi3ddrw.h \ 24 pisysdep.h $(SOPHYAINCP)machdefs.h \ 34 25 pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 35 26 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 36 27 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 37 pigratt.h piaxes.h pieldrw.h pigraph3d.h pibwdgx.h pigraphps.h \ 38 pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h pimenugen.h \ 39 pioptmenux.h pioptmenugen.h piwindowx.h piwindowgen.h picontainerx.h \ 40 picontainergen.h piapplx.h piapplgen.h pimenubarx.h pimenubargen.h \ 41 picons.h 28 pigratt.h piaxes.h pieldrw.h pigraph3d.h 29 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pi3ddrw.cc 30 31 $(SOPHYAOBJP)pi3dwdg.o: pi3dwdg.cc \ 32 $(SOPHYAINCP)sopnamsp.h pi3dwdg.h \ 33 pisysdep.h $(SOPHYAINCP)machdefs.h \ 34 pi3ddrw.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 35 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 36 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 37 pievthandler.h psfile.h pigratt.h piaxes.h pieldrw.h pigraph3d.h \ 38 pibwdgx.h pigraphps.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \ 39 pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h piwindowgen.h \ 40 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ 41 pimenubargen.h picons.h 42 42 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pi3dwdg.cc 43 43 … … 52 52 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piapplgen.cc 53 53 54 $(SOPHYAOBJP)piapplx.o: piapplx.cc $(SOPHYAINCP)sopnamsp.h \ 55 piapplx.h piapplgen.h pimsghandler.h \ 54 $(SOPHYAOBJP)piapplx.o: piapplx.cc \ 55 $(SOPHYAINCP)sopnamsp.h piapplx.h \ 56 piapplgen.h pimsghandler.h \ 56 57 $(SOPHYAINCP)machdefs.h pisysdep.h \ 57 58 picontainerx.h picontainergen.h piwdgx.h piwdggen.h picolist.h \ … … 93 94 $(SOPHYAOBJP)pibwdggen.o: pibwdggen.cc \ 94 95 $(SOPHYAINCP)sopnamsp.h pibwdggen.h \ 95 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h\96 piwdg gen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \97 pi graphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \98 pi graphuc.h pievthandler.h psfile.h pidrawer.h pigratt.h piaxes.h \99 pi graphps.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \96 pisysdep.h $(SOPHYAINCP)machdefs.h \ 97 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 98 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 99 pilineatt.h pigraphuc.h pievthandler.h psfile.h pidrawer.h pigratt.h \ 100 piaxes.h pigraphps.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \ 100 101 pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h piwindowgen.h \ 101 102 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ … … 103 104 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pibwdggen.cc 104 105 105 $(SOPHYAOBJP)pibwdgx.o: pibwdgx.cc $(SOPHYAINCP)sopnamsp.h \ 106 pixtbaseP.h pibwdgx.h pisysdep.h \ 106 $(SOPHYAOBJP)pibwdgx.o: pibwdgx.cc \ 107 $(SOPHYAINCP)sopnamsp.h pixtbaseP.h \ 108 pibwdgx.h pisysdep.h \ 107 109 $(SOPHYAINCP)machdefs.h pibwdggen.h \ 108 110 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ … … 112 114 113 115 $(SOPHYAOBJP)picmap.o: picmap.cc $(SOPHYAINCP)sopnamsp.h \ 114 picmap.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 115 picmapx.h picmapgen.h 116 picmap.h pisysdep.h \ 117 $(SOPHYAINCP)machdefs.h picmapx.h \ 118 picmapgen.h 116 119 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picmap.cc 117 120 … … 131 134 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picmapview.cc 132 135 133 $(SOPHYAOBJP)picmapx.o: picmapx.cc $(SOPHYAINCP)sopnamsp.h \ 134 piwdgx.h piwdggen.h $(SOPHYAINCP)machdefs.h \ 136 $(SOPHYAOBJP)picmapx.o: picmapx.cc \ 137 $(SOPHYAINCP)sopnamsp.h piwdgx.h \ 138 piwdggen.h $(SOPHYAINCP)machdefs.h \ 135 139 pimsghandler.h picolist.h picmapx.h picmapgen.h pisysdep.h 136 140 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picmapx.cc … … 147 151 $(SOPHYAOBJP)picontainergen.o: picontainergen.cc \ 148 152 $(SOPHYAINCP)sopnamsp.h picontainergen.h \ 149 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h\150 piwdg gen.h pimsghandler.h picolist.h153 pisysdep.h $(SOPHYAINCP)machdefs.h \ 154 piwdgx.h piwdggen.h pimsghandler.h picolist.h 151 155 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picontainergen.cc 152 156 … … 193 197 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pidrwtools.cc 194 198 195 $(SOPHYAOBJP)pieldrw.o: pieldrw.cc $(SOPHYAINCP)sopnamsp.h \ 199 $(SOPHYAOBJP)pieldrw.o: pieldrw.cc \ 200 $(SOPHYAINCP)sopnamsp.h \ 196 201 $(SOPHYAINCP)machdefs.h pieldrw.h \ 197 202 pidrawer.h pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h \ … … 211 216 $(SOPHYAOBJP)pifilechogen.o: pifilechogen.cc \ 212 217 $(SOPHYAINCP)sopnamsp.h pifilechogen.h \ 213 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h\214 piwdg gen.h pimsghandler.h picolist.h218 pisysdep.h $(SOPHYAINCP)machdefs.h \ 219 piwdgx.h piwdggen.h pimsghandler.h picolist.h 215 220 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifilechogen.cc 216 221 … … 228 233 $(SOPHYAOBJP)pifontgen.o: pifontgen.cc \ 229 234 $(SOPHYAINCP)sopnamsp.h pigraphgen.h \ 230 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h\231 piwdg gen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \232 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h235 pisysdep.h $(SOPHYAINCP)machdefs.h \ 236 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 237 picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h 233 238 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifontgen.cc 234 239 235 $(SOPHYAOBJP)pifontx.o: pifontx.cc $(SOPHYAINCP)sopnamsp.h \ 236 pisysdep.h $(SOPHYAINCP)machdefs.h \ 237 pifontx.h pifontgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 240 $(SOPHYAOBJP)pifontx.o: pifontx.cc \ 241 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 242 $(SOPHYAINCP)machdefs.h pifontx.h \ 243 pifontgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 238 244 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifontx.cc 239 245 … … 248 254 $(SOPHYAOBJP)pigraphgen.o: pigraphgen.cc \ 249 255 $(SOPHYAINCP)sopnamsp.h pigraphgen.h \ 250 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h\251 piwdg gen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \252 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h ucckprot.h256 pisysdep.h $(SOPHYAINCP)machdefs.h \ 257 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 258 picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h ucckprot.h 253 259 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraphgen.cc 254 260 … … 276 282 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraphx.cc 277 283 278 $(SOPHYAOBJP)pigratt.o: pigratt.cc $(SOPHYAINCP)sopnamsp.h \ 279 pigratt.h pisysdep.h \ 280 $(SOPHYAINCP)machdefs.h pigraphgen.h \ 281 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 282 picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 283 $(SOPHYAINCP)strutilxx.h 284 $(SOPHYAOBJP)pigratt.o: pigratt.cc \ 285 $(SOPHYAINCP)sopnamsp.h pigratt.h \ 286 pisysdep.h $(SOPHYAINCP)machdefs.h \ 287 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 288 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 289 $(SOPHYAINCP)strutilxx.h \ 290 $(SOPHYAINCP)machdefs.h 284 291 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigratt.cc 285 292 … … 289 296 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigrcoord.cc 290 297 291 $(SOPHYAOBJP)piimage.o: piimage.cc $(SOPHYAINCP)sopnamsp.h \ 292 pisysdep.h $(SOPHYAINCP)machdefs.h \ 293 piimage.h parradapter.h lut.h pieldrw.h pidrawer.h pibwdggen.h piwdgx.h \ 298 $(SOPHYAOBJP)piimage.o: piimage.cc \ 299 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 300 $(SOPHYAINCP)machdefs.h piimage.h \ 301 parradapter.h lut.h pieldrw.h pidrawer.h pibwdggen.h piwdgx.h \ 294 302 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 295 303 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ … … 322 330 $(SOPHYAOBJP)pilistgen.o: pilistgen.cc \ 323 331 $(SOPHYAINCP)sopnamsp.h pilistgen.h \ 324 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h\325 piwdg gen.h pimsghandler.h picolist.h332 pisysdep.h $(SOPHYAINCP)machdefs.h \ 333 piwdgx.h piwdggen.h pimsghandler.h picolist.h 326 334 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pilistgen.cc 327 335 328 $(SOPHYAOBJP)pilistx.o: pilistx.cc $(SOPHYAINCP)sopnamsp.h \ 329 pilistx.h pilistgen.h pisysdep.h \ 330 $(SOPHYAINCP)machdefs.h piwdgx.h piwdggen.h \ 331 pimsghandler.h picolist.h picontainerx.h picontainergen.h 336 $(SOPHYAOBJP)pilistx.o: pilistx.cc \ 337 $(SOPHYAINCP)sopnamsp.h pilistx.h \ 338 pilistgen.h pisysdep.h \ 339 $(SOPHYAINCP)machdefs.h piwdgx.h \ 340 piwdggen.h pimsghandler.h picolist.h picontainerx.h picontainergen.h 332 341 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pilistx.cc 333 342 … … 355 364 $(SOPHYAOBJP)pimenugen.o: pimenugen.cc \ 356 365 $(SOPHYAINCP)sopnamsp.h pimenugen.h \ 357 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h\358 piwdg gen.h pimsghandler.h picolist.h366 pisysdep.h $(SOPHYAINCP)machdefs.h \ 367 piwdgx.h piwdggen.h pimsghandler.h picolist.h 359 368 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenugen.cc 360 369 361 $(SOPHYAOBJP)pimenux.o: pimenux.cc $(SOPHYAINCP)sopnamsp.h \ 362 pisysdep.h $(SOPHYAINCP)machdefs.h \ 363 pimenubarx.h pimenubargen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h \ 364 pimsghandler.h picolist.h 370 $(SOPHYAOBJP)pimenux.o: pimenux.cc \ 371 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 372 $(SOPHYAINCP)machdefs.h pimenubarx.h \ 373 pimenubargen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h \ 374 picolist.h 365 375 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenux.cc 366 376 … … 388 398 389 399 $(SOPHYAOBJP)piperiodx.o: piperiodx.cc \ 390 $(SOPHYAINCP)sopnamsp.h piwdgx.h piwdggen.h \ 391 $(SOPHYAINCP)machdefs.h pimsghandler.h \ 392 picolist.h piperiodx.h \ 393 $(SOPHYAINCP)periodic.h 400 $(SOPHYAINCP)sopnamsp.h piwdgx.h \ 401 piwdggen.h $(SOPHYAINCP)machdefs.h \ 402 pimsghandler.h picolist.h piperiodx.h \ 403 $(SOPHYAINCP)periodic.h \ 404 $(SOPHYAINCP)machdefs.h 394 405 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piperiodx.cc 395 406 … … 427 438 $(SOPHYAOBJP)pistdwdggen.o: pistdwdggen.cc \ 428 439 $(SOPHYAINCP)sopnamsp.h pistdwdggen.h \ 429 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h\430 piwdg gen.h pimsghandler.h picolist.h440 pisysdep.h $(SOPHYAINCP)machdefs.h \ 441 piwdgx.h piwdggen.h pimsghandler.h picolist.h 431 442 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pistdwdggen.cc 432 443 … … 443 454 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piwdgx.h \ 444 455 piwdggen.h pimsghandler.h picolist.h piperiodx.h \ 445 $(SOPHYAINCP)periodic.h psfile.h \ 456 $(SOPHYAINCP)periodic.h \ 457 $(SOPHYAINCP)machdefs.h psfile.h \ 446 458 pifontgen.h pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h \ 447 459 pigrcoord.h pilineatt.h … … 450 462 $(SOPHYAOBJP)pisurfdr.o: pisurfdr.cc \ 451 463 $(SOPHYAINCP)sopnamsp.h pisurfdr.h \ 452 parradapter.h $(SOPHYAINCP)machdefs.h lut.h\453 pi3ddrw.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \464 parradapter.h $(SOPHYAINCP)machdefs.h \ 465 lut.h pi3ddrw.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \ 454 466 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 455 467 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ … … 457 469 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pisurfdr.cc 458 470 459 $(SOPHYAOBJP)pitherm.o: pitherm.cc $(SOPHYAINCP)sopnamsp.h \ 460 pitherm.h pisysdep.h \ 461 $(SOPHYAINCP)machdefs.h pibwdgx.h \ 462 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 463 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 464 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 471 $(SOPHYAOBJP)pitherm.o: pitherm.cc \ 472 $(SOPHYAINCP)sopnamsp.h pitherm.h \ 473 pisysdep.h $(SOPHYAINCP)machdefs.h \ 474 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 475 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 476 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 477 pigraphps.h 465 478 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pitherm.cc 466 479 … … 483 496 484 497 $(SOPHYAOBJP)piwdgx.o: piwdgx.cc $(SOPHYAINCP)sopnamsp.h \ 485 piwdgx.h piwdggen.h $(SOPHYAINCP)machdefs.h \ 486 pimsghandler.h picolist.h picontainerx.h pisysdep.h picontainergen.h \ 487 pievthandler.h pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h \ 488 pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 489 $(SOPHYAINCP)pexceptions.h 498 piwdgx.h piwdggen.h \ 499 $(SOPHYAINCP)machdefs.h pimsghandler.h \ 500 picolist.h picontainerx.h pisysdep.h picontainergen.h pievthandler.h \ 501 pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h \ 502 pifontgen.h pigrcoord.h pilineatt.h \ 503 $(SOPHYAINCP)pexceptions.h \ 504 $(SOPHYAINCP)machdefs.h 490 505 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piwdgx.cc 491 506 … … 524 539 525 540 $(SOPHYAOBJP)psfile.o: psfile.cc $(SOPHYAINCP)sopnamsp.h \ 526 psfile.h $(SOPHYAINCP)machdefs.h pisysdep.h \ 527 pifontgen.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 528 picmap.h picmapx.h picmapgen.h pifontx.h pigrcoord.h pilineatt.h 541 psfile.h $(SOPHYAINCP)machdefs.h \ 542 pisysdep.h pifontgen.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h \ 543 picolist.h picmap.h picmapx.h picmapgen.h pifontx.h pigrcoord.h \ 544 pilineatt.h 529 545 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ psfile.cc 530 546 -
trunk/SophyaPI/PIGcont/Makefile
r2834 r3007 15 15 $(SOPHYAINCP)machdefs.h picntools.h \ 16 16 $(SOPHYAINCP)pisysdep.h \ 17 $(SOPHYAINCP)machdefs.h \ 17 18 $(SOPHYAINCP)pistdwdgx.h \ 18 19 $(SOPHYAINCP)pistdwdggen.h \ 20 $(SOPHYAINCP)pisysdep.h \ 19 21 $(SOPHYAINCP)piwdgx.h \ 20 22 $(SOPHYAINCP)piwdggen.h \ … … 25 27 $(SOPHYAINCP)pimenux.h \ 26 28 $(SOPHYAINCP)pimenugen.h \ 29 $(SOPHYAINCP)pistdwdgx.h \ 27 30 $(SOPHYAINCP)piwindowx.h \ 28 31 $(SOPHYAINCP)piwindowgen.h \ … … 51 54 $(SOPHYAINCP)picmapview.h pigncont.h \ 52 55 $(SOPHYAINCP)pistdimgapp.h \ 56 $(SOPHYAINCP)piapplx.h \ 57 $(SOPHYAINCP)piwindowx.h \ 58 $(SOPHYAINCP)pioptmenux.h \ 53 59 $(SOPHYAINCP)pifilechox.h \ 54 60 $(SOPHYAINCP)pifilechogen.h \ … … 64 70 $(SOPHYAINCP)pipixmapx.h \ 65 71 $(SOPHYAINCP)pipixmapgen.h \ 72 $(SOPHYAINCP)picmapview.h \ 66 73 $(SOPHYAINCP)pi3dwdg.h \ 67 74 $(SOPHYAINCP)pi3ddrw.h \ … … 102 109 $(SOPHYAINCP)histos.h \ 103 110 $(SOPHYAINCP)objfio.h \ 111 $(SOPHYAINCP)machdefs.h \ 104 112 $(SOPHYAINCP)anydataobj.h \ 105 113 $(SOPHYAINCP)ppersist.h \ … … 122 130 $(SOPHYAINCP)ndatablock.h \ 123 131 $(SOPHYAINCP)utilarr.h \ 132 $(SOPHYAINCP)tmatrix_tsnl.h \ 133 $(SOPHYAINCP)tvector_tsnl.h \ 124 134 $(SOPHYAINCP)ntuple.h \ 125 135 $(SOPHYAINCP)ntupintf.h \ … … 128 138 $(SOPHYAINCP)pistdwdgx.h \ 129 139 $(SOPHYAINCP)pistdwdggen.h \ 140 $(SOPHYAINCP)pisysdep.h \ 130 141 $(SOPHYAINCP)piwdgx.h \ 131 142 $(SOPHYAINCP)piwdggen.h \ … … 136 147 $(SOPHYAINCP)pimenux.h \ 137 148 $(SOPHYAINCP)pimenugen.h \ 149 $(SOPHYAINCP)pistdwdgx.h \ 138 150 $(SOPHYAINCP)piwindowx.h \ 139 151 $(SOPHYAINCP)piwindowgen.h \ … … 162 174 $(SOPHYAINCP)picmapview.h pigncont.h \ 163 175 $(SOPHYAINCP)pistdimgapp.h \ 176 $(SOPHYAINCP)piapplx.h \ 177 $(SOPHYAINCP)piwindowx.h \ 178 $(SOPHYAINCP)pioptmenux.h \ 164 179 $(SOPHYAINCP)pifilechox.h \ 165 180 $(SOPHYAINCP)pifilechogen.h \ … … 175 190 $(SOPHYAINCP)pipixmapx.h \ 176 191 $(SOPHYAINCP)pipixmapgen.h \ 192 $(SOPHYAINCP)picmapview.h \ 177 193 $(SOPHYAINCP)pi3dwdg.h \ 178 194 $(SOPHYAINCP)pi3ddrw.h \ -
trunk/SophyaPI/PIGcont/smakefile
r2765 r3007 15 15 $(SOPHYAINCP)machdefs.h picntools.h \ 16 16 $(SOPHYAINCP)pisysdep.h \ 17 $(SOPHYAINCP)machdefs.h \ 17 18 $(SOPHYAINCP)pistdwdgx.h \ 18 19 $(SOPHYAINCP)pistdwdggen.h \ 20 $(SOPHYAINCP)pisysdep.h \ 19 21 $(SOPHYAINCP)piwdgx.h \ 20 22 $(SOPHYAINCP)piwdggen.h \ … … 25 27 $(SOPHYAINCP)pimenux.h \ 26 28 $(SOPHYAINCP)pimenugen.h \ 29 $(SOPHYAINCP)pistdwdgx.h \ 27 30 $(SOPHYAINCP)piwindowx.h \ 28 31 $(SOPHYAINCP)piwindowgen.h \ … … 51 54 $(SOPHYAINCP)picmapview.h pigncont.h \ 52 55 $(SOPHYAINCP)pistdimgapp.h \ 56 $(SOPHYAINCP)piapplx.h \ 57 $(SOPHYAINCP)piwindowx.h \ 58 $(SOPHYAINCP)pioptmenux.h \ 53 59 $(SOPHYAINCP)pifilechox.h \ 54 60 $(SOPHYAINCP)pifilechogen.h \ … … 64 70 $(SOPHYAINCP)pipixmapx.h \ 65 71 $(SOPHYAINCP)pipixmapgen.h \ 72 $(SOPHYAINCP)picmapview.h \ 66 73 $(SOPHYAINCP)pi3dwdg.h \ 67 74 $(SOPHYAINCP)pi3ddrw.h \ … … 78 85 $(SOPHYAINCP)objfio.h \ 79 86 $(SOPHYAINCP)mutyv.h \ 87 $(SOPHYAINCP)timestamp.h \ 80 88 $(SOPHYAINCP)dlftypes.h \ 81 89 $(SOPHYAINCP)piacmd.h \ … … 101 109 $(SOPHYAINCP)histos.h \ 102 110 $(SOPHYAINCP)objfio.h \ 111 $(SOPHYAINCP)machdefs.h \ 103 112 $(SOPHYAINCP)anydataobj.h \ 104 113 $(SOPHYAINCP)ppersist.h \ … … 117 126 $(SOPHYAINCP)basarr.h \ 118 127 $(SOPHYAINCP)mutyv.h \ 128 $(SOPHYAINCP)timestamp.h \ 119 129 $(SOPHYAINCP)dvlist.h \ 120 130 $(SOPHYAINCP)ndatablock.h \ 121 131 $(SOPHYAINCP)utilarr.h \ 132 $(SOPHYAINCP)tmatrix_tsnl.h \ 133 $(SOPHYAINCP)tvector_tsnl.h \ 122 134 $(SOPHYAINCP)ntuple.h \ 123 135 $(SOPHYAINCP)ntupintf.h \ … … 126 138 $(SOPHYAINCP)pistdwdgx.h \ 127 139 $(SOPHYAINCP)pistdwdggen.h \ 140 $(SOPHYAINCP)pisysdep.h \ 128 141 $(SOPHYAINCP)piwdgx.h \ 129 142 $(SOPHYAINCP)piwdggen.h \ … … 134 147 $(SOPHYAINCP)pimenux.h \ 135 148 $(SOPHYAINCP)pimenugen.h \ 149 $(SOPHYAINCP)pistdwdgx.h \ 136 150 $(SOPHYAINCP)piwindowx.h \ 137 151 $(SOPHYAINCP)piwindowgen.h \ … … 160 174 $(SOPHYAINCP)picmapview.h pigncont.h \ 161 175 $(SOPHYAINCP)pistdimgapp.h \ 176 $(SOPHYAINCP)piapplx.h \ 177 $(SOPHYAINCP)piwindowx.h \ 178 $(SOPHYAINCP)pioptmenux.h \ 162 179 $(SOPHYAINCP)pifilechox.h \ 163 180 $(SOPHYAINCP)pifilechogen.h \ … … 173 190 $(SOPHYAINCP)pipixmapx.h \ 174 191 $(SOPHYAINCP)pipixmapgen.h \ 192 $(SOPHYAINCP)picmapview.h \ 175 193 $(SOPHYAINCP)pi3dwdg.h \ 176 194 $(SOPHYAINCP)pi3ddrw.h \ -
trunk/SophyaPI/PIext/Makefile
r2933 r3007 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)basexecut.o $(SOPHYAOBJP)contmodex.o $(SOPHYAOBJP)cxxexecutor.o $(SOPHYAOBJP)cxxexecwin.o $(SOPHYAOBJP)flowmodex.o $(SOPHYAOBJP)graphexecut.o $(SOPHYAOBJP)nobjmgr.o $(SOPHYAOBJP)nomgadapter.o $(SOPHYAOBJP)nomgfdadapter.o $(SOPHYAOBJP)nomhistadapter.o $(SOPHYAOBJP)nomimagadapter.o $(SOPHYAOBJP)nommatvecadapter.o $(SOPHYAOBJP)nomskymapadapter.o $(SOPHYAOBJP)nomspecrespadapter.o $(SOPHYAOBJP)nomstladapter.o $(SOPHYAOBJP)nomtarradapter.o $(SOPHYAOBJP)nomtmatvecadapter.o $(SOPHYAOBJP)pawexecut.o $(SOPHYAOBJP)pi2dvec.o $(SOPHYAOBJP)piacmd.o $(SOPHYAOBJP)piafitting.o $(SOPHYAOBJP)pigfd1.o $(SOPHYAOBJP)pigfd2.o $(SOPHYAOBJP)pihisto .o $(SOPHYAOBJP)pihisto2d.o $(SOPHYAOBJP)piinit.o $(SOPHYAOBJP)pintup3d.o $(SOPHYAOBJP)pintuple.o $(SOPHYAOBJP)pipodrw.o $(SOPHYAOBJP)pisiadw.o $(SOPHYAOBJP)pistdimgapp.o $(SOPHYAOBJP)pistlist.o $(SOPHYAOBJP)pitvmaad.o $(SOPHYAOBJP)servnobjm.o $(SOPHYAOBJP)userfitfunex.o6 rm -f $(SOPHYAOBJP)basexecut.o $(SOPHYAOBJP)contmodex.o $(SOPHYAOBJP)cxxexecutor.o $(SOPHYAOBJP)cxxexecwin.o $(SOPHYAOBJP)flowmodex.o $(SOPHYAOBJP)graphexecut.o $(SOPHYAOBJP)nobjmgr.o $(SOPHYAOBJP)nomgadapter.o $(SOPHYAOBJP)nomgfdadapter.o $(SOPHYAOBJP)nomhistadapter.o $(SOPHYAOBJP)nomimagadapter.o $(SOPHYAOBJP)nommatvecadapter.o $(SOPHYAOBJP)nomskymapadapter.o $(SOPHYAOBJP)nomspecrespadapter.o $(SOPHYAOBJP)nomstladapter.o $(SOPHYAOBJP)nomtarradapter.o $(SOPHYAOBJP)nomtmatvecadapter.o $(SOPHYAOBJP)pawexecut.o $(SOPHYAOBJP)pi2dvec.o $(SOPHYAOBJP)piacmd.o $(SOPHYAOBJP)piafitting.o $(SOPHYAOBJP)pigfd1.o $(SOPHYAOBJP)pigfd2.o $(SOPHYAOBJP)pihisto2d.o $(SOPHYAOBJP)pihisto.o $(SOPHYAOBJP)piinit.o $(SOPHYAOBJP)pintup3d.o $(SOPHYAOBJP)pintuple.o $(SOPHYAOBJP)pipodrw.o $(SOPHYAOBJP)pisiadw.o $(SOPHYAOBJP)pistdimgapp.o $(SOPHYAOBJP)pistlist.o $(SOPHYAOBJP)pitvmaad.o $(SOPHYAOBJP)servnobjm.o $(SOPHYAOBJP)userfitfunex.o 7 7 rm -f $(SOPHYALIBP)libPIext.a 8 8 9 $(SOPHYALIBP)libPIext.a : $(SOPHYAOBJP)basexecut.o $(SOPHYAOBJP)contmodex.o $(SOPHYAOBJP)cxxexecutor.o $(SOPHYAOBJP)cxxexecwin.o $(SOPHYAOBJP)flowmodex.o $(SOPHYAOBJP)graphexecut.o $(SOPHYAOBJP)nobjmgr.o $(SOPHYAOBJP)nomgadapter.o $(SOPHYAOBJP)nomgfdadapter.o $(SOPHYAOBJP)nomhistadapter.o $(SOPHYAOBJP)nomimagadapter.o $(SOPHYAOBJP)nomskymapadapter.o $(SOPHYAOBJP)nomspecrespadapter.o $(SOPHYAOBJP)nomtarradapter.o $(SOPHYAOBJP)nomtmatvecadapter.o $(SOPHYAOBJP)pawexecut.o $(SOPHYAOBJP)pi2dvec.o $(SOPHYAOBJP)piacmd.o $(SOPHYAOBJP)piafitting.o $(SOPHYAOBJP)pigfd1.o $(SOPHYAOBJP)pigfd2.o $(SOPHYAOBJP)pihisto .o $(SOPHYAOBJP)pihisto2d.o $(SOPHYAOBJP)piinit.o $(SOPHYAOBJP)pintup3d.o $(SOPHYAOBJP)pintuple.o $(SOPHYAOBJP)pipodrw.o $(SOPHYAOBJP)pisiadw.o $(SOPHYAOBJP)pistdimgapp.o $(SOPHYAOBJP)pitvmaad.o $(SOPHYAOBJP)servnobjm.o9 $(SOPHYALIBP)libPIext.a : $(SOPHYAOBJP)basexecut.o $(SOPHYAOBJP)contmodex.o $(SOPHYAOBJP)cxxexecutor.o $(SOPHYAOBJP)cxxexecwin.o $(SOPHYAOBJP)flowmodex.o $(SOPHYAOBJP)graphexecut.o $(SOPHYAOBJP)nobjmgr.o $(SOPHYAOBJP)nomgadapter.o $(SOPHYAOBJP)nomgfdadapter.o $(SOPHYAOBJP)nomhistadapter.o $(SOPHYAOBJP)nomimagadapter.o $(SOPHYAOBJP)nomskymapadapter.o $(SOPHYAOBJP)nomspecrespadapter.o $(SOPHYAOBJP)nomtarradapter.o $(SOPHYAOBJP)nomtmatvecadapter.o $(SOPHYAOBJP)pawexecut.o $(SOPHYAOBJP)pi2dvec.o $(SOPHYAOBJP)piacmd.o $(SOPHYAOBJP)piafitting.o $(SOPHYAOBJP)pigfd1.o $(SOPHYAOBJP)pigfd2.o $(SOPHYAOBJP)pihisto2d.o $(SOPHYAOBJP)pihisto.o $(SOPHYAOBJP)piinit.o $(SOPHYAOBJP)pintup3d.o $(SOPHYAOBJP)pintuple.o $(SOPHYAOBJP)pipodrw.o $(SOPHYAOBJP)pisiadw.o $(SOPHYAOBJP)pistdimgapp.o $(SOPHYAOBJP)pitvmaad.o $(SOPHYAOBJP)servnobjm.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libPI.objlist 12 12 13 $(SOPHYAOBJP)basexecut.o: basexecut.cc $(SOPHYAINCP)sopnamsp.h piacmd.h\14 $(SOPHYAINCP) machdefs.h \15 $(SOPHYAINCP) osx_values.h \13 $(SOPHYAOBJP)basexecut.o: basexecut.cc \ 14 $(SOPHYAINCP)sopnamsp.h piacmd.h \ 15 $(SOPHYAINCP)machdefs.h \ 16 16 $(SOPHYAINCP)commander.h \ 17 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \ 18 $(SOPHYAINCP)objfio.h \ 19 $(SOPHYAINCP)anydataobj.h \ 20 $(SOPHYAINCP)ppersist.h \ 21 $(SOPHYAINCP)pexceptions.h \ 22 $(SOPHYAINCP)gnumd5.h \ 23 $(SOPHYAINCP)ppfbinstream.h \ 24 $(SOPHYAINCP)rawstream.h \ 25 $(SOPHYAINCP)ppfnametag.h \ 26 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 27 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 28 dlftypes.h basexecut.h $(SOPHYAINCP)strutilxx.h \ 29 pistdimgapp.h $(SOPHYAINCP)pisysdep.h \ 17 $(SOPHYAINCP)machdefs.h \ 18 $(SOPHYAINCP)pdlmgr.h \ 19 $(SOPHYAINCP)dvlist.h \ 20 $(SOPHYAINCP)objfio.h \ 21 $(SOPHYAINCP)anydataobj.h \ 22 $(SOPHYAINCP)ppersist.h \ 23 $(SOPHYAINCP)pexceptions.h \ 24 $(SOPHYAINCP)gnumd5.h \ 25 $(SOPHYAINCP)ppfbinstream.h \ 26 $(SOPHYAINCP)rawstream.h \ 27 $(SOPHYAINCP)ppfnametag.h \ 28 $(SOPHYAINCP)mutyv.h \ 29 $(SOPHYAINCP)timestamp.h \ 30 $(SOPHYAINCP)ctimer.h \ 31 $(SOPHYAINCP)zthread.h dlftypes.h \ 32 basexecut.h $(SOPHYAINCP)pdlmgr.h \ 33 $(SOPHYAINCP)ctimer.h \ 34 $(SOPHYAINCP)strutilxx.h pistdimgapp.h \ 35 $(SOPHYAINCP)pisysdep.h \ 30 36 $(SOPHYAINCP)piapplx.h \ 31 37 $(SOPHYAINCP)piapplgen.h \ 32 38 $(SOPHYAINCP)pimsghandler.h \ 39 $(SOPHYAINCP)pisysdep.h \ 33 40 $(SOPHYAINCP)picontainerx.h \ 34 41 $(SOPHYAINCP)picontainergen.h \ 35 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 42 $(SOPHYAINCP)piwdgx.h \ 43 $(SOPHYAINCP)piwdggen.h \ 36 44 $(SOPHYAINCP)picolist.h \ 37 45 $(SOPHYAINCP)pimenubarx.h \ … … 44 52 $(SOPHYAINCP)pibwdgx.h \ 45 53 $(SOPHYAINCP)pibwdggen.h \ 46 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 54 $(SOPHYAINCP)picmap.h \ 55 $(SOPHYAINCP)picmapx.h \ 56 $(SOPHYAINCP)picmapgen.h \ 57 $(SOPHYAINCP)pigraphx.h \ 58 $(SOPHYAINCP)pigraphgen.h \ 59 $(SOPHYAINCP)pifontx.h \ 60 $(SOPHYAINCP)pifontgen.h \ 61 $(SOPHYAINCP)pigrcoord.h \ 62 $(SOPHYAINCP)pilineatt.h \ 63 $(SOPHYAINCP)pigraphuc.h \ 64 $(SOPHYAINCP)pievthandler.h \ 65 $(SOPHYAINCP)psfile.h \ 66 $(SOPHYAINCP)pigraphps.h \ 67 $(SOPHYAINCP)piwindowx.h \ 68 $(SOPHYAINCP)piwindowgen.h \ 69 $(SOPHYAINCP)pimenux.h \ 70 $(SOPHYAINCP)pioptmenux.h \ 71 $(SOPHYAINCP)pioptmenugen.h \ 72 $(SOPHYAINCP)pistdwdgx.h \ 73 $(SOPHYAINCP)pifilechox.h \ 74 $(SOPHYAINCP)pifilechogen.h \ 75 $(SOPHYAINCP)piwindowx.h \ 76 $(SOPHYAINCP)piperiodx.h \ 77 $(SOPHYAINCP)periodic.h \ 78 $(SOPHYAINCP)picons.h \ 79 $(SOPHYAINCP)piimage.h \ 80 $(SOPHYAINCP)parradapter.h \ 81 $(SOPHYAINCP)lut.h \ 82 $(SOPHYAINCP)pieldrw.h \ 83 $(SOPHYAINCP)pidrawer.h \ 84 $(SOPHYAINCP)pigratt.h \ 85 $(SOPHYAINCP)piaxes.h \ 86 $(SOPHYAINCP)pipixmapx.h \ 87 $(SOPHYAINCP)pipixmapgen.h \ 88 $(SOPHYAINCP)picmapview.h \ 89 $(SOPHYAINCP)pi3dwdg.h \ 90 $(SOPHYAINCP)pi3ddrw.h \ 91 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 92 $(SOPHYAINCP)anydataobj.h \ 93 $(SOPHYAINCP)ppersist.h \ 94 $(SOPHYAINCP)dvlist.h pisiadw.h \ 95 $(SOPHYAINCP)pilistx.h \ 96 $(SOPHYAINCP)pilistgen.h \ 97 $(SOPHYAINCP)pistzwin.h \ 98 $(SOPHYAINCP)piperiodx.h \ 99 $(SOPHYAINCP)pitherm.h \ 100 $(SOPHYAINCP)resusage.h servnobjm.h \ 101 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 102 $(SOPHYAINCP)parradapter.h \ 103 $(SOPHYAINCP)ntupintf.h \ 104 $(SOPHYAINCP)generalfit.h \ 105 $(SOPHYAINCP)tvector.h \ 106 $(SOPHYAINCP)tmatrix.h \ 107 $(SOPHYAINCP)tarray.h \ 108 $(SOPHYAINCP)basarr.h \ 109 $(SOPHYAINCP)ndatablock.h \ 110 $(SOPHYAINCP)utilarr.h \ 111 $(SOPHYAINCP)tmatrix_tsnl.h \ 112 $(SOPHYAINCP)tvector_tsnl.h \ 113 $(SOPHYAINCP)generaldata.h \ 114 $(SOPHYAINCP)ntupintf.h \ 115 $(SOPHYAINCP)poly.h \ 116 $(SOPHYAINCP)peida.h \ 117 $(SOPHYAINCP)utils.h \ 118 $(SOPHYAINCP)perrors.h \ 119 $(SOPHYAINCP)fmath.h \ 120 $(SOPHYAINCP)histos.h \ 121 $(SOPHYAINCP)histos2.h \ 122 $(SOPHYAINCP)histos.h \ 123 $(SOPHYAINCP)hisprof.h \ 124 $(SOPHYAINCP)ntuple.h \ 125 $(SOPHYAINCP)generaldata.h \ 126 $(SOPHYAINCP)datatable.h \ 127 $(SOPHYAINCP)basedtable.h \ 128 $(SOPHYAINCP)segdatablock.h \ 129 $(SOPHYAINCP)tvector.h 130 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ basexecut.cc 131 132 $(SOPHYAOBJP)contmodex.o: contmodex.cc \ 133 $(SOPHYAINCP)sopnamsp.h contmodex.h \ 134 $(SOPHYAINCP)machdefs.h piacmd.h \ 135 $(SOPHYAINCP)commander.h \ 136 $(SOPHYAINCP)machdefs.h \ 137 $(SOPHYAINCP)pdlmgr.h \ 138 $(SOPHYAINCP)dvlist.h \ 139 $(SOPHYAINCP)objfio.h \ 140 $(SOPHYAINCP)anydataobj.h \ 141 $(SOPHYAINCP)ppersist.h \ 142 $(SOPHYAINCP)pexceptions.h \ 143 $(SOPHYAINCP)gnumd5.h \ 144 $(SOPHYAINCP)ppfbinstream.h \ 145 $(SOPHYAINCP)rawstream.h \ 146 $(SOPHYAINCP)ppfnametag.h \ 147 $(SOPHYAINCP)mutyv.h \ 148 $(SOPHYAINCP)timestamp.h \ 149 $(SOPHYAINCP)ctimer.h \ 150 $(SOPHYAINCP)zthread.h dlftypes.h \ 151 nobjmgr.h $(SOPHYAINCP)anydataobj.h \ 152 $(SOPHYAINCP)ppersist.h \ 153 $(SOPHYAINCP)dvlist.h \ 154 $(SOPHYAINCP)pigncont.h \ 155 $(SOPHYAINCP)pistdimgapp.h \ 156 $(SOPHYAINCP)pisysdep.h \ 157 $(SOPHYAINCP)piapplx.h \ 158 $(SOPHYAINCP)piapplgen.h \ 159 $(SOPHYAINCP)pimsghandler.h \ 160 $(SOPHYAINCP)picontainerx.h \ 161 $(SOPHYAINCP)picontainergen.h \ 162 $(SOPHYAINCP)piwdgx.h \ 163 $(SOPHYAINCP)piwdggen.h \ 164 $(SOPHYAINCP)picolist.h \ 165 $(SOPHYAINCP)pimenubarx.h \ 166 $(SOPHYAINCP)pimenubargen.h \ 167 $(SOPHYAINCP)pimenux.h \ 168 $(SOPHYAINCP)pimenugen.h \ 169 $(SOPHYAINCP)picons.h \ 170 $(SOPHYAINCP)pistdwdgx.h \ 171 $(SOPHYAINCP)pistdwdggen.h \ 172 $(SOPHYAINCP)pibwdgx.h \ 173 $(SOPHYAINCP)pibwdggen.h \ 174 $(SOPHYAINCP)picmap.h \ 175 $(SOPHYAINCP)picmapx.h \ 47 176 $(SOPHYAINCP)picmapgen.h \ 48 177 $(SOPHYAINCP)pigraphx.h \ … … 65 194 $(SOPHYAINCP)periodic.h \ 66 195 $(SOPHYAINCP)piimage.h \ 67 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 196 $(SOPHYAINCP)parradapter.h \ 197 $(SOPHYAINCP)lut.h \ 68 198 $(SOPHYAINCP)pieldrw.h \ 69 199 $(SOPHYAINCP)pidrawer.h \ 70 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 200 $(SOPHYAINCP)pigratt.h \ 201 $(SOPHYAINCP)piaxes.h \ 71 202 $(SOPHYAINCP)pipixmapx.h \ 72 203 $(SOPHYAINCP)pipixmapgen.h \ 73 204 $(SOPHYAINCP)picmapview.h \ 74 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 75 $(SOPHYAINCP)pigraph3d.h nobjmgr.h pisiadw.h \ 205 $(SOPHYAINCP)pi3dwdg.h \ 206 $(SOPHYAINCP)pi3ddrw.h \ 207 $(SOPHYAINCP)pigraph3d.h \ 208 $(SOPHYAINCP)nobjmgr.h \ 209 $(SOPHYAINCP)piacmd.h \ 210 $(SOPHYAINCP)pisiadw.h \ 76 211 $(SOPHYAINCP)pilistx.h \ 77 212 $(SOPHYAINCP)pilistgen.h \ 78 213 $(SOPHYAINCP)pistzwin.h \ 79 214 $(SOPHYAINCP)pitherm.h \ 80 $(SOPHYAINCP)resusage.h servnobjm.h nomgadapter.h \ 215 $(SOPHYAINCP)zthread.h \ 216 $(SOPHYAINCP)resusage.h \ 217 $(SOPHYAINCP)piscdrawwdg.h \ 218 $(SOPHYAINCP)ntuple.h \ 219 $(SOPHYAINCP)ntupintf.h \ 220 $(SOPHYAINCP)gp_contour.h \ 221 $(SOPHYAINCP)gp_types.h \ 222 $(SOPHYAINCP)gpc_misc.h \ 223 $(SOPHYAINCP)gp_dynarray.h \ 224 $(SOPHYAINCP)gp_graph3d.h \ 225 $(SOPHYAINCP)gp_alloc.h \ 226 $(SOPHYAINCP)pidrawer.h nomgadapter.h \ 227 $(SOPHYAINCP)parradapter.h \ 81 228 $(SOPHYAINCP)ntupintf.h \ 82 229 $(SOPHYAINCP)generalfit.h \ 83 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 84 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 230 $(SOPHYAINCP)tvector.h \ 231 $(SOPHYAINCP)tmatrix.h \ 232 $(SOPHYAINCP)tarray.h \ 233 $(SOPHYAINCP)basarr.h \ 85 234 $(SOPHYAINCP)ndatablock.h \ 86 235 $(SOPHYAINCP)utilarr.h \ … … 88 237 $(SOPHYAINCP)tvector_tsnl.h \ 89 238 $(SOPHYAINCP)generaldata.h \ 90 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 91 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 92 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)histos.h \ 93 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)hisprof.h \ 94 $(SOPHYAINCP)ntuple.h \ 95 $(SOPHYAINCP)datatable.h \ 96 $(SOPHYAINCP)basedtable.h \ 97 $(SOPHYAINCP)segdatablock.h 98 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ basexecut.cc 99 100 $(SOPHYAOBJP)contmodex.o: contmodex.cc $(SOPHYAINCP)sopnamsp.h \ 101 contmodex.h $(SOPHYAINCP)machdefs.h \ 102 $(SOPHYAINCP)osx_values.h piacmd.h \ 239 $(SOPHYAINCP)poly.h \ 240 $(SOPHYAINCP)peida.h \ 241 $(SOPHYAINCP)utils.h \ 242 $(SOPHYAINCP)perrors.h \ 243 $(SOPHYAINCP)fmath.h servnobjm.h \ 244 $(SOPHYAINCP)pdlmgr.h 245 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ contmodex.cc 246 247 $(SOPHYAOBJP)cxxexecutor.o: cxxexecutor.cc \ 248 $(SOPHYAINCP)sopnamsp.h cxxexecutor.h \ 249 $(SOPHYAINCP)machdefs.h piacmd.h \ 103 250 $(SOPHYAINCP)commander.h \ 104 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \ 105 $(SOPHYAINCP)objfio.h \ 106 $(SOPHYAINCP)anydataobj.h \ 107 $(SOPHYAINCP)ppersist.h \ 108 $(SOPHYAINCP)pexceptions.h \ 109 $(SOPHYAINCP)gnumd5.h \ 110 $(SOPHYAINCP)ppfbinstream.h \ 111 $(SOPHYAINCP)rawstream.h \ 112 $(SOPHYAINCP)ppfnametag.h \ 113 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 114 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 115 dlftypes.h nobjmgr.h $(SOPHYAINCP)pigncont.h \ 116 $(SOPHYAINCP)pistdimgapp.h \ 117 $(SOPHYAINCP)pisysdep.h \ 118 $(SOPHYAINCP)piapplx.h \ 119 $(SOPHYAINCP)piapplgen.h \ 120 $(SOPHYAINCP)pimsghandler.h \ 121 $(SOPHYAINCP)picontainerx.h \ 122 $(SOPHYAINCP)picontainergen.h \ 123 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 124 $(SOPHYAINCP)picolist.h \ 125 $(SOPHYAINCP)pimenubarx.h \ 126 $(SOPHYAINCP)pimenubargen.h \ 127 $(SOPHYAINCP)pimenux.h \ 128 $(SOPHYAINCP)pimenugen.h \ 129 $(SOPHYAINCP)picons.h \ 130 $(SOPHYAINCP)pistdwdgx.h \ 131 $(SOPHYAINCP)pistdwdggen.h \ 132 $(SOPHYAINCP)pibwdgx.h \ 133 $(SOPHYAINCP)pibwdggen.h \ 134 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 135 $(SOPHYAINCP)picmapgen.h \ 136 $(SOPHYAINCP)pigraphx.h \ 137 $(SOPHYAINCP)pigraphgen.h \ 138 $(SOPHYAINCP)pifontx.h \ 139 $(SOPHYAINCP)pifontgen.h \ 140 $(SOPHYAINCP)pigrcoord.h \ 141 $(SOPHYAINCP)pilineatt.h \ 142 $(SOPHYAINCP)pigraphuc.h \ 143 $(SOPHYAINCP)pievthandler.h \ 144 $(SOPHYAINCP)psfile.h \ 145 $(SOPHYAINCP)pigraphps.h \ 146 $(SOPHYAINCP)piwindowx.h \ 147 $(SOPHYAINCP)piwindowgen.h \ 148 $(SOPHYAINCP)pioptmenux.h \ 149 $(SOPHYAINCP)pioptmenugen.h \ 150 $(SOPHYAINCP)pifilechox.h \ 151 $(SOPHYAINCP)pifilechogen.h \ 152 $(SOPHYAINCP)piperiodx.h \ 153 $(SOPHYAINCP)periodic.h \ 154 $(SOPHYAINCP)piimage.h \ 155 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 156 $(SOPHYAINCP)pieldrw.h \ 157 $(SOPHYAINCP)pidrawer.h \ 158 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 159 $(SOPHYAINCP)pipixmapx.h \ 160 $(SOPHYAINCP)pipixmapgen.h \ 161 $(SOPHYAINCP)picmapview.h \ 162 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 163 $(SOPHYAINCP)pigraph3d.h \ 164 $(SOPHYAINCP)pisiadw.h $(SOPHYAINCP)pilistx.h \ 165 $(SOPHYAINCP)pilistgen.h \ 166 $(SOPHYAINCP)pistzwin.h \ 167 $(SOPHYAINCP)pitherm.h \ 168 $(SOPHYAINCP)resusage.h \ 169 $(SOPHYAINCP)piscdrawwdg.h \ 170 $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)ntupintf.h \ 171 $(SOPHYAINCP)gp_contour.h \ 172 $(SOPHYAINCP)gp_types.h \ 173 $(SOPHYAINCP)gpc_misc.h \ 174 $(SOPHYAINCP)gp_dynarray.h \ 175 $(SOPHYAINCP)gp_graph3d.h \ 176 $(SOPHYAINCP)gp_alloc.h nomgadapter.h \ 251 $(SOPHYAINCP)machdefs.h \ 252 $(SOPHYAINCP)pdlmgr.h \ 253 $(SOPHYAINCP)dvlist.h \ 254 $(SOPHYAINCP)objfio.h \ 255 $(SOPHYAINCP)anydataobj.h \ 256 $(SOPHYAINCP)ppersist.h \ 257 $(SOPHYAINCP)pexceptions.h \ 258 $(SOPHYAINCP)gnumd5.h \ 259 $(SOPHYAINCP)ppfbinstream.h \ 260 $(SOPHYAINCP)rawstream.h \ 261 $(SOPHYAINCP)ppfnametag.h \ 262 $(SOPHYAINCP)mutyv.h \ 263 $(SOPHYAINCP)timestamp.h \ 264 $(SOPHYAINCP)ctimer.h \ 265 $(SOPHYAINCP)zthread.h dlftypes.h \ 266 nobjmgr.h $(SOPHYAINCP)anydataobj.h \ 267 $(SOPHYAINCP)ppersist.h \ 268 $(SOPHYAINCP)dvlist.h \ 269 $(SOPHYAINCP)strutilxx.h \ 270 $(SOPHYAINCP)cxxcmplnk.h nomgadapter.h \ 271 $(SOPHYAINCP)pidrawer.h \ 272 $(SOPHYAINCP)pibwdggen.h \ 273 $(SOPHYAINCP)pisysdep.h \ 274 $(SOPHYAINCP)piwdgx.h \ 275 $(SOPHYAINCP)piwdggen.h \ 276 $(SOPHYAINCP)pimsghandler.h \ 277 $(SOPHYAINCP)picolist.h \ 278 $(SOPHYAINCP)picmap.h \ 279 $(SOPHYAINCP)picmapx.h \ 280 $(SOPHYAINCP)picmapgen.h \ 281 $(SOPHYAINCP)pigraphx.h \ 282 $(SOPHYAINCP)pigraphgen.h \ 283 $(SOPHYAINCP)pifontx.h \ 284 $(SOPHYAINCP)pifontgen.h \ 285 $(SOPHYAINCP)pigrcoord.h \ 286 $(SOPHYAINCP)pilineatt.h \ 287 $(SOPHYAINCP)pigraphuc.h \ 288 $(SOPHYAINCP)pievthandler.h \ 289 $(SOPHYAINCP)psfile.h \ 290 $(SOPHYAINCP)pigratt.h \ 291 $(SOPHYAINCP)piaxes.h \ 292 $(SOPHYAINCP)parradapter.h \ 293 $(SOPHYAINCP)lut.h \ 294 $(SOPHYAINCP)ntupintf.h \ 177 295 $(SOPHYAINCP)generalfit.h \ 178 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 179 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 296 $(SOPHYAINCP)tvector.h \ 297 $(SOPHYAINCP)tmatrix.h \ 298 $(SOPHYAINCP)tarray.h \ 299 $(SOPHYAINCP)basarr.h \ 180 300 $(SOPHYAINCP)ndatablock.h \ 181 301 $(SOPHYAINCP)utilarr.h \ … … 183 303 $(SOPHYAINCP)tvector_tsnl.h \ 184 304 $(SOPHYAINCP)generaldata.h \ 185 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 186 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 187 $(SOPHYAINCP)fmath.h servnobjm.h 188 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ contmodex.cc 189 190 $(SOPHYAOBJP)cxxexecutor.o: cxxexecutor.cc $(SOPHYAINCP)sopnamsp.h \ 191 cxxexecutor.h $(SOPHYAINCP)machdefs.h \ 192 $(SOPHYAINCP)osx_values.h piacmd.h \ 193 $(SOPHYAINCP)commander.h \ 194 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \ 195 $(SOPHYAINCP)objfio.h \ 196 $(SOPHYAINCP)anydataobj.h \ 197 $(SOPHYAINCP)ppersist.h \ 198 $(SOPHYAINCP)pexceptions.h \ 199 $(SOPHYAINCP)gnumd5.h \ 200 $(SOPHYAINCP)ppfbinstream.h \ 201 $(SOPHYAINCP)rawstream.h \ 202 $(SOPHYAINCP)ppfnametag.h \ 203 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 204 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 205 dlftypes.h nobjmgr.h $(SOPHYAINCP)strutilxx.h \ 206 $(SOPHYAINCP)cxxcmplnk.h nomgadapter.h \ 207 $(SOPHYAINCP)pidrawer.h \ 208 $(SOPHYAINCP)pibwdggen.h \ 209 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 210 $(SOPHYAINCP)piwdggen.h \ 211 $(SOPHYAINCP)pimsghandler.h \ 212 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 213 $(SOPHYAINCP)picmapx.h \ 214 $(SOPHYAINCP)picmapgen.h \ 215 $(SOPHYAINCP)pigraphx.h \ 216 $(SOPHYAINCP)pigraphgen.h \ 217 $(SOPHYAINCP)pifontx.h \ 218 $(SOPHYAINCP)pifontgen.h \ 219 $(SOPHYAINCP)pigrcoord.h \ 220 $(SOPHYAINCP)pilineatt.h \ 221 $(SOPHYAINCP)pigraphuc.h \ 222 $(SOPHYAINCP)pievthandler.h \ 223 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 224 $(SOPHYAINCP)piaxes.h \ 225 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 226 $(SOPHYAINCP)ntupintf.h \ 227 $(SOPHYAINCP)generalfit.h \ 228 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 229 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 230 $(SOPHYAINCP)ndatablock.h \ 231 $(SOPHYAINCP)utilarr.h \ 232 $(SOPHYAINCP)tmatrix_tsnl.h \ 233 $(SOPHYAINCP)tvector_tsnl.h \ 234 $(SOPHYAINCP)generaldata.h \ 235 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 236 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 305 $(SOPHYAINCP)ntupintf.h \ 306 $(SOPHYAINCP)poly.h \ 307 $(SOPHYAINCP)peida.h \ 308 $(SOPHYAINCP)utils.h \ 309 $(SOPHYAINCP)perrors.h \ 237 310 $(SOPHYAINCP)fmath.h pistdimgapp.h \ 311 $(SOPHYAINCP)pisysdep.h \ 238 312 $(SOPHYAINCP)piapplx.h \ 239 313 $(SOPHYAINCP)piapplgen.h \ … … 251 325 $(SOPHYAINCP)piwindowx.h \ 252 326 $(SOPHYAINCP)piwindowgen.h \ 327 $(SOPHYAINCP)pimenux.h \ 253 328 $(SOPHYAINCP)pioptmenux.h \ 254 329 $(SOPHYAINCP)pioptmenugen.h \ 330 $(SOPHYAINCP)pistdwdgx.h \ 255 331 $(SOPHYAINCP)pifilechox.h \ 256 332 $(SOPHYAINCP)pifilechogen.h \ 333 $(SOPHYAINCP)piwindowx.h \ 257 334 $(SOPHYAINCP)piperiodx.h \ 258 335 $(SOPHYAINCP)periodic.h \ 259 $(SOPHYAINCP)piimage.h $(SOPHYAINCP)pieldrw.h \ 336 $(SOPHYAINCP)picons.h \ 337 $(SOPHYAINCP)piimage.h \ 338 $(SOPHYAINCP)parradapter.h \ 339 $(SOPHYAINCP)pieldrw.h \ 340 $(SOPHYAINCP)pidrawer.h \ 260 341 $(SOPHYAINCP)pipixmapx.h \ 261 342 $(SOPHYAINCP)pipixmapgen.h \ 262 343 $(SOPHYAINCP)picmapview.h \ 263 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 344 $(SOPHYAINCP)pi3dwdg.h \ 345 $(SOPHYAINCP)pi3ddrw.h \ 264 346 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 265 347 $(SOPHYAINCP)pilistx.h \ 266 348 $(SOPHYAINCP)pilistgen.h \ 267 349 $(SOPHYAINCP)pistzwin.h \ 350 $(SOPHYAINCP)piperiodx.h \ 268 351 $(SOPHYAINCP)pitherm.h \ 269 352 $(SOPHYAINCP)resusage.h 270 353 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxexecutor.cc 271 354 272 $(SOPHYAOBJP)cxxexecwin.o: cxxexecwin.cc $(SOPHYAINCP)sopnamsp.h\273 cxxexecutor.h $(SOPHYAINCP)machdefs.h \274 $(SOPHYAINCP) osx_values.h piacmd.h \355 $(SOPHYAOBJP)cxxexecwin.o: cxxexecwin.cc \ 356 $(SOPHYAINCP)sopnamsp.h cxxexecutor.h \ 357 $(SOPHYAINCP)machdefs.h piacmd.h \ 275 358 $(SOPHYAINCP)commander.h \ 276 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \ 277 $(SOPHYAINCP)objfio.h \ 278 $(SOPHYAINCP)anydataobj.h \ 279 $(SOPHYAINCP)ppersist.h \ 280 $(SOPHYAINCP)pexceptions.h \ 281 $(SOPHYAINCP)gnumd5.h \ 282 $(SOPHYAINCP)ppfbinstream.h \ 283 $(SOPHYAINCP)rawstream.h \ 284 $(SOPHYAINCP)ppfnametag.h \ 285 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 286 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 287 dlftypes.h nobjmgr.h cxxexecwin.h $(SOPHYAINCP)pisysdep.h \ 288 pistdimgapp.h $(SOPHYAINCP)piapplx.h \ 359 $(SOPHYAINCP)machdefs.h \ 360 $(SOPHYAINCP)pdlmgr.h \ 361 $(SOPHYAINCP)dvlist.h \ 362 $(SOPHYAINCP)objfio.h \ 363 $(SOPHYAINCP)anydataobj.h \ 364 $(SOPHYAINCP)ppersist.h \ 365 $(SOPHYAINCP)pexceptions.h \ 366 $(SOPHYAINCP)gnumd5.h \ 367 $(SOPHYAINCP)ppfbinstream.h \ 368 $(SOPHYAINCP)rawstream.h \ 369 $(SOPHYAINCP)ppfnametag.h \ 370 $(SOPHYAINCP)mutyv.h \ 371 $(SOPHYAINCP)timestamp.h \ 372 $(SOPHYAINCP)ctimer.h \ 373 $(SOPHYAINCP)zthread.h dlftypes.h \ 374 nobjmgr.h $(SOPHYAINCP)anydataobj.h \ 375 $(SOPHYAINCP)ppersist.h \ 376 $(SOPHYAINCP)dvlist.h cxxexecwin.h \ 377 $(SOPHYAINCP)pisysdep.h pistdimgapp.h \ 378 $(SOPHYAINCP)piapplx.h \ 289 379 $(SOPHYAINCP)piapplgen.h \ 290 380 $(SOPHYAINCP)pimsghandler.h \ 381 $(SOPHYAINCP)pisysdep.h \ 291 382 $(SOPHYAINCP)picontainerx.h \ 292 383 $(SOPHYAINCP)picontainergen.h \ 293 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 384 $(SOPHYAINCP)piwdgx.h \ 385 $(SOPHYAINCP)piwdggen.h \ 294 386 $(SOPHYAINCP)picolist.h \ 295 387 $(SOPHYAINCP)pimenubarx.h \ … … 302 394 $(SOPHYAINCP)pibwdgx.h \ 303 395 $(SOPHYAINCP)pibwdggen.h \ 304 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 396 $(SOPHYAINCP)picmap.h \ 397 $(SOPHYAINCP)picmapx.h \ 305 398 $(SOPHYAINCP)picmapgen.h \ 306 399 $(SOPHYAINCP)pigraphx.h \ … … 316 409 $(SOPHYAINCP)piwindowx.h \ 317 410 $(SOPHYAINCP)piwindowgen.h \ 411 $(SOPHYAINCP)pimenux.h \ 318 412 $(SOPHYAINCP)pioptmenux.h \ 319 413 $(SOPHYAINCP)pioptmenugen.h \ 414 $(SOPHYAINCP)pistdwdgx.h \ 320 415 $(SOPHYAINCP)pifilechox.h \ 321 416 $(SOPHYAINCP)pifilechogen.h \ 417 $(SOPHYAINCP)piwindowx.h \ 322 418 $(SOPHYAINCP)piperiodx.h \ 323 419 $(SOPHYAINCP)periodic.h \ 420 $(SOPHYAINCP)picons.h \ 324 421 $(SOPHYAINCP)piimage.h \ 325 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 422 $(SOPHYAINCP)parradapter.h \ 423 $(SOPHYAINCP)lut.h \ 326 424 $(SOPHYAINCP)pieldrw.h \ 327 425 $(SOPHYAINCP)pidrawer.h \ 328 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 426 $(SOPHYAINCP)pigratt.h \ 427 $(SOPHYAINCP)piaxes.h \ 329 428 $(SOPHYAINCP)pipixmapx.h \ 330 429 $(SOPHYAINCP)pipixmapgen.h \ 331 430 $(SOPHYAINCP)picmapview.h \ 332 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 431 $(SOPHYAINCP)pi3dwdg.h \ 432 $(SOPHYAINCP)pi3ddrw.h \ 333 433 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 334 434 $(SOPHYAINCP)pilistx.h \ 335 435 $(SOPHYAINCP)pilistgen.h \ 336 436 $(SOPHYAINCP)pistzwin.h \ 437 $(SOPHYAINCP)piperiodx.h \ 337 438 $(SOPHYAINCP)pitherm.h \ 338 439 $(SOPHYAINCP)resusage.h 339 440 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxexecwin.cc 340 441 341 $(SOPHYAOBJP)flowmodex.o: flowmodex.cc $(SOPHYAINCP)sopnamsp.h\342 flowmodex.h $(SOPHYAINCP)machdefs.h \343 $(SOPHYAINCP) osx_values.h piacmd.h \442 $(SOPHYAOBJP)flowmodex.o: flowmodex.cc \ 443 $(SOPHYAINCP)sopnamsp.h flowmodex.h \ 444 $(SOPHYAINCP)machdefs.h piacmd.h \ 344 445 $(SOPHYAINCP)commander.h \ 345 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \ 346 $(SOPHYAINCP)objfio.h \ 347 $(SOPHYAINCP)anydataobj.h \ 348 $(SOPHYAINCP)ppersist.h \ 349 $(SOPHYAINCP)pexceptions.h \ 350 $(SOPHYAINCP)gnumd5.h \ 351 $(SOPHYAINCP)ppfbinstream.h \ 352 $(SOPHYAINCP)rawstream.h \ 353 $(SOPHYAINCP)ppfnametag.h \ 354 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 355 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 356 dlftypes.h nobjmgr.h pi2dvec.h pistdimgapp.h \ 357 $(SOPHYAINCP)pisysdep.h \ 446 $(SOPHYAINCP)machdefs.h \ 447 $(SOPHYAINCP)pdlmgr.h \ 448 $(SOPHYAINCP)dvlist.h \ 449 $(SOPHYAINCP)objfio.h \ 450 $(SOPHYAINCP)anydataobj.h \ 451 $(SOPHYAINCP)ppersist.h \ 452 $(SOPHYAINCP)pexceptions.h \ 453 $(SOPHYAINCP)gnumd5.h \ 454 $(SOPHYAINCP)ppfbinstream.h \ 455 $(SOPHYAINCP)rawstream.h \ 456 $(SOPHYAINCP)ppfnametag.h \ 457 $(SOPHYAINCP)mutyv.h \ 458 $(SOPHYAINCP)timestamp.h \ 459 $(SOPHYAINCP)ctimer.h \ 460 $(SOPHYAINCP)zthread.h dlftypes.h \ 461 nobjmgr.h $(SOPHYAINCP)anydataobj.h \ 462 $(SOPHYAINCP)ppersist.h \ 463 $(SOPHYAINCP)dvlist.h pi2dvec.h \ 464 pistdimgapp.h $(SOPHYAINCP)pisysdep.h \ 358 465 $(SOPHYAINCP)piapplx.h \ 359 466 $(SOPHYAINCP)piapplgen.h \ 360 467 $(SOPHYAINCP)pimsghandler.h \ 468 $(SOPHYAINCP)pisysdep.h \ 361 469 $(SOPHYAINCP)picontainerx.h \ 362 470 $(SOPHYAINCP)picontainergen.h \ 363 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 471 $(SOPHYAINCP)piwdgx.h \ 472 $(SOPHYAINCP)piwdggen.h \ 364 473 $(SOPHYAINCP)picolist.h \ 365 474 $(SOPHYAINCP)pimenubarx.h \ … … 372 481 $(SOPHYAINCP)pibwdgx.h \ 373 482 $(SOPHYAINCP)pibwdggen.h \ 374 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 483 $(SOPHYAINCP)picmap.h \ 484 $(SOPHYAINCP)picmapx.h \ 375 485 $(SOPHYAINCP)picmapgen.h \ 376 486 $(SOPHYAINCP)pigraphx.h \ … … 386 496 $(SOPHYAINCP)piwindowx.h \ 387 497 $(SOPHYAINCP)piwindowgen.h \ 498 $(SOPHYAINCP)pimenux.h \ 388 499 $(SOPHYAINCP)pioptmenux.h \ 389 500 $(SOPHYAINCP)pioptmenugen.h \ 501 $(SOPHYAINCP)pistdwdgx.h \ 390 502 $(SOPHYAINCP)pifilechox.h \ 391 503 $(SOPHYAINCP)pifilechogen.h \ 504 $(SOPHYAINCP)piwindowx.h \ 392 505 $(SOPHYAINCP)piperiodx.h \ 393 506 $(SOPHYAINCP)periodic.h \ 507 $(SOPHYAINCP)picons.h \ 394 508 $(SOPHYAINCP)piimage.h \ 395 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 509 $(SOPHYAINCP)parradapter.h \ 510 $(SOPHYAINCP)lut.h \ 396 511 $(SOPHYAINCP)pieldrw.h \ 397 512 $(SOPHYAINCP)pidrawer.h \ 398 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 513 $(SOPHYAINCP)pigratt.h \ 514 $(SOPHYAINCP)piaxes.h \ 399 515 $(SOPHYAINCP)pipixmapx.h \ 400 516 $(SOPHYAINCP)pipixmapgen.h \ 401 517 $(SOPHYAINCP)picmapview.h \ 402 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 518 $(SOPHYAINCP)pi3dwdg.h \ 519 $(SOPHYAINCP)pi3ddrw.h \ 403 520 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 404 521 $(SOPHYAINCP)pilistx.h \ 405 522 $(SOPHYAINCP)pilistgen.h \ 406 523 $(SOPHYAINCP)pistzwin.h \ 524 $(SOPHYAINCP)piperiodx.h \ 407 525 $(SOPHYAINCP)pitherm.h \ 408 526 $(SOPHYAINCP)resusage.h \ 409 527 $(SOPHYAINCP)piscdrawwdg.h \ 410 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)ntuple.h \ 411 nomgadapter.h $(SOPHYAINCP)generalfit.h \ 412 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 413 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 528 $(SOPHYAINCP)ntupintf.h \ 529 $(SOPHYAINCP)ntuple.h \ 530 $(SOPHYAINCP)ntupintf.h \ 531 $(SOPHYAINCP)pidrawer.h nomgadapter.h \ 532 $(SOPHYAINCP)parradapter.h \ 533 $(SOPHYAINCP)generalfit.h \ 534 $(SOPHYAINCP)tvector.h \ 535 $(SOPHYAINCP)tmatrix.h \ 536 $(SOPHYAINCP)tarray.h \ 537 $(SOPHYAINCP)basarr.h \ 414 538 $(SOPHYAINCP)ndatablock.h \ 415 539 $(SOPHYAINCP)utilarr.h \ … … 417 541 $(SOPHYAINCP)tvector_tsnl.h \ 418 542 $(SOPHYAINCP)generaldata.h \ 419 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 420 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 421 $(SOPHYAINCP)fmath.h servnobjm.h 543 $(SOPHYAINCP)poly.h \ 544 $(SOPHYAINCP)peida.h \ 545 $(SOPHYAINCP)utils.h \ 546 $(SOPHYAINCP)perrors.h \ 547 $(SOPHYAINCP)fmath.h servnobjm.h \ 548 $(SOPHYAINCP)pdlmgr.h 422 549 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ flowmodex.cc 423 550 424 $(SOPHYAOBJP)graphexecut.o: graphexecut.cc $(SOPHYAINCP)sopnamsp.h\425 piacmd.h $(SOPHYAINCP)machdefs.h \426 $(SOPHYAINCP) osx_values.h \551 $(SOPHYAOBJP)graphexecut.o: graphexecut.cc \ 552 $(SOPHYAINCP)sopnamsp.h piacmd.h \ 553 $(SOPHYAINCP)machdefs.h \ 427 554 $(SOPHYAINCP)commander.h \ 428 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \ 429 $(SOPHYAINCP)objfio.h \ 430 $(SOPHYAINCP)anydataobj.h \ 431 $(SOPHYAINCP)ppersist.h \ 432 $(SOPHYAINCP)pexceptions.h \ 433 $(SOPHYAINCP)gnumd5.h \ 434 $(SOPHYAINCP)ppfbinstream.h \ 435 $(SOPHYAINCP)rawstream.h \ 436 $(SOPHYAINCP)ppfnametag.h \ 437 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 438 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 439 dlftypes.h graphexecut.h $(SOPHYAINCP)strutilxx.h \ 555 $(SOPHYAINCP)machdefs.h \ 556 $(SOPHYAINCP)pdlmgr.h \ 557 $(SOPHYAINCP)dvlist.h \ 558 $(SOPHYAINCP)objfio.h \ 559 $(SOPHYAINCP)anydataobj.h \ 560 $(SOPHYAINCP)ppersist.h \ 561 $(SOPHYAINCP)pexceptions.h \ 562 $(SOPHYAINCP)gnumd5.h \ 563 $(SOPHYAINCP)ppfbinstream.h \ 564 $(SOPHYAINCP)rawstream.h \ 565 $(SOPHYAINCP)ppfnametag.h \ 566 $(SOPHYAINCP)mutyv.h \ 567 $(SOPHYAINCP)timestamp.h \ 568 $(SOPHYAINCP)ctimer.h \ 569 $(SOPHYAINCP)zthread.h dlftypes.h \ 570 graphexecut.h $(SOPHYAINCP)strutilxx.h \ 440 571 pistdimgapp.h $(SOPHYAINCP)pisysdep.h \ 441 572 $(SOPHYAINCP)piapplx.h \ 442 573 $(SOPHYAINCP)piapplgen.h \ 443 574 $(SOPHYAINCP)pimsghandler.h \ 575 $(SOPHYAINCP)pisysdep.h \ 444 576 $(SOPHYAINCP)picontainerx.h \ 445 577 $(SOPHYAINCP)picontainergen.h \ 446 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 578 $(SOPHYAINCP)piwdgx.h \ 579 $(SOPHYAINCP)piwdggen.h \ 447 580 $(SOPHYAINCP)picolist.h \ 448 581 $(SOPHYAINCP)pimenubarx.h \ … … 455 588 $(SOPHYAINCP)pibwdgx.h \ 456 589 $(SOPHYAINCP)pibwdggen.h \ 457 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 590 $(SOPHYAINCP)picmap.h \ 591 $(SOPHYAINCP)picmapx.h \ 458 592 $(SOPHYAINCP)picmapgen.h \ 459 593 $(SOPHYAINCP)pigraphx.h \ … … 469 603 $(SOPHYAINCP)piwindowx.h \ 470 604 $(SOPHYAINCP)piwindowgen.h \ 605 $(SOPHYAINCP)pimenux.h \ 471 606 $(SOPHYAINCP)pioptmenux.h \ 472 607 $(SOPHYAINCP)pioptmenugen.h \ 608 $(SOPHYAINCP)pistdwdgx.h \ 473 609 $(SOPHYAINCP)pifilechox.h \ 474 610 $(SOPHYAINCP)pifilechogen.h \ 611 $(SOPHYAINCP)piwindowx.h \ 475 612 $(SOPHYAINCP)piperiodx.h \ 476 613 $(SOPHYAINCP)periodic.h \ 614 $(SOPHYAINCP)picons.h \ 477 615 $(SOPHYAINCP)piimage.h \ 478 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 616 $(SOPHYAINCP)parradapter.h \ 617 $(SOPHYAINCP)lut.h \ 479 618 $(SOPHYAINCP)pieldrw.h \ 480 619 $(SOPHYAINCP)pidrawer.h \ 481 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 620 $(SOPHYAINCP)pigratt.h \ 621 $(SOPHYAINCP)piaxes.h \ 482 622 $(SOPHYAINCP)pipixmapx.h \ 483 623 $(SOPHYAINCP)pipixmapgen.h \ 484 624 $(SOPHYAINCP)picmapview.h \ 485 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 486 $(SOPHYAINCP)pigraph3d.h nobjmgr.h pisiadw.h \ 625 $(SOPHYAINCP)pi3dwdg.h \ 626 $(SOPHYAINCP)pi3ddrw.h \ 627 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 628 $(SOPHYAINCP)anydataobj.h \ 629 $(SOPHYAINCP)ppersist.h \ 630 $(SOPHYAINCP)dvlist.h pisiadw.h \ 487 631 $(SOPHYAINCP)pilistx.h \ 488 632 $(SOPHYAINCP)pilistgen.h \ 489 633 $(SOPHYAINCP)pistzwin.h \ 634 $(SOPHYAINCP)piperiodx.h \ 490 635 $(SOPHYAINCP)pitherm.h \ 491 636 $(SOPHYAINCP)resusage.h nomgadapter.h \ 637 $(SOPHYAINCP)pidrawer.h \ 638 $(SOPHYAINCP)parradapter.h \ 492 639 $(SOPHYAINCP)ntupintf.h \ 493 640 $(SOPHYAINCP)generalfit.h \ 494 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 495 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 641 $(SOPHYAINCP)tvector.h \ 642 $(SOPHYAINCP)tmatrix.h \ 643 $(SOPHYAINCP)tarray.h \ 644 $(SOPHYAINCP)basarr.h \ 496 645 $(SOPHYAINCP)ndatablock.h \ 497 646 $(SOPHYAINCP)utilarr.h \ … … 499 648 $(SOPHYAINCP)tvector_tsnl.h \ 500 649 $(SOPHYAINCP)generaldata.h \ 501 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 502 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 503 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)piyfxdrw.h \ 650 $(SOPHYAINCP)ntupintf.h \ 651 $(SOPHYAINCP)poly.h \ 652 $(SOPHYAINCP)peida.h \ 653 $(SOPHYAINCP)utils.h \ 654 $(SOPHYAINCP)perrors.h \ 655 $(SOPHYAINCP)fmath.h \ 656 $(SOPHYAINCP)piyfxdrw.h \ 504 657 $(SOPHYAINCP)pibargraph.h \ 505 658 $(SOPHYAINCP)pitxtdrw.h 506 659 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ graphexecut.cc 507 660 508 $(SOPHYAOBJP)nobjmgr.o: nobjmgr.cc $(SOPHYAINCP)sopnamsp.h \ 661 $(SOPHYAOBJP)nobjmgr.o: nobjmgr.cc \ 662 $(SOPHYAINCP)sopnamsp.h \ 509 663 $(SOPHYAINCP)strutil.h \ 510 664 $(SOPHYAINCP)datatypes.h \ 511 $(SOPHYAINCP)machdefs.h \ 512 $(SOPHYAINCP)osx_values.h nobjmgr.h \ 513 $(SOPHYAINCP)anydataobj.h \ 514 $(SOPHYAINCP)ppersist.h \ 515 $(SOPHYAINCP)pexceptions.h \ 516 $(SOPHYAINCP)gnumd5.h \ 517 $(SOPHYAINCP)ppfbinstream.h \ 518 $(SOPHYAINCP)rawstream.h \ 519 $(SOPHYAINCP)ppfnametag.h \ 520 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 521 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 522 dlftypes.h servnobjm.h $(SOPHYAINCP)pdlmgr.h \ 665 $(SOPHYAINCP)machdefs.h nobjmgr.h \ 666 $(SOPHYAINCP)machdefs.h \ 667 $(SOPHYAINCP)anydataobj.h \ 668 $(SOPHYAINCP)ppersist.h \ 669 $(SOPHYAINCP)pexceptions.h \ 670 $(SOPHYAINCP)gnumd5.h \ 671 $(SOPHYAINCP)ppfbinstream.h \ 672 $(SOPHYAINCP)rawstream.h \ 673 $(SOPHYAINCP)ppfnametag.h \ 674 $(SOPHYAINCP)ppersist.h \ 675 $(SOPHYAINCP)dvlist.h \ 676 $(SOPHYAINCP)objfio.h \ 677 $(SOPHYAINCP)anydataobj.h \ 678 $(SOPHYAINCP)mutyv.h \ 679 $(SOPHYAINCP)timestamp.h dlftypes.h \ 680 servnobjm.h $(SOPHYAINCP)pdlmgr.h \ 523 681 $(SOPHYAINCP)zthread.h nomgadapter.h \ 524 682 $(SOPHYAINCP)pidrawer.h \ 525 683 $(SOPHYAINCP)pibwdggen.h \ 526 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 527 $(SOPHYAINCP)piwdggen.h \ 528 $(SOPHYAINCP)pimsghandler.h \ 529 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 530 $(SOPHYAINCP)picmapx.h \ 531 $(SOPHYAINCP)picmapgen.h \ 532 $(SOPHYAINCP)pigraphx.h \ 533 $(SOPHYAINCP)pigraphgen.h \ 534 $(SOPHYAINCP)pifontx.h \ 535 $(SOPHYAINCP)pifontgen.h \ 536 $(SOPHYAINCP)pigrcoord.h \ 537 $(SOPHYAINCP)pilineatt.h \ 538 $(SOPHYAINCP)pigraphuc.h \ 539 $(SOPHYAINCP)pievthandler.h \ 540 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 541 $(SOPHYAINCP)piaxes.h \ 542 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 684 $(SOPHYAINCP)pisysdep.h \ 685 $(SOPHYAINCP)piwdgx.h \ 686 $(SOPHYAINCP)piwdggen.h \ 687 $(SOPHYAINCP)pimsghandler.h \ 688 $(SOPHYAINCP)picolist.h \ 689 $(SOPHYAINCP)picmap.h \ 690 $(SOPHYAINCP)picmapx.h \ 691 $(SOPHYAINCP)picmapgen.h \ 692 $(SOPHYAINCP)pigraphx.h \ 693 $(SOPHYAINCP)pigraphgen.h \ 694 $(SOPHYAINCP)pifontx.h \ 695 $(SOPHYAINCP)pifontgen.h \ 696 $(SOPHYAINCP)pigrcoord.h \ 697 $(SOPHYAINCP)pilineatt.h \ 698 $(SOPHYAINCP)pigraphuc.h \ 699 $(SOPHYAINCP)pievthandler.h \ 700 $(SOPHYAINCP)psfile.h \ 701 $(SOPHYAINCP)pigratt.h \ 702 $(SOPHYAINCP)piaxes.h \ 703 $(SOPHYAINCP)parradapter.h \ 704 $(SOPHYAINCP)lut.h \ 543 705 $(SOPHYAINCP)ntupintf.h \ 544 706 $(SOPHYAINCP)generalfit.h \ 545 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 546 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 707 $(SOPHYAINCP)tvector.h \ 708 $(SOPHYAINCP)tmatrix.h \ 709 $(SOPHYAINCP)tarray.h \ 710 $(SOPHYAINCP)basarr.h \ 711 $(SOPHYAINCP)dvlist.h \ 547 712 $(SOPHYAINCP)ndatablock.h \ 548 713 $(SOPHYAINCP)utilarr.h \ … … 550 715 $(SOPHYAINCP)tvector_tsnl.h \ 551 716 $(SOPHYAINCP)generaldata.h \ 552 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 553 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 717 $(SOPHYAINCP)ntupintf.h \ 718 $(SOPHYAINCP)poly.h \ 719 $(SOPHYAINCP)peida.h \ 720 $(SOPHYAINCP)utils.h \ 721 $(SOPHYAINCP)perrors.h \ 554 722 $(SOPHYAINCP)fmath.h pistdimgapp.h \ 723 $(SOPHYAINCP)pisysdep.h \ 555 724 $(SOPHYAINCP)piapplx.h \ 556 725 $(SOPHYAINCP)piapplgen.h \ … … 568 737 $(SOPHYAINCP)piwindowx.h \ 569 738 $(SOPHYAINCP)piwindowgen.h \ 739 $(SOPHYAINCP)pimenux.h \ 570 740 $(SOPHYAINCP)pioptmenux.h \ 571 741 $(SOPHYAINCP)pioptmenugen.h \ 742 $(SOPHYAINCP)pistdwdgx.h \ 572 743 $(SOPHYAINCP)pifilechox.h \ 573 744 $(SOPHYAINCP)pifilechogen.h \ 745 $(SOPHYAINCP)piwindowx.h \ 574 746 $(SOPHYAINCP)piperiodx.h \ 575 747 $(SOPHYAINCP)periodic.h \ 576 $(SOPHYAINCP)piimage.h $(SOPHYAINCP)pieldrw.h \ 748 $(SOPHYAINCP)picons.h \ 749 $(SOPHYAINCP)piimage.h \ 750 $(SOPHYAINCP)parradapter.h \ 751 $(SOPHYAINCP)pieldrw.h \ 752 $(SOPHYAINCP)pidrawer.h \ 577 753 $(SOPHYAINCP)pipixmapx.h \ 578 754 $(SOPHYAINCP)pipixmapgen.h \ 579 755 $(SOPHYAINCP)picmapview.h \ 580 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 756 $(SOPHYAINCP)pi3dwdg.h \ 757 $(SOPHYAINCP)pi3ddrw.h \ 581 758 $(SOPHYAINCP)pigraph3d.h piacmd.h \ 582 759 $(SOPHYAINCP)commander.h \ 760 $(SOPHYAINCP)pdlmgr.h \ 583 761 $(SOPHYAINCP)ctimer.h pisiadw.h \ 584 762 $(SOPHYAINCP)pilistx.h \ 585 763 $(SOPHYAINCP)pilistgen.h \ 586 764 $(SOPHYAINCP)pistzwin.h \ 765 $(SOPHYAINCP)piperiodx.h \ 587 766 $(SOPHYAINCP)pitherm.h \ 588 $(SOPHYAINCP)resusage.h pitvmaad.h \ 767 $(SOPHYAINCP)resusage.h \ 768 $(SOPHYAINCP)tvector.h pitvmaad.h \ 769 $(SOPHYAINCP)tmatrix.h \ 589 770 $(SOPHYAINCP)piyfxdrw.h \ 590 771 $(SOPHYAINCP)pisurfdr.h pipodrw.h \ 591 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)histos.h \ 592 pintuple.h pintup3d.h pigfd1.h pigfd2.h 772 $(SOPHYAINCP)histos2.h \ 773 $(SOPHYAINCP)histos.h pintuple.h \ 774 pintup3d.h $(SOPHYAINCP)pi3ddrw.h pigfd1.h \ 775 $(SOPHYAINCP)generaldata.h pigfd2.h 593 776 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nobjmgr.cc 594 777 595 $(SOPHYAOBJP)nomgadapter.o: nomgadapter.cc $(SOPHYAINCP)sopnamsp.h \ 596 $(SOPHYAINCP)machdefs.h \ 597 $(SOPHYAINCP)osx_values.h nomgadapter.h \ 598 $(SOPHYAINCP)ppersist.h \ 599 $(SOPHYAINCP)pexceptions.h \ 600 $(SOPHYAINCP)gnumd5.h \ 601 $(SOPHYAINCP)ppfbinstream.h \ 602 $(SOPHYAINCP)rawstream.h \ 603 $(SOPHYAINCP)ppfnametag.h \ 604 $(SOPHYAINCP)anydataobj.h \ 605 $(SOPHYAINCP)pidrawer.h \ 606 $(SOPHYAINCP)pibwdggen.h \ 607 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 608 $(SOPHYAINCP)piwdggen.h \ 609 $(SOPHYAINCP)pimsghandler.h \ 610 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 611 $(SOPHYAINCP)picmapx.h \ 612 $(SOPHYAINCP)picmapgen.h \ 613 $(SOPHYAINCP)pigraphx.h \ 614 $(SOPHYAINCP)pigraphgen.h \ 615 $(SOPHYAINCP)pifontx.h \ 616 $(SOPHYAINCP)pifontgen.h \ 617 $(SOPHYAINCP)pigrcoord.h \ 618 $(SOPHYAINCP)pilineatt.h \ 619 $(SOPHYAINCP)pigraphuc.h \ 620 $(SOPHYAINCP)pievthandler.h \ 621 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 622 $(SOPHYAINCP)piaxes.h \ 623 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 778 $(SOPHYAOBJP)nomgadapter.o: nomgadapter.cc \ 779 $(SOPHYAINCP)sopnamsp.h \ 780 $(SOPHYAINCP)machdefs.h nomgadapter.h \ 781 $(SOPHYAINCP)ppersist.h \ 782 $(SOPHYAINCP)machdefs.h \ 783 $(SOPHYAINCP)pexceptions.h \ 784 $(SOPHYAINCP)gnumd5.h \ 785 $(SOPHYAINCP)ppfbinstream.h \ 786 $(SOPHYAINCP)rawstream.h \ 787 $(SOPHYAINCP)ppfnametag.h \ 788 $(SOPHYAINCP)ppersist.h \ 789 $(SOPHYAINCP)anydataobj.h \ 790 $(SOPHYAINCP)pidrawer.h \ 791 $(SOPHYAINCP)pibwdggen.h \ 792 $(SOPHYAINCP)pisysdep.h \ 793 $(SOPHYAINCP)piwdgx.h \ 794 $(SOPHYAINCP)piwdggen.h \ 795 $(SOPHYAINCP)pimsghandler.h \ 796 $(SOPHYAINCP)picolist.h \ 797 $(SOPHYAINCP)picmap.h \ 798 $(SOPHYAINCP)picmapx.h \ 799 $(SOPHYAINCP)picmapgen.h \ 800 $(SOPHYAINCP)pigraphx.h \ 801 $(SOPHYAINCP)pigraphgen.h \ 802 $(SOPHYAINCP)pifontx.h \ 803 $(SOPHYAINCP)pifontgen.h \ 804 $(SOPHYAINCP)pigrcoord.h \ 805 $(SOPHYAINCP)pilineatt.h \ 806 $(SOPHYAINCP)pigraphuc.h \ 807 $(SOPHYAINCP)pievthandler.h \ 808 $(SOPHYAINCP)psfile.h \ 809 $(SOPHYAINCP)pigratt.h \ 810 $(SOPHYAINCP)piaxes.h \ 811 $(SOPHYAINCP)parradapter.h \ 812 $(SOPHYAINCP)lut.h \ 624 813 $(SOPHYAINCP)ntupintf.h \ 625 814 $(SOPHYAINCP)generalfit.h \ 626 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 627 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 628 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 629 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)dvlist.h \ 815 $(SOPHYAINCP)tvector.h \ 816 $(SOPHYAINCP)tmatrix.h \ 817 $(SOPHYAINCP)tarray.h \ 818 $(SOPHYAINCP)basarr.h \ 819 $(SOPHYAINCP)anydataobj.h \ 820 $(SOPHYAINCP)mutyv.h \ 821 $(SOPHYAINCP)timestamp.h \ 822 $(SOPHYAINCP)objfio.h \ 823 $(SOPHYAINCP)dvlist.h \ 630 824 $(SOPHYAINCP)ndatablock.h \ 631 825 $(SOPHYAINCP)utilarr.h \ … … 633 827 $(SOPHYAINCP)tvector_tsnl.h \ 634 828 $(SOPHYAINCP)generaldata.h \ 635 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 636 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 829 $(SOPHYAINCP)ntupintf.h \ 830 $(SOPHYAINCP)poly.h \ 831 $(SOPHYAINCP)peida.h \ 832 $(SOPHYAINCP)utils.h \ 833 $(SOPHYAINCP)perrors.h \ 637 834 $(SOPHYAINCP)fmath.h 638 835 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomgadapter.cc 639 836 640 $(SOPHYAOBJP)nomgfdadapter.o: nomgfdadapter.cc $(SOPHYAINCP)sopnamsp.h \ 641 $(SOPHYAINCP)machdefs.h \ 642 $(SOPHYAINCP)osx_values.h nomgfdadapter.h nomgadapter.h \ 643 $(SOPHYAINCP)ppersist.h \ 644 $(SOPHYAINCP)pexceptions.h \ 645 $(SOPHYAINCP)gnumd5.h \ 646 $(SOPHYAINCP)ppfbinstream.h \ 647 $(SOPHYAINCP)rawstream.h \ 648 $(SOPHYAINCP)ppfnametag.h \ 649 $(SOPHYAINCP)anydataobj.h \ 650 $(SOPHYAINCP)pidrawer.h \ 651 $(SOPHYAINCP)pibwdggen.h \ 652 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 653 $(SOPHYAINCP)piwdggen.h \ 654 $(SOPHYAINCP)pimsghandler.h \ 655 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 656 $(SOPHYAINCP)picmapx.h \ 657 $(SOPHYAINCP)picmapgen.h \ 658 $(SOPHYAINCP)pigraphx.h \ 659 $(SOPHYAINCP)pigraphgen.h \ 660 $(SOPHYAINCP)pifontx.h \ 661 $(SOPHYAINCP)pifontgen.h \ 662 $(SOPHYAINCP)pigrcoord.h \ 663 $(SOPHYAINCP)pilineatt.h \ 664 $(SOPHYAINCP)pigraphuc.h \ 665 $(SOPHYAINCP)pievthandler.h \ 666 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 667 $(SOPHYAINCP)piaxes.h \ 668 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 837 $(SOPHYAOBJP)nomgfdadapter.o: nomgfdadapter.cc \ 838 $(SOPHYAINCP)sopnamsp.h \ 839 $(SOPHYAINCP)machdefs.h nomgfdadapter.h \ 840 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 841 $(SOPHYAINCP)machdefs.h \ 842 $(SOPHYAINCP)pexceptions.h \ 843 $(SOPHYAINCP)gnumd5.h \ 844 $(SOPHYAINCP)ppfbinstream.h \ 845 $(SOPHYAINCP)rawstream.h \ 846 $(SOPHYAINCP)ppfnametag.h \ 847 $(SOPHYAINCP)ppersist.h \ 848 $(SOPHYAINCP)anydataobj.h \ 849 $(SOPHYAINCP)pidrawer.h \ 850 $(SOPHYAINCP)pibwdggen.h \ 851 $(SOPHYAINCP)pisysdep.h \ 852 $(SOPHYAINCP)piwdgx.h \ 853 $(SOPHYAINCP)piwdggen.h \ 854 $(SOPHYAINCP)pimsghandler.h \ 855 $(SOPHYAINCP)picolist.h \ 856 $(SOPHYAINCP)picmap.h \ 857 $(SOPHYAINCP)picmapx.h \ 858 $(SOPHYAINCP)picmapgen.h \ 859 $(SOPHYAINCP)pigraphx.h \ 860 $(SOPHYAINCP)pigraphgen.h \ 861 $(SOPHYAINCP)pifontx.h \ 862 $(SOPHYAINCP)pifontgen.h \ 863 $(SOPHYAINCP)pigrcoord.h \ 864 $(SOPHYAINCP)pilineatt.h \ 865 $(SOPHYAINCP)pigraphuc.h \ 866 $(SOPHYAINCP)pievthandler.h \ 867 $(SOPHYAINCP)psfile.h \ 868 $(SOPHYAINCP)pigratt.h \ 869 $(SOPHYAINCP)piaxes.h \ 870 $(SOPHYAINCP)parradapter.h \ 871 $(SOPHYAINCP)lut.h \ 669 872 $(SOPHYAINCP)ntupintf.h \ 670 873 $(SOPHYAINCP)generalfit.h \ 671 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 672 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 673 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 674 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)dvlist.h \ 874 $(SOPHYAINCP)tvector.h \ 875 $(SOPHYAINCP)tmatrix.h \ 876 $(SOPHYAINCP)tarray.h \ 877 $(SOPHYAINCP)basarr.h \ 878 $(SOPHYAINCP)anydataobj.h \ 879 $(SOPHYAINCP)mutyv.h \ 880 $(SOPHYAINCP)timestamp.h \ 881 $(SOPHYAINCP)objfio.h \ 882 $(SOPHYAINCP)dvlist.h \ 675 883 $(SOPHYAINCP)ndatablock.h \ 676 884 $(SOPHYAINCP)utilarr.h \ … … 678 886 $(SOPHYAINCP)tvector_tsnl.h \ 679 887 $(SOPHYAINCP)generaldata.h \ 680 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 681 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 888 $(SOPHYAINCP)ntupintf.h \ 889 $(SOPHYAINCP)poly.h \ 890 $(SOPHYAINCP)peida.h \ 891 $(SOPHYAINCP)utils.h \ 892 $(SOPHYAINCP)perrors.h \ 682 893 $(SOPHYAINCP)fmath.h pipodrw.h \ 683 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)histos.h \ 894 $(SOPHYAINCP)histos2.h \ 895 $(SOPHYAINCP)histos.h \ 684 896 $(SOPHYAINCP)objfitter.h \ 685 $(SOPHYAINCP)cimage.h $(SOPHYAINCP)fioarr.h \ 686 $(SOPHYAINCP)hisprof.h 897 $(SOPHYAINCP)cimage.h \ 898 $(SOPHYAINCP)fioarr.h \ 899 $(SOPHYAINCP)histos2.h \ 900 $(SOPHYAINCP)hisprof.h \ 901 $(SOPHYAINCP)generalfit.h 687 902 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomgfdadapter.cc 688 903 689 $(SOPHYAOBJP)nomhistadapter.o: nomhistadapter.cc $(SOPHYAINCP)sopnamsp.h \ 690 $(SOPHYAINCP)machdefs.h \ 691 $(SOPHYAINCP)osx_values.h nomhistadapter.h nomgadapter.h \ 692 $(SOPHYAINCP)ppersist.h \ 693 $(SOPHYAINCP)pexceptions.h \ 694 $(SOPHYAINCP)gnumd5.h \ 695 $(SOPHYAINCP)ppfbinstream.h \ 696 $(SOPHYAINCP)rawstream.h \ 697 $(SOPHYAINCP)ppfnametag.h \ 698 $(SOPHYAINCP)anydataobj.h \ 699 $(SOPHYAINCP)pidrawer.h \ 700 $(SOPHYAINCP)pibwdggen.h \ 701 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 702 $(SOPHYAINCP)piwdggen.h \ 703 $(SOPHYAINCP)pimsghandler.h \ 704 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 705 $(SOPHYAINCP)picmapx.h \ 706 $(SOPHYAINCP)picmapgen.h \ 707 $(SOPHYAINCP)pigraphx.h \ 708 $(SOPHYAINCP)pigraphgen.h \ 709 $(SOPHYAINCP)pifontx.h \ 710 $(SOPHYAINCP)pifontgen.h \ 711 $(SOPHYAINCP)pigrcoord.h \ 712 $(SOPHYAINCP)pilineatt.h \ 713 $(SOPHYAINCP)pigraphuc.h \ 714 $(SOPHYAINCP)pievthandler.h \ 715 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 716 $(SOPHYAINCP)piaxes.h \ 717 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 904 $(SOPHYAOBJP)nomhistadapter.o: nomhistadapter.cc \ 905 $(SOPHYAINCP)sopnamsp.h \ 906 $(SOPHYAINCP)machdefs.h nomhistadapter.h \ 907 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 908 $(SOPHYAINCP)machdefs.h \ 909 $(SOPHYAINCP)pexceptions.h \ 910 $(SOPHYAINCP)gnumd5.h \ 911 $(SOPHYAINCP)ppfbinstream.h \ 912 $(SOPHYAINCP)rawstream.h \ 913 $(SOPHYAINCP)ppfnametag.h \ 914 $(SOPHYAINCP)ppersist.h \ 915 $(SOPHYAINCP)anydataobj.h \ 916 $(SOPHYAINCP)pidrawer.h \ 917 $(SOPHYAINCP)pibwdggen.h \ 918 $(SOPHYAINCP)pisysdep.h \ 919 $(SOPHYAINCP)piwdgx.h \ 920 $(SOPHYAINCP)piwdggen.h \ 921 $(SOPHYAINCP)pimsghandler.h \ 922 $(SOPHYAINCP)picolist.h \ 923 $(SOPHYAINCP)picmap.h \ 924 $(SOPHYAINCP)picmapx.h \ 925 $(SOPHYAINCP)picmapgen.h \ 926 $(SOPHYAINCP)pigraphx.h \ 927 $(SOPHYAINCP)pigraphgen.h \ 928 $(SOPHYAINCP)pifontx.h \ 929 $(SOPHYAINCP)pifontgen.h \ 930 $(SOPHYAINCP)pigrcoord.h \ 931 $(SOPHYAINCP)pilineatt.h \ 932 $(SOPHYAINCP)pigraphuc.h \ 933 $(SOPHYAINCP)pievthandler.h \ 934 $(SOPHYAINCP)psfile.h \ 935 $(SOPHYAINCP)pigratt.h \ 936 $(SOPHYAINCP)piaxes.h \ 937 $(SOPHYAINCP)parradapter.h \ 938 $(SOPHYAINCP)lut.h \ 718 939 $(SOPHYAINCP)ntupintf.h \ 719 940 $(SOPHYAINCP)generalfit.h \ 720 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 721 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 722 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 723 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)dvlist.h \ 941 $(SOPHYAINCP)tvector.h \ 942 $(SOPHYAINCP)tmatrix.h \ 943 $(SOPHYAINCP)tarray.h \ 944 $(SOPHYAINCP)basarr.h \ 945 $(SOPHYAINCP)anydataobj.h \ 946 $(SOPHYAINCP)mutyv.h \ 947 $(SOPHYAINCP)timestamp.h \ 948 $(SOPHYAINCP)objfio.h \ 949 $(SOPHYAINCP)dvlist.h \ 724 950 $(SOPHYAINCP)ndatablock.h \ 725 951 $(SOPHYAINCP)utilarr.h \ … … 727 953 $(SOPHYAINCP)tvector_tsnl.h \ 728 954 $(SOPHYAINCP)generaldata.h \ 729 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 730 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 731 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)histos.h \ 732 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)hisprof.h \ 733 $(SOPHYAINCP)histerr.h $(SOPHYAINCP)ntuple.h \ 955 $(SOPHYAINCP)ntupintf.h \ 956 $(SOPHYAINCP)poly.h \ 957 $(SOPHYAINCP)peida.h \ 958 $(SOPHYAINCP)utils.h \ 959 $(SOPHYAINCP)perrors.h \ 960 $(SOPHYAINCP)fmath.h \ 961 $(SOPHYAINCP)histos.h \ 962 $(SOPHYAINCP)histos2.h \ 963 $(SOPHYAINCP)histos.h \ 964 $(SOPHYAINCP)hisprof.h \ 965 $(SOPHYAINCP)histerr.h \ 966 $(SOPHYAINCP)ntuple.h \ 734 967 $(SOPHYAINCP)xntuple.h \ 735 968 $(SOPHYAINCP)basedtable.h \ 736 $(SOPHYAINCP)segdatablock.h pihisto.h pihisto2d.h \ 969 $(SOPHYAINCP)segdatablock.h pihisto.h \ 970 pihisto2d.h $(SOPHYAINCP)pisysdep.h \ 737 971 $(SOPHYAINCP)pimenux.h \ 738 972 $(SOPHYAINCP)pimenugen.h \ 739 973 $(SOPHYAINCP)pimenubarx.h \ 740 974 $(SOPHYAINCP)pimenubargen.h \ 975 $(SOPHYAINCP)pimenux.h \ 741 976 $(SOPHYAINCP)pioptmenux.h \ 742 977 $(SOPHYAINCP)pioptmenugen.h \ … … 750 985 $(SOPHYAINCP)picontainerx.h \ 751 986 $(SOPHYAINCP)picontainergen.h \ 752 $(SOPHYAINCP)pieldrw.h pipodrw.h servnobjm.h nobjmgr.h \ 753 dlftypes.h $(SOPHYAINCP)pdlmgr.h \ 987 $(SOPHYAINCP)pidrawer.h \ 988 $(SOPHYAINCP)pieldrw.h pipodrw.h \ 989 servnobjm.h nobjmgr.h \ 990 $(SOPHYAINCP)dvlist.h dlftypes.h \ 991 $(SOPHYAINCP)pdlmgr.h \ 754 992 $(SOPHYAINCP)zthread.h \ 755 993 $(SOPHYAINCP)objfitter.h \ 756 $(SOPHYAINCP)cimage.h $(SOPHYAINCP)fioarr.h \ 994 $(SOPHYAINCP)cimage.h \ 995 $(SOPHYAINCP)fioarr.h \ 996 $(SOPHYAINCP)histos2.h \ 997 $(SOPHYAINCP)hisprof.h \ 998 $(SOPHYAINCP)generalfit.h \ 757 999 $(SOPHYAINCP)datatable.h \ 1000 $(SOPHYAINCP)basedtable.h \ 758 1001 $(SOPHYAINCP)swppfdtable.h \ 759 1002 $(SOPHYAINCP)swsegdb.h \ … … 762 1005 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomhistadapter.cc 763 1006 764 $(SOPHYAOBJP)nomimagadapter.o: nomimagadapter.cc $(SOPHYAINCP)sopnamsp.h \ 765 $(SOPHYAINCP)machdefs.h \ 766 $(SOPHYAINCP)osx_values.h \ 767 $(SOPHYAINCP)datatype.h nomimagadapter.h nomgadapter.h \ 768 $(SOPHYAINCP)ppersist.h \ 769 $(SOPHYAINCP)pexceptions.h \ 770 $(SOPHYAINCP)gnumd5.h \ 771 $(SOPHYAINCP)ppfbinstream.h \ 772 $(SOPHYAINCP)rawstream.h \ 773 $(SOPHYAINCP)ppfnametag.h \ 774 $(SOPHYAINCP)anydataobj.h \ 775 $(SOPHYAINCP)pidrawer.h \ 776 $(SOPHYAINCP)pibwdggen.h \ 777 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 778 $(SOPHYAINCP)piwdggen.h \ 779 $(SOPHYAINCP)pimsghandler.h \ 780 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 781 $(SOPHYAINCP)picmapx.h \ 782 $(SOPHYAINCP)picmapgen.h \ 783 $(SOPHYAINCP)pigraphx.h \ 784 $(SOPHYAINCP)pigraphgen.h \ 785 $(SOPHYAINCP)pifontx.h \ 786 $(SOPHYAINCP)pifontgen.h \ 787 $(SOPHYAINCP)pigrcoord.h \ 788 $(SOPHYAINCP)pilineatt.h \ 789 $(SOPHYAINCP)pigraphuc.h \ 790 $(SOPHYAINCP)pievthandler.h \ 791 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 792 $(SOPHYAINCP)piaxes.h \ 793 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1007 $(SOPHYAOBJP)nomimagadapter.o: nomimagadapter.cc \ 1008 $(SOPHYAINCP)sopnamsp.h \ 1009 $(SOPHYAINCP)machdefs.h \ 1010 $(SOPHYAINCP)datatype.h \ 1011 $(SOPHYAINCP)machdefs.h nomimagadapter.h \ 1012 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 1013 $(SOPHYAINCP)pexceptions.h \ 1014 $(SOPHYAINCP)gnumd5.h \ 1015 $(SOPHYAINCP)ppfbinstream.h \ 1016 $(SOPHYAINCP)rawstream.h \ 1017 $(SOPHYAINCP)ppfnametag.h \ 1018 $(SOPHYAINCP)ppersist.h \ 1019 $(SOPHYAINCP)anydataobj.h \ 1020 $(SOPHYAINCP)pidrawer.h \ 1021 $(SOPHYAINCP)pibwdggen.h \ 1022 $(SOPHYAINCP)pisysdep.h \ 1023 $(SOPHYAINCP)piwdgx.h \ 1024 $(SOPHYAINCP)piwdggen.h \ 1025 $(SOPHYAINCP)pimsghandler.h \ 1026 $(SOPHYAINCP)picolist.h \ 1027 $(SOPHYAINCP)picmap.h \ 1028 $(SOPHYAINCP)picmapx.h \ 1029 $(SOPHYAINCP)picmapgen.h \ 1030 $(SOPHYAINCP)pigraphx.h \ 1031 $(SOPHYAINCP)pigraphgen.h \ 1032 $(SOPHYAINCP)pifontx.h \ 1033 $(SOPHYAINCP)pifontgen.h \ 1034 $(SOPHYAINCP)pigrcoord.h \ 1035 $(SOPHYAINCP)pilineatt.h \ 1036 $(SOPHYAINCP)pigraphuc.h \ 1037 $(SOPHYAINCP)pievthandler.h \ 1038 $(SOPHYAINCP)psfile.h \ 1039 $(SOPHYAINCP)pigratt.h \ 1040 $(SOPHYAINCP)piaxes.h \ 1041 $(SOPHYAINCP)parradapter.h \ 1042 $(SOPHYAINCP)lut.h \ 794 1043 $(SOPHYAINCP)ntupintf.h \ 795 1044 $(SOPHYAINCP)generalfit.h \ 796 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 797 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 798 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 799 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)dvlist.h \ 1045 $(SOPHYAINCP)tvector.h \ 1046 $(SOPHYAINCP)tmatrix.h \ 1047 $(SOPHYAINCP)tarray.h \ 1048 $(SOPHYAINCP)basarr.h \ 1049 $(SOPHYAINCP)anydataobj.h \ 1050 $(SOPHYAINCP)mutyv.h \ 1051 $(SOPHYAINCP)timestamp.h \ 1052 $(SOPHYAINCP)objfio.h \ 1053 $(SOPHYAINCP)dvlist.h \ 800 1054 $(SOPHYAINCP)ndatablock.h \ 801 1055 $(SOPHYAINCP)utilarr.h \ … … 803 1057 $(SOPHYAINCP)tvector_tsnl.h \ 804 1058 $(SOPHYAINCP)generaldata.h \ 805 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 806 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 807 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)cimage.h \ 1059 $(SOPHYAINCP)ntupintf.h \ 1060 $(SOPHYAINCP)poly.h \ 1061 $(SOPHYAINCP)peida.h \ 1062 $(SOPHYAINCP)utils.h \ 1063 $(SOPHYAINCP)perrors.h \ 1064 $(SOPHYAINCP)fmath.h \ 1065 $(SOPHYAINCP)cimage.h \ 808 1066 $(SOPHYAINCP)fioarr.h pimgadapter.h \ 809 1067 $(SOPHYAINCP)objfitter.h \ 810 $(SOPHYAINCP)histos.h $(SOPHYAINCP)histos2.h \ 811 $(SOPHYAINCP)hisprof.h 1068 $(SOPHYAINCP)cimage.h \ 1069 $(SOPHYAINCP)histos.h \ 1070 $(SOPHYAINCP)histos2.h \ 1071 $(SOPHYAINCP)hisprof.h \ 1072 $(SOPHYAINCP)generalfit.h 812 1073 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomimagadapter.cc 813 1074 … … 815 1076 $(SOPHYAINCP)sopnamsp.h \ 816 1077 $(SOPHYAINCP)machdefs.h \ 817 $(SOPHYAINCP)osx_values.h \ 818 $(SOPHYAINCP)datatype.h nomskymapadapter.h nomgadapter.h \ 819 $(SOPHYAINCP)ppersist.h \ 820 $(SOPHYAINCP)pexceptions.h \ 821 $(SOPHYAINCP)gnumd5.h \ 822 $(SOPHYAINCP)ppfbinstream.h \ 823 $(SOPHYAINCP)rawstream.h \ 824 $(SOPHYAINCP)ppfnametag.h \ 825 $(SOPHYAINCP)anydataobj.h \ 826 $(SOPHYAINCP)pidrawer.h \ 827 $(SOPHYAINCP)pibwdggen.h \ 828 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 829 $(SOPHYAINCP)piwdggen.h \ 830 $(SOPHYAINCP)pimsghandler.h \ 831 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 832 $(SOPHYAINCP)picmapx.h \ 833 $(SOPHYAINCP)picmapgen.h \ 834 $(SOPHYAINCP)pigraphx.h \ 835 $(SOPHYAINCP)pigraphgen.h \ 836 $(SOPHYAINCP)pifontx.h \ 837 $(SOPHYAINCP)pifontgen.h \ 838 $(SOPHYAINCP)pigrcoord.h \ 839 $(SOPHYAINCP)pilineatt.h \ 840 $(SOPHYAINCP)pigraphuc.h \ 841 $(SOPHYAINCP)pievthandler.h \ 842 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 843 $(SOPHYAINCP)piaxes.h \ 844 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1078 $(SOPHYAINCP)datatype.h \ 1079 $(SOPHYAINCP)machdefs.h nomskymapadapter.h \ 1080 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 1081 $(SOPHYAINCP)pexceptions.h \ 1082 $(SOPHYAINCP)gnumd5.h \ 1083 $(SOPHYAINCP)ppfbinstream.h \ 1084 $(SOPHYAINCP)rawstream.h \ 1085 $(SOPHYAINCP)ppfnametag.h \ 1086 $(SOPHYAINCP)ppersist.h \ 1087 $(SOPHYAINCP)anydataobj.h \ 1088 $(SOPHYAINCP)pidrawer.h \ 1089 $(SOPHYAINCP)pibwdggen.h \ 1090 $(SOPHYAINCP)pisysdep.h \ 1091 $(SOPHYAINCP)piwdgx.h \ 1092 $(SOPHYAINCP)piwdggen.h \ 1093 $(SOPHYAINCP)pimsghandler.h \ 1094 $(SOPHYAINCP)picolist.h \ 1095 $(SOPHYAINCP)picmap.h \ 1096 $(SOPHYAINCP)picmapx.h \ 1097 $(SOPHYAINCP)picmapgen.h \ 1098 $(SOPHYAINCP)pigraphx.h \ 1099 $(SOPHYAINCP)pigraphgen.h \ 1100 $(SOPHYAINCP)pifontx.h \ 1101 $(SOPHYAINCP)pifontgen.h \ 1102 $(SOPHYAINCP)pigrcoord.h \ 1103 $(SOPHYAINCP)pilineatt.h \ 1104 $(SOPHYAINCP)pigraphuc.h \ 1105 $(SOPHYAINCP)pievthandler.h \ 1106 $(SOPHYAINCP)psfile.h \ 1107 $(SOPHYAINCP)pigratt.h \ 1108 $(SOPHYAINCP)piaxes.h \ 1109 $(SOPHYAINCP)parradapter.h \ 1110 $(SOPHYAINCP)lut.h \ 845 1111 $(SOPHYAINCP)ntupintf.h \ 846 1112 $(SOPHYAINCP)generalfit.h \ 847 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 848 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 849 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 850 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)dvlist.h \ 1113 $(SOPHYAINCP)tvector.h \ 1114 $(SOPHYAINCP)tmatrix.h \ 1115 $(SOPHYAINCP)tarray.h \ 1116 $(SOPHYAINCP)basarr.h \ 1117 $(SOPHYAINCP)anydataobj.h \ 1118 $(SOPHYAINCP)mutyv.h \ 1119 $(SOPHYAINCP)timestamp.h \ 1120 $(SOPHYAINCP)objfio.h \ 1121 $(SOPHYAINCP)dvlist.h \ 851 1122 $(SOPHYAINCP)ndatablock.h \ 852 1123 $(SOPHYAINCP)utilarr.h \ … … 854 1125 $(SOPHYAINCP)tvector_tsnl.h \ 855 1126 $(SOPHYAINCP)generaldata.h \ 856 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 857 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 858 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)pixelmap.h \ 1127 $(SOPHYAINCP)ntupintf.h \ 1128 $(SOPHYAINCP)poly.h \ 1129 $(SOPHYAINCP)peida.h \ 1130 $(SOPHYAINCP)utils.h \ 1131 $(SOPHYAINCP)perrors.h \ 1132 $(SOPHYAINCP)fmath.h \ 1133 $(SOPHYAINCP)tmatrix.h \ 1134 $(SOPHYAINCP)pixelmap.h \ 859 1135 $(SOPHYAINCP)spherepos.h \ 860 1136 $(SOPHYAINCP)unitvector.h \ 861 1137 $(SOPHYAINCP)vector3d.h \ 862 1138 $(SOPHYAINCP)longlat.h \ 863 $(SOPHYAINCP)utilgeom.h $(SOPHYAINCP)skymap.h \ 1139 $(SOPHYAINCP)utilgeom.h \ 1140 $(SOPHYAINCP)datatype.h \ 1141 $(SOPHYAINCP)skymap.h \ 864 1142 $(SOPHYAINCP)spherethetaphi.h \ 865 1143 $(SOPHYAINCP)sphericalmap.h \ 866 1144 $(SOPHYAINCP)smathconst.h \ 1145 $(SOPHYAINCP)pixelmap.h \ 867 1146 $(SOPHYAINCP)spherehealpix.h \ 868 1147 $(SOPHYAINCP)HEALPixUtils.h \ … … 873 1152 $(SOPHYAINCP)fiolocalmap.h \ 874 1153 $(SOPHYAINCP)fiosphereecp.h pitvmaad.h \ 1154 $(SOPHYAINCP)tvector.h \ 875 1155 $(SOPHYAINCP)complexios.h 876 1156 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomskymapadapter.cc … … 879 1159 $(SOPHYAINCP)sopnamsp.h \ 880 1160 $(SOPHYAINCP)machdefs.h \ 881 $(SOPHYAINCP)osx_values.h nomspecrespadapter.h \ 882 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 883 $(SOPHYAINCP)pexceptions.h \ 884 $(SOPHYAINCP)gnumd5.h \ 885 $(SOPHYAINCP)ppfbinstream.h \ 886 $(SOPHYAINCP)rawstream.h \ 887 $(SOPHYAINCP)ppfnametag.h \ 888 $(SOPHYAINCP)anydataobj.h \ 889 $(SOPHYAINCP)pidrawer.h \ 890 $(SOPHYAINCP)pibwdggen.h \ 891 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 892 $(SOPHYAINCP)piwdggen.h \ 893 $(SOPHYAINCP)pimsghandler.h \ 894 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 895 $(SOPHYAINCP)picmapx.h \ 896 $(SOPHYAINCP)picmapgen.h \ 897 $(SOPHYAINCP)pigraphx.h \ 898 $(SOPHYAINCP)pigraphgen.h \ 899 $(SOPHYAINCP)pifontx.h \ 900 $(SOPHYAINCP)pifontgen.h \ 901 $(SOPHYAINCP)pigrcoord.h \ 902 $(SOPHYAINCP)pilineatt.h \ 903 $(SOPHYAINCP)pigraphuc.h \ 904 $(SOPHYAINCP)pievthandler.h \ 905 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 906 $(SOPHYAINCP)piaxes.h \ 907 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1161 nomspecrespadapter.h nomgadapter.h \ 1162 $(SOPHYAINCP)ppersist.h \ 1163 $(SOPHYAINCP)machdefs.h \ 1164 $(SOPHYAINCP)pexceptions.h \ 1165 $(SOPHYAINCP)gnumd5.h \ 1166 $(SOPHYAINCP)ppfbinstream.h \ 1167 $(SOPHYAINCP)rawstream.h \ 1168 $(SOPHYAINCP)ppfnametag.h \ 1169 $(SOPHYAINCP)ppersist.h \ 1170 $(SOPHYAINCP)anydataobj.h \ 1171 $(SOPHYAINCP)pidrawer.h \ 1172 $(SOPHYAINCP)pibwdggen.h \ 1173 $(SOPHYAINCP)pisysdep.h \ 1174 $(SOPHYAINCP)piwdgx.h \ 1175 $(SOPHYAINCP)piwdggen.h \ 1176 $(SOPHYAINCP)pimsghandler.h \ 1177 $(SOPHYAINCP)picolist.h \ 1178 $(SOPHYAINCP)picmap.h \ 1179 $(SOPHYAINCP)picmapx.h \ 1180 $(SOPHYAINCP)picmapgen.h \ 1181 $(SOPHYAINCP)pigraphx.h \ 1182 $(SOPHYAINCP)pigraphgen.h \ 1183 $(SOPHYAINCP)pifontx.h \ 1184 $(SOPHYAINCP)pifontgen.h \ 1185 $(SOPHYAINCP)pigrcoord.h \ 1186 $(SOPHYAINCP)pilineatt.h \ 1187 $(SOPHYAINCP)pigraphuc.h \ 1188 $(SOPHYAINCP)pievthandler.h \ 1189 $(SOPHYAINCP)psfile.h \ 1190 $(SOPHYAINCP)pigratt.h \ 1191 $(SOPHYAINCP)piaxes.h \ 1192 $(SOPHYAINCP)parradapter.h \ 1193 $(SOPHYAINCP)lut.h \ 908 1194 $(SOPHYAINCP)ntupintf.h \ 909 1195 $(SOPHYAINCP)generalfit.h \ 910 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 911 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 912 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 913 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)dvlist.h \ 1196 $(SOPHYAINCP)tvector.h \ 1197 $(SOPHYAINCP)tmatrix.h \ 1198 $(SOPHYAINCP)tarray.h \ 1199 $(SOPHYAINCP)basarr.h \ 1200 $(SOPHYAINCP)anydataobj.h \ 1201 $(SOPHYAINCP)mutyv.h \ 1202 $(SOPHYAINCP)timestamp.h \ 1203 $(SOPHYAINCP)objfio.h \ 1204 $(SOPHYAINCP)dvlist.h \ 914 1205 $(SOPHYAINCP)ndatablock.h \ 915 1206 $(SOPHYAINCP)utilarr.h \ … … 917 1208 $(SOPHYAINCP)tvector_tsnl.h \ 918 1209 $(SOPHYAINCP)generaldata.h \ 919 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 920 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 921 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)specresp.h \ 1210 $(SOPHYAINCP)ntupintf.h \ 1211 $(SOPHYAINCP)poly.h \ 1212 $(SOPHYAINCP)peida.h \ 1213 $(SOPHYAINCP)utils.h \ 1214 $(SOPHYAINCP)perrors.h \ 1215 $(SOPHYAINCP)fmath.h \ 1216 $(SOPHYAINCP)specresp.h \ 922 1217 $(SOPHYAINCP)specrespvector.h \ 1218 $(SOPHYAINCP)specresp.h \ 923 1219 $(SOPHYAINCP)gaussfilt.h 924 1220 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomspecrespadapter.cc 925 1221 926 $(SOPHYAOBJP)nomtarradapter.o: nomtarradapter.cc $(SOPHYAINCP)sopnamsp.h \ 927 $(SOPHYAINCP)machdefs.h \ 928 $(SOPHYAINCP)osx_values.h \ 929 $(SOPHYAINCP)datatype.h nomtarradapter.h nomgadapter.h \ 930 $(SOPHYAINCP)ppersist.h \ 931 $(SOPHYAINCP)pexceptions.h \ 932 $(SOPHYAINCP)gnumd5.h \ 933 $(SOPHYAINCP)ppfbinstream.h \ 934 $(SOPHYAINCP)rawstream.h \ 935 $(SOPHYAINCP)ppfnametag.h \ 936 $(SOPHYAINCP)anydataobj.h \ 937 $(SOPHYAINCP)pidrawer.h \ 938 $(SOPHYAINCP)pibwdggen.h \ 939 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 940 $(SOPHYAINCP)piwdggen.h \ 941 $(SOPHYAINCP)pimsghandler.h \ 942 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 943 $(SOPHYAINCP)picmapx.h \ 944 $(SOPHYAINCP)picmapgen.h \ 945 $(SOPHYAINCP)pigraphx.h \ 946 $(SOPHYAINCP)pigraphgen.h \ 947 $(SOPHYAINCP)pifontx.h \ 948 $(SOPHYAINCP)pifontgen.h \ 949 $(SOPHYAINCP)pigrcoord.h \ 950 $(SOPHYAINCP)pilineatt.h \ 951 $(SOPHYAINCP)pigraphuc.h \ 952 $(SOPHYAINCP)pievthandler.h \ 953 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 954 $(SOPHYAINCP)piaxes.h \ 955 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1222 $(SOPHYAOBJP)nomtarradapter.o: nomtarradapter.cc \ 1223 $(SOPHYAINCP)sopnamsp.h \ 1224 $(SOPHYAINCP)machdefs.h \ 1225 $(SOPHYAINCP)datatype.h \ 1226 $(SOPHYAINCP)machdefs.h nomtarradapter.h \ 1227 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 1228 $(SOPHYAINCP)pexceptions.h \ 1229 $(SOPHYAINCP)gnumd5.h \ 1230 $(SOPHYAINCP)ppfbinstream.h \ 1231 $(SOPHYAINCP)rawstream.h \ 1232 $(SOPHYAINCP)ppfnametag.h \ 1233 $(SOPHYAINCP)ppersist.h \ 1234 $(SOPHYAINCP)anydataobj.h \ 1235 $(SOPHYAINCP)pidrawer.h \ 1236 $(SOPHYAINCP)pibwdggen.h \ 1237 $(SOPHYAINCP)pisysdep.h \ 1238 $(SOPHYAINCP)piwdgx.h \ 1239 $(SOPHYAINCP)piwdggen.h \ 1240 $(SOPHYAINCP)pimsghandler.h \ 1241 $(SOPHYAINCP)picolist.h \ 1242 $(SOPHYAINCP)picmap.h \ 1243 $(SOPHYAINCP)picmapx.h \ 1244 $(SOPHYAINCP)picmapgen.h \ 1245 $(SOPHYAINCP)pigraphx.h \ 1246 $(SOPHYAINCP)pigraphgen.h \ 1247 $(SOPHYAINCP)pifontx.h \ 1248 $(SOPHYAINCP)pifontgen.h \ 1249 $(SOPHYAINCP)pigrcoord.h \ 1250 $(SOPHYAINCP)pilineatt.h \ 1251 $(SOPHYAINCP)pigraphuc.h \ 1252 $(SOPHYAINCP)pievthandler.h \ 1253 $(SOPHYAINCP)psfile.h \ 1254 $(SOPHYAINCP)pigratt.h \ 1255 $(SOPHYAINCP)piaxes.h \ 1256 $(SOPHYAINCP)parradapter.h \ 1257 $(SOPHYAINCP)lut.h \ 956 1258 $(SOPHYAINCP)ntupintf.h \ 957 1259 $(SOPHYAINCP)generalfit.h \ 958 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 959 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 960 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 961 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)dvlist.h \ 1260 $(SOPHYAINCP)tvector.h \ 1261 $(SOPHYAINCP)tmatrix.h \ 1262 $(SOPHYAINCP)tarray.h \ 1263 $(SOPHYAINCP)basarr.h \ 1264 $(SOPHYAINCP)anydataobj.h \ 1265 $(SOPHYAINCP)mutyv.h \ 1266 $(SOPHYAINCP)timestamp.h \ 1267 $(SOPHYAINCP)objfio.h \ 1268 $(SOPHYAINCP)dvlist.h \ 962 1269 $(SOPHYAINCP)ndatablock.h \ 963 1270 $(SOPHYAINCP)utilarr.h \ … … 965 1272 $(SOPHYAINCP)tvector_tsnl.h \ 966 1273 $(SOPHYAINCP)generaldata.h \ 967 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 968 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 969 $(SOPHYAINCP)fmath.h pitvmaad.h \ 970 $(SOPHYAINCP)piyfxdrw.h $(SOPHYAINCP)fioarr.h 1274 $(SOPHYAINCP)ntupintf.h \ 1275 $(SOPHYAINCP)poly.h \ 1276 $(SOPHYAINCP)peida.h \ 1277 $(SOPHYAINCP)utils.h \ 1278 $(SOPHYAINCP)perrors.h \ 1279 $(SOPHYAINCP)fmath.h \ 1280 $(SOPHYAINCP)tarray.h \ 1281 $(SOPHYAINCP)tvector.h pitvmaad.h \ 1282 $(SOPHYAINCP)tmatrix.h \ 1283 $(SOPHYAINCP)piyfxdrw.h \ 1284 $(SOPHYAINCP)parradapter.h \ 1285 $(SOPHYAINCP)pidrawer.h \ 1286 $(SOPHYAINCP)fioarr.h nobjmgr.h \ 1287 $(SOPHYAINCP)dvlist.h dlftypes.h 971 1288 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomtarradapter.cc 972 1289 … … 974 1291 $(SOPHYAINCP)sopnamsp.h \ 975 1292 $(SOPHYAINCP)machdefs.h \ 976 $(SOPHYAINCP)osx_values.h \977 1293 $(SOPHYAINCP)datatype.h \ 978 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 979 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 980 $(SOPHYAINCP)anydataobj.h \ 981 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 982 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \ 1294 $(SOPHYAINCP)machdefs.h \ 1295 $(SOPHYAINCP)tvector.h \ 1296 $(SOPHYAINCP)tmatrix.h \ 1297 $(SOPHYAINCP)tarray.h \ 1298 $(SOPHYAINCP)basarr.h \ 1299 $(SOPHYAINCP)anydataobj.h \ 1300 $(SOPHYAINCP)mutyv.h \ 1301 $(SOPHYAINCP)timestamp.h \ 1302 $(SOPHYAINCP)objfio.h \ 1303 $(SOPHYAINCP)ppersist.h \ 983 1304 $(SOPHYAINCP)pexceptions.h \ 984 1305 $(SOPHYAINCP)gnumd5.h \ … … 992 1313 $(SOPHYAINCP)tvector_tsnl.h \ 993 1314 $(SOPHYAINCP)objfitter.h \ 994 $(SOPHYAINCP)cimage.h $(SOPHYAINCP)fioarr.h \ 995 $(SOPHYAINCP)histos.h $(SOPHYAINCP)peida.h \ 996 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 997 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)histos2.h \ 1315 $(SOPHYAINCP)cimage.h \ 1316 $(SOPHYAINCP)fioarr.h \ 1317 $(SOPHYAINCP)tvector.h \ 1318 $(SOPHYAINCP)histos.h \ 1319 $(SOPHYAINCP)peida.h \ 1320 $(SOPHYAINCP)utils.h \ 1321 $(SOPHYAINCP)perrors.h \ 1322 $(SOPHYAINCP)fmath.h \ 1323 $(SOPHYAINCP)histos2.h \ 998 1324 $(SOPHYAINCP)hisprof.h \ 999 1325 $(SOPHYAINCP)generalfit.h \ 1000 1326 $(SOPHYAINCP)generaldata.h \ 1001 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)poly.h \ 1002 nomtmatvecadapter.h nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 1003 $(SOPHYAINCP)pibwdggen.h \ 1004 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1005 $(SOPHYAINCP)piwdggen.h \ 1006 $(SOPHYAINCP)pimsghandler.h \ 1007 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1008 $(SOPHYAINCP)picmapx.h \ 1009 $(SOPHYAINCP)picmapgen.h \ 1010 $(SOPHYAINCP)pigraphx.h \ 1011 $(SOPHYAINCP)pigraphgen.h \ 1012 $(SOPHYAINCP)pifontx.h \ 1013 $(SOPHYAINCP)pifontgen.h \ 1014 $(SOPHYAINCP)pigrcoord.h \ 1015 $(SOPHYAINCP)pilineatt.h \ 1016 $(SOPHYAINCP)pigraphuc.h \ 1017 $(SOPHYAINCP)pievthandler.h \ 1018 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1019 $(SOPHYAINCP)piaxes.h \ 1020 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1021 $(SOPHYAINCP)piyfxdrw.h pitvmaad.h 1327 $(SOPHYAINCP)ntupintf.h \ 1328 $(SOPHYAINCP)poly.h nomtmatvecadapter.h \ 1329 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 1330 $(SOPHYAINCP)anydataobj.h \ 1331 $(SOPHYAINCP)pidrawer.h \ 1332 $(SOPHYAINCP)pibwdggen.h \ 1333 $(SOPHYAINCP)pisysdep.h \ 1334 $(SOPHYAINCP)piwdgx.h \ 1335 $(SOPHYAINCP)piwdggen.h \ 1336 $(SOPHYAINCP)pimsghandler.h \ 1337 $(SOPHYAINCP)picolist.h \ 1338 $(SOPHYAINCP)picmap.h \ 1339 $(SOPHYAINCP)picmapx.h \ 1340 $(SOPHYAINCP)picmapgen.h \ 1341 $(SOPHYAINCP)pigraphx.h \ 1342 $(SOPHYAINCP)pigraphgen.h \ 1343 $(SOPHYAINCP)pifontx.h \ 1344 $(SOPHYAINCP)pifontgen.h \ 1345 $(SOPHYAINCP)pigrcoord.h \ 1346 $(SOPHYAINCP)pilineatt.h \ 1347 $(SOPHYAINCP)pigraphuc.h \ 1348 $(SOPHYAINCP)pievthandler.h \ 1349 $(SOPHYAINCP)psfile.h \ 1350 $(SOPHYAINCP)pigratt.h \ 1351 $(SOPHYAINCP)piaxes.h \ 1352 $(SOPHYAINCP)parradapter.h \ 1353 $(SOPHYAINCP)lut.h \ 1354 $(SOPHYAINCP)ntupintf.h \ 1355 $(SOPHYAINCP)generalfit.h \ 1356 $(SOPHYAINCP)tmatrix.h \ 1357 $(SOPHYAINCP)generaldata.h \ 1358 $(SOPHYAINCP)piyfxdrw.h \ 1359 $(SOPHYAINCP)parradapter.h \ 1360 $(SOPHYAINCP)pidrawer.h pitvmaad.h \ 1361 $(SOPHYAINCP)fioarr.h nobjmgr.h \ 1362 $(SOPHYAINCP)dvlist.h dlftypes.h 1022 1363 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomtmatvecadapter.cc 1023 1364 1024 $(SOPHYAOBJP)pawexecut.o: pawexecut.cc $(SOPHYAINCP)sopnamsp.h \ 1365 $(SOPHYAOBJP)pawexecut.o: pawexecut.cc \ 1366 $(SOPHYAINCP)sopnamsp.h \ 1025 1367 $(SOPHYAINCP)strutil.h \ 1026 1368 $(SOPHYAINCP)strutilxx.h \ 1027 1369 $(SOPHYAINCP)machdefs.h \ 1028 $(SOPHYAINCP)osx_values.h \ 1029 $(SOPHYAINCP)histos.h $(SOPHYAINCP)objfio.h \ 1030 $(SOPHYAINCP)anydataobj.h \ 1031 $(SOPHYAINCP)ppersist.h \ 1032 $(SOPHYAINCP)pexceptions.h \ 1033 $(SOPHYAINCP)gnumd5.h \ 1034 $(SOPHYAINCP)ppfbinstream.h \ 1035 $(SOPHYAINCP)rawstream.h \ 1036 $(SOPHYAINCP)ppfnametag.h \ 1037 $(SOPHYAINCP)peida.h $(SOPHYAINCP)utils.h \ 1038 $(SOPHYAINCP)perrors.h $(SOPHYAINCP)fmath.h \ 1039 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1040 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1041 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1370 $(SOPHYAINCP)histos.h \ 1371 $(SOPHYAINCP)objfio.h \ 1372 $(SOPHYAINCP)anydataobj.h \ 1373 $(SOPHYAINCP)ppersist.h \ 1374 $(SOPHYAINCP)pexceptions.h \ 1375 $(SOPHYAINCP)gnumd5.h \ 1376 $(SOPHYAINCP)ppfbinstream.h \ 1377 $(SOPHYAINCP)rawstream.h \ 1378 $(SOPHYAINCP)ppfnametag.h \ 1379 $(SOPHYAINCP)peida.h \ 1380 $(SOPHYAINCP)utils.h \ 1381 $(SOPHYAINCP)perrors.h \ 1382 $(SOPHYAINCP)fmath.h \ 1383 $(SOPHYAINCP)tvector.h \ 1384 $(SOPHYAINCP)tmatrix.h \ 1385 $(SOPHYAINCP)tarray.h \ 1386 $(SOPHYAINCP)basarr.h \ 1387 $(SOPHYAINCP)mutyv.h \ 1388 $(SOPHYAINCP)timestamp.h \ 1042 1389 $(SOPHYAINCP)dvlist.h \ 1043 1390 $(SOPHYAINCP)ndatablock.h \ … … 1045 1392 $(SOPHYAINCP)tmatrix_tsnl.h \ 1046 1393 $(SOPHYAINCP)tvector_tsnl.h \ 1047 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)hisprof.h \ 1048 $(SOPHYAINCP)histerr.h $(SOPHYAINCP)ntuple.h \ 1394 $(SOPHYAINCP)histos2.h \ 1395 $(SOPHYAINCP)histos.h \ 1396 $(SOPHYAINCP)hisprof.h \ 1397 $(SOPHYAINCP)histerr.h \ 1398 $(SOPHYAINCP)ntuple.h \ 1049 1399 $(SOPHYAINCP)ntupintf.h \ 1050 1400 $(SOPHYAINCP)datatable.h \ 1051 1401 $(SOPHYAINCP)basedtable.h \ 1052 $(SOPHYAINCP)segdatablock.h pawexecut.h piacmd.h \ 1402 $(SOPHYAINCP)segdatablock.h pawexecut.h \ 1403 $(SOPHYAINCP)machdefs.h \ 1404 $(SOPHYAINCP)anydataobj.h piacmd.h \ 1053 1405 $(SOPHYAINCP)commander.h \ 1054 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)ctimer.h \ 1055 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h servnobjm.h \ 1056 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 1057 $(SOPHYAINCP)pibwdggen.h \ 1058 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1059 $(SOPHYAINCP)piwdggen.h \ 1060 $(SOPHYAINCP)pimsghandler.h \ 1061 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1062 $(SOPHYAINCP)picmapx.h \ 1063 $(SOPHYAINCP)picmapgen.h \ 1064 $(SOPHYAINCP)pigraphx.h \ 1065 $(SOPHYAINCP)pigraphgen.h \ 1066 $(SOPHYAINCP)pifontx.h \ 1067 $(SOPHYAINCP)pifontgen.h \ 1068 $(SOPHYAINCP)pigrcoord.h \ 1069 $(SOPHYAINCP)pilineatt.h \ 1070 $(SOPHYAINCP)pigraphuc.h \ 1071 $(SOPHYAINCP)pievthandler.h \ 1072 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1073 $(SOPHYAINCP)piaxes.h \ 1074 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1406 $(SOPHYAINCP)pdlmgr.h \ 1407 $(SOPHYAINCP)ctimer.h \ 1408 $(SOPHYAINCP)zthread.h dlftypes.h \ 1409 nobjmgr.h $(SOPHYAINCP)ppersist.h \ 1410 $(SOPHYAINCP)dvlist.h servnobjm.h \ 1411 $(SOPHYAINCP)pdlmgr.h nomgadapter.h \ 1412 $(SOPHYAINCP)pidrawer.h \ 1413 $(SOPHYAINCP)pibwdggen.h \ 1414 $(SOPHYAINCP)pisysdep.h \ 1415 $(SOPHYAINCP)piwdgx.h \ 1416 $(SOPHYAINCP)piwdggen.h \ 1417 $(SOPHYAINCP)pimsghandler.h \ 1418 $(SOPHYAINCP)picolist.h \ 1419 $(SOPHYAINCP)picmap.h \ 1420 $(SOPHYAINCP)picmapx.h \ 1421 $(SOPHYAINCP)picmapgen.h \ 1422 $(SOPHYAINCP)pigraphx.h \ 1423 $(SOPHYAINCP)pigraphgen.h \ 1424 $(SOPHYAINCP)pifontx.h \ 1425 $(SOPHYAINCP)pifontgen.h \ 1426 $(SOPHYAINCP)pigrcoord.h \ 1427 $(SOPHYAINCP)pilineatt.h \ 1428 $(SOPHYAINCP)pigraphuc.h \ 1429 $(SOPHYAINCP)pievthandler.h \ 1430 $(SOPHYAINCP)psfile.h \ 1431 $(SOPHYAINCP)pigratt.h \ 1432 $(SOPHYAINCP)piaxes.h \ 1433 $(SOPHYAINCP)parradapter.h \ 1434 $(SOPHYAINCP)lut.h \ 1435 $(SOPHYAINCP)ntupintf.h \ 1075 1436 $(SOPHYAINCP)generalfit.h \ 1076 1437 $(SOPHYAINCP)generaldata.h \ 1077 1438 $(SOPHYAINCP)poly.h pistdimgapp.h \ 1439 $(SOPHYAINCP)pisysdep.h \ 1078 1440 $(SOPHYAINCP)piapplx.h \ 1079 1441 $(SOPHYAINCP)piapplgen.h \ … … 1091 1453 $(SOPHYAINCP)piwindowx.h \ 1092 1454 $(SOPHYAINCP)piwindowgen.h \ 1455 $(SOPHYAINCP)pimenux.h \ 1093 1456 $(SOPHYAINCP)pioptmenux.h \ 1094 1457 $(SOPHYAINCP)pioptmenugen.h \ 1458 $(SOPHYAINCP)pistdwdgx.h \ 1095 1459 $(SOPHYAINCP)pifilechox.h \ 1096 1460 $(SOPHYAINCP)pifilechogen.h \ 1461 $(SOPHYAINCP)piwindowx.h \ 1097 1462 $(SOPHYAINCP)piperiodx.h \ 1098 1463 $(SOPHYAINCP)periodic.h \ 1099 $(SOPHYAINCP)piimage.h $(SOPHYAINCP)pieldrw.h \ 1464 $(SOPHYAINCP)picons.h \ 1465 $(SOPHYAINCP)piimage.h \ 1466 $(SOPHYAINCP)parradapter.h \ 1467 $(SOPHYAINCP)pieldrw.h \ 1468 $(SOPHYAINCP)pidrawer.h \ 1100 1469 $(SOPHYAINCP)pipixmapx.h \ 1101 1470 $(SOPHYAINCP)pipixmapgen.h \ 1102 1471 $(SOPHYAINCP)picmapview.h \ 1103 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 1472 $(SOPHYAINCP)pi3dwdg.h \ 1473 $(SOPHYAINCP)pi3ddrw.h \ 1104 1474 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 1105 1475 $(SOPHYAINCP)pilistx.h \ 1106 1476 $(SOPHYAINCP)pilistgen.h \ 1107 1477 $(SOPHYAINCP)pistzwin.h \ 1478 $(SOPHYAINCP)piperiodx.h \ 1108 1479 $(SOPHYAINCP)pitherm.h \ 1109 $(SOPHYAINCP)resusage.h pihisto.h 1480 $(SOPHYAINCP)resusage.h pihisto.h \ 1481 $(SOPHYAINCP)tmatrix.h \ 1482 $(SOPHYAINCP)tvector.h 1110 1483 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pawexecut.cc 1111 1484 1112 $(SOPHYAOBJP)pi2dvec.o: pi2dvec.cc $(SOPHYAINCP)sopnamsp.h \ 1113 $(SOPHYAINCP)machdefs.h \ 1114 $(SOPHYAINCP)osx_values.h \ 1115 $(SOPHYAINCP)histos.h $(SOPHYAINCP)objfio.h \ 1116 $(SOPHYAINCP)anydataobj.h \ 1117 $(SOPHYAINCP)ppersist.h \ 1118 $(SOPHYAINCP)pexceptions.h \ 1119 $(SOPHYAINCP)gnumd5.h \ 1120 $(SOPHYAINCP)ppfbinstream.h \ 1121 $(SOPHYAINCP)rawstream.h \ 1122 $(SOPHYAINCP)ppfnametag.h \ 1123 $(SOPHYAINCP)peida.h $(SOPHYAINCP)utils.h \ 1124 $(SOPHYAINCP)perrors.h $(SOPHYAINCP)fmath.h \ 1125 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1126 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1127 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1485 $(SOPHYAOBJP)pi2dvec.o: pi2dvec.cc \ 1486 $(SOPHYAINCP)sopnamsp.h \ 1487 $(SOPHYAINCP)machdefs.h \ 1488 $(SOPHYAINCP)histos.h \ 1489 $(SOPHYAINCP)objfio.h \ 1490 $(SOPHYAINCP)machdefs.h \ 1491 $(SOPHYAINCP)anydataobj.h \ 1492 $(SOPHYAINCP)ppersist.h \ 1493 $(SOPHYAINCP)pexceptions.h \ 1494 $(SOPHYAINCP)gnumd5.h \ 1495 $(SOPHYAINCP)ppfbinstream.h \ 1496 $(SOPHYAINCP)rawstream.h \ 1497 $(SOPHYAINCP)ppfnametag.h \ 1498 $(SOPHYAINCP)peida.h \ 1499 $(SOPHYAINCP)utils.h \ 1500 $(SOPHYAINCP)perrors.h \ 1501 $(SOPHYAINCP)fmath.h \ 1502 $(SOPHYAINCP)tvector.h \ 1503 $(SOPHYAINCP)tmatrix.h \ 1504 $(SOPHYAINCP)tarray.h \ 1505 $(SOPHYAINCP)basarr.h \ 1506 $(SOPHYAINCP)mutyv.h \ 1507 $(SOPHYAINCP)timestamp.h \ 1128 1508 $(SOPHYAINCP)dvlist.h \ 1129 1509 $(SOPHYAINCP)ndatablock.h \ … … 1131 1511 $(SOPHYAINCP)tmatrix_tsnl.h \ 1132 1512 $(SOPHYAINCP)tvector_tsnl.h \ 1133 $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)ntupintf.h \ 1134 $(SOPHYAINCP)nbtri.h pi2dvec.h pistdimgapp.h \ 1135 $(SOPHYAINCP)pisysdep.h \ 1513 $(SOPHYAINCP)ntuple.h \ 1514 $(SOPHYAINCP)ntupintf.h \ 1515 $(SOPHYAINCP)nbtri.h pi2dvec.h \ 1516 pistdimgapp.h $(SOPHYAINCP)pisysdep.h \ 1136 1517 $(SOPHYAINCP)piapplx.h \ 1137 1518 $(SOPHYAINCP)piapplgen.h \ 1138 1519 $(SOPHYAINCP)pimsghandler.h \ 1520 $(SOPHYAINCP)pisysdep.h \ 1139 1521 $(SOPHYAINCP)picontainerx.h \ 1140 1522 $(SOPHYAINCP)picontainergen.h \ 1141 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 1523 $(SOPHYAINCP)piwdgx.h \ 1524 $(SOPHYAINCP)piwdggen.h \ 1142 1525 $(SOPHYAINCP)picolist.h \ 1143 1526 $(SOPHYAINCP)pimenubarx.h \ … … 1150 1533 $(SOPHYAINCP)pibwdgx.h \ 1151 1534 $(SOPHYAINCP)pibwdggen.h \ 1152 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 1535 $(SOPHYAINCP)picmap.h \ 1536 $(SOPHYAINCP)picmapx.h \ 1153 1537 $(SOPHYAINCP)picmapgen.h \ 1154 1538 $(SOPHYAINCP)pigraphx.h \ … … 1164 1548 $(SOPHYAINCP)piwindowx.h \ 1165 1549 $(SOPHYAINCP)piwindowgen.h \ 1550 $(SOPHYAINCP)pimenux.h \ 1166 1551 $(SOPHYAINCP)pioptmenux.h \ 1167 1552 $(SOPHYAINCP)pioptmenugen.h \ 1553 $(SOPHYAINCP)pistdwdgx.h \ 1168 1554 $(SOPHYAINCP)pifilechox.h \ 1169 1555 $(SOPHYAINCP)pifilechogen.h \ 1556 $(SOPHYAINCP)piwindowx.h \ 1170 1557 $(SOPHYAINCP)piperiodx.h \ 1171 1558 $(SOPHYAINCP)periodic.h \ 1559 $(SOPHYAINCP)picons.h \ 1172 1560 $(SOPHYAINCP)piimage.h \ 1173 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1561 $(SOPHYAINCP)parradapter.h \ 1562 $(SOPHYAINCP)lut.h \ 1174 1563 $(SOPHYAINCP)pieldrw.h \ 1175 1564 $(SOPHYAINCP)pidrawer.h \ 1176 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 1565 $(SOPHYAINCP)pigratt.h \ 1566 $(SOPHYAINCP)piaxes.h \ 1177 1567 $(SOPHYAINCP)pipixmapx.h \ 1178 1568 $(SOPHYAINCP)pipixmapgen.h \ 1179 1569 $(SOPHYAINCP)picmapview.h \ 1180 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 1181 $(SOPHYAINCP)pigraph3d.h nobjmgr.h dlftypes.h piacmd.h \ 1570 $(SOPHYAINCP)pi3dwdg.h \ 1571 $(SOPHYAINCP)pi3ddrw.h \ 1572 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1573 $(SOPHYAINCP)anydataobj.h \ 1574 $(SOPHYAINCP)ppersist.h \ 1575 $(SOPHYAINCP)dvlist.h dlftypes.h piacmd.h \ 1182 1576 $(SOPHYAINCP)commander.h \ 1183 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)ctimer.h \ 1577 $(SOPHYAINCP)pdlmgr.h \ 1578 $(SOPHYAINCP)ctimer.h \ 1184 1579 $(SOPHYAINCP)zthread.h pisiadw.h \ 1185 1580 $(SOPHYAINCP)pilistx.h \ 1186 1581 $(SOPHYAINCP)pilistgen.h \ 1187 1582 $(SOPHYAINCP)pistzwin.h \ 1583 $(SOPHYAINCP)piperiodx.h \ 1188 1584 $(SOPHYAINCP)pitherm.h \ 1189 1585 $(SOPHYAINCP)resusage.h \ 1190 $(SOPHYAINCP)piscdrawwdg.h 1586 $(SOPHYAINCP)piscdrawwdg.h \ 1587 $(SOPHYAINCP)ntupintf.h 1191 1588 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pi2dvec.cc 1192 1589 1193 $(SOPHYAOBJP)piacmd.o: piacmd.cc $(SOPHYAINCP)sopnamsp.h piacmd.h \ 1194 $(SOPHYAINCP)machdefs.h \ 1195 $(SOPHYAINCP)osx_values.h \ 1590 $(SOPHYAOBJP)piacmd.o: piacmd.cc $(SOPHYAINCP)sopnamsp.h \ 1591 piacmd.h $(SOPHYAINCP)machdefs.h \ 1196 1592 $(SOPHYAINCP)commander.h \ 1197 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \ 1198 $(SOPHYAINCP)objfio.h \ 1199 $(SOPHYAINCP)anydataobj.h \ 1200 $(SOPHYAINCP)ppersist.h \ 1201 $(SOPHYAINCP)pexceptions.h \ 1202 $(SOPHYAINCP)gnumd5.h \ 1203 $(SOPHYAINCP)ppfbinstream.h \ 1204 $(SOPHYAINCP)rawstream.h \ 1205 $(SOPHYAINCP)ppfnametag.h \ 1206 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1207 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 1208 dlftypes.h $(SOPHYAINCP)strutil.h \ 1593 $(SOPHYAINCP)machdefs.h \ 1594 $(SOPHYAINCP)pdlmgr.h \ 1595 $(SOPHYAINCP)dvlist.h \ 1596 $(SOPHYAINCP)objfio.h \ 1597 $(SOPHYAINCP)anydataobj.h \ 1598 $(SOPHYAINCP)ppersist.h \ 1599 $(SOPHYAINCP)pexceptions.h \ 1600 $(SOPHYAINCP)gnumd5.h \ 1601 $(SOPHYAINCP)ppfbinstream.h \ 1602 $(SOPHYAINCP)rawstream.h \ 1603 $(SOPHYAINCP)ppfnametag.h \ 1604 $(SOPHYAINCP)mutyv.h \ 1605 $(SOPHYAINCP)timestamp.h \ 1606 $(SOPHYAINCP)ctimer.h \ 1607 $(SOPHYAINCP)zthread.h dlftypes.h \ 1608 $(SOPHYAINCP)pdlmgr.h \ 1609 $(SOPHYAINCP)ctimer.h \ 1610 $(SOPHYAINCP)strutil.h \ 1209 1611 $(SOPHYAINCP)strutilxx.h \ 1210 1612 $(SOPHYAINCP)srandgen.h pistdimgapp.h \ … … 1213 1615 $(SOPHYAINCP)piapplgen.h \ 1214 1616 $(SOPHYAINCP)pimsghandler.h \ 1617 $(SOPHYAINCP)pisysdep.h \ 1215 1618 $(SOPHYAINCP)picontainerx.h \ 1216 1619 $(SOPHYAINCP)picontainergen.h \ 1217 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 1620 $(SOPHYAINCP)piwdgx.h \ 1621 $(SOPHYAINCP)piwdggen.h \ 1218 1622 $(SOPHYAINCP)picolist.h \ 1219 1623 $(SOPHYAINCP)pimenubarx.h \ … … 1226 1630 $(SOPHYAINCP)pibwdgx.h \ 1227 1631 $(SOPHYAINCP)pibwdggen.h \ 1228 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 1632 $(SOPHYAINCP)picmap.h \ 1633 $(SOPHYAINCP)picmapx.h \ 1229 1634 $(SOPHYAINCP)picmapgen.h \ 1230 1635 $(SOPHYAINCP)pigraphx.h \ … … 1240 1645 $(SOPHYAINCP)piwindowx.h \ 1241 1646 $(SOPHYAINCP)piwindowgen.h \ 1647 $(SOPHYAINCP)pimenux.h \ 1242 1648 $(SOPHYAINCP)pioptmenux.h \ 1243 1649 $(SOPHYAINCP)pioptmenugen.h \ 1650 $(SOPHYAINCP)pistdwdgx.h \ 1244 1651 $(SOPHYAINCP)pifilechox.h \ 1245 1652 $(SOPHYAINCP)pifilechogen.h \ 1653 $(SOPHYAINCP)piwindowx.h \ 1246 1654 $(SOPHYAINCP)piperiodx.h \ 1247 1655 $(SOPHYAINCP)periodic.h \ 1656 $(SOPHYAINCP)picons.h \ 1248 1657 $(SOPHYAINCP)piimage.h \ 1249 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1658 $(SOPHYAINCP)parradapter.h \ 1659 $(SOPHYAINCP)lut.h \ 1250 1660 $(SOPHYAINCP)pieldrw.h \ 1251 1661 $(SOPHYAINCP)pidrawer.h \ 1252 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 1662 $(SOPHYAINCP)pigratt.h \ 1663 $(SOPHYAINCP)piaxes.h \ 1253 1664 $(SOPHYAINCP)pipixmapx.h \ 1254 1665 $(SOPHYAINCP)pipixmapgen.h \ 1255 1666 $(SOPHYAINCP)picmapview.h \ 1256 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 1257 $(SOPHYAINCP)pigraph3d.h nobjmgr.h pisiadw.h \ 1667 $(SOPHYAINCP)pi3dwdg.h \ 1668 $(SOPHYAINCP)pi3ddrw.h \ 1669 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1670 $(SOPHYAINCP)anydataobj.h \ 1671 $(SOPHYAINCP)ppersist.h \ 1672 $(SOPHYAINCP)dvlist.h pisiadw.h \ 1258 1673 $(SOPHYAINCP)pilistx.h \ 1259 1674 $(SOPHYAINCP)pilistgen.h \ 1260 1675 $(SOPHYAINCP)pistzwin.h \ 1676 $(SOPHYAINCP)piperiodx.h \ 1261 1677 $(SOPHYAINCP)pitherm.h \ 1262 $(SOPHYAINCP)resusage.h basexecut.h graphexecut.h \ 1263 piafitting.h nomgadapter.h $(SOPHYAINCP)ntupintf.h \ 1678 $(SOPHYAINCP)resusage.h basexecut.h \ 1679 graphexecut.h piafitting.h nomgadapter.h \ 1680 $(SOPHYAINCP)pidrawer.h \ 1681 $(SOPHYAINCP)parradapter.h \ 1682 $(SOPHYAINCP)ntupintf.h \ 1264 1683 $(SOPHYAINCP)generalfit.h \ 1265 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1266 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1684 $(SOPHYAINCP)tvector.h \ 1685 $(SOPHYAINCP)tmatrix.h \ 1686 $(SOPHYAINCP)tarray.h \ 1687 $(SOPHYAINCP)basarr.h \ 1267 1688 $(SOPHYAINCP)ndatablock.h \ 1268 1689 $(SOPHYAINCP)utilarr.h \ … … 1270 1691 $(SOPHYAINCP)tvector_tsnl.h \ 1271 1692 $(SOPHYAINCP)generaldata.h \ 1272 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 1273 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 1274 $(SOPHYAINCP)fmath.h pawexecut.h cxxexecutor.h \ 1275 cxxexecwin.h contmodex.h flowmodex.h 1693 $(SOPHYAINCP)ntupintf.h \ 1694 $(SOPHYAINCP)poly.h \ 1695 $(SOPHYAINCP)peida.h \ 1696 $(SOPHYAINCP)utils.h \ 1697 $(SOPHYAINCP)perrors.h \ 1698 $(SOPHYAINCP)fmath.h \ 1699 $(SOPHYAINCP)tvector.h pawexecut.h \ 1700 cxxexecutor.h cxxexecwin.h contmodex.h flowmodex.h 1276 1701 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piacmd.cc 1277 1702 1278 $(SOPHYAOBJP)piafitting.o: piafitting.cc $(SOPHYAINCP)sopnamsp.h \ 1279 $(SOPHYAINCP)strutil.h $(SOPHYAINCP)nbtri.h \ 1280 $(SOPHYAINCP)machdefs.h \ 1281 $(SOPHYAINCP)osx_values.h \ 1703 $(SOPHYAOBJP)piafitting.o: piafitting.cc \ 1704 $(SOPHYAINCP)sopnamsp.h \ 1705 $(SOPHYAINCP)strutil.h \ 1706 $(SOPHYAINCP)nbtri.h \ 1707 $(SOPHYAINCP)machdefs.h \ 1282 1708 $(SOPHYAINCP)generalfit.h \ 1283 1709 $(SOPHYAINCP)pexceptions.h \ 1284 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1285 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1286 $(SOPHYAINCP)anydataobj.h \ 1287 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1288 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \ 1710 $(SOPHYAINCP)tvector.h \ 1711 $(SOPHYAINCP)tmatrix.h \ 1712 $(SOPHYAINCP)tarray.h \ 1713 $(SOPHYAINCP)basarr.h \ 1714 $(SOPHYAINCP)anydataobj.h \ 1715 $(SOPHYAINCP)mutyv.h \ 1716 $(SOPHYAINCP)timestamp.h \ 1717 $(SOPHYAINCP)objfio.h \ 1718 $(SOPHYAINCP)ppersist.h \ 1289 1719 $(SOPHYAINCP)gnumd5.h \ 1290 1720 $(SOPHYAINCP)ppfbinstream.h \ … … 1297 1727 $(SOPHYAINCP)tvector_tsnl.h \ 1298 1728 $(SOPHYAINCP)generaldata.h \ 1299 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)poly.h \ 1300 $(SOPHYAINCP)peida.h $(SOPHYAINCP)utils.h \ 1301 $(SOPHYAINCP)perrors.h $(SOPHYAINCP)fmath.h \ 1729 $(SOPHYAINCP)ntupintf.h \ 1730 $(SOPHYAINCP)poly.h \ 1731 $(SOPHYAINCP)peida.h \ 1732 $(SOPHYAINCP)utils.h \ 1733 $(SOPHYAINCP)perrors.h \ 1734 $(SOPHYAINCP)fmath.h \ 1302 1735 $(SOPHYAINCP)fct1dfit.h \ 1303 $(SOPHYAINCP)fct2dfit.h $(SOPHYAINCP)ntuple.h \ 1304 $(SOPHYAINCP)cimage.h $(SOPHYAINCP)fioarr.h \ 1305 $(SOPHYAINCP)histos.h $(SOPHYAINCP)histos2.h \ 1736 $(SOPHYAINCP)generalfit.h \ 1737 $(SOPHYAINCP)fct2dfit.h \ 1738 $(SOPHYAINCP)ntuple.h \ 1739 $(SOPHYAINCP)cimage.h \ 1740 $(SOPHYAINCP)fioarr.h \ 1741 $(SOPHYAINCP)histos.h \ 1742 $(SOPHYAINCP)histos2.h \ 1743 $(SOPHYAINCP)histos.h \ 1306 1744 $(SOPHYAINCP)hisprof.h \ 1307 $(SOPHYAINCP)objfitter.h piafitting.h nomgadapter.h \ 1308 $(SOPHYAINCP)pidrawer.h \ 1309 $(SOPHYAINCP)pibwdggen.h \ 1310 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1311 $(SOPHYAINCP)piwdggen.h \ 1312 $(SOPHYAINCP)pimsghandler.h \ 1313 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1314 $(SOPHYAINCP)picmapx.h \ 1315 $(SOPHYAINCP)picmapgen.h \ 1316 $(SOPHYAINCP)pigraphx.h \ 1317 $(SOPHYAINCP)pigraphgen.h \ 1318 $(SOPHYAINCP)pifontx.h \ 1319 $(SOPHYAINCP)pifontgen.h \ 1320 $(SOPHYAINCP)pigrcoord.h \ 1321 $(SOPHYAINCP)pilineatt.h \ 1322 $(SOPHYAINCP)pigraphuc.h \ 1323 $(SOPHYAINCP)pievthandler.h \ 1324 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1325 $(SOPHYAINCP)piaxes.h \ 1326 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1745 $(SOPHYAINCP)tmatrix.h \ 1746 $(SOPHYAINCP)tvector.h \ 1747 $(SOPHYAINCP)objfitter.h \ 1748 $(SOPHYAINCP)cimage.h \ 1749 $(SOPHYAINCP)histos2.h \ 1750 $(SOPHYAINCP)hisprof.h piafitting.h \ 1751 $(SOPHYAINCP)machdefs.h nomgadapter.h \ 1752 $(SOPHYAINCP)ppersist.h \ 1753 $(SOPHYAINCP)anydataobj.h \ 1754 $(SOPHYAINCP)pidrawer.h \ 1755 $(SOPHYAINCP)pibwdggen.h \ 1756 $(SOPHYAINCP)pisysdep.h \ 1757 $(SOPHYAINCP)piwdgx.h \ 1758 $(SOPHYAINCP)piwdggen.h \ 1759 $(SOPHYAINCP)pimsghandler.h \ 1760 $(SOPHYAINCP)picolist.h \ 1761 $(SOPHYAINCP)picmap.h \ 1762 $(SOPHYAINCP)picmapx.h \ 1763 $(SOPHYAINCP)picmapgen.h \ 1764 $(SOPHYAINCP)pigraphx.h \ 1765 $(SOPHYAINCP)pigraphgen.h \ 1766 $(SOPHYAINCP)pifontx.h \ 1767 $(SOPHYAINCP)pifontgen.h \ 1768 $(SOPHYAINCP)pigrcoord.h \ 1769 $(SOPHYAINCP)pilineatt.h \ 1770 $(SOPHYAINCP)pigraphuc.h \ 1771 $(SOPHYAINCP)pievthandler.h \ 1772 $(SOPHYAINCP)psfile.h \ 1773 $(SOPHYAINCP)pigratt.h \ 1774 $(SOPHYAINCP)piaxes.h \ 1775 $(SOPHYAINCP)parradapter.h \ 1776 $(SOPHYAINCP)lut.h \ 1777 $(SOPHYAINCP)ntupintf.h \ 1327 1778 $(SOPHYAINCP)pdlmgr.h dlftypes.h piacmd.h \ 1328 1779 $(SOPHYAINCP)commander.h \ 1329 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 1330 nobjmgr.h pistdimgapp.h $(SOPHYAINCP)piapplx.h \ 1780 $(SOPHYAINCP)pdlmgr.h \ 1781 $(SOPHYAINCP)ctimer.h \ 1782 $(SOPHYAINCP)zthread.h nobjmgr.h \ 1783 $(SOPHYAINCP)dvlist.h pistdimgapp.h \ 1784 $(SOPHYAINCP)pisysdep.h \ 1785 $(SOPHYAINCP)piapplx.h \ 1331 1786 $(SOPHYAINCP)piapplgen.h \ 1332 1787 $(SOPHYAINCP)picontainerx.h \ … … 1343 1798 $(SOPHYAINCP)piwindowx.h \ 1344 1799 $(SOPHYAINCP)piwindowgen.h \ 1800 $(SOPHYAINCP)pimenux.h \ 1345 1801 $(SOPHYAINCP)pioptmenux.h \ 1346 1802 $(SOPHYAINCP)pioptmenugen.h \ 1803 $(SOPHYAINCP)pistdwdgx.h \ 1347 1804 $(SOPHYAINCP)pifilechox.h \ 1348 1805 $(SOPHYAINCP)pifilechogen.h \ 1806 $(SOPHYAINCP)piwindowx.h \ 1349 1807 $(SOPHYAINCP)piperiodx.h \ 1350 1808 $(SOPHYAINCP)periodic.h \ 1351 $(SOPHYAINCP)piimage.h $(SOPHYAINCP)pieldrw.h \ 1809 $(SOPHYAINCP)picons.h \ 1810 $(SOPHYAINCP)piimage.h \ 1811 $(SOPHYAINCP)parradapter.h \ 1812 $(SOPHYAINCP)pieldrw.h \ 1813 $(SOPHYAINCP)pidrawer.h \ 1352 1814 $(SOPHYAINCP)pipixmapx.h \ 1353 1815 $(SOPHYAINCP)pipixmapgen.h \ 1354 1816 $(SOPHYAINCP)picmapview.h \ 1355 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 1817 $(SOPHYAINCP)pi3dwdg.h \ 1818 $(SOPHYAINCP)pi3ddrw.h \ 1356 1819 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 1357 1820 $(SOPHYAINCP)pilistx.h \ 1358 1821 $(SOPHYAINCP)pilistgen.h \ 1359 1822 $(SOPHYAINCP)pistzwin.h \ 1823 $(SOPHYAINCP)piperiodx.h \ 1360 1824 $(SOPHYAINCP)pitherm.h \ 1361 1825 $(SOPHYAINCP)resusage.h nomhistadapter.h \ 1362 $(SOPHYAINCP)histerr.h $(SOPHYAINCP)xntuple.h \ 1826 $(SOPHYAINCP)histerr.h \ 1827 $(SOPHYAINCP)xntuple.h \ 1363 1828 $(SOPHYAINCP)basedtable.h \ 1364 $(SOPHYAINCP)segdatablock.h nomgfdadapter.h \ 1365 nomimagadapter.h nomtmatvecadapter.h 1829 $(SOPHYAINCP)segdatablock.h \ 1830 nomgfdadapter.h nomimagadapter.h nomtmatvecadapter.h \ 1831 $(SOPHYAINCP)generaldata.h 1366 1832 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piafitting.cc 1367 1833 1368 $(SOPHYAOBJP)pigfd1.o: pigfd1.cc $(SOPHYAINCP)sopnamsp.h pigfd1.h \ 1369 $(SOPHYAINCP)generaldata.h \ 1370 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)machdefs.h \ 1371 $(SOPHYAINCP)osx_values.h \ 1372 $(SOPHYAINCP)anydataobj.h \ 1373 $(SOPHYAINCP)ppersist.h \ 1374 $(SOPHYAINCP)pexceptions.h \ 1375 $(SOPHYAINCP)gnumd5.h \ 1376 $(SOPHYAINCP)ppfbinstream.h \ 1377 $(SOPHYAINCP)rawstream.h \ 1378 $(SOPHYAINCP)ppfnametag.h \ 1379 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)poly.h \ 1380 $(SOPHYAINCP)peida.h $(SOPHYAINCP)utils.h \ 1381 $(SOPHYAINCP)perrors.h $(SOPHYAINCP)fmath.h \ 1382 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1383 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1384 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1834 $(SOPHYAOBJP)pigfd1.o: pigfd1.cc $(SOPHYAINCP)sopnamsp.h \ 1835 pigfd1.h $(SOPHYAINCP)generaldata.h \ 1836 $(SOPHYAINCP)objfio.h \ 1837 $(SOPHYAINCP)machdefs.h \ 1838 $(SOPHYAINCP)anydataobj.h \ 1839 $(SOPHYAINCP)ppersist.h \ 1840 $(SOPHYAINCP)pexceptions.h \ 1841 $(SOPHYAINCP)gnumd5.h \ 1842 $(SOPHYAINCP)ppfbinstream.h \ 1843 $(SOPHYAINCP)rawstream.h \ 1844 $(SOPHYAINCP)ppfnametag.h \ 1845 $(SOPHYAINCP)ntupintf.h \ 1846 $(SOPHYAINCP)poly.h \ 1847 $(SOPHYAINCP)peida.h \ 1848 $(SOPHYAINCP)utils.h \ 1849 $(SOPHYAINCP)perrors.h \ 1850 $(SOPHYAINCP)fmath.h \ 1851 $(SOPHYAINCP)tvector.h \ 1852 $(SOPHYAINCP)tmatrix.h \ 1853 $(SOPHYAINCP)tarray.h \ 1854 $(SOPHYAINCP)basarr.h \ 1855 $(SOPHYAINCP)mutyv.h \ 1856 $(SOPHYAINCP)timestamp.h \ 1385 1857 $(SOPHYAINCP)dvlist.h \ 1386 1858 $(SOPHYAINCP)ndatablock.h \ … … 1390 1862 $(SOPHYAINCP)pidrawer.h \ 1391 1863 $(SOPHYAINCP)pibwdggen.h \ 1392 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1393 $(SOPHYAINCP)piwdggen.h \ 1394 $(SOPHYAINCP)pimsghandler.h \ 1395 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1396 $(SOPHYAINCP)picmapx.h \ 1397 $(SOPHYAINCP)picmapgen.h \ 1398 $(SOPHYAINCP)pigraphx.h \ 1399 $(SOPHYAINCP)pigraphgen.h \ 1400 $(SOPHYAINCP)pifontx.h \ 1401 $(SOPHYAINCP)pifontgen.h \ 1402 $(SOPHYAINCP)pigrcoord.h \ 1403 $(SOPHYAINCP)pilineatt.h \ 1404 $(SOPHYAINCP)pigraphuc.h \ 1405 $(SOPHYAINCP)pievthandler.h \ 1406 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1864 $(SOPHYAINCP)pisysdep.h \ 1865 $(SOPHYAINCP)piwdgx.h \ 1866 $(SOPHYAINCP)piwdggen.h \ 1867 $(SOPHYAINCP)pimsghandler.h \ 1868 $(SOPHYAINCP)picolist.h \ 1869 $(SOPHYAINCP)picmap.h \ 1870 $(SOPHYAINCP)picmapx.h \ 1871 $(SOPHYAINCP)picmapgen.h \ 1872 $(SOPHYAINCP)pigraphx.h \ 1873 $(SOPHYAINCP)pigraphgen.h \ 1874 $(SOPHYAINCP)pifontx.h \ 1875 $(SOPHYAINCP)pifontgen.h \ 1876 $(SOPHYAINCP)pigrcoord.h \ 1877 $(SOPHYAINCP)pilineatt.h \ 1878 $(SOPHYAINCP)pigraphuc.h \ 1879 $(SOPHYAINCP)pievthandler.h \ 1880 $(SOPHYAINCP)psfile.h \ 1881 $(SOPHYAINCP)pigratt.h \ 1407 1882 $(SOPHYAINCP)piaxes.h 1408 1883 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigfd1.cc 1409 1884 1410 $(SOPHYAOBJP)pigfd2.o: pigfd2.cc $(SOPHYAINCP)sopnamsp.h pigfd2.h \ 1411 $(SOPHYAINCP)generaldata.h \ 1412 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)machdefs.h \ 1413 $(SOPHYAINCP)osx_values.h \ 1414 $(SOPHYAINCP)anydataobj.h \ 1415 $(SOPHYAINCP)ppersist.h \ 1416 $(SOPHYAINCP)pexceptions.h \ 1417 $(SOPHYAINCP)gnumd5.h \ 1418 $(SOPHYAINCP)ppfbinstream.h \ 1419 $(SOPHYAINCP)rawstream.h \ 1420 $(SOPHYAINCP)ppfnametag.h \ 1421 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)poly.h \ 1422 $(SOPHYAINCP)peida.h $(SOPHYAINCP)utils.h \ 1423 $(SOPHYAINCP)perrors.h $(SOPHYAINCP)fmath.h \ 1424 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1425 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1426 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1885 $(SOPHYAOBJP)pigfd2.o: pigfd2.cc $(SOPHYAINCP)sopnamsp.h \ 1886 pigfd2.h $(SOPHYAINCP)generaldata.h \ 1887 $(SOPHYAINCP)objfio.h \ 1888 $(SOPHYAINCP)machdefs.h \ 1889 $(SOPHYAINCP)anydataobj.h \ 1890 $(SOPHYAINCP)ppersist.h \ 1891 $(SOPHYAINCP)pexceptions.h \ 1892 $(SOPHYAINCP)gnumd5.h \ 1893 $(SOPHYAINCP)ppfbinstream.h \ 1894 $(SOPHYAINCP)rawstream.h \ 1895 $(SOPHYAINCP)ppfnametag.h \ 1896 $(SOPHYAINCP)ntupintf.h \ 1897 $(SOPHYAINCP)poly.h \ 1898 $(SOPHYAINCP)peida.h \ 1899 $(SOPHYAINCP)utils.h \ 1900 $(SOPHYAINCP)perrors.h \ 1901 $(SOPHYAINCP)fmath.h \ 1902 $(SOPHYAINCP)tvector.h \ 1903 $(SOPHYAINCP)tmatrix.h \ 1904 $(SOPHYAINCP)tarray.h \ 1905 $(SOPHYAINCP)basarr.h \ 1906 $(SOPHYAINCP)mutyv.h \ 1907 $(SOPHYAINCP)timestamp.h \ 1427 1908 $(SOPHYAINCP)dvlist.h \ 1428 1909 $(SOPHYAINCP)ndatablock.h \ … … 1434 1915 $(SOPHYAINCP)pidrawer.h \ 1435 1916 $(SOPHYAINCP)pibwdggen.h \ 1436 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 1437 $(SOPHYAINCP)pimsghandler.h \ 1438 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1439 $(SOPHYAINCP)picmapx.h \ 1440 $(SOPHYAINCP)picmapgen.h \ 1441 $(SOPHYAINCP)pigraphx.h \ 1442 $(SOPHYAINCP)pigraphgen.h \ 1443 $(SOPHYAINCP)pifontx.h \ 1444 $(SOPHYAINCP)pifontgen.h \ 1445 $(SOPHYAINCP)pigrcoord.h \ 1446 $(SOPHYAINCP)pilineatt.h \ 1447 $(SOPHYAINCP)pigraphuc.h \ 1448 $(SOPHYAINCP)pievthandler.h \ 1449 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1450 $(SOPHYAINCP)piaxes.h $(SOPHYAINCP)pieldrw.h \ 1917 $(SOPHYAINCP)piwdgx.h \ 1918 $(SOPHYAINCP)piwdggen.h \ 1919 $(SOPHYAINCP)pimsghandler.h \ 1920 $(SOPHYAINCP)picolist.h \ 1921 $(SOPHYAINCP)picmap.h \ 1922 $(SOPHYAINCP)picmapx.h \ 1923 $(SOPHYAINCP)picmapgen.h \ 1924 $(SOPHYAINCP)pigraphx.h \ 1925 $(SOPHYAINCP)pigraphgen.h \ 1926 $(SOPHYAINCP)pifontx.h \ 1927 $(SOPHYAINCP)pifontgen.h \ 1928 $(SOPHYAINCP)pigrcoord.h \ 1929 $(SOPHYAINCP)pilineatt.h \ 1930 $(SOPHYAINCP)pigraphuc.h \ 1931 $(SOPHYAINCP)pievthandler.h \ 1932 $(SOPHYAINCP)psfile.h \ 1933 $(SOPHYAINCP)pigratt.h \ 1934 $(SOPHYAINCP)piaxes.h \ 1935 $(SOPHYAINCP)pieldrw.h \ 1451 1936 $(SOPHYAINCP)pigraph3d.h 1452 1937 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigfd2.cc 1453 1938 1454 $(SOPHYAOBJP)pihisto.o: pihisto.cc $(SOPHYAINCP)sopnamsp.h pihisto.h \ 1455 $(SOPHYAINCP)histos.h $(SOPHYAINCP)objfio.h \ 1456 $(SOPHYAINCP)machdefs.h \ 1457 $(SOPHYAINCP)osx_values.h \ 1458 $(SOPHYAINCP)anydataobj.h \ 1459 $(SOPHYAINCP)ppersist.h \ 1460 $(SOPHYAINCP)pexceptions.h \ 1461 $(SOPHYAINCP)gnumd5.h \ 1462 $(SOPHYAINCP)ppfbinstream.h \ 1463 $(SOPHYAINCP)rawstream.h \ 1464 $(SOPHYAINCP)ppfnametag.h \ 1465 $(SOPHYAINCP)peida.h $(SOPHYAINCP)utils.h \ 1466 $(SOPHYAINCP)perrors.h $(SOPHYAINCP)fmath.h \ 1467 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1468 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1469 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1939 $(SOPHYAOBJP)pihisto2d.o: pihisto2d.cc \ 1940 $(SOPHYAINCP)pisysdep.h \ 1941 $(SOPHYAINCP)machdefs.h \ 1942 $(SOPHYAINCP)piapplx.h \ 1943 $(SOPHYAINCP)piapplgen.h \ 1944 $(SOPHYAINCP)pimsghandler.h \ 1945 $(SOPHYAINCP)pisysdep.h \ 1946 $(SOPHYAINCP)picontainerx.h \ 1947 $(SOPHYAINCP)picontainergen.h \ 1948 $(SOPHYAINCP)piwdgx.h \ 1949 $(SOPHYAINCP)piwdggen.h \ 1950 $(SOPHYAINCP)picolist.h \ 1951 $(SOPHYAINCP)pimenubarx.h \ 1952 $(SOPHYAINCP)pimenubargen.h \ 1953 $(SOPHYAINCP)pimenux.h \ 1954 $(SOPHYAINCP)pimenugen.h \ 1955 $(SOPHYAINCP)picons.h \ 1956 $(SOPHYAINCP)pistdwdgx.h \ 1957 $(SOPHYAINCP)pistdwdggen.h \ 1958 $(SOPHYAINCP)pibwdgx.h \ 1959 $(SOPHYAINCP)pibwdggen.h \ 1960 $(SOPHYAINCP)picmap.h \ 1961 $(SOPHYAINCP)picmapx.h \ 1962 $(SOPHYAINCP)picmapgen.h \ 1963 $(SOPHYAINCP)pigraphx.h \ 1964 $(SOPHYAINCP)pigraphgen.h \ 1965 $(SOPHYAINCP)pifontx.h \ 1966 $(SOPHYAINCP)pifontgen.h \ 1967 $(SOPHYAINCP)pigrcoord.h \ 1968 $(SOPHYAINCP)pilineatt.h \ 1969 $(SOPHYAINCP)pigraphuc.h \ 1970 $(SOPHYAINCP)pievthandler.h \ 1971 $(SOPHYAINCP)psfile.h \ 1972 $(SOPHYAINCP)pigraphps.h \ 1973 $(SOPHYAINCP)sopnamsp.h pihisto2d.h \ 1974 $(SOPHYAINCP)pimenux.h \ 1975 $(SOPHYAINCP)pimenubarx.h \ 1976 $(SOPHYAINCP)pioptmenux.h \ 1977 $(SOPHYAINCP)pioptmenugen.h \ 1978 $(SOPHYAINCP)histos2.h \ 1979 $(SOPHYAINCP)peida.h \ 1980 $(SOPHYAINCP)utils.h \ 1981 $(SOPHYAINCP)perrors.h \ 1982 $(SOPHYAINCP)pexceptions.h \ 1983 $(SOPHYAINCP)fmath.h \ 1984 $(SOPHYAINCP)histos.h \ 1985 $(SOPHYAINCP)objfio.h \ 1986 $(SOPHYAINCP)anydataobj.h \ 1987 $(SOPHYAINCP)ppersist.h \ 1988 $(SOPHYAINCP)gnumd5.h \ 1989 $(SOPHYAINCP)ppfbinstream.h \ 1990 $(SOPHYAINCP)rawstream.h \ 1991 $(SOPHYAINCP)ppfnametag.h \ 1992 $(SOPHYAINCP)tvector.h \ 1993 $(SOPHYAINCP)tmatrix.h \ 1994 $(SOPHYAINCP)tarray.h \ 1995 $(SOPHYAINCP)basarr.h \ 1996 $(SOPHYAINCP)mutyv.h \ 1997 $(SOPHYAINCP)timestamp.h \ 1470 1998 $(SOPHYAINCP)dvlist.h \ 1471 1999 $(SOPHYAINCP)ndatablock.h \ … … 1474 2002 $(SOPHYAINCP)tvector_tsnl.h \ 1475 2003 $(SOPHYAINCP)pidrawer.h \ 1476 $(SOPHYAINCP)pibwdggen.h \ 1477 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1478 $(SOPHYAINCP)piwdggen.h \ 1479 $(SOPHYAINCP)pimsghandler.h \ 1480 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1481 $(SOPHYAINCP)picmapx.h \ 1482 $(SOPHYAINCP)picmapgen.h \ 1483 $(SOPHYAINCP)pigraphx.h \ 1484 $(SOPHYAINCP)pigraphgen.h \ 1485 $(SOPHYAINCP)pifontx.h \ 1486 $(SOPHYAINCP)pifontgen.h \ 1487 $(SOPHYAINCP)pigrcoord.h \ 1488 $(SOPHYAINCP)pilineatt.h \ 1489 $(SOPHYAINCP)pigraphuc.h \ 1490 $(SOPHYAINCP)pievthandler.h \ 1491 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1492 $(SOPHYAINCP)piaxes.h $(SOPHYAINCP)hisprof.h 1493 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pihisto.cc 1494 1495 $(SOPHYAOBJP)pihisto2d.o: pihisto2d.cc $(SOPHYAINCP)pisysdep.h \ 1496 $(SOPHYAINCP)machdefs.h \ 1497 $(SOPHYAINCP)osx_values.h \ 1498 $(SOPHYAINCP)piapplx.h \ 1499 $(SOPHYAINCP)piapplgen.h \ 1500 $(SOPHYAINCP)pimsghandler.h \ 1501 $(SOPHYAINCP)picontainerx.h \ 1502 $(SOPHYAINCP)picontainergen.h \ 1503 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 1504 $(SOPHYAINCP)picolist.h \ 1505 $(SOPHYAINCP)pimenubarx.h \ 1506 $(SOPHYAINCP)pimenubargen.h \ 1507 $(SOPHYAINCP)pimenux.h \ 1508 $(SOPHYAINCP)pimenugen.h \ 1509 $(SOPHYAINCP)picons.h \ 1510 $(SOPHYAINCP)pistdwdgx.h \ 1511 $(SOPHYAINCP)pistdwdggen.h \ 1512 $(SOPHYAINCP)pibwdgx.h \ 1513 $(SOPHYAINCP)pibwdggen.h \ 1514 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 1515 $(SOPHYAINCP)picmapgen.h \ 1516 $(SOPHYAINCP)pigraphx.h \ 1517 $(SOPHYAINCP)pigraphgen.h \ 1518 $(SOPHYAINCP)pifontx.h \ 1519 $(SOPHYAINCP)pifontgen.h \ 1520 $(SOPHYAINCP)pigrcoord.h \ 1521 $(SOPHYAINCP)pilineatt.h \ 1522 $(SOPHYAINCP)pigraphuc.h \ 1523 $(SOPHYAINCP)pievthandler.h \ 1524 $(SOPHYAINCP)psfile.h \ 1525 $(SOPHYAINCP)pigraphps.h \ 1526 $(SOPHYAINCP)sopnamsp.h pihisto2d.h \ 1527 $(SOPHYAINCP)pioptmenux.h \ 1528 $(SOPHYAINCP)pioptmenugen.h \ 1529 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)peida.h \ 1530 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 1531 $(SOPHYAINCP)pexceptions.h \ 1532 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)histos.h \ 1533 $(SOPHYAINCP)objfio.h \ 1534 $(SOPHYAINCP)anydataobj.h \ 1535 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 1536 $(SOPHYAINCP)ppfbinstream.h \ 1537 $(SOPHYAINCP)rawstream.h \ 1538 $(SOPHYAINCP)ppfnametag.h \ 1539 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1540 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1541 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 2004 $(SOPHYAINCP)pigratt.h \ 2005 $(SOPHYAINCP)piaxes.h \ 2006 $(SOPHYAINCP)piscdrawwdg.h \ 2007 $(SOPHYAINCP)piwindowx.h \ 2008 $(SOPHYAINCP)piwindowgen.h \ 2009 $(SOPHYAINCP)pidrawer.h \ 2010 $(SOPHYAINCP)pieldrw.h \ 2011 $(SOPHYAINCP)nbrandom.h \ 2012 $(SOPHYAINCP)srandgen.h 2013 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pihisto2d.cc 2014 2015 $(SOPHYAOBJP)pihisto.o: pihisto.cc \ 2016 $(SOPHYAINCP)sopnamsp.h pihisto.h \ 2017 $(SOPHYAINCP)histos.h \ 2018 $(SOPHYAINCP)objfio.h \ 2019 $(SOPHYAINCP)machdefs.h \ 2020 $(SOPHYAINCP)anydataobj.h \ 2021 $(SOPHYAINCP)ppersist.h \ 2022 $(SOPHYAINCP)pexceptions.h \ 2023 $(SOPHYAINCP)gnumd5.h \ 2024 $(SOPHYAINCP)ppfbinstream.h \ 2025 $(SOPHYAINCP)rawstream.h \ 2026 $(SOPHYAINCP)ppfnametag.h \ 2027 $(SOPHYAINCP)peida.h \ 2028 $(SOPHYAINCP)utils.h \ 2029 $(SOPHYAINCP)perrors.h \ 2030 $(SOPHYAINCP)fmath.h \ 2031 $(SOPHYAINCP)tvector.h \ 2032 $(SOPHYAINCP)tmatrix.h \ 2033 $(SOPHYAINCP)tarray.h \ 2034 $(SOPHYAINCP)basarr.h \ 2035 $(SOPHYAINCP)mutyv.h \ 2036 $(SOPHYAINCP)timestamp.h \ 1542 2037 $(SOPHYAINCP)dvlist.h \ 1543 2038 $(SOPHYAINCP)ndatablock.h \ … … 1546 2041 $(SOPHYAINCP)tvector_tsnl.h \ 1547 2042 $(SOPHYAINCP)pidrawer.h \ 1548 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 1549 $(SOPHYAINCP)piscdrawwdg.h \ 1550 $(SOPHYAINCP)piwindowx.h \ 1551 $(SOPHYAINCP)piwindowgen.h \ 1552 $(SOPHYAINCP)pieldrw.h \ 1553 $(SOPHYAINCP)nbrandom.h \ 1554 $(SOPHYAINCP)srandgen.h 1555 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pihisto2d.cc 2043 $(SOPHYAINCP)pibwdggen.h \ 2044 $(SOPHYAINCP)pisysdep.h \ 2045 $(SOPHYAINCP)piwdgx.h \ 2046 $(SOPHYAINCP)piwdggen.h \ 2047 $(SOPHYAINCP)pimsghandler.h \ 2048 $(SOPHYAINCP)picolist.h \ 2049 $(SOPHYAINCP)picmap.h \ 2050 $(SOPHYAINCP)picmapx.h \ 2051 $(SOPHYAINCP)picmapgen.h \ 2052 $(SOPHYAINCP)pigraphx.h \ 2053 $(SOPHYAINCP)pigraphgen.h \ 2054 $(SOPHYAINCP)pifontx.h \ 2055 $(SOPHYAINCP)pifontgen.h \ 2056 $(SOPHYAINCP)pigrcoord.h \ 2057 $(SOPHYAINCP)pilineatt.h \ 2058 $(SOPHYAINCP)pigraphuc.h \ 2059 $(SOPHYAINCP)pievthandler.h \ 2060 $(SOPHYAINCP)psfile.h \ 2061 $(SOPHYAINCP)pigratt.h \ 2062 $(SOPHYAINCP)piaxes.h \ 2063 $(SOPHYAINCP)hisprof.h \ 2064 $(SOPHYAINCP)histos.h 2065 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pihisto.cc 1556 2066 1557 2067 $(SOPHYAOBJP)piinit.o: piinit.cc $(SOPHYAINCP)sopnamsp.h \ 1558 $(SOPHYAINCP)machdefs.h \ 1559 $(SOPHYAINCP)osx_values.h piinit.h \ 2068 $(SOPHYAINCP)machdefs.h piinit.h \ 1560 2069 $(SOPHYAINCP)sambainit.h \ 1561 2070 $(SOPHYAINCP)skymapinit.h \ 1562 2071 $(SOPHYAINCP)sophyainit.h \ 2072 $(SOPHYAINCP)machdefs.h \ 1563 2073 $(SOPHYAINCP)ntoolsinit.h \ 1564 2074 $(SOPHYAINCP)tarrinit.h pistdimgapp.h \ … … 1567 2077 $(SOPHYAINCP)piapplgen.h \ 1568 2078 $(SOPHYAINCP)pimsghandler.h \ 2079 $(SOPHYAINCP)pisysdep.h \ 1569 2080 $(SOPHYAINCP)picontainerx.h \ 1570 2081 $(SOPHYAINCP)picontainergen.h \ 1571 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 2082 $(SOPHYAINCP)piwdgx.h \ 2083 $(SOPHYAINCP)piwdggen.h \ 1572 2084 $(SOPHYAINCP)picolist.h \ 1573 2085 $(SOPHYAINCP)pimenubarx.h \ … … 1580 2092 $(SOPHYAINCP)pibwdgx.h \ 1581 2093 $(SOPHYAINCP)pibwdggen.h \ 1582 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 2094 $(SOPHYAINCP)picmap.h \ 2095 $(SOPHYAINCP)picmapx.h \ 1583 2096 $(SOPHYAINCP)picmapgen.h \ 1584 2097 $(SOPHYAINCP)pigraphx.h \ … … 1594 2107 $(SOPHYAINCP)piwindowx.h \ 1595 2108 $(SOPHYAINCP)piwindowgen.h \ 2109 $(SOPHYAINCP)pimenux.h \ 1596 2110 $(SOPHYAINCP)pioptmenux.h \ 1597 2111 $(SOPHYAINCP)pioptmenugen.h \ 2112 $(SOPHYAINCP)pistdwdgx.h \ 1598 2113 $(SOPHYAINCP)pifilechox.h \ 1599 2114 $(SOPHYAINCP)pifilechogen.h \ 2115 $(SOPHYAINCP)piwindowx.h \ 1600 2116 $(SOPHYAINCP)piperiodx.h \ 1601 2117 $(SOPHYAINCP)periodic.h \ 2118 $(SOPHYAINCP)picons.h \ 1602 2119 $(SOPHYAINCP)piimage.h \ 1603 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 2120 $(SOPHYAINCP)parradapter.h \ 2121 $(SOPHYAINCP)lut.h \ 1604 2122 $(SOPHYAINCP)pieldrw.h \ 1605 2123 $(SOPHYAINCP)pidrawer.h \ 1606 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 2124 $(SOPHYAINCP)pigratt.h \ 2125 $(SOPHYAINCP)piaxes.h \ 1607 2126 $(SOPHYAINCP)pipixmapx.h \ 1608 2127 $(SOPHYAINCP)pipixmapgen.h \ 1609 2128 $(SOPHYAINCP)picmapview.h \ 1610 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 2129 $(SOPHYAINCP)pi3dwdg.h \ 2130 $(SOPHYAINCP)pi3ddrw.h \ 1611 2131 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1612 2132 $(SOPHYAINCP)anydataobj.h \ … … 1617 2137 $(SOPHYAINCP)rawstream.h \ 1618 2138 $(SOPHYAINCP)ppfnametag.h \ 1619 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 1620 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1621 dlftypes.h piacmd.h $(SOPHYAINCP)commander.h \ 1622 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)ctimer.h \ 2139 $(SOPHYAINCP)ppersist.h \ 2140 $(SOPHYAINCP)dvlist.h \ 2141 $(SOPHYAINCP)objfio.h \ 2142 $(SOPHYAINCP)anydataobj.h \ 2143 $(SOPHYAINCP)mutyv.h \ 2144 $(SOPHYAINCP)timestamp.h dlftypes.h \ 2145 piacmd.h $(SOPHYAINCP)commander.h \ 2146 $(SOPHYAINCP)pdlmgr.h \ 2147 $(SOPHYAINCP)dvlist.h \ 2148 $(SOPHYAINCP)ctimer.h \ 1623 2149 $(SOPHYAINCP)zthread.h pisiadw.h \ 1624 2150 $(SOPHYAINCP)pilistx.h \ 1625 2151 $(SOPHYAINCP)pilistgen.h \ 1626 2152 $(SOPHYAINCP)pistzwin.h \ 2153 $(SOPHYAINCP)piperiodx.h \ 1627 2154 $(SOPHYAINCP)pitherm.h \ 1628 $(SOPHYAINCP)resusage.h servnobjm.h nomhistadapter.h \ 1629 nomgadapter.h $(SOPHYAINCP)ntupintf.h \ 2155 $(SOPHYAINCP)resusage.h servnobjm.h \ 2156 $(SOPHYAINCP)pdlmgr.h nomhistadapter.h \ 2157 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 2158 $(SOPHYAINCP)parradapter.h \ 2159 $(SOPHYAINCP)ntupintf.h \ 1630 2160 $(SOPHYAINCP)generalfit.h \ 1631 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1632 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 2161 $(SOPHYAINCP)tvector.h \ 2162 $(SOPHYAINCP)tmatrix.h \ 2163 $(SOPHYAINCP)tarray.h \ 2164 $(SOPHYAINCP)basarr.h \ 1633 2165 $(SOPHYAINCP)ndatablock.h \ 1634 2166 $(SOPHYAINCP)utilarr.h \ … … 1636 2168 $(SOPHYAINCP)tvector_tsnl.h \ 1637 2169 $(SOPHYAINCP)generaldata.h \ 1638 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 1639 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 1640 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)histos.h \ 1641 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)hisprof.h \ 1642 $(SOPHYAINCP)histerr.h $(SOPHYAINCP)ntuple.h \ 2170 $(SOPHYAINCP)ntupintf.h \ 2171 $(SOPHYAINCP)poly.h \ 2172 $(SOPHYAINCP)peida.h \ 2173 $(SOPHYAINCP)utils.h \ 2174 $(SOPHYAINCP)perrors.h \ 2175 $(SOPHYAINCP)fmath.h \ 2176 $(SOPHYAINCP)histos.h \ 2177 $(SOPHYAINCP)histos2.h \ 2178 $(SOPHYAINCP)histos.h \ 2179 $(SOPHYAINCP)hisprof.h \ 2180 $(SOPHYAINCP)histerr.h \ 2181 $(SOPHYAINCP)ntuple.h \ 1643 2182 $(SOPHYAINCP)xntuple.h \ 1644 2183 $(SOPHYAINCP)basedtable.h \ 1645 $(SOPHYAINCP)segdatablock.h nomgfdadapter.h \ 1646 nomimagadapter.h $(SOPHYAINCP)cimage.h \ 1647 $(SOPHYAINCP)fioarr.h nomtmatvecadapter.h nomtarradapter.h \ 2184 $(SOPHYAINCP)segdatablock.h \ 2185 nomgfdadapter.h nomimagadapter.h \ 2186 $(SOPHYAINCP)cimage.h \ 2187 $(SOPHYAINCP)fioarr.h nomtmatvecadapter.h \ 2188 $(SOPHYAINCP)tmatrix.h \ 2189 $(SOPHYAINCP)generaldata.h \ 2190 nomtarradapter.h $(SOPHYAINCP)tarray.h \ 1648 2191 $(SOPHYAINCP)datatable.h \ 2192 $(SOPHYAINCP)basedtable.h \ 1649 2193 $(SOPHYAINCP)swppfdtable.h \ 1650 2194 $(SOPHYAINCP)swsegdb.h \ 1651 2195 $(SOPHYAINCP)ppfswapper.h \ 1652 $(SOPHYAINCP)ppftpointerio.h nomskymapadapter.h\1653 $(SOPHYAINCP)pixelmap.h \2196 $(SOPHYAINCP)ppftpointerio.h \ 2197 nomskymapadapter.h $(SOPHYAINCP)pixelmap.h \ 1654 2198 $(SOPHYAINCP)spherepos.h \ 1655 2199 $(SOPHYAINCP)unitvector.h \ … … 1657 2201 $(SOPHYAINCP)longlat.h \ 1658 2202 $(SOPHYAINCP)utilgeom.h \ 2203 $(SOPHYAINCP)datatype.h \ 1659 2204 $(SOPHYAINCP)spherethetaphi.h \ 1660 2205 $(SOPHYAINCP)sphericalmap.h \ 1661 2206 $(SOPHYAINCP)smathconst.h \ 2207 $(SOPHYAINCP)pixelmap.h \ 1662 2208 $(SOPHYAINCP)spherehealpix.h \ 1663 2209 $(SOPHYAINCP)HEALPixUtils.h \ … … 1666 2212 $(SOPHYAINCP)specrespvector.h \ 1667 2213 $(SOPHYAINCP)specresp.h \ 1668 $(SOPHYAINCP)gaussfilt.h nomspecrespadapter.h 2214 $(SOPHYAINCP)gaussfilt.h \ 2215 nomspecrespadapter.h \ 2216 $(SOPHYAINCP)specresp.h 1669 2217 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piinit.cc 1670 2218 1671 $(SOPHYAOBJP)pintup3d.o: pintup3d.cc $(SOPHYAINCP)sopnamsp.h pintup3d.h\1672 $(SOPHYAINCP) ntupintf.h \1673 $(SOPHYAINCP) machdefs.h \1674 $(SOPHYAINCP) osx_values.h \2219 $(SOPHYAOBJP)pintup3d.o: pintup3d.cc \ 2220 $(SOPHYAINCP)sopnamsp.h pintup3d.h \ 2221 $(SOPHYAINCP)ntupintf.h \ 2222 $(SOPHYAINCP)machdefs.h \ 1675 2223 $(SOPHYAINCP)pi3ddrw.h \ 1676 2224 $(SOPHYAINCP)pisysdep.h \ 1677 2225 $(SOPHYAINCP)pidrawer.h \ 1678 2226 $(SOPHYAINCP)pibwdggen.h \ 1679 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 1680 $(SOPHYAINCP)pimsghandler.h \ 1681 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1682 $(SOPHYAINCP)picmapx.h \ 1683 $(SOPHYAINCP)picmapgen.h \ 1684 $(SOPHYAINCP)pigraphx.h \ 1685 $(SOPHYAINCP)pigraphgen.h \ 1686 $(SOPHYAINCP)pifontx.h \ 1687 $(SOPHYAINCP)pifontgen.h \ 1688 $(SOPHYAINCP)pigrcoord.h \ 1689 $(SOPHYAINCP)pilineatt.h \ 1690 $(SOPHYAINCP)pigraphuc.h \ 1691 $(SOPHYAINCP)pievthandler.h \ 1692 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1693 $(SOPHYAINCP)piaxes.h $(SOPHYAINCP)pieldrw.h \ 2227 $(SOPHYAINCP)piwdgx.h \ 2228 $(SOPHYAINCP)piwdggen.h \ 2229 $(SOPHYAINCP)pimsghandler.h \ 2230 $(SOPHYAINCP)picolist.h \ 2231 $(SOPHYAINCP)picmap.h \ 2232 $(SOPHYAINCP)picmapx.h \ 2233 $(SOPHYAINCP)picmapgen.h \ 2234 $(SOPHYAINCP)pigraphx.h \ 2235 $(SOPHYAINCP)pigraphgen.h \ 2236 $(SOPHYAINCP)pifontx.h \ 2237 $(SOPHYAINCP)pifontgen.h \ 2238 $(SOPHYAINCP)pigrcoord.h \ 2239 $(SOPHYAINCP)pilineatt.h \ 2240 $(SOPHYAINCP)pigraphuc.h \ 2241 $(SOPHYAINCP)pievthandler.h \ 2242 $(SOPHYAINCP)psfile.h \ 2243 $(SOPHYAINCP)pigratt.h \ 2244 $(SOPHYAINCP)piaxes.h \ 2245 $(SOPHYAINCP)pieldrw.h \ 1694 2246 $(SOPHYAINCP)pigraph3d.h 1695 2247 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pintup3d.cc 1696 2248 1697 $(SOPHYAOBJP)pintuple.o: pintuple.cc $(SOPHYAINCP)sopnamsp.h pintuple.h \ 1698 $(SOPHYAINCP)ntupintf.h \ 1699 $(SOPHYAINCP)machdefs.h \ 1700 $(SOPHYAINCP)osx_values.h \ 1701 $(SOPHYAINCP)pidrawer.h \ 1702 $(SOPHYAINCP)pibwdggen.h \ 1703 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1704 $(SOPHYAINCP)piwdggen.h \ 1705 $(SOPHYAINCP)pimsghandler.h \ 1706 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1707 $(SOPHYAINCP)picmapx.h \ 1708 $(SOPHYAINCP)picmapgen.h \ 1709 $(SOPHYAINCP)pigraphx.h \ 1710 $(SOPHYAINCP)pigraphgen.h \ 1711 $(SOPHYAINCP)pifontx.h \ 1712 $(SOPHYAINCP)pifontgen.h \ 1713 $(SOPHYAINCP)pigrcoord.h \ 1714 $(SOPHYAINCP)pilineatt.h \ 1715 $(SOPHYAINCP)pigraphuc.h \ 1716 $(SOPHYAINCP)pievthandler.h \ 1717 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 2249 $(SOPHYAOBJP)pintuple.o: pintuple.cc \ 2250 $(SOPHYAINCP)sopnamsp.h pintuple.h \ 2251 $(SOPHYAINCP)ntupintf.h \ 2252 $(SOPHYAINCP)machdefs.h \ 2253 $(SOPHYAINCP)pidrawer.h \ 2254 $(SOPHYAINCP)pibwdggen.h \ 2255 $(SOPHYAINCP)pisysdep.h \ 2256 $(SOPHYAINCP)piwdgx.h \ 2257 $(SOPHYAINCP)piwdggen.h \ 2258 $(SOPHYAINCP)pimsghandler.h \ 2259 $(SOPHYAINCP)picolist.h \ 2260 $(SOPHYAINCP)picmap.h \ 2261 $(SOPHYAINCP)picmapx.h \ 2262 $(SOPHYAINCP)picmapgen.h \ 2263 $(SOPHYAINCP)pigraphx.h \ 2264 $(SOPHYAINCP)pigraphgen.h \ 2265 $(SOPHYAINCP)pifontx.h \ 2266 $(SOPHYAINCP)pifontgen.h \ 2267 $(SOPHYAINCP)pigrcoord.h \ 2268 $(SOPHYAINCP)pilineatt.h \ 2269 $(SOPHYAINCP)pigraphuc.h \ 2270 $(SOPHYAINCP)pievthandler.h \ 2271 $(SOPHYAINCP)psfile.h \ 2272 $(SOPHYAINCP)pigratt.h \ 1718 2273 $(SOPHYAINCP)piaxes.h 1719 2274 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pintuple.cc 1720 2275 1721 $(SOPHYAOBJP)pipodrw.o: pipodrw.cc $(SOPHYAINCP)sopnamsp.h pipodrw.h \ 1722 $(SOPHYAINCP)machdefs.h \ 1723 $(SOPHYAINCP)osx_values.h \ 1724 $(SOPHYAINCP)pidrawer.h \ 1725 $(SOPHYAINCP)pibwdggen.h \ 1726 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1727 $(SOPHYAINCP)piwdggen.h \ 1728 $(SOPHYAINCP)pimsghandler.h \ 1729 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1730 $(SOPHYAINCP)picmapx.h \ 1731 $(SOPHYAINCP)picmapgen.h \ 1732 $(SOPHYAINCP)pigraphx.h \ 1733 $(SOPHYAINCP)pigraphgen.h \ 1734 $(SOPHYAINCP)pifontx.h \ 1735 $(SOPHYAINCP)pifontgen.h \ 1736 $(SOPHYAINCP)pigrcoord.h \ 1737 $(SOPHYAINCP)pilineatt.h \ 1738 $(SOPHYAINCP)pigraphuc.h \ 1739 $(SOPHYAINCP)pievthandler.h \ 1740 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1741 $(SOPHYAINCP)piaxes.h \ 1742 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1743 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)peida.h \ 1744 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 1745 $(SOPHYAINCP)pexceptions.h \ 1746 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)histos.h \ 1747 $(SOPHYAINCP)objfio.h \ 1748 $(SOPHYAINCP)anydataobj.h \ 1749 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 1750 $(SOPHYAINCP)ppfbinstream.h \ 1751 $(SOPHYAINCP)rawstream.h \ 1752 $(SOPHYAINCP)ppfnametag.h \ 1753 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1754 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1755 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 2276 $(SOPHYAOBJP)pipodrw.o: pipodrw.cc \ 2277 $(SOPHYAINCP)sopnamsp.h pipodrw.h \ 2278 $(SOPHYAINCP)machdefs.h \ 2279 $(SOPHYAINCP)pidrawer.h \ 2280 $(SOPHYAINCP)pibwdggen.h \ 2281 $(SOPHYAINCP)pisysdep.h \ 2282 $(SOPHYAINCP)machdefs.h \ 2283 $(SOPHYAINCP)piwdgx.h \ 2284 $(SOPHYAINCP)piwdggen.h \ 2285 $(SOPHYAINCP)pimsghandler.h \ 2286 $(SOPHYAINCP)picolist.h \ 2287 $(SOPHYAINCP)picmap.h \ 2288 $(SOPHYAINCP)picmapx.h \ 2289 $(SOPHYAINCP)picmapgen.h \ 2290 $(SOPHYAINCP)pigraphx.h \ 2291 $(SOPHYAINCP)pigraphgen.h \ 2292 $(SOPHYAINCP)pifontx.h \ 2293 $(SOPHYAINCP)pifontgen.h \ 2294 $(SOPHYAINCP)pigrcoord.h \ 2295 $(SOPHYAINCP)pilineatt.h \ 2296 $(SOPHYAINCP)pigraphuc.h \ 2297 $(SOPHYAINCP)pievthandler.h \ 2298 $(SOPHYAINCP)psfile.h \ 2299 $(SOPHYAINCP)pigratt.h \ 2300 $(SOPHYAINCP)piaxes.h \ 2301 $(SOPHYAINCP)parradapter.h \ 2302 $(SOPHYAINCP)lut.h \ 2303 $(SOPHYAINCP)histos2.h \ 2304 $(SOPHYAINCP)peida.h \ 2305 $(SOPHYAINCP)utils.h \ 2306 $(SOPHYAINCP)perrors.h \ 2307 $(SOPHYAINCP)pexceptions.h \ 2308 $(SOPHYAINCP)fmath.h \ 2309 $(SOPHYAINCP)histos.h \ 2310 $(SOPHYAINCP)objfio.h \ 2311 $(SOPHYAINCP)anydataobj.h \ 2312 $(SOPHYAINCP)ppersist.h \ 2313 $(SOPHYAINCP)gnumd5.h \ 2314 $(SOPHYAINCP)ppfbinstream.h \ 2315 $(SOPHYAINCP)rawstream.h \ 2316 $(SOPHYAINCP)ppfnametag.h \ 2317 $(SOPHYAINCP)tvector.h \ 2318 $(SOPHYAINCP)tmatrix.h \ 2319 $(SOPHYAINCP)tarray.h \ 2320 $(SOPHYAINCP)basarr.h \ 2321 $(SOPHYAINCP)mutyv.h \ 2322 $(SOPHYAINCP)timestamp.h \ 1756 2323 $(SOPHYAINCP)dvlist.h \ 1757 2324 $(SOPHYAINCP)ndatablock.h \ … … 1761 2328 $(SOPHYAINCP)generalfit.h \ 1762 2329 $(SOPHYAINCP)generaldata.h \ 1763 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)poly.h 2330 $(SOPHYAINCP)ntupintf.h \ 2331 $(SOPHYAINCP)poly.h 1764 2332 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pipodrw.cc 1765 2333 1766 $(SOPHYAOBJP)pisiadw.o: pisiadw.cc $(SOPHYAINCP)sopnamsp.h\1767 $(SOPHYAINCP) machdefs.h \1768 $(SOPHYAINCP) osx_values.h \2334 $(SOPHYAOBJP)pisiadw.o: pisiadw.cc \ 2335 $(SOPHYAINCP)sopnamsp.h \ 2336 $(SOPHYAINCP)machdefs.h \ 1769 2337 $(SOPHYAINCP)perrors.h \ 1770 2338 $(SOPHYAINCP)pexceptions.h \ 1771 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)nbmath.h \ 2339 $(SOPHYAINCP)machdefs.h \ 2340 $(SOPHYAINCP)ctimer.h \ 2341 $(SOPHYAINCP)nbmath.h \ 1772 2342 $(SOPHYAINCP)smathconst.h pistdimgapp.h \ 1773 2343 $(SOPHYAINCP)pisysdep.h \ … … 1775 2345 $(SOPHYAINCP)piapplgen.h \ 1776 2346 $(SOPHYAINCP)pimsghandler.h \ 2347 $(SOPHYAINCP)pisysdep.h \ 1777 2348 $(SOPHYAINCP)picontainerx.h \ 1778 2349 $(SOPHYAINCP)picontainergen.h \ 1779 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 2350 $(SOPHYAINCP)piwdgx.h \ 2351 $(SOPHYAINCP)piwdggen.h \ 1780 2352 $(SOPHYAINCP)picolist.h \ 1781 2353 $(SOPHYAINCP)pimenubarx.h \ … … 1788 2360 $(SOPHYAINCP)pibwdgx.h \ 1789 2361 $(SOPHYAINCP)pibwdggen.h \ 1790 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 2362 $(SOPHYAINCP)picmap.h \ 2363 $(SOPHYAINCP)picmapx.h \ 1791 2364 $(SOPHYAINCP)picmapgen.h \ 1792 2365 $(SOPHYAINCP)pigraphx.h \ … … 1802 2375 $(SOPHYAINCP)piwindowx.h \ 1803 2376 $(SOPHYAINCP)piwindowgen.h \ 2377 $(SOPHYAINCP)pimenux.h \ 1804 2378 $(SOPHYAINCP)pioptmenux.h \ 1805 2379 $(SOPHYAINCP)pioptmenugen.h \ 2380 $(SOPHYAINCP)pistdwdgx.h \ 1806 2381 $(SOPHYAINCP)pifilechox.h \ 1807 2382 $(SOPHYAINCP)pifilechogen.h \ 2383 $(SOPHYAINCP)piwindowx.h \ 1808 2384 $(SOPHYAINCP)piperiodx.h \ 1809 2385 $(SOPHYAINCP)periodic.h \ 2386 $(SOPHYAINCP)picons.h \ 1810 2387 $(SOPHYAINCP)piimage.h \ 1811 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 2388 $(SOPHYAINCP)parradapter.h \ 2389 $(SOPHYAINCP)lut.h \ 1812 2390 $(SOPHYAINCP)pieldrw.h \ 1813 2391 $(SOPHYAINCP)pidrawer.h \ 1814 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 2392 $(SOPHYAINCP)pigratt.h \ 2393 $(SOPHYAINCP)piaxes.h \ 1815 2394 $(SOPHYAINCP)pipixmapx.h \ 1816 2395 $(SOPHYAINCP)pipixmapgen.h \ 1817 2396 $(SOPHYAINCP)picmapview.h \ 1818 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 2397 $(SOPHYAINCP)pi3dwdg.h \ 2398 $(SOPHYAINCP)pi3ddrw.h \ 1819 2399 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1820 2400 $(SOPHYAINCP)anydataobj.h \ 1821 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 1822 $(SOPHYAINCP)ppfbinstream.h \ 1823 $(SOPHYAINCP)rawstream.h \ 1824 $(SOPHYAINCP)ppfnametag.h \ 1825 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 1826 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1827 dlftypes.h piacmd.h $(SOPHYAINCP)commander.h \ 1828 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)zthread.h \ 1829 pisiadw.h $(SOPHYAINCP)pilistx.h \ 2401 $(SOPHYAINCP)ppersist.h \ 2402 $(SOPHYAINCP)gnumd5.h \ 2403 $(SOPHYAINCP)ppfbinstream.h \ 2404 $(SOPHYAINCP)rawstream.h \ 2405 $(SOPHYAINCP)ppfnametag.h \ 2406 $(SOPHYAINCP)ppersist.h \ 2407 $(SOPHYAINCP)dvlist.h \ 2408 $(SOPHYAINCP)objfio.h \ 2409 $(SOPHYAINCP)anydataobj.h \ 2410 $(SOPHYAINCP)mutyv.h \ 2411 $(SOPHYAINCP)timestamp.h dlftypes.h \ 2412 piacmd.h $(SOPHYAINCP)commander.h \ 2413 $(SOPHYAINCP)pdlmgr.h \ 2414 $(SOPHYAINCP)dvlist.h \ 2415 $(SOPHYAINCP)ctimer.h \ 2416 $(SOPHYAINCP)zthread.h pisiadw.h \ 2417 $(SOPHYAINCP)pilistx.h \ 1830 2418 $(SOPHYAINCP)pilistgen.h \ 1831 2419 $(SOPHYAINCP)pistzwin.h \ 2420 $(SOPHYAINCP)piperiodx.h \ 1832 2421 $(SOPHYAINCP)pitherm.h \ 1833 $(SOPHYAINCP)resusage.h servnobjm.h 2422 $(SOPHYAINCP)resusage.h servnobjm.h \ 2423 $(SOPHYAINCP)pdlmgr.h 1834 2424 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pisiadw.cc 1835 2425 1836 $(SOPHYAOBJP)pistdimgapp.o: pistdimgapp.cc $(SOPHYAINCP)sopnamsp.h \ 1837 $(SOPHYAINCP)machdefs.h \ 1838 $(SOPHYAINCP)osx_values.h \ 1839 $(SOPHYAINCP)strutil.h $(SOPHYAINCP)timing.h \ 2426 $(SOPHYAOBJP)pistdimgapp.o: pistdimgapp.cc \ 2427 $(SOPHYAINCP)sopnamsp.h \ 2428 $(SOPHYAINCP)machdefs.h \ 2429 $(SOPHYAINCP)strutil.h \ 2430 $(SOPHYAINCP)timing.h \ 1840 2431 $(SOPHYAINCP)perrors.h \ 1841 2432 $(SOPHYAINCP)pexceptions.h \ 1842 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)psighand.h \ 1843 $(SOPHYAINCP)cimage.h $(SOPHYAINCP)tmatrix.h \ 1844 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1845 $(SOPHYAINCP)anydataobj.h \ 1846 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1847 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \ 2433 $(SOPHYAINCP)machdefs.h \ 2434 $(SOPHYAINCP)ctimer.h \ 2435 $(SOPHYAINCP)psighand.h \ 2436 $(SOPHYAINCP)cimage.h \ 2437 $(SOPHYAINCP)tmatrix.h \ 2438 $(SOPHYAINCP)tarray.h \ 2439 $(SOPHYAINCP)basarr.h \ 2440 $(SOPHYAINCP)anydataobj.h \ 2441 $(SOPHYAINCP)mutyv.h \ 2442 $(SOPHYAINCP)timestamp.h \ 2443 $(SOPHYAINCP)objfio.h \ 2444 $(SOPHYAINCP)ppersist.h \ 1848 2445 $(SOPHYAINCP)gnumd5.h \ 1849 2446 $(SOPHYAINCP)ppfbinstream.h \ … … 1854 2451 $(SOPHYAINCP)utilarr.h \ 1855 2452 $(SOPHYAINCP)tmatrix_tsnl.h \ 1856 $(SOPHYAINCP)fioarr.h $(SOPHYAINCP)tvector.h \ 2453 $(SOPHYAINCP)fioarr.h \ 2454 $(SOPHYAINCP)tvector.h \ 1857 2455 $(SOPHYAINCP)tvector_tsnl.h pistdimgapp.h \ 1858 2456 $(SOPHYAINCP)pisysdep.h \ … … 1860 2458 $(SOPHYAINCP)piapplgen.h \ 1861 2459 $(SOPHYAINCP)pimsghandler.h \ 2460 $(SOPHYAINCP)pisysdep.h \ 1862 2461 $(SOPHYAINCP)picontainerx.h \ 1863 2462 $(SOPHYAINCP)picontainergen.h \ 1864 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 2463 $(SOPHYAINCP)piwdgx.h \ 2464 $(SOPHYAINCP)piwdggen.h \ 1865 2465 $(SOPHYAINCP)picolist.h \ 1866 2466 $(SOPHYAINCP)pimenubarx.h \ … … 1873 2473 $(SOPHYAINCP)pibwdgx.h \ 1874 2474 $(SOPHYAINCP)pibwdggen.h \ 1875 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 2475 $(SOPHYAINCP)picmap.h \ 2476 $(SOPHYAINCP)picmapx.h \ 1876 2477 $(SOPHYAINCP)picmapgen.h \ 1877 2478 $(SOPHYAINCP)pigraphx.h \ … … 1887 2488 $(SOPHYAINCP)piwindowx.h \ 1888 2489 $(SOPHYAINCP)piwindowgen.h \ 2490 $(SOPHYAINCP)pimenux.h \ 1889 2491 $(SOPHYAINCP)pioptmenux.h \ 1890 2492 $(SOPHYAINCP)pioptmenugen.h \ 2493 $(SOPHYAINCP)pistdwdgx.h \ 1891 2494 $(SOPHYAINCP)pifilechox.h \ 1892 2495 $(SOPHYAINCP)pifilechogen.h \ 2496 $(SOPHYAINCP)piwindowx.h \ 1893 2497 $(SOPHYAINCP)piperiodx.h \ 1894 2498 $(SOPHYAINCP)periodic.h \ 2499 $(SOPHYAINCP)picons.h \ 1895 2500 $(SOPHYAINCP)piimage.h \ 1896 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 2501 $(SOPHYAINCP)parradapter.h \ 2502 $(SOPHYAINCP)lut.h \ 1897 2503 $(SOPHYAINCP)pieldrw.h \ 1898 2504 $(SOPHYAINCP)pidrawer.h \ 1899 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 2505 $(SOPHYAINCP)pigratt.h \ 2506 $(SOPHYAINCP)piaxes.h \ 1900 2507 $(SOPHYAINCP)pipixmapx.h \ 1901 2508 $(SOPHYAINCP)pipixmapgen.h \ 1902 2509 $(SOPHYAINCP)picmapview.h \ 1903 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 1904 $(SOPHYAINCP)pigraph3d.h nobjmgr.h dlftypes.h piacmd.h \ 2510 $(SOPHYAINCP)pi3dwdg.h \ 2511 $(SOPHYAINCP)pi3ddrw.h \ 2512 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 2513 $(SOPHYAINCP)anydataobj.h \ 2514 $(SOPHYAINCP)ppersist.h \ 2515 $(SOPHYAINCP)dvlist.h dlftypes.h piacmd.h \ 1905 2516 $(SOPHYAINCP)commander.h \ 1906 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)zthread.h \ 1907 pisiadw.h $(SOPHYAINCP)pilistx.h \ 2517 $(SOPHYAINCP)pdlmgr.h \ 2518 $(SOPHYAINCP)ctimer.h \ 2519 $(SOPHYAINCP)zthread.h pisiadw.h \ 2520 $(SOPHYAINCP)pilistx.h \ 1908 2521 $(SOPHYAINCP)pilistgen.h \ 1909 2522 $(SOPHYAINCP)pistzwin.h \ 2523 $(SOPHYAINCP)piperiodx.h \ 1910 2524 $(SOPHYAINCP)pitherm.h \ 1911 2525 $(SOPHYAINCP)resusage.h servnobjm.h \ 2526 $(SOPHYAINCP)pdlmgr.h \ 2527 $(SOPHYAINCP)psfile.h \ 1912 2528 $(SOPHYAINCP)piimgtools.h \ 2529 $(SOPHYAINCP)pioptmenux.h \ 2530 $(SOPHYAINCP)piapplx.h \ 1913 2531 $(SOPHYAINCP)pidrwtools.h \ 1914 2532 $(SOPHYAINCP)piaxestools.h \ … … 1922 2540 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pistdimgapp.cc 1923 2541 1924 $(SOPHYAOBJP)pitvmaad.o: pitvmaad.cc $(SOPHYAINCP)sopnamsp.h pitvmaad.h \ 1925 $(SOPHYAINCP)machdefs.h \ 1926 $(SOPHYAINCP)osx_values.h \ 1927 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1928 $(SOPHYAINCP)tmatrix.h $(SOPHYAINCP)tarray.h \ 2542 $(SOPHYAOBJP)pitvmaad.o: pitvmaad.cc \ 2543 $(SOPHYAINCP)sopnamsp.h pitvmaad.h \ 2544 $(SOPHYAINCP)machdefs.h \ 2545 $(SOPHYAINCP)parradapter.h \ 2546 $(SOPHYAINCP)machdefs.h \ 2547 $(SOPHYAINCP)lut.h \ 2548 $(SOPHYAINCP)tmatrix.h \ 2549 $(SOPHYAINCP)tarray.h \ 1929 2550 $(SOPHYAINCP)basarr.h \ 1930 2551 $(SOPHYAINCP)anydataobj.h \ 1931 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1932 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \ 2552 $(SOPHYAINCP)mutyv.h \ 2553 $(SOPHYAINCP)timestamp.h \ 2554 $(SOPHYAINCP)objfio.h \ 2555 $(SOPHYAINCP)ppersist.h \ 1933 2556 $(SOPHYAINCP)pexceptions.h \ 1934 2557 $(SOPHYAINCP)gnumd5.h \ … … 1941 2564 $(SOPHYAINCP)tmatrix_tsnl.h \ 1942 2565 $(SOPHYAINCP)tvector.h \ 2566 $(SOPHYAINCP)tmatrix.h \ 1943 2567 $(SOPHYAINCP)tvector_tsnl.h 1944 2568 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pitvmaad.cc 1945 2569 1946 $(SOPHYAOBJP)servnobjm.o: servnobjm.cc $(SOPHYAINCP)sopnamsp.h \ 2570 $(SOPHYAOBJP)servnobjm.o: servnobjm.cc \ 2571 $(SOPHYAINCP)sopnamsp.h \ 1947 2572 $(SOPHYAINCP)strutil.h nobjmgr.h \ 1948 2573 $(SOPHYAINCP)machdefs.h \ 1949 $(SOPHYAINCP)osx_values.h \ 1950 $(SOPHYAINCP)anydataobj.h \ 1951 $(SOPHYAINCP)ppersist.h \ 1952 $(SOPHYAINCP)pexceptions.h \ 1953 $(SOPHYAINCP)gnumd5.h \ 1954 $(SOPHYAINCP)ppfbinstream.h \ 1955 $(SOPHYAINCP)rawstream.h \ 1956 $(SOPHYAINCP)ppfnametag.h \ 1957 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 1958 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1959 dlftypes.h servnobjm.h $(SOPHYAINCP)pdlmgr.h \ 2574 $(SOPHYAINCP)anydataobj.h \ 2575 $(SOPHYAINCP)machdefs.h \ 2576 $(SOPHYAINCP)ppersist.h \ 2577 $(SOPHYAINCP)pexceptions.h \ 2578 $(SOPHYAINCP)gnumd5.h \ 2579 $(SOPHYAINCP)ppfbinstream.h \ 2580 $(SOPHYAINCP)rawstream.h \ 2581 $(SOPHYAINCP)ppfnametag.h \ 2582 $(SOPHYAINCP)ppersist.h \ 2583 $(SOPHYAINCP)dvlist.h \ 2584 $(SOPHYAINCP)objfio.h \ 2585 $(SOPHYAINCP)anydataobj.h \ 2586 $(SOPHYAINCP)mutyv.h \ 2587 $(SOPHYAINCP)timestamp.h dlftypes.h \ 2588 servnobjm.h $(SOPHYAINCP)pdlmgr.h \ 1960 2589 $(SOPHYAINCP)zthread.h nomgadapter.h \ 1961 2590 $(SOPHYAINCP)pidrawer.h \ 1962 2591 $(SOPHYAINCP)pibwdggen.h \ 1963 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1964 $(SOPHYAINCP)piwdggen.h \ 1965 $(SOPHYAINCP)pimsghandler.h \ 1966 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1967 $(SOPHYAINCP)picmapx.h \ 1968 $(SOPHYAINCP)picmapgen.h \ 1969 $(SOPHYAINCP)pigraphx.h \ 1970 $(SOPHYAINCP)pigraphgen.h \ 1971 $(SOPHYAINCP)pifontx.h \ 1972 $(SOPHYAINCP)pifontgen.h \ 1973 $(SOPHYAINCP)pigrcoord.h \ 1974 $(SOPHYAINCP)pilineatt.h \ 1975 $(SOPHYAINCP)pigraphuc.h \ 1976 $(SOPHYAINCP)pievthandler.h \ 1977 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1978 $(SOPHYAINCP)piaxes.h \ 1979 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 2592 $(SOPHYAINCP)pisysdep.h \ 2593 $(SOPHYAINCP)piwdgx.h \ 2594 $(SOPHYAINCP)piwdggen.h \ 2595 $(SOPHYAINCP)pimsghandler.h \ 2596 $(SOPHYAINCP)picolist.h \ 2597 $(SOPHYAINCP)picmap.h \ 2598 $(SOPHYAINCP)picmapx.h \ 2599 $(SOPHYAINCP)picmapgen.h \ 2600 $(SOPHYAINCP)pigraphx.h \ 2601 $(SOPHYAINCP)pigraphgen.h \ 2602 $(SOPHYAINCP)pifontx.h \ 2603 $(SOPHYAINCP)pifontgen.h \ 2604 $(SOPHYAINCP)pigrcoord.h \ 2605 $(SOPHYAINCP)pilineatt.h \ 2606 $(SOPHYAINCP)pigraphuc.h \ 2607 $(SOPHYAINCP)pievthandler.h \ 2608 $(SOPHYAINCP)psfile.h \ 2609 $(SOPHYAINCP)pigratt.h \ 2610 $(SOPHYAINCP)piaxes.h \ 2611 $(SOPHYAINCP)parradapter.h \ 2612 $(SOPHYAINCP)lut.h \ 1980 2613 $(SOPHYAINCP)ntupintf.h \ 1981 2614 $(SOPHYAINCP)generalfit.h \ 1982 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1983 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 2615 $(SOPHYAINCP)tvector.h \ 2616 $(SOPHYAINCP)tmatrix.h \ 2617 $(SOPHYAINCP)tarray.h \ 2618 $(SOPHYAINCP)basarr.h \ 2619 $(SOPHYAINCP)dvlist.h \ 1984 2620 $(SOPHYAINCP)ndatablock.h \ 1985 2621 $(SOPHYAINCP)utilarr.h \ … … 1987 2623 $(SOPHYAINCP)tvector_tsnl.h \ 1988 2624 $(SOPHYAINCP)generaldata.h \ 1989 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 1990 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 2625 $(SOPHYAINCP)ntupintf.h \ 2626 $(SOPHYAINCP)poly.h \ 2627 $(SOPHYAINCP)peida.h \ 2628 $(SOPHYAINCP)utils.h \ 2629 $(SOPHYAINCP)perrors.h \ 1991 2630 $(SOPHYAINCP)fmath.h pistdimgapp.h \ 2631 $(SOPHYAINCP)pisysdep.h \ 1992 2632 $(SOPHYAINCP)piapplx.h \ 1993 2633 $(SOPHYAINCP)piapplgen.h \ … … 2005 2645 $(SOPHYAINCP)piwindowx.h \ 2006 2646 $(SOPHYAINCP)piwindowgen.h \ 2647 $(SOPHYAINCP)pimenux.h \ 2007 2648 $(SOPHYAINCP)pioptmenux.h \ 2008 2649 $(SOPHYAINCP)pioptmenugen.h \ 2650 $(SOPHYAINCP)pistdwdgx.h \ 2009 2651 $(SOPHYAINCP)pifilechox.h \ 2010 2652 $(SOPHYAINCP)pifilechogen.h \ 2653 $(SOPHYAINCP)piwindowx.h \ 2011 2654 $(SOPHYAINCP)piperiodx.h \ 2012 2655 $(SOPHYAINCP)periodic.h \ 2013 $(SOPHYAINCP)piimage.h $(SOPHYAINCP)pieldrw.h \ 2656 $(SOPHYAINCP)picons.h \ 2657 $(SOPHYAINCP)piimage.h \ 2658 $(SOPHYAINCP)parradapter.h \ 2659 $(SOPHYAINCP)pieldrw.h \ 2660 $(SOPHYAINCP)pidrawer.h \ 2014 2661 $(SOPHYAINCP)pipixmapx.h \ 2015 2662 $(SOPHYAINCP)pipixmapgen.h \ 2016 2663 $(SOPHYAINCP)picmapview.h \ 2017 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 2664 $(SOPHYAINCP)pi3dwdg.h \ 2665 $(SOPHYAINCP)pi3ddrw.h \ 2018 2666 $(SOPHYAINCP)pigraph3d.h piacmd.h \ 2019 2667 $(SOPHYAINCP)commander.h \ 2668 $(SOPHYAINCP)pdlmgr.h \ 2020 2669 $(SOPHYAINCP)ctimer.h pisiadw.h \ 2021 2670 $(SOPHYAINCP)pilistx.h \ 2022 2671 $(SOPHYAINCP)pilistgen.h \ 2023 2672 $(SOPHYAINCP)pistzwin.h \ 2673 $(SOPHYAINCP)piperiodx.h \ 2024 2674 $(SOPHYAINCP)pitherm.h \ 2025 2675 $(SOPHYAINCP)resusage.h \ 2026 2676 $(SOPHYAINCP)fct1dfit.h \ 2677 $(SOPHYAINCP)generalfit.h \ 2027 2678 $(SOPHYAINCP)fct2dfit.h \ 2679 $(SOPHYAINCP)tmatrix.h \ 2680 $(SOPHYAINCP)tvector.h \ 2028 2681 $(SOPHYAINCP)matharr.h pitvmaad.h \ 2029 $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)cimage.h \ 2030 $(SOPHYAINCP)fioarr.h $(SOPHYAINCP)histos.h \ 2031 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)hisprof.h \ 2682 $(SOPHYAINCP)ntuple.h \ 2683 $(SOPHYAINCP)cimage.h \ 2684 $(SOPHYAINCP)fioarr.h \ 2685 $(SOPHYAINCP)histos.h \ 2686 $(SOPHYAINCP)histos2.h \ 2687 $(SOPHYAINCP)histos.h \ 2688 $(SOPHYAINCP)hisprof.h \ 2032 2689 $(SOPHYAINCP)datatable.h \ 2033 2690 $(SOPHYAINCP)basedtable.h \ 2034 2691 $(SOPHYAINCP)segdatablock.h \ 2035 2692 $(SOPHYAINCP)piyfxdrw.h \ 2036 $(SOPHYAINCP)pisurfdr.h pintuple.h pintup3d.h pipodrw.h 2693 $(SOPHYAINCP)pisurfdr.h pintuple.h \ 2694 pintup3d.h $(SOPHYAINCP)pi3ddrw.h \ 2695 pipodrw.h 2037 2696 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ servnobjm.cc 2038 2697 -
trunk/SophyaPI/PIext/exclude
r2703 r3007 1 modrecst.cc2 1 userfitfunex.c 3 2 nommatvecadapter.cc -
trunk/SophyaPI/PIext/objlist.list
r2781 r3007 20 20 pigfd1.o 21 21 pigfd2.o 22 pihisto2d.o 22 23 pihisto.o 23 pihisto2d.o24 24 piinit.o 25 25 pintup3d.o -
trunk/SophyaPI/PIext/smakefile
r2933 r3007 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)basexecut.o $(SOPHYAOBJP)contmodex.o $(SOPHYAOBJP)cxxexecutor.o $(SOPHYAOBJP)cxxexecwin.o $(SOPHYAOBJP)flowmodex.o $(SOPHYAOBJP)graphexecut.o $(SOPHYAOBJP)nobjmgr.o $(SOPHYAOBJP)nomgadapter.o $(SOPHYAOBJP)nomgfdadapter.o $(SOPHYAOBJP)nomhistadapter.o $(SOPHYAOBJP)nomimagadapter.o $(SOPHYAOBJP)nommatvecadapter.o $(SOPHYAOBJP)nomskymapadapter.o $(SOPHYAOBJP)nomspecrespadapter.o $(SOPHYAOBJP)nomstladapter.o $(SOPHYAOBJP)nomtarradapter.o $(SOPHYAOBJP)nomtmatvecadapter.o $(SOPHYAOBJP)pawexecut.o $(SOPHYAOBJP)pi2dvec.o $(SOPHYAOBJP)piacmd.o $(SOPHYAOBJP)piafitting.o $(SOPHYAOBJP)pigfd1.o $(SOPHYAOBJP)pigfd2.o $(SOPHYAOBJP)pihisto .o $(SOPHYAOBJP)pihisto2d.o $(SOPHYAOBJP)piinit.o $(SOPHYAOBJP)pintup3d.o $(SOPHYAOBJP)pintuple.o $(SOPHYAOBJP)pipodrw.o $(SOPHYAOBJP)pisiadw.o $(SOPHYAOBJP)pistdimgapp.o $(SOPHYAOBJP)pistlist.o $(SOPHYAOBJP)pitvmaad.o $(SOPHYAOBJP)servnobjm.o $(SOPHYAOBJP)userfitfunex.o6 rm -f $(SOPHYAOBJP)basexecut.o $(SOPHYAOBJP)contmodex.o $(SOPHYAOBJP)cxxexecutor.o $(SOPHYAOBJP)cxxexecwin.o $(SOPHYAOBJP)flowmodex.o $(SOPHYAOBJP)graphexecut.o $(SOPHYAOBJP)nobjmgr.o $(SOPHYAOBJP)nomgadapter.o $(SOPHYAOBJP)nomgfdadapter.o $(SOPHYAOBJP)nomhistadapter.o $(SOPHYAOBJP)nomimagadapter.o $(SOPHYAOBJP)nommatvecadapter.o $(SOPHYAOBJP)nomskymapadapter.o $(SOPHYAOBJP)nomspecrespadapter.o $(SOPHYAOBJP)nomstladapter.o $(SOPHYAOBJP)nomtarradapter.o $(SOPHYAOBJP)nomtmatvecadapter.o $(SOPHYAOBJP)pawexecut.o $(SOPHYAOBJP)pi2dvec.o $(SOPHYAOBJP)piacmd.o $(SOPHYAOBJP)piafitting.o $(SOPHYAOBJP)pigfd1.o $(SOPHYAOBJP)pigfd2.o $(SOPHYAOBJP)pihisto2d.o $(SOPHYAOBJP)pihisto.o $(SOPHYAOBJP)piinit.o $(SOPHYAOBJP)pintup3d.o $(SOPHYAOBJP)pintuple.o $(SOPHYAOBJP)pipodrw.o $(SOPHYAOBJP)pisiadw.o $(SOPHYAOBJP)pistdimgapp.o $(SOPHYAOBJP)pistlist.o $(SOPHYAOBJP)pitvmaad.o $(SOPHYAOBJP)servnobjm.o $(SOPHYAOBJP)userfitfunex.o 7 7 rm -f $(SOPHYALIBP)libPIext.a 8 8 9 $(SOPHYALIBP)libPIext.a : $(SOPHYAOBJP)basexecut.o $(SOPHYAOBJP)contmodex.o $(SOPHYAOBJP)cxxexecutor.o $(SOPHYAOBJP)cxxexecwin.o $(SOPHYAOBJP)flowmodex.o $(SOPHYAOBJP)graphexecut.o $(SOPHYAOBJP)nobjmgr.o $(SOPHYAOBJP)nomgadapter.o $(SOPHYAOBJP)nomgfdadapter.o $(SOPHYAOBJP)nomhistadapter.o $(SOPHYAOBJP)nomimagadapter.o $(SOPHYAOBJP)nomskymapadapter.o $(SOPHYAOBJP)nomspecrespadapter.o $(SOPHYAOBJP)nomtarradapter.o $(SOPHYAOBJP)nomtmatvecadapter.o $(SOPHYAOBJP)pawexecut.o $(SOPHYAOBJP)pi2dvec.o $(SOPHYAOBJP)piacmd.o $(SOPHYAOBJP)piafitting.o $(SOPHYAOBJP)pigfd1.o $(SOPHYAOBJP)pigfd2.o $(SOPHYAOBJP)pihisto .o $(SOPHYAOBJP)pihisto2d.o $(SOPHYAOBJP)piinit.o $(SOPHYAOBJP)pintup3d.o $(SOPHYAOBJP)pintuple.o $(SOPHYAOBJP)pipodrw.o $(SOPHYAOBJP)pisiadw.o $(SOPHYAOBJP)pistdimgapp.o $(SOPHYAOBJP)pitvmaad.o $(SOPHYAOBJP)servnobjm.o9 $(SOPHYALIBP)libPIext.a : $(SOPHYAOBJP)basexecut.o $(SOPHYAOBJP)contmodex.o $(SOPHYAOBJP)cxxexecutor.o $(SOPHYAOBJP)cxxexecwin.o $(SOPHYAOBJP)flowmodex.o $(SOPHYAOBJP)graphexecut.o $(SOPHYAOBJP)nobjmgr.o $(SOPHYAOBJP)nomgadapter.o $(SOPHYAOBJP)nomgfdadapter.o $(SOPHYAOBJP)nomhistadapter.o $(SOPHYAOBJP)nomimagadapter.o $(SOPHYAOBJP)nomskymapadapter.o $(SOPHYAOBJP)nomspecrespadapter.o $(SOPHYAOBJP)nomtarradapter.o $(SOPHYAOBJP)nomtmatvecadapter.o $(SOPHYAOBJP)pawexecut.o $(SOPHYAOBJP)pi2dvec.o $(SOPHYAOBJP)piacmd.o $(SOPHYAOBJP)piafitting.o $(SOPHYAOBJP)pigfd1.o $(SOPHYAOBJP)pigfd2.o $(SOPHYAOBJP)pihisto2d.o $(SOPHYAOBJP)pihisto.o $(SOPHYAOBJP)piinit.o $(SOPHYAOBJP)pintup3d.o $(SOPHYAOBJP)pintuple.o $(SOPHYAOBJP)pipodrw.o $(SOPHYAOBJP)pisiadw.o $(SOPHYAOBJP)pistdimgapp.o $(SOPHYAOBJP)pitvmaad.o $(SOPHYAOBJP)servnobjm.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libPI.objlist 12 12 13 $(SOPHYAOBJP)basexecut.o: basexecut.cc $(SOPHYAINCP)sopnamsp.h piacmd.h\14 $(SOPHYAINCP) machdefs.h \15 $(SOPHYAINCP) osx_values.h \13 $(SOPHYAOBJP)basexecut.o: basexecut.cc \ 14 $(SOPHYAINCP)sopnamsp.h piacmd.h \ 15 $(SOPHYAINCP)machdefs.h \ 16 16 $(SOPHYAINCP)commander.h \ 17 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \ 18 $(SOPHYAINCP)objfio.h \ 19 $(SOPHYAINCP)anydataobj.h \ 20 $(SOPHYAINCP)ppersist.h \ 21 $(SOPHYAINCP)pexceptions.h \ 22 $(SOPHYAINCP)gnumd5.h \ 23 $(SOPHYAINCP)ppfbinstream.h \ 24 $(SOPHYAINCP)rawstream.h \ 25 $(SOPHYAINCP)ppfnametag.h \ 26 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 27 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 28 dlftypes.h basexecut.h $(SOPHYAINCP)strutilxx.h \ 29 pistdimgapp.h $(SOPHYAINCP)pisysdep.h \ 17 $(SOPHYAINCP)machdefs.h \ 18 $(SOPHYAINCP)pdlmgr.h \ 19 $(SOPHYAINCP)dvlist.h \ 20 $(SOPHYAINCP)objfio.h \ 21 $(SOPHYAINCP)anydataobj.h \ 22 $(SOPHYAINCP)ppersist.h \ 23 $(SOPHYAINCP)pexceptions.h \ 24 $(SOPHYAINCP)gnumd5.h \ 25 $(SOPHYAINCP)ppfbinstream.h \ 26 $(SOPHYAINCP)rawstream.h \ 27 $(SOPHYAINCP)ppfnametag.h \ 28 $(SOPHYAINCP)mutyv.h \ 29 $(SOPHYAINCP)timestamp.h \ 30 $(SOPHYAINCP)ctimer.h \ 31 $(SOPHYAINCP)zthread.h dlftypes.h \ 32 basexecut.h $(SOPHYAINCP)pdlmgr.h \ 33 $(SOPHYAINCP)ctimer.h \ 34 $(SOPHYAINCP)strutilxx.h pistdimgapp.h \ 35 $(SOPHYAINCP)pisysdep.h \ 30 36 $(SOPHYAINCP)piapplx.h \ 31 37 $(SOPHYAINCP)piapplgen.h \ 32 38 $(SOPHYAINCP)pimsghandler.h \ 39 $(SOPHYAINCP)pisysdep.h \ 33 40 $(SOPHYAINCP)picontainerx.h \ 34 41 $(SOPHYAINCP)picontainergen.h \ 35 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 42 $(SOPHYAINCP)piwdgx.h \ 43 $(SOPHYAINCP)piwdggen.h \ 36 44 $(SOPHYAINCP)picolist.h \ 37 45 $(SOPHYAINCP)pimenubarx.h \ … … 44 52 $(SOPHYAINCP)pibwdgx.h \ 45 53 $(SOPHYAINCP)pibwdggen.h \ 46 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 54 $(SOPHYAINCP)picmap.h \ 55 $(SOPHYAINCP)picmapx.h \ 56 $(SOPHYAINCP)picmapgen.h \ 57 $(SOPHYAINCP)pigraphx.h \ 58 $(SOPHYAINCP)pigraphgen.h \ 59 $(SOPHYAINCP)pifontx.h \ 60 $(SOPHYAINCP)pifontgen.h \ 61 $(SOPHYAINCP)pigrcoord.h \ 62 $(SOPHYAINCP)pilineatt.h \ 63 $(SOPHYAINCP)pigraphuc.h \ 64 $(SOPHYAINCP)pievthandler.h \ 65 $(SOPHYAINCP)psfile.h \ 66 $(SOPHYAINCP)pigraphps.h \ 67 $(SOPHYAINCP)piwindowx.h \ 68 $(SOPHYAINCP)piwindowgen.h \ 69 $(SOPHYAINCP)pimenux.h \ 70 $(SOPHYAINCP)pioptmenux.h \ 71 $(SOPHYAINCP)pioptmenugen.h \ 72 $(SOPHYAINCP)pistdwdgx.h \ 73 $(SOPHYAINCP)pifilechox.h \ 74 $(SOPHYAINCP)pifilechogen.h \ 75 $(SOPHYAINCP)piwindowx.h \ 76 $(SOPHYAINCP)piperiodx.h \ 77 $(SOPHYAINCP)periodic.h \ 78 $(SOPHYAINCP)picons.h \ 79 $(SOPHYAINCP)piimage.h \ 80 $(SOPHYAINCP)parradapter.h \ 81 $(SOPHYAINCP)lut.h \ 82 $(SOPHYAINCP)pieldrw.h \ 83 $(SOPHYAINCP)pidrawer.h \ 84 $(SOPHYAINCP)pigratt.h \ 85 $(SOPHYAINCP)piaxes.h \ 86 $(SOPHYAINCP)pipixmapx.h \ 87 $(SOPHYAINCP)pipixmapgen.h \ 88 $(SOPHYAINCP)picmapview.h \ 89 $(SOPHYAINCP)pi3dwdg.h \ 90 $(SOPHYAINCP)pi3ddrw.h \ 91 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 92 $(SOPHYAINCP)anydataobj.h \ 93 $(SOPHYAINCP)ppersist.h \ 94 $(SOPHYAINCP)dvlist.h pisiadw.h \ 95 $(SOPHYAINCP)pilistx.h \ 96 $(SOPHYAINCP)pilistgen.h \ 97 $(SOPHYAINCP)pistzwin.h \ 98 $(SOPHYAINCP)piperiodx.h \ 99 $(SOPHYAINCP)pitherm.h \ 100 $(SOPHYAINCP)resusage.h servnobjm.h \ 101 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 102 $(SOPHYAINCP)parradapter.h \ 103 $(SOPHYAINCP)ntupintf.h \ 104 $(SOPHYAINCP)generalfit.h \ 105 $(SOPHYAINCP)tvector.h \ 106 $(SOPHYAINCP)tmatrix.h \ 107 $(SOPHYAINCP)tarray.h \ 108 $(SOPHYAINCP)basarr.h \ 109 $(SOPHYAINCP)ndatablock.h \ 110 $(SOPHYAINCP)utilarr.h \ 111 $(SOPHYAINCP)tmatrix_tsnl.h \ 112 $(SOPHYAINCP)tvector_tsnl.h \ 113 $(SOPHYAINCP)generaldata.h \ 114 $(SOPHYAINCP)ntupintf.h \ 115 $(SOPHYAINCP)poly.h \ 116 $(SOPHYAINCP)peida.h \ 117 $(SOPHYAINCP)utils.h \ 118 $(SOPHYAINCP)perrors.h \ 119 $(SOPHYAINCP)fmath.h \ 120 $(SOPHYAINCP)histos.h \ 121 $(SOPHYAINCP)histos2.h \ 122 $(SOPHYAINCP)histos.h \ 123 $(SOPHYAINCP)hisprof.h \ 124 $(SOPHYAINCP)ntuple.h \ 125 $(SOPHYAINCP)generaldata.h \ 126 $(SOPHYAINCP)datatable.h \ 127 $(SOPHYAINCP)basedtable.h \ 128 $(SOPHYAINCP)segdatablock.h \ 129 $(SOPHYAINCP)tvector.h 130 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ basexecut.cc 131 132 $(SOPHYAOBJP)contmodex.o: contmodex.cc \ 133 $(SOPHYAINCP)sopnamsp.h contmodex.h \ 134 $(SOPHYAINCP)machdefs.h piacmd.h \ 135 $(SOPHYAINCP)commander.h \ 136 $(SOPHYAINCP)machdefs.h \ 137 $(SOPHYAINCP)pdlmgr.h \ 138 $(SOPHYAINCP)dvlist.h \ 139 $(SOPHYAINCP)objfio.h \ 140 $(SOPHYAINCP)anydataobj.h \ 141 $(SOPHYAINCP)ppersist.h \ 142 $(SOPHYAINCP)pexceptions.h \ 143 $(SOPHYAINCP)gnumd5.h \ 144 $(SOPHYAINCP)ppfbinstream.h \ 145 $(SOPHYAINCP)rawstream.h \ 146 $(SOPHYAINCP)ppfnametag.h \ 147 $(SOPHYAINCP)mutyv.h \ 148 $(SOPHYAINCP)timestamp.h \ 149 $(SOPHYAINCP)ctimer.h \ 150 $(SOPHYAINCP)zthread.h dlftypes.h \ 151 nobjmgr.h $(SOPHYAINCP)anydataobj.h \ 152 $(SOPHYAINCP)ppersist.h \ 153 $(SOPHYAINCP)dvlist.h \ 154 $(SOPHYAINCP)pigncont.h \ 155 $(SOPHYAINCP)pistdimgapp.h \ 156 $(SOPHYAINCP)pisysdep.h \ 157 $(SOPHYAINCP)piapplx.h \ 158 $(SOPHYAINCP)piapplgen.h \ 159 $(SOPHYAINCP)pimsghandler.h \ 160 $(SOPHYAINCP)picontainerx.h \ 161 $(SOPHYAINCP)picontainergen.h \ 162 $(SOPHYAINCP)piwdgx.h \ 163 $(SOPHYAINCP)piwdggen.h \ 164 $(SOPHYAINCP)picolist.h \ 165 $(SOPHYAINCP)pimenubarx.h \ 166 $(SOPHYAINCP)pimenubargen.h \ 167 $(SOPHYAINCP)pimenux.h \ 168 $(SOPHYAINCP)pimenugen.h \ 169 $(SOPHYAINCP)picons.h \ 170 $(SOPHYAINCP)pistdwdgx.h \ 171 $(SOPHYAINCP)pistdwdggen.h \ 172 $(SOPHYAINCP)pibwdgx.h \ 173 $(SOPHYAINCP)pibwdggen.h \ 174 $(SOPHYAINCP)picmap.h \ 175 $(SOPHYAINCP)picmapx.h \ 47 176 $(SOPHYAINCP)picmapgen.h \ 48 177 $(SOPHYAINCP)pigraphx.h \ … … 65 194 $(SOPHYAINCP)periodic.h \ 66 195 $(SOPHYAINCP)piimage.h \ 67 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 196 $(SOPHYAINCP)parradapter.h \ 197 $(SOPHYAINCP)lut.h \ 68 198 $(SOPHYAINCP)pieldrw.h \ 69 199 $(SOPHYAINCP)pidrawer.h \ 70 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 200 $(SOPHYAINCP)pigratt.h \ 201 $(SOPHYAINCP)piaxes.h \ 71 202 $(SOPHYAINCP)pipixmapx.h \ 72 203 $(SOPHYAINCP)pipixmapgen.h \ 73 204 $(SOPHYAINCP)picmapview.h \ 74 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 75 $(SOPHYAINCP)pigraph3d.h nobjmgr.h pisiadw.h \ 205 $(SOPHYAINCP)pi3dwdg.h \ 206 $(SOPHYAINCP)pi3ddrw.h \ 207 $(SOPHYAINCP)pigraph3d.h \ 208 $(SOPHYAINCP)nobjmgr.h \ 209 $(SOPHYAINCP)piacmd.h \ 210 $(SOPHYAINCP)pisiadw.h \ 76 211 $(SOPHYAINCP)pilistx.h \ 77 212 $(SOPHYAINCP)pilistgen.h \ 78 213 $(SOPHYAINCP)pistzwin.h \ 79 214 $(SOPHYAINCP)pitherm.h \ 80 $(SOPHYAINCP)resusage.h servnobjm.h nomgadapter.h \ 215 $(SOPHYAINCP)zthread.h \ 216 $(SOPHYAINCP)resusage.h \ 217 $(SOPHYAINCP)piscdrawwdg.h \ 218 $(SOPHYAINCP)ntuple.h \ 219 $(SOPHYAINCP)ntupintf.h \ 220 $(SOPHYAINCP)gp_contour.h \ 221 $(SOPHYAINCP)gp_types.h \ 222 $(SOPHYAINCP)gpc_misc.h \ 223 $(SOPHYAINCP)gp_dynarray.h \ 224 $(SOPHYAINCP)gp_graph3d.h \ 225 $(SOPHYAINCP)gp_alloc.h \ 226 $(SOPHYAINCP)pidrawer.h nomgadapter.h \ 227 $(SOPHYAINCP)parradapter.h \ 81 228 $(SOPHYAINCP)ntupintf.h \ 82 229 $(SOPHYAINCP)generalfit.h \ 83 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 84 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 230 $(SOPHYAINCP)tvector.h \ 231 $(SOPHYAINCP)tmatrix.h \ 232 $(SOPHYAINCP)tarray.h \ 233 $(SOPHYAINCP)basarr.h \ 85 234 $(SOPHYAINCP)ndatablock.h \ 86 235 $(SOPHYAINCP)utilarr.h \ … … 88 237 $(SOPHYAINCP)tvector_tsnl.h \ 89 238 $(SOPHYAINCP)generaldata.h \ 90 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 91 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 92 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)histos.h \ 93 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)hisprof.h \ 94 $(SOPHYAINCP)ntuple.h \ 95 $(SOPHYAINCP)datatable.h \ 96 $(SOPHYAINCP)basedtable.h \ 97 $(SOPHYAINCP)segdatablock.h 98 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ basexecut.cc 99 100 $(SOPHYAOBJP)contmodex.o: contmodex.cc $(SOPHYAINCP)sopnamsp.h \ 101 contmodex.h $(SOPHYAINCP)machdefs.h \ 102 $(SOPHYAINCP)osx_values.h piacmd.h \ 239 $(SOPHYAINCP)poly.h \ 240 $(SOPHYAINCP)peida.h \ 241 $(SOPHYAINCP)utils.h \ 242 $(SOPHYAINCP)perrors.h \ 243 $(SOPHYAINCP)fmath.h servnobjm.h \ 244 $(SOPHYAINCP)pdlmgr.h 245 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ contmodex.cc 246 247 $(SOPHYAOBJP)cxxexecutor.o: cxxexecutor.cc \ 248 $(SOPHYAINCP)sopnamsp.h cxxexecutor.h \ 249 $(SOPHYAINCP)machdefs.h piacmd.h \ 103 250 $(SOPHYAINCP)commander.h \ 104 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \ 105 $(SOPHYAINCP)objfio.h \ 106 $(SOPHYAINCP)anydataobj.h \ 107 $(SOPHYAINCP)ppersist.h \ 108 $(SOPHYAINCP)pexceptions.h \ 109 $(SOPHYAINCP)gnumd5.h \ 110 $(SOPHYAINCP)ppfbinstream.h \ 111 $(SOPHYAINCP)rawstream.h \ 112 $(SOPHYAINCP)ppfnametag.h \ 113 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 114 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 115 dlftypes.h nobjmgr.h $(SOPHYAINCP)pigncont.h \ 116 $(SOPHYAINCP)pistdimgapp.h \ 117 $(SOPHYAINCP)pisysdep.h \ 118 $(SOPHYAINCP)piapplx.h \ 119 $(SOPHYAINCP)piapplgen.h \ 120 $(SOPHYAINCP)pimsghandler.h \ 121 $(SOPHYAINCP)picontainerx.h \ 122 $(SOPHYAINCP)picontainergen.h \ 123 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 124 $(SOPHYAINCP)picolist.h \ 125 $(SOPHYAINCP)pimenubarx.h \ 126 $(SOPHYAINCP)pimenubargen.h \ 127 $(SOPHYAINCP)pimenux.h \ 128 $(SOPHYAINCP)pimenugen.h \ 129 $(SOPHYAINCP)picons.h \ 130 $(SOPHYAINCP)pistdwdgx.h \ 131 $(SOPHYAINCP)pistdwdggen.h \ 132 $(SOPHYAINCP)pibwdgx.h \ 133 $(SOPHYAINCP)pibwdggen.h \ 134 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 135 $(SOPHYAINCP)picmapgen.h \ 136 $(SOPHYAINCP)pigraphx.h \ 137 $(SOPHYAINCP)pigraphgen.h \ 138 $(SOPHYAINCP)pifontx.h \ 139 $(SOPHYAINCP)pifontgen.h \ 140 $(SOPHYAINCP)pigrcoord.h \ 141 $(SOPHYAINCP)pilineatt.h \ 142 $(SOPHYAINCP)pigraphuc.h \ 143 $(SOPHYAINCP)pievthandler.h \ 144 $(SOPHYAINCP)psfile.h \ 145 $(SOPHYAINCP)pigraphps.h \ 146 $(SOPHYAINCP)piwindowx.h \ 147 $(SOPHYAINCP)piwindowgen.h \ 148 $(SOPHYAINCP)pioptmenux.h \ 149 $(SOPHYAINCP)pioptmenugen.h \ 150 $(SOPHYAINCP)pifilechox.h \ 151 $(SOPHYAINCP)pifilechogen.h \ 152 $(SOPHYAINCP)piperiodx.h \ 153 $(SOPHYAINCP)periodic.h \ 154 $(SOPHYAINCP)piimage.h \ 155 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 156 $(SOPHYAINCP)pieldrw.h \ 157 $(SOPHYAINCP)pidrawer.h \ 158 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 159 $(SOPHYAINCP)pipixmapx.h \ 160 $(SOPHYAINCP)pipixmapgen.h \ 161 $(SOPHYAINCP)picmapview.h \ 162 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 163 $(SOPHYAINCP)pigraph3d.h \ 164 $(SOPHYAINCP)pisiadw.h $(SOPHYAINCP)pilistx.h \ 165 $(SOPHYAINCP)pilistgen.h \ 166 $(SOPHYAINCP)pistzwin.h \ 167 $(SOPHYAINCP)pitherm.h \ 168 $(SOPHYAINCP)resusage.h \ 169 $(SOPHYAINCP)piscdrawwdg.h \ 170 $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)ntupintf.h \ 171 $(SOPHYAINCP)gp_contour.h \ 172 $(SOPHYAINCP)gp_types.h \ 173 $(SOPHYAINCP)gpc_misc.h \ 174 $(SOPHYAINCP)gp_dynarray.h \ 175 $(SOPHYAINCP)gp_graph3d.h \ 176 $(SOPHYAINCP)gp_alloc.h nomgadapter.h \ 251 $(SOPHYAINCP)machdefs.h \ 252 $(SOPHYAINCP)pdlmgr.h \ 253 $(SOPHYAINCP)dvlist.h \ 254 $(SOPHYAINCP)objfio.h \ 255 $(SOPHYAINCP)anydataobj.h \ 256 $(SOPHYAINCP)ppersist.h \ 257 $(SOPHYAINCP)pexceptions.h \ 258 $(SOPHYAINCP)gnumd5.h \ 259 $(SOPHYAINCP)ppfbinstream.h \ 260 $(SOPHYAINCP)rawstream.h \ 261 $(SOPHYAINCP)ppfnametag.h \ 262 $(SOPHYAINCP)mutyv.h \ 263 $(SOPHYAINCP)timestamp.h \ 264 $(SOPHYAINCP)ctimer.h \ 265 $(SOPHYAINCP)zthread.h dlftypes.h \ 266 nobjmgr.h $(SOPHYAINCP)anydataobj.h \ 267 $(SOPHYAINCP)ppersist.h \ 268 $(SOPHYAINCP)dvlist.h \ 269 $(SOPHYAINCP)strutilxx.h \ 270 $(SOPHYAINCP)cxxcmplnk.h nomgadapter.h \ 271 $(SOPHYAINCP)pidrawer.h \ 272 $(SOPHYAINCP)pibwdggen.h \ 273 $(SOPHYAINCP)pisysdep.h \ 274 $(SOPHYAINCP)piwdgx.h \ 275 $(SOPHYAINCP)piwdggen.h \ 276 $(SOPHYAINCP)pimsghandler.h \ 277 $(SOPHYAINCP)picolist.h \ 278 $(SOPHYAINCP)picmap.h \ 279 $(SOPHYAINCP)picmapx.h \ 280 $(SOPHYAINCP)picmapgen.h \ 281 $(SOPHYAINCP)pigraphx.h \ 282 $(SOPHYAINCP)pigraphgen.h \ 283 $(SOPHYAINCP)pifontx.h \ 284 $(SOPHYAINCP)pifontgen.h \ 285 $(SOPHYAINCP)pigrcoord.h \ 286 $(SOPHYAINCP)pilineatt.h \ 287 $(SOPHYAINCP)pigraphuc.h \ 288 $(SOPHYAINCP)pievthandler.h \ 289 $(SOPHYAINCP)psfile.h \ 290 $(SOPHYAINCP)pigratt.h \ 291 $(SOPHYAINCP)piaxes.h \ 292 $(SOPHYAINCP)parradapter.h \ 293 $(SOPHYAINCP)lut.h \ 294 $(SOPHYAINCP)ntupintf.h \ 177 295 $(SOPHYAINCP)generalfit.h \ 178 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 179 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 296 $(SOPHYAINCP)tvector.h \ 297 $(SOPHYAINCP)tmatrix.h \ 298 $(SOPHYAINCP)tarray.h \ 299 $(SOPHYAINCP)basarr.h \ 180 300 $(SOPHYAINCP)ndatablock.h \ 181 301 $(SOPHYAINCP)utilarr.h \ … … 183 303 $(SOPHYAINCP)tvector_tsnl.h \ 184 304 $(SOPHYAINCP)generaldata.h \ 185 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 186 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 187 $(SOPHYAINCP)fmath.h servnobjm.h 188 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ contmodex.cc 189 190 $(SOPHYAOBJP)cxxexecutor.o: cxxexecutor.cc $(SOPHYAINCP)sopnamsp.h \ 191 cxxexecutor.h $(SOPHYAINCP)machdefs.h \ 192 $(SOPHYAINCP)osx_values.h piacmd.h \ 193 $(SOPHYAINCP)commander.h \ 194 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \ 195 $(SOPHYAINCP)objfio.h \ 196 $(SOPHYAINCP)anydataobj.h \ 197 $(SOPHYAINCP)ppersist.h \ 198 $(SOPHYAINCP)pexceptions.h \ 199 $(SOPHYAINCP)gnumd5.h \ 200 $(SOPHYAINCP)ppfbinstream.h \ 201 $(SOPHYAINCP)rawstream.h \ 202 $(SOPHYAINCP)ppfnametag.h \ 203 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 204 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 205 dlftypes.h nobjmgr.h $(SOPHYAINCP)strutilxx.h \ 206 $(SOPHYAINCP)cxxcmplnk.h nomgadapter.h \ 207 $(SOPHYAINCP)pidrawer.h \ 208 $(SOPHYAINCP)pibwdggen.h \ 209 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 210 $(SOPHYAINCP)piwdggen.h \ 211 $(SOPHYAINCP)pimsghandler.h \ 212 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 213 $(SOPHYAINCP)picmapx.h \ 214 $(SOPHYAINCP)picmapgen.h \ 215 $(SOPHYAINCP)pigraphx.h \ 216 $(SOPHYAINCP)pigraphgen.h \ 217 $(SOPHYAINCP)pifontx.h \ 218 $(SOPHYAINCP)pifontgen.h \ 219 $(SOPHYAINCP)pigrcoord.h \ 220 $(SOPHYAINCP)pilineatt.h \ 221 $(SOPHYAINCP)pigraphuc.h \ 222 $(SOPHYAINCP)pievthandler.h \ 223 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 224 $(SOPHYAINCP)piaxes.h \ 225 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 226 $(SOPHYAINCP)ntupintf.h \ 227 $(SOPHYAINCP)generalfit.h \ 228 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 229 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 230 $(SOPHYAINCP)ndatablock.h \ 231 $(SOPHYAINCP)utilarr.h \ 232 $(SOPHYAINCP)tmatrix_tsnl.h \ 233 $(SOPHYAINCP)tvector_tsnl.h \ 234 $(SOPHYAINCP)generaldata.h \ 235 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 236 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 305 $(SOPHYAINCP)ntupintf.h \ 306 $(SOPHYAINCP)poly.h \ 307 $(SOPHYAINCP)peida.h \ 308 $(SOPHYAINCP)utils.h \ 309 $(SOPHYAINCP)perrors.h \ 237 310 $(SOPHYAINCP)fmath.h pistdimgapp.h \ 311 $(SOPHYAINCP)pisysdep.h \ 238 312 $(SOPHYAINCP)piapplx.h \ 239 313 $(SOPHYAINCP)piapplgen.h \ … … 251 325 $(SOPHYAINCP)piwindowx.h \ 252 326 $(SOPHYAINCP)piwindowgen.h \ 327 $(SOPHYAINCP)pimenux.h \ 253 328 $(SOPHYAINCP)pioptmenux.h \ 254 329 $(SOPHYAINCP)pioptmenugen.h \ 330 $(SOPHYAINCP)pistdwdgx.h \ 255 331 $(SOPHYAINCP)pifilechox.h \ 256 332 $(SOPHYAINCP)pifilechogen.h \ 333 $(SOPHYAINCP)piwindowx.h \ 257 334 $(SOPHYAINCP)piperiodx.h \ 258 335 $(SOPHYAINCP)periodic.h \ 259 $(SOPHYAINCP)piimage.h $(SOPHYAINCP)pieldrw.h \ 336 $(SOPHYAINCP)picons.h \ 337 $(SOPHYAINCP)piimage.h \ 338 $(SOPHYAINCP)parradapter.h \ 339 $(SOPHYAINCP)pieldrw.h \ 340 $(SOPHYAINCP)pidrawer.h \ 260 341 $(SOPHYAINCP)pipixmapx.h \ 261 342 $(SOPHYAINCP)pipixmapgen.h \ 262 343 $(SOPHYAINCP)picmapview.h \ 263 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 344 $(SOPHYAINCP)pi3dwdg.h \ 345 $(SOPHYAINCP)pi3ddrw.h \ 264 346 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 265 347 $(SOPHYAINCP)pilistx.h \ 266 348 $(SOPHYAINCP)pilistgen.h \ 267 349 $(SOPHYAINCP)pistzwin.h \ 350 $(SOPHYAINCP)piperiodx.h \ 268 351 $(SOPHYAINCP)pitherm.h \ 269 352 $(SOPHYAINCP)resusage.h 270 353 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxexecutor.cc 271 354 272 $(SOPHYAOBJP)cxxexecwin.o: cxxexecwin.cc $(SOPHYAINCP)sopnamsp.h\273 cxxexecutor.h $(SOPHYAINCP)machdefs.h \274 $(SOPHYAINCP) osx_values.h piacmd.h \355 $(SOPHYAOBJP)cxxexecwin.o: cxxexecwin.cc \ 356 $(SOPHYAINCP)sopnamsp.h cxxexecutor.h \ 357 $(SOPHYAINCP)machdefs.h piacmd.h \ 275 358 $(SOPHYAINCP)commander.h \ 276 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \ 277 $(SOPHYAINCP)objfio.h \ 278 $(SOPHYAINCP)anydataobj.h \ 279 $(SOPHYAINCP)ppersist.h \ 280 $(SOPHYAINCP)pexceptions.h \ 281 $(SOPHYAINCP)gnumd5.h \ 282 $(SOPHYAINCP)ppfbinstream.h \ 283 $(SOPHYAINCP)rawstream.h \ 284 $(SOPHYAINCP)ppfnametag.h \ 285 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 286 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 287 dlftypes.h nobjmgr.h cxxexecwin.h $(SOPHYAINCP)pisysdep.h \ 288 pistdimgapp.h $(SOPHYAINCP)piapplx.h \ 359 $(SOPHYAINCP)machdefs.h \ 360 $(SOPHYAINCP)pdlmgr.h \ 361 $(SOPHYAINCP)dvlist.h \ 362 $(SOPHYAINCP)objfio.h \ 363 $(SOPHYAINCP)anydataobj.h \ 364 $(SOPHYAINCP)ppersist.h \ 365 $(SOPHYAINCP)pexceptions.h \ 366 $(SOPHYAINCP)gnumd5.h \ 367 $(SOPHYAINCP)ppfbinstream.h \ 368 $(SOPHYAINCP)rawstream.h \ 369 $(SOPHYAINCP)ppfnametag.h \ 370 $(SOPHYAINCP)mutyv.h \ 371 $(SOPHYAINCP)timestamp.h \ 372 $(SOPHYAINCP)ctimer.h \ 373 $(SOPHYAINCP)zthread.h dlftypes.h \ 374 nobjmgr.h $(SOPHYAINCP)anydataobj.h \ 375 $(SOPHYAINCP)ppersist.h \ 376 $(SOPHYAINCP)dvlist.h cxxexecwin.h \ 377 $(SOPHYAINCP)pisysdep.h pistdimgapp.h \ 378 $(SOPHYAINCP)piapplx.h \ 289 379 $(SOPHYAINCP)piapplgen.h \ 290 380 $(SOPHYAINCP)pimsghandler.h \ 381 $(SOPHYAINCP)pisysdep.h \ 291 382 $(SOPHYAINCP)picontainerx.h \ 292 383 $(SOPHYAINCP)picontainergen.h \ 293 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 384 $(SOPHYAINCP)piwdgx.h \ 385 $(SOPHYAINCP)piwdggen.h \ 294 386 $(SOPHYAINCP)picolist.h \ 295 387 $(SOPHYAINCP)pimenubarx.h \ … … 302 394 $(SOPHYAINCP)pibwdgx.h \ 303 395 $(SOPHYAINCP)pibwdggen.h \ 304 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 396 $(SOPHYAINCP)picmap.h \ 397 $(SOPHYAINCP)picmapx.h \ 305 398 $(SOPHYAINCP)picmapgen.h \ 306 399 $(SOPHYAINCP)pigraphx.h \ … … 316 409 $(SOPHYAINCP)piwindowx.h \ 317 410 $(SOPHYAINCP)piwindowgen.h \ 411 $(SOPHYAINCP)pimenux.h \ 318 412 $(SOPHYAINCP)pioptmenux.h \ 319 413 $(SOPHYAINCP)pioptmenugen.h \ 414 $(SOPHYAINCP)pistdwdgx.h \ 320 415 $(SOPHYAINCP)pifilechox.h \ 321 416 $(SOPHYAINCP)pifilechogen.h \ 417 $(SOPHYAINCP)piwindowx.h \ 322 418 $(SOPHYAINCP)piperiodx.h \ 323 419 $(SOPHYAINCP)periodic.h \ 420 $(SOPHYAINCP)picons.h \ 324 421 $(SOPHYAINCP)piimage.h \ 325 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 422 $(SOPHYAINCP)parradapter.h \ 423 $(SOPHYAINCP)lut.h \ 326 424 $(SOPHYAINCP)pieldrw.h \ 327 425 $(SOPHYAINCP)pidrawer.h \ 328 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 426 $(SOPHYAINCP)pigratt.h \ 427 $(SOPHYAINCP)piaxes.h \ 329 428 $(SOPHYAINCP)pipixmapx.h \ 330 429 $(SOPHYAINCP)pipixmapgen.h \ 331 430 $(SOPHYAINCP)picmapview.h \ 332 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 431 $(SOPHYAINCP)pi3dwdg.h \ 432 $(SOPHYAINCP)pi3ddrw.h \ 333 433 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 334 434 $(SOPHYAINCP)pilistx.h \ 335 435 $(SOPHYAINCP)pilistgen.h \ 336 436 $(SOPHYAINCP)pistzwin.h \ 437 $(SOPHYAINCP)piperiodx.h \ 337 438 $(SOPHYAINCP)pitherm.h \ 338 439 $(SOPHYAINCP)resusage.h 339 440 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxexecwin.cc 340 441 341 $(SOPHYAOBJP)flowmodex.o: flowmodex.cc $(SOPHYAINCP)sopnamsp.h\342 flowmodex.h $(SOPHYAINCP)machdefs.h \343 $(SOPHYAINCP) osx_values.h piacmd.h \442 $(SOPHYAOBJP)flowmodex.o: flowmodex.cc \ 443 $(SOPHYAINCP)sopnamsp.h flowmodex.h \ 444 $(SOPHYAINCP)machdefs.h piacmd.h \ 344 445 $(SOPHYAINCP)commander.h \ 345 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \ 346 $(SOPHYAINCP)objfio.h \ 347 $(SOPHYAINCP)anydataobj.h \ 348 $(SOPHYAINCP)ppersist.h \ 349 $(SOPHYAINCP)pexceptions.h \ 350 $(SOPHYAINCP)gnumd5.h \ 351 $(SOPHYAINCP)ppfbinstream.h \ 352 $(SOPHYAINCP)rawstream.h \ 353 $(SOPHYAINCP)ppfnametag.h \ 354 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 355 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 356 dlftypes.h nobjmgr.h pi2dvec.h pistdimgapp.h \ 357 $(SOPHYAINCP)pisysdep.h \ 446 $(SOPHYAINCP)machdefs.h \ 447 $(SOPHYAINCP)pdlmgr.h \ 448 $(SOPHYAINCP)dvlist.h \ 449 $(SOPHYAINCP)objfio.h \ 450 $(SOPHYAINCP)anydataobj.h \ 451 $(SOPHYAINCP)ppersist.h \ 452 $(SOPHYAINCP)pexceptions.h \ 453 $(SOPHYAINCP)gnumd5.h \ 454 $(SOPHYAINCP)ppfbinstream.h \ 455 $(SOPHYAINCP)rawstream.h \ 456 $(SOPHYAINCP)ppfnametag.h \ 457 $(SOPHYAINCP)mutyv.h \ 458 $(SOPHYAINCP)timestamp.h \ 459 $(SOPHYAINCP)ctimer.h \ 460 $(SOPHYAINCP)zthread.h dlftypes.h \ 461 nobjmgr.h $(SOPHYAINCP)anydataobj.h \ 462 $(SOPHYAINCP)ppersist.h \ 463 $(SOPHYAINCP)dvlist.h pi2dvec.h \ 464 pistdimgapp.h $(SOPHYAINCP)pisysdep.h \ 358 465 $(SOPHYAINCP)piapplx.h \ 359 466 $(SOPHYAINCP)piapplgen.h \ 360 467 $(SOPHYAINCP)pimsghandler.h \ 468 $(SOPHYAINCP)pisysdep.h \ 361 469 $(SOPHYAINCP)picontainerx.h \ 362 470 $(SOPHYAINCP)picontainergen.h \ 363 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 471 $(SOPHYAINCP)piwdgx.h \ 472 $(SOPHYAINCP)piwdggen.h \ 364 473 $(SOPHYAINCP)picolist.h \ 365 474 $(SOPHYAINCP)pimenubarx.h \ … … 372 481 $(SOPHYAINCP)pibwdgx.h \ 373 482 $(SOPHYAINCP)pibwdggen.h \ 374 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 483 $(SOPHYAINCP)picmap.h \ 484 $(SOPHYAINCP)picmapx.h \ 375 485 $(SOPHYAINCP)picmapgen.h \ 376 486 $(SOPHYAINCP)pigraphx.h \ … … 386 496 $(SOPHYAINCP)piwindowx.h \ 387 497 $(SOPHYAINCP)piwindowgen.h \ 498 $(SOPHYAINCP)pimenux.h \ 388 499 $(SOPHYAINCP)pioptmenux.h \ 389 500 $(SOPHYAINCP)pioptmenugen.h \ 501 $(SOPHYAINCP)pistdwdgx.h \ 390 502 $(SOPHYAINCP)pifilechox.h \ 391 503 $(SOPHYAINCP)pifilechogen.h \ 504 $(SOPHYAINCP)piwindowx.h \ 392 505 $(SOPHYAINCP)piperiodx.h \ 393 506 $(SOPHYAINCP)periodic.h \ 507 $(SOPHYAINCP)picons.h \ 394 508 $(SOPHYAINCP)piimage.h \ 395 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 509 $(SOPHYAINCP)parradapter.h \ 510 $(SOPHYAINCP)lut.h \ 396 511 $(SOPHYAINCP)pieldrw.h \ 397 512 $(SOPHYAINCP)pidrawer.h \ 398 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 513 $(SOPHYAINCP)pigratt.h \ 514 $(SOPHYAINCP)piaxes.h \ 399 515 $(SOPHYAINCP)pipixmapx.h \ 400 516 $(SOPHYAINCP)pipixmapgen.h \ 401 517 $(SOPHYAINCP)picmapview.h \ 402 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 518 $(SOPHYAINCP)pi3dwdg.h \ 519 $(SOPHYAINCP)pi3ddrw.h \ 403 520 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 404 521 $(SOPHYAINCP)pilistx.h \ 405 522 $(SOPHYAINCP)pilistgen.h \ 406 523 $(SOPHYAINCP)pistzwin.h \ 524 $(SOPHYAINCP)piperiodx.h \ 407 525 $(SOPHYAINCP)pitherm.h \ 408 526 $(SOPHYAINCP)resusage.h \ 409 527 $(SOPHYAINCP)piscdrawwdg.h \ 410 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)ntuple.h \ 411 nomgadapter.h $(SOPHYAINCP)generalfit.h \ 412 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 413 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 528 $(SOPHYAINCP)ntupintf.h \ 529 $(SOPHYAINCP)ntuple.h \ 530 $(SOPHYAINCP)ntupintf.h \ 531 $(SOPHYAINCP)pidrawer.h nomgadapter.h \ 532 $(SOPHYAINCP)parradapter.h \ 533 $(SOPHYAINCP)generalfit.h \ 534 $(SOPHYAINCP)tvector.h \ 535 $(SOPHYAINCP)tmatrix.h \ 536 $(SOPHYAINCP)tarray.h \ 537 $(SOPHYAINCP)basarr.h \ 414 538 $(SOPHYAINCP)ndatablock.h \ 415 539 $(SOPHYAINCP)utilarr.h \ … … 417 541 $(SOPHYAINCP)tvector_tsnl.h \ 418 542 $(SOPHYAINCP)generaldata.h \ 419 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 420 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 421 $(SOPHYAINCP)fmath.h servnobjm.h 543 $(SOPHYAINCP)poly.h \ 544 $(SOPHYAINCP)peida.h \ 545 $(SOPHYAINCP)utils.h \ 546 $(SOPHYAINCP)perrors.h \ 547 $(SOPHYAINCP)fmath.h servnobjm.h \ 548 $(SOPHYAINCP)pdlmgr.h 422 549 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ flowmodex.cc 423 550 424 $(SOPHYAOBJP)graphexecut.o: graphexecut.cc $(SOPHYAINCP)sopnamsp.h\425 piacmd.h $(SOPHYAINCP)machdefs.h \426 $(SOPHYAINCP) osx_values.h \551 $(SOPHYAOBJP)graphexecut.o: graphexecut.cc \ 552 $(SOPHYAINCP)sopnamsp.h piacmd.h \ 553 $(SOPHYAINCP)machdefs.h \ 427 554 $(SOPHYAINCP)commander.h \ 428 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \ 429 $(SOPHYAINCP)objfio.h \ 430 $(SOPHYAINCP)anydataobj.h \ 431 $(SOPHYAINCP)ppersist.h \ 432 $(SOPHYAINCP)pexceptions.h \ 433 $(SOPHYAINCP)gnumd5.h \ 434 $(SOPHYAINCP)ppfbinstream.h \ 435 $(SOPHYAINCP)rawstream.h \ 436 $(SOPHYAINCP)ppfnametag.h \ 437 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 438 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 439 dlftypes.h graphexecut.h $(SOPHYAINCP)strutilxx.h \ 555 $(SOPHYAINCP)machdefs.h \ 556 $(SOPHYAINCP)pdlmgr.h \ 557 $(SOPHYAINCP)dvlist.h \ 558 $(SOPHYAINCP)objfio.h \ 559 $(SOPHYAINCP)anydataobj.h \ 560 $(SOPHYAINCP)ppersist.h \ 561 $(SOPHYAINCP)pexceptions.h \ 562 $(SOPHYAINCP)gnumd5.h \ 563 $(SOPHYAINCP)ppfbinstream.h \ 564 $(SOPHYAINCP)rawstream.h \ 565 $(SOPHYAINCP)ppfnametag.h \ 566 $(SOPHYAINCP)mutyv.h \ 567 $(SOPHYAINCP)timestamp.h \ 568 $(SOPHYAINCP)ctimer.h \ 569 $(SOPHYAINCP)zthread.h dlftypes.h \ 570 graphexecut.h $(SOPHYAINCP)strutilxx.h \ 440 571 pistdimgapp.h $(SOPHYAINCP)pisysdep.h \ 441 572 $(SOPHYAINCP)piapplx.h \ 442 573 $(SOPHYAINCP)piapplgen.h \ 443 574 $(SOPHYAINCP)pimsghandler.h \ 575 $(SOPHYAINCP)pisysdep.h \ 444 576 $(SOPHYAINCP)picontainerx.h \ 445 577 $(SOPHYAINCP)picontainergen.h \ 446 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 578 $(SOPHYAINCP)piwdgx.h \ 579 $(SOPHYAINCP)piwdggen.h \ 447 580 $(SOPHYAINCP)picolist.h \ 448 581 $(SOPHYAINCP)pimenubarx.h \ … … 455 588 $(SOPHYAINCP)pibwdgx.h \ 456 589 $(SOPHYAINCP)pibwdggen.h \ 457 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 590 $(SOPHYAINCP)picmap.h \ 591 $(SOPHYAINCP)picmapx.h \ 458 592 $(SOPHYAINCP)picmapgen.h \ 459 593 $(SOPHYAINCP)pigraphx.h \ … … 469 603 $(SOPHYAINCP)piwindowx.h \ 470 604 $(SOPHYAINCP)piwindowgen.h \ 605 $(SOPHYAINCP)pimenux.h \ 471 606 $(SOPHYAINCP)pioptmenux.h \ 472 607 $(SOPHYAINCP)pioptmenugen.h \ 608 $(SOPHYAINCP)pistdwdgx.h \ 473 609 $(SOPHYAINCP)pifilechox.h \ 474 610 $(SOPHYAINCP)pifilechogen.h \ 611 $(SOPHYAINCP)piwindowx.h \ 475 612 $(SOPHYAINCP)piperiodx.h \ 476 613 $(SOPHYAINCP)periodic.h \ 614 $(SOPHYAINCP)picons.h \ 477 615 $(SOPHYAINCP)piimage.h \ 478 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 616 $(SOPHYAINCP)parradapter.h \ 617 $(SOPHYAINCP)lut.h \ 479 618 $(SOPHYAINCP)pieldrw.h \ 480 619 $(SOPHYAINCP)pidrawer.h \ 481 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 620 $(SOPHYAINCP)pigratt.h \ 621 $(SOPHYAINCP)piaxes.h \ 482 622 $(SOPHYAINCP)pipixmapx.h \ 483 623 $(SOPHYAINCP)pipixmapgen.h \ 484 624 $(SOPHYAINCP)picmapview.h \ 485 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 486 $(SOPHYAINCP)pigraph3d.h nobjmgr.h pisiadw.h \ 625 $(SOPHYAINCP)pi3dwdg.h \ 626 $(SOPHYAINCP)pi3ddrw.h \ 627 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 628 $(SOPHYAINCP)anydataobj.h \ 629 $(SOPHYAINCP)ppersist.h \ 630 $(SOPHYAINCP)dvlist.h pisiadw.h \ 487 631 $(SOPHYAINCP)pilistx.h \ 488 632 $(SOPHYAINCP)pilistgen.h \ 489 633 $(SOPHYAINCP)pistzwin.h \ 634 $(SOPHYAINCP)piperiodx.h \ 490 635 $(SOPHYAINCP)pitherm.h \ 491 636 $(SOPHYAINCP)resusage.h nomgadapter.h \ 637 $(SOPHYAINCP)pidrawer.h \ 638 $(SOPHYAINCP)parradapter.h \ 492 639 $(SOPHYAINCP)ntupintf.h \ 493 640 $(SOPHYAINCP)generalfit.h \ 494 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 495 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 641 $(SOPHYAINCP)tvector.h \ 642 $(SOPHYAINCP)tmatrix.h \ 643 $(SOPHYAINCP)tarray.h \ 644 $(SOPHYAINCP)basarr.h \ 496 645 $(SOPHYAINCP)ndatablock.h \ 497 646 $(SOPHYAINCP)utilarr.h \ … … 499 648 $(SOPHYAINCP)tvector_tsnl.h \ 500 649 $(SOPHYAINCP)generaldata.h \ 501 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 502 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 503 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)piyfxdrw.h \ 650 $(SOPHYAINCP)ntupintf.h \ 651 $(SOPHYAINCP)poly.h \ 652 $(SOPHYAINCP)peida.h \ 653 $(SOPHYAINCP)utils.h \ 654 $(SOPHYAINCP)perrors.h \ 655 $(SOPHYAINCP)fmath.h \ 656 $(SOPHYAINCP)piyfxdrw.h \ 504 657 $(SOPHYAINCP)pibargraph.h \ 505 658 $(SOPHYAINCP)pitxtdrw.h 506 659 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ graphexecut.cc 507 660 508 $(SOPHYAOBJP)nobjmgr.o: nobjmgr.cc $(SOPHYAINCP)sopnamsp.h \ 661 $(SOPHYAOBJP)nobjmgr.o: nobjmgr.cc \ 662 $(SOPHYAINCP)sopnamsp.h \ 509 663 $(SOPHYAINCP)strutil.h \ 510 664 $(SOPHYAINCP)datatypes.h \ 511 $(SOPHYAINCP)machdefs.h \ 512 $(SOPHYAINCP)osx_values.h nobjmgr.h \ 513 $(SOPHYAINCP)anydataobj.h \ 514 $(SOPHYAINCP)ppersist.h \ 515 $(SOPHYAINCP)pexceptions.h \ 516 $(SOPHYAINCP)gnumd5.h \ 517 $(SOPHYAINCP)ppfbinstream.h \ 518 $(SOPHYAINCP)rawstream.h \ 519 $(SOPHYAINCP)ppfnametag.h \ 520 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 521 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 522 dlftypes.h servnobjm.h $(SOPHYAINCP)pdlmgr.h \ 665 $(SOPHYAINCP)machdefs.h nobjmgr.h \ 666 $(SOPHYAINCP)machdefs.h \ 667 $(SOPHYAINCP)anydataobj.h \ 668 $(SOPHYAINCP)ppersist.h \ 669 $(SOPHYAINCP)pexceptions.h \ 670 $(SOPHYAINCP)gnumd5.h \ 671 $(SOPHYAINCP)ppfbinstream.h \ 672 $(SOPHYAINCP)rawstream.h \ 673 $(SOPHYAINCP)ppfnametag.h \ 674 $(SOPHYAINCP)ppersist.h \ 675 $(SOPHYAINCP)dvlist.h \ 676 $(SOPHYAINCP)objfio.h \ 677 $(SOPHYAINCP)anydataobj.h \ 678 $(SOPHYAINCP)mutyv.h \ 679 $(SOPHYAINCP)timestamp.h dlftypes.h \ 680 servnobjm.h $(SOPHYAINCP)pdlmgr.h \ 523 681 $(SOPHYAINCP)zthread.h nomgadapter.h \ 524 682 $(SOPHYAINCP)pidrawer.h \ 525 683 $(SOPHYAINCP)pibwdggen.h \ 526 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 527 $(SOPHYAINCP)piwdggen.h \ 528 $(SOPHYAINCP)pimsghandler.h \ 529 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 530 $(SOPHYAINCP)picmapx.h \ 531 $(SOPHYAINCP)picmapgen.h \ 532 $(SOPHYAINCP)pigraphx.h \ 533 $(SOPHYAINCP)pigraphgen.h \ 534 $(SOPHYAINCP)pifontx.h \ 535 $(SOPHYAINCP)pifontgen.h \ 536 $(SOPHYAINCP)pigrcoord.h \ 537 $(SOPHYAINCP)pilineatt.h \ 538 $(SOPHYAINCP)pigraphuc.h \ 539 $(SOPHYAINCP)pievthandler.h \ 540 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 541 $(SOPHYAINCP)piaxes.h \ 542 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 684 $(SOPHYAINCP)pisysdep.h \ 685 $(SOPHYAINCP)piwdgx.h \ 686 $(SOPHYAINCP)piwdggen.h \ 687 $(SOPHYAINCP)pimsghandler.h \ 688 $(SOPHYAINCP)picolist.h \ 689 $(SOPHYAINCP)picmap.h \ 690 $(SOPHYAINCP)picmapx.h \ 691 $(SOPHYAINCP)picmapgen.h \ 692 $(SOPHYAINCP)pigraphx.h \ 693 $(SOPHYAINCP)pigraphgen.h \ 694 $(SOPHYAINCP)pifontx.h \ 695 $(SOPHYAINCP)pifontgen.h \ 696 $(SOPHYAINCP)pigrcoord.h \ 697 $(SOPHYAINCP)pilineatt.h \ 698 $(SOPHYAINCP)pigraphuc.h \ 699 $(SOPHYAINCP)pievthandler.h \ 700 $(SOPHYAINCP)psfile.h \ 701 $(SOPHYAINCP)pigratt.h \ 702 $(SOPHYAINCP)piaxes.h \ 703 $(SOPHYAINCP)parradapter.h \ 704 $(SOPHYAINCP)lut.h \ 543 705 $(SOPHYAINCP)ntupintf.h \ 544 706 $(SOPHYAINCP)generalfit.h \ 545 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 546 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 707 $(SOPHYAINCP)tvector.h \ 708 $(SOPHYAINCP)tmatrix.h \ 709 $(SOPHYAINCP)tarray.h \ 710 $(SOPHYAINCP)basarr.h \ 711 $(SOPHYAINCP)dvlist.h \ 547 712 $(SOPHYAINCP)ndatablock.h \ 548 713 $(SOPHYAINCP)utilarr.h \ … … 550 715 $(SOPHYAINCP)tvector_tsnl.h \ 551 716 $(SOPHYAINCP)generaldata.h \ 552 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 553 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 717 $(SOPHYAINCP)ntupintf.h \ 718 $(SOPHYAINCP)poly.h \ 719 $(SOPHYAINCP)peida.h \ 720 $(SOPHYAINCP)utils.h \ 721 $(SOPHYAINCP)perrors.h \ 554 722 $(SOPHYAINCP)fmath.h pistdimgapp.h \ 723 $(SOPHYAINCP)pisysdep.h \ 555 724 $(SOPHYAINCP)piapplx.h \ 556 725 $(SOPHYAINCP)piapplgen.h \ … … 568 737 $(SOPHYAINCP)piwindowx.h \ 569 738 $(SOPHYAINCP)piwindowgen.h \ 739 $(SOPHYAINCP)pimenux.h \ 570 740 $(SOPHYAINCP)pioptmenux.h \ 571 741 $(SOPHYAINCP)pioptmenugen.h \ 742 $(SOPHYAINCP)pistdwdgx.h \ 572 743 $(SOPHYAINCP)pifilechox.h \ 573 744 $(SOPHYAINCP)pifilechogen.h \ 745 $(SOPHYAINCP)piwindowx.h \ 574 746 $(SOPHYAINCP)piperiodx.h \ 575 747 $(SOPHYAINCP)periodic.h \ 576 $(SOPHYAINCP)piimage.h $(SOPHYAINCP)pieldrw.h \ 748 $(SOPHYAINCP)picons.h \ 749 $(SOPHYAINCP)piimage.h \ 750 $(SOPHYAINCP)parradapter.h \ 751 $(SOPHYAINCP)pieldrw.h \ 752 $(SOPHYAINCP)pidrawer.h \ 577 753 $(SOPHYAINCP)pipixmapx.h \ 578 754 $(SOPHYAINCP)pipixmapgen.h \ 579 755 $(SOPHYAINCP)picmapview.h \ 580 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 756 $(SOPHYAINCP)pi3dwdg.h \ 757 $(SOPHYAINCP)pi3ddrw.h \ 581 758 $(SOPHYAINCP)pigraph3d.h piacmd.h \ 582 759 $(SOPHYAINCP)commander.h \ 760 $(SOPHYAINCP)pdlmgr.h \ 583 761 $(SOPHYAINCP)ctimer.h pisiadw.h \ 584 762 $(SOPHYAINCP)pilistx.h \ 585 763 $(SOPHYAINCP)pilistgen.h \ 586 764 $(SOPHYAINCP)pistzwin.h \ 765 $(SOPHYAINCP)piperiodx.h \ 587 766 $(SOPHYAINCP)pitherm.h \ 588 $(SOPHYAINCP)resusage.h pitvmaad.h \ 767 $(SOPHYAINCP)resusage.h \ 768 $(SOPHYAINCP)tvector.h pitvmaad.h \ 769 $(SOPHYAINCP)tmatrix.h \ 589 770 $(SOPHYAINCP)piyfxdrw.h \ 590 771 $(SOPHYAINCP)pisurfdr.h pipodrw.h \ 591 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)histos.h \ 592 pintuple.h pintup3d.h pigfd1.h pigfd2.h 772 $(SOPHYAINCP)histos2.h \ 773 $(SOPHYAINCP)histos.h pintuple.h \ 774 pintup3d.h $(SOPHYAINCP)pi3ddrw.h pigfd1.h \ 775 $(SOPHYAINCP)generaldata.h pigfd2.h 593 776 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nobjmgr.cc 594 777 595 $(SOPHYAOBJP)nomgadapter.o: nomgadapter.cc $(SOPHYAINCP)sopnamsp.h \ 596 $(SOPHYAINCP)machdefs.h \ 597 $(SOPHYAINCP)osx_values.h nomgadapter.h \ 598 $(SOPHYAINCP)ppersist.h \ 599 $(SOPHYAINCP)pexceptions.h \ 600 $(SOPHYAINCP)gnumd5.h \ 601 $(SOPHYAINCP)ppfbinstream.h \ 602 $(SOPHYAINCP)rawstream.h \ 603 $(SOPHYAINCP)ppfnametag.h \ 604 $(SOPHYAINCP)anydataobj.h \ 605 $(SOPHYAINCP)pidrawer.h \ 606 $(SOPHYAINCP)pibwdggen.h \ 607 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 608 $(SOPHYAINCP)piwdggen.h \ 609 $(SOPHYAINCP)pimsghandler.h \ 610 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 611 $(SOPHYAINCP)picmapx.h \ 612 $(SOPHYAINCP)picmapgen.h \ 613 $(SOPHYAINCP)pigraphx.h \ 614 $(SOPHYAINCP)pigraphgen.h \ 615 $(SOPHYAINCP)pifontx.h \ 616 $(SOPHYAINCP)pifontgen.h \ 617 $(SOPHYAINCP)pigrcoord.h \ 618 $(SOPHYAINCP)pilineatt.h \ 619 $(SOPHYAINCP)pigraphuc.h \ 620 $(SOPHYAINCP)pievthandler.h \ 621 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 622 $(SOPHYAINCP)piaxes.h \ 623 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 778 $(SOPHYAOBJP)nomgadapter.o: nomgadapter.cc \ 779 $(SOPHYAINCP)sopnamsp.h \ 780 $(SOPHYAINCP)machdefs.h nomgadapter.h \ 781 $(SOPHYAINCP)ppersist.h \ 782 $(SOPHYAINCP)machdefs.h \ 783 $(SOPHYAINCP)pexceptions.h \ 784 $(SOPHYAINCP)gnumd5.h \ 785 $(SOPHYAINCP)ppfbinstream.h \ 786 $(SOPHYAINCP)rawstream.h \ 787 $(SOPHYAINCP)ppfnametag.h \ 788 $(SOPHYAINCP)ppersist.h \ 789 $(SOPHYAINCP)anydataobj.h \ 790 $(SOPHYAINCP)pidrawer.h \ 791 $(SOPHYAINCP)pibwdggen.h \ 792 $(SOPHYAINCP)pisysdep.h \ 793 $(SOPHYAINCP)piwdgx.h \ 794 $(SOPHYAINCP)piwdggen.h \ 795 $(SOPHYAINCP)pimsghandler.h \ 796 $(SOPHYAINCP)picolist.h \ 797 $(SOPHYAINCP)picmap.h \ 798 $(SOPHYAINCP)picmapx.h \ 799 $(SOPHYAINCP)picmapgen.h \ 800 $(SOPHYAINCP)pigraphx.h \ 801 $(SOPHYAINCP)pigraphgen.h \ 802 $(SOPHYAINCP)pifontx.h \ 803 $(SOPHYAINCP)pifontgen.h \ 804 $(SOPHYAINCP)pigrcoord.h \ 805 $(SOPHYAINCP)pilineatt.h \ 806 $(SOPHYAINCP)pigraphuc.h \ 807 $(SOPHYAINCP)pievthandler.h \ 808 $(SOPHYAINCP)psfile.h \ 809 $(SOPHYAINCP)pigratt.h \ 810 $(SOPHYAINCP)piaxes.h \ 811 $(SOPHYAINCP)parradapter.h \ 812 $(SOPHYAINCP)lut.h \ 624 813 $(SOPHYAINCP)ntupintf.h \ 625 814 $(SOPHYAINCP)generalfit.h \ 626 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 627 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 628 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 629 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)dvlist.h \ 815 $(SOPHYAINCP)tvector.h \ 816 $(SOPHYAINCP)tmatrix.h \ 817 $(SOPHYAINCP)tarray.h \ 818 $(SOPHYAINCP)basarr.h \ 819 $(SOPHYAINCP)anydataobj.h \ 820 $(SOPHYAINCP)mutyv.h \ 821 $(SOPHYAINCP)timestamp.h \ 822 $(SOPHYAINCP)objfio.h \ 823 $(SOPHYAINCP)dvlist.h \ 630 824 $(SOPHYAINCP)ndatablock.h \ 631 825 $(SOPHYAINCP)utilarr.h \ … … 633 827 $(SOPHYAINCP)tvector_tsnl.h \ 634 828 $(SOPHYAINCP)generaldata.h \ 635 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 636 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 829 $(SOPHYAINCP)ntupintf.h \ 830 $(SOPHYAINCP)poly.h \ 831 $(SOPHYAINCP)peida.h \ 832 $(SOPHYAINCP)utils.h \ 833 $(SOPHYAINCP)perrors.h \ 637 834 $(SOPHYAINCP)fmath.h 638 835 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomgadapter.cc 639 836 640 $(SOPHYAOBJP)nomgfdadapter.o: nomgfdadapter.cc $(SOPHYAINCP)sopnamsp.h \ 641 $(SOPHYAINCP)machdefs.h \ 642 $(SOPHYAINCP)osx_values.h nomgfdadapter.h nomgadapter.h \ 643 $(SOPHYAINCP)ppersist.h \ 644 $(SOPHYAINCP)pexceptions.h \ 645 $(SOPHYAINCP)gnumd5.h \ 646 $(SOPHYAINCP)ppfbinstream.h \ 647 $(SOPHYAINCP)rawstream.h \ 648 $(SOPHYAINCP)ppfnametag.h \ 649 $(SOPHYAINCP)anydataobj.h \ 650 $(SOPHYAINCP)pidrawer.h \ 651 $(SOPHYAINCP)pibwdggen.h \ 652 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 653 $(SOPHYAINCP)piwdggen.h \ 654 $(SOPHYAINCP)pimsghandler.h \ 655 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 656 $(SOPHYAINCP)picmapx.h \ 657 $(SOPHYAINCP)picmapgen.h \ 658 $(SOPHYAINCP)pigraphx.h \ 659 $(SOPHYAINCP)pigraphgen.h \ 660 $(SOPHYAINCP)pifontx.h \ 661 $(SOPHYAINCP)pifontgen.h \ 662 $(SOPHYAINCP)pigrcoord.h \ 663 $(SOPHYAINCP)pilineatt.h \ 664 $(SOPHYAINCP)pigraphuc.h \ 665 $(SOPHYAINCP)pievthandler.h \ 666 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 667 $(SOPHYAINCP)piaxes.h \ 668 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 837 $(SOPHYAOBJP)nomgfdadapter.o: nomgfdadapter.cc \ 838 $(SOPHYAINCP)sopnamsp.h \ 839 $(SOPHYAINCP)machdefs.h nomgfdadapter.h \ 840 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 841 $(SOPHYAINCP)machdefs.h \ 842 $(SOPHYAINCP)pexceptions.h \ 843 $(SOPHYAINCP)gnumd5.h \ 844 $(SOPHYAINCP)ppfbinstream.h \ 845 $(SOPHYAINCP)rawstream.h \ 846 $(SOPHYAINCP)ppfnametag.h \ 847 $(SOPHYAINCP)ppersist.h \ 848 $(SOPHYAINCP)anydataobj.h \ 849 $(SOPHYAINCP)pidrawer.h \ 850 $(SOPHYAINCP)pibwdggen.h \ 851 $(SOPHYAINCP)pisysdep.h \ 852 $(SOPHYAINCP)piwdgx.h \ 853 $(SOPHYAINCP)piwdggen.h \ 854 $(SOPHYAINCP)pimsghandler.h \ 855 $(SOPHYAINCP)picolist.h \ 856 $(SOPHYAINCP)picmap.h \ 857 $(SOPHYAINCP)picmapx.h \ 858 $(SOPHYAINCP)picmapgen.h \ 859 $(SOPHYAINCP)pigraphx.h \ 860 $(SOPHYAINCP)pigraphgen.h \ 861 $(SOPHYAINCP)pifontx.h \ 862 $(SOPHYAINCP)pifontgen.h \ 863 $(SOPHYAINCP)pigrcoord.h \ 864 $(SOPHYAINCP)pilineatt.h \ 865 $(SOPHYAINCP)pigraphuc.h \ 866 $(SOPHYAINCP)pievthandler.h \ 867 $(SOPHYAINCP)psfile.h \ 868 $(SOPHYAINCP)pigratt.h \ 869 $(SOPHYAINCP)piaxes.h \ 870 $(SOPHYAINCP)parradapter.h \ 871 $(SOPHYAINCP)lut.h \ 669 872 $(SOPHYAINCP)ntupintf.h \ 670 873 $(SOPHYAINCP)generalfit.h \ 671 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 672 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 673 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 674 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)dvlist.h \ 874 $(SOPHYAINCP)tvector.h \ 875 $(SOPHYAINCP)tmatrix.h \ 876 $(SOPHYAINCP)tarray.h \ 877 $(SOPHYAINCP)basarr.h \ 878 $(SOPHYAINCP)anydataobj.h \ 879 $(SOPHYAINCP)mutyv.h \ 880 $(SOPHYAINCP)timestamp.h \ 881 $(SOPHYAINCP)objfio.h \ 882 $(SOPHYAINCP)dvlist.h \ 675 883 $(SOPHYAINCP)ndatablock.h \ 676 884 $(SOPHYAINCP)utilarr.h \ … … 678 886 $(SOPHYAINCP)tvector_tsnl.h \ 679 887 $(SOPHYAINCP)generaldata.h \ 680 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 681 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 888 $(SOPHYAINCP)ntupintf.h \ 889 $(SOPHYAINCP)poly.h \ 890 $(SOPHYAINCP)peida.h \ 891 $(SOPHYAINCP)utils.h \ 892 $(SOPHYAINCP)perrors.h \ 682 893 $(SOPHYAINCP)fmath.h pipodrw.h \ 683 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)histos.h \ 894 $(SOPHYAINCP)histos2.h \ 895 $(SOPHYAINCP)histos.h \ 684 896 $(SOPHYAINCP)objfitter.h \ 685 $(SOPHYAINCP)cimage.h $(SOPHYAINCP)fioarr.h \ 686 $(SOPHYAINCP)hisprof.h 897 $(SOPHYAINCP)cimage.h \ 898 $(SOPHYAINCP)fioarr.h \ 899 $(SOPHYAINCP)histos2.h \ 900 $(SOPHYAINCP)hisprof.h \ 901 $(SOPHYAINCP)generalfit.h 687 902 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomgfdadapter.cc 688 903 689 $(SOPHYAOBJP)nomhistadapter.o: nomhistadapter.cc $(SOPHYAINCP)sopnamsp.h \ 690 $(SOPHYAINCP)machdefs.h \ 691 $(SOPHYAINCP)osx_values.h nomhistadapter.h nomgadapter.h \ 692 $(SOPHYAINCP)ppersist.h \ 693 $(SOPHYAINCP)pexceptions.h \ 694 $(SOPHYAINCP)gnumd5.h \ 695 $(SOPHYAINCP)ppfbinstream.h \ 696 $(SOPHYAINCP)rawstream.h \ 697 $(SOPHYAINCP)ppfnametag.h \ 698 $(SOPHYAINCP)anydataobj.h \ 699 $(SOPHYAINCP)pidrawer.h \ 700 $(SOPHYAINCP)pibwdggen.h \ 701 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 702 $(SOPHYAINCP)piwdggen.h \ 703 $(SOPHYAINCP)pimsghandler.h \ 704 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 705 $(SOPHYAINCP)picmapx.h \ 706 $(SOPHYAINCP)picmapgen.h \ 707 $(SOPHYAINCP)pigraphx.h \ 708 $(SOPHYAINCP)pigraphgen.h \ 709 $(SOPHYAINCP)pifontx.h \ 710 $(SOPHYAINCP)pifontgen.h \ 711 $(SOPHYAINCP)pigrcoord.h \ 712 $(SOPHYAINCP)pilineatt.h \ 713 $(SOPHYAINCP)pigraphuc.h \ 714 $(SOPHYAINCP)pievthandler.h \ 715 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 716 $(SOPHYAINCP)piaxes.h \ 717 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 904 $(SOPHYAOBJP)nomhistadapter.o: nomhistadapter.cc \ 905 $(SOPHYAINCP)sopnamsp.h \ 906 $(SOPHYAINCP)machdefs.h nomhistadapter.h \ 907 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 908 $(SOPHYAINCP)machdefs.h \ 909 $(SOPHYAINCP)pexceptions.h \ 910 $(SOPHYAINCP)gnumd5.h \ 911 $(SOPHYAINCP)ppfbinstream.h \ 912 $(SOPHYAINCP)rawstream.h \ 913 $(SOPHYAINCP)ppfnametag.h \ 914 $(SOPHYAINCP)ppersist.h \ 915 $(SOPHYAINCP)anydataobj.h \ 916 $(SOPHYAINCP)pidrawer.h \ 917 $(SOPHYAINCP)pibwdggen.h \ 918 $(SOPHYAINCP)pisysdep.h \ 919 $(SOPHYAINCP)piwdgx.h \ 920 $(SOPHYAINCP)piwdggen.h \ 921 $(SOPHYAINCP)pimsghandler.h \ 922 $(SOPHYAINCP)picolist.h \ 923 $(SOPHYAINCP)picmap.h \ 924 $(SOPHYAINCP)picmapx.h \ 925 $(SOPHYAINCP)picmapgen.h \ 926 $(SOPHYAINCP)pigraphx.h \ 927 $(SOPHYAINCP)pigraphgen.h \ 928 $(SOPHYAINCP)pifontx.h \ 929 $(SOPHYAINCP)pifontgen.h \ 930 $(SOPHYAINCP)pigrcoord.h \ 931 $(SOPHYAINCP)pilineatt.h \ 932 $(SOPHYAINCP)pigraphuc.h \ 933 $(SOPHYAINCP)pievthandler.h \ 934 $(SOPHYAINCP)psfile.h \ 935 $(SOPHYAINCP)pigratt.h \ 936 $(SOPHYAINCP)piaxes.h \ 937 $(SOPHYAINCP)parradapter.h \ 938 $(SOPHYAINCP)lut.h \ 718 939 $(SOPHYAINCP)ntupintf.h \ 719 940 $(SOPHYAINCP)generalfit.h \ 720 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 721 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 722 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 723 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)dvlist.h \ 941 $(SOPHYAINCP)tvector.h \ 942 $(SOPHYAINCP)tmatrix.h \ 943 $(SOPHYAINCP)tarray.h \ 944 $(SOPHYAINCP)basarr.h \ 945 $(SOPHYAINCP)anydataobj.h \ 946 $(SOPHYAINCP)mutyv.h \ 947 $(SOPHYAINCP)timestamp.h \ 948 $(SOPHYAINCP)objfio.h \ 949 $(SOPHYAINCP)dvlist.h \ 724 950 $(SOPHYAINCP)ndatablock.h \ 725 951 $(SOPHYAINCP)utilarr.h \ … … 727 953 $(SOPHYAINCP)tvector_tsnl.h \ 728 954 $(SOPHYAINCP)generaldata.h \ 729 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 730 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 731 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)histos.h \ 732 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)hisprof.h \ 733 $(SOPHYAINCP)histerr.h $(SOPHYAINCP)ntuple.h \ 955 $(SOPHYAINCP)ntupintf.h \ 956 $(SOPHYAINCP)poly.h \ 957 $(SOPHYAINCP)peida.h \ 958 $(SOPHYAINCP)utils.h \ 959 $(SOPHYAINCP)perrors.h \ 960 $(SOPHYAINCP)fmath.h \ 961 $(SOPHYAINCP)histos.h \ 962 $(SOPHYAINCP)histos2.h \ 963 $(SOPHYAINCP)histos.h \ 964 $(SOPHYAINCP)hisprof.h \ 965 $(SOPHYAINCP)histerr.h \ 966 $(SOPHYAINCP)ntuple.h \ 734 967 $(SOPHYAINCP)xntuple.h \ 735 968 $(SOPHYAINCP)basedtable.h \ 736 $(SOPHYAINCP)segdatablock.h pihisto.h pihisto2d.h \ 969 $(SOPHYAINCP)segdatablock.h pihisto.h \ 970 pihisto2d.h $(SOPHYAINCP)pisysdep.h \ 737 971 $(SOPHYAINCP)pimenux.h \ 738 972 $(SOPHYAINCP)pimenugen.h \ 739 973 $(SOPHYAINCP)pimenubarx.h \ 740 974 $(SOPHYAINCP)pimenubargen.h \ 975 $(SOPHYAINCP)pimenux.h \ 741 976 $(SOPHYAINCP)pioptmenux.h \ 742 977 $(SOPHYAINCP)pioptmenugen.h \ … … 750 985 $(SOPHYAINCP)picontainerx.h \ 751 986 $(SOPHYAINCP)picontainergen.h \ 752 $(SOPHYAINCP)pieldrw.h pipodrw.h servnobjm.h nobjmgr.h \ 753 dlftypes.h $(SOPHYAINCP)pdlmgr.h \ 987 $(SOPHYAINCP)pidrawer.h \ 988 $(SOPHYAINCP)pieldrw.h pipodrw.h \ 989 servnobjm.h nobjmgr.h \ 990 $(SOPHYAINCP)dvlist.h dlftypes.h \ 991 $(SOPHYAINCP)pdlmgr.h \ 754 992 $(SOPHYAINCP)zthread.h \ 755 993 $(SOPHYAINCP)objfitter.h \ 756 $(SOPHYAINCP)cimage.h $(SOPHYAINCP)fioarr.h \ 994 $(SOPHYAINCP)cimage.h \ 995 $(SOPHYAINCP)fioarr.h \ 996 $(SOPHYAINCP)histos2.h \ 997 $(SOPHYAINCP)hisprof.h \ 998 $(SOPHYAINCP)generalfit.h \ 757 999 $(SOPHYAINCP)datatable.h \ 1000 $(SOPHYAINCP)basedtable.h \ 758 1001 $(SOPHYAINCP)swppfdtable.h \ 759 1002 $(SOPHYAINCP)swsegdb.h \ … … 762 1005 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomhistadapter.cc 763 1006 764 $(SOPHYAOBJP)nomimagadapter.o: nomimagadapter.cc $(SOPHYAINCP)sopnamsp.h \ 765 $(SOPHYAINCP)machdefs.h \ 766 $(SOPHYAINCP)osx_values.h \ 767 $(SOPHYAINCP)datatype.h nomimagadapter.h nomgadapter.h \ 768 $(SOPHYAINCP)ppersist.h \ 769 $(SOPHYAINCP)pexceptions.h \ 770 $(SOPHYAINCP)gnumd5.h \ 771 $(SOPHYAINCP)ppfbinstream.h \ 772 $(SOPHYAINCP)rawstream.h \ 773 $(SOPHYAINCP)ppfnametag.h \ 774 $(SOPHYAINCP)anydataobj.h \ 775 $(SOPHYAINCP)pidrawer.h \ 776 $(SOPHYAINCP)pibwdggen.h \ 777 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 778 $(SOPHYAINCP)piwdggen.h \ 779 $(SOPHYAINCP)pimsghandler.h \ 780 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 781 $(SOPHYAINCP)picmapx.h \ 782 $(SOPHYAINCP)picmapgen.h \ 783 $(SOPHYAINCP)pigraphx.h \ 784 $(SOPHYAINCP)pigraphgen.h \ 785 $(SOPHYAINCP)pifontx.h \ 786 $(SOPHYAINCP)pifontgen.h \ 787 $(SOPHYAINCP)pigrcoord.h \ 788 $(SOPHYAINCP)pilineatt.h \ 789 $(SOPHYAINCP)pigraphuc.h \ 790 $(SOPHYAINCP)pievthandler.h \ 791 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 792 $(SOPHYAINCP)piaxes.h \ 793 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1007 $(SOPHYAOBJP)nomimagadapter.o: nomimagadapter.cc \ 1008 $(SOPHYAINCP)sopnamsp.h \ 1009 $(SOPHYAINCP)machdefs.h \ 1010 $(SOPHYAINCP)datatype.h \ 1011 $(SOPHYAINCP)machdefs.h nomimagadapter.h \ 1012 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 1013 $(SOPHYAINCP)pexceptions.h \ 1014 $(SOPHYAINCP)gnumd5.h \ 1015 $(SOPHYAINCP)ppfbinstream.h \ 1016 $(SOPHYAINCP)rawstream.h \ 1017 $(SOPHYAINCP)ppfnametag.h \ 1018 $(SOPHYAINCP)ppersist.h \ 1019 $(SOPHYAINCP)anydataobj.h \ 1020 $(SOPHYAINCP)pidrawer.h \ 1021 $(SOPHYAINCP)pibwdggen.h \ 1022 $(SOPHYAINCP)pisysdep.h \ 1023 $(SOPHYAINCP)piwdgx.h \ 1024 $(SOPHYAINCP)piwdggen.h \ 1025 $(SOPHYAINCP)pimsghandler.h \ 1026 $(SOPHYAINCP)picolist.h \ 1027 $(SOPHYAINCP)picmap.h \ 1028 $(SOPHYAINCP)picmapx.h \ 1029 $(SOPHYAINCP)picmapgen.h \ 1030 $(SOPHYAINCP)pigraphx.h \ 1031 $(SOPHYAINCP)pigraphgen.h \ 1032 $(SOPHYAINCP)pifontx.h \ 1033 $(SOPHYAINCP)pifontgen.h \ 1034 $(SOPHYAINCP)pigrcoord.h \ 1035 $(SOPHYAINCP)pilineatt.h \ 1036 $(SOPHYAINCP)pigraphuc.h \ 1037 $(SOPHYAINCP)pievthandler.h \ 1038 $(SOPHYAINCP)psfile.h \ 1039 $(SOPHYAINCP)pigratt.h \ 1040 $(SOPHYAINCP)piaxes.h \ 1041 $(SOPHYAINCP)parradapter.h \ 1042 $(SOPHYAINCP)lut.h \ 794 1043 $(SOPHYAINCP)ntupintf.h \ 795 1044 $(SOPHYAINCP)generalfit.h \ 796 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 797 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 798 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 799 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)dvlist.h \ 1045 $(SOPHYAINCP)tvector.h \ 1046 $(SOPHYAINCP)tmatrix.h \ 1047 $(SOPHYAINCP)tarray.h \ 1048 $(SOPHYAINCP)basarr.h \ 1049 $(SOPHYAINCP)anydataobj.h \ 1050 $(SOPHYAINCP)mutyv.h \ 1051 $(SOPHYAINCP)timestamp.h \ 1052 $(SOPHYAINCP)objfio.h \ 1053 $(SOPHYAINCP)dvlist.h \ 800 1054 $(SOPHYAINCP)ndatablock.h \ 801 1055 $(SOPHYAINCP)utilarr.h \ … … 803 1057 $(SOPHYAINCP)tvector_tsnl.h \ 804 1058 $(SOPHYAINCP)generaldata.h \ 805 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 806 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 807 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)cimage.h \ 1059 $(SOPHYAINCP)ntupintf.h \ 1060 $(SOPHYAINCP)poly.h \ 1061 $(SOPHYAINCP)peida.h \ 1062 $(SOPHYAINCP)utils.h \ 1063 $(SOPHYAINCP)perrors.h \ 1064 $(SOPHYAINCP)fmath.h \ 1065 $(SOPHYAINCP)cimage.h \ 808 1066 $(SOPHYAINCP)fioarr.h pimgadapter.h \ 809 1067 $(SOPHYAINCP)objfitter.h \ 810 $(SOPHYAINCP)histos.h $(SOPHYAINCP)histos2.h \ 811 $(SOPHYAINCP)hisprof.h 1068 $(SOPHYAINCP)cimage.h \ 1069 $(SOPHYAINCP)histos.h \ 1070 $(SOPHYAINCP)histos2.h \ 1071 $(SOPHYAINCP)hisprof.h \ 1072 $(SOPHYAINCP)generalfit.h 812 1073 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomimagadapter.cc 813 1074 … … 815 1076 $(SOPHYAINCP)sopnamsp.h \ 816 1077 $(SOPHYAINCP)machdefs.h \ 817 $(SOPHYAINCP)osx_values.h \ 818 $(SOPHYAINCP)datatype.h nomskymapadapter.h nomgadapter.h \ 819 $(SOPHYAINCP)ppersist.h \ 820 $(SOPHYAINCP)pexceptions.h \ 821 $(SOPHYAINCP)gnumd5.h \ 822 $(SOPHYAINCP)ppfbinstream.h \ 823 $(SOPHYAINCP)rawstream.h \ 824 $(SOPHYAINCP)ppfnametag.h \ 825 $(SOPHYAINCP)anydataobj.h \ 826 $(SOPHYAINCP)pidrawer.h \ 827 $(SOPHYAINCP)pibwdggen.h \ 828 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 829 $(SOPHYAINCP)piwdggen.h \ 830 $(SOPHYAINCP)pimsghandler.h \ 831 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 832 $(SOPHYAINCP)picmapx.h \ 833 $(SOPHYAINCP)picmapgen.h \ 834 $(SOPHYAINCP)pigraphx.h \ 835 $(SOPHYAINCP)pigraphgen.h \ 836 $(SOPHYAINCP)pifontx.h \ 837 $(SOPHYAINCP)pifontgen.h \ 838 $(SOPHYAINCP)pigrcoord.h \ 839 $(SOPHYAINCP)pilineatt.h \ 840 $(SOPHYAINCP)pigraphuc.h \ 841 $(SOPHYAINCP)pievthandler.h \ 842 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 843 $(SOPHYAINCP)piaxes.h \ 844 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1078 $(SOPHYAINCP)datatype.h \ 1079 $(SOPHYAINCP)machdefs.h nomskymapadapter.h \ 1080 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 1081 $(SOPHYAINCP)pexceptions.h \ 1082 $(SOPHYAINCP)gnumd5.h \ 1083 $(SOPHYAINCP)ppfbinstream.h \ 1084 $(SOPHYAINCP)rawstream.h \ 1085 $(SOPHYAINCP)ppfnametag.h \ 1086 $(SOPHYAINCP)ppersist.h \ 1087 $(SOPHYAINCP)anydataobj.h \ 1088 $(SOPHYAINCP)pidrawer.h \ 1089 $(SOPHYAINCP)pibwdggen.h \ 1090 $(SOPHYAINCP)pisysdep.h \ 1091 $(SOPHYAINCP)piwdgx.h \ 1092 $(SOPHYAINCP)piwdggen.h \ 1093 $(SOPHYAINCP)pimsghandler.h \ 1094 $(SOPHYAINCP)picolist.h \ 1095 $(SOPHYAINCP)picmap.h \ 1096 $(SOPHYAINCP)picmapx.h \ 1097 $(SOPHYAINCP)picmapgen.h \ 1098 $(SOPHYAINCP)pigraphx.h \ 1099 $(SOPHYAINCP)pigraphgen.h \ 1100 $(SOPHYAINCP)pifontx.h \ 1101 $(SOPHYAINCP)pifontgen.h \ 1102 $(SOPHYAINCP)pigrcoord.h \ 1103 $(SOPHYAINCP)pilineatt.h \ 1104 $(SOPHYAINCP)pigraphuc.h \ 1105 $(SOPHYAINCP)pievthandler.h \ 1106 $(SOPHYAINCP)psfile.h \ 1107 $(SOPHYAINCP)pigratt.h \ 1108 $(SOPHYAINCP)piaxes.h \ 1109 $(SOPHYAINCP)parradapter.h \ 1110 $(SOPHYAINCP)lut.h \ 845 1111 $(SOPHYAINCP)ntupintf.h \ 846 1112 $(SOPHYAINCP)generalfit.h \ 847 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 848 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 849 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 850 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)dvlist.h \ 1113 $(SOPHYAINCP)tvector.h \ 1114 $(SOPHYAINCP)tmatrix.h \ 1115 $(SOPHYAINCP)tarray.h \ 1116 $(SOPHYAINCP)basarr.h \ 1117 $(SOPHYAINCP)anydataobj.h \ 1118 $(SOPHYAINCP)mutyv.h \ 1119 $(SOPHYAINCP)timestamp.h \ 1120 $(SOPHYAINCP)objfio.h \ 1121 $(SOPHYAINCP)dvlist.h \ 851 1122 $(SOPHYAINCP)ndatablock.h \ 852 1123 $(SOPHYAINCP)utilarr.h \ … … 854 1125 $(SOPHYAINCP)tvector_tsnl.h \ 855 1126 $(SOPHYAINCP)generaldata.h \ 856 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 857 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 858 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)pixelmap.h \ 1127 $(SOPHYAINCP)ntupintf.h \ 1128 $(SOPHYAINCP)poly.h \ 1129 $(SOPHYAINCP)peida.h \ 1130 $(SOPHYAINCP)utils.h \ 1131 $(SOPHYAINCP)perrors.h \ 1132 $(SOPHYAINCP)fmath.h \ 1133 $(SOPHYAINCP)tmatrix.h \ 1134 $(SOPHYAINCP)pixelmap.h \ 859 1135 $(SOPHYAINCP)spherepos.h \ 860 1136 $(SOPHYAINCP)unitvector.h \ 861 1137 $(SOPHYAINCP)vector3d.h \ 862 1138 $(SOPHYAINCP)longlat.h \ 863 $(SOPHYAINCP)utilgeom.h $(SOPHYAINCP)skymap.h \ 1139 $(SOPHYAINCP)utilgeom.h \ 1140 $(SOPHYAINCP)datatype.h \ 1141 $(SOPHYAINCP)skymap.h \ 864 1142 $(SOPHYAINCP)spherethetaphi.h \ 865 1143 $(SOPHYAINCP)sphericalmap.h \ 866 1144 $(SOPHYAINCP)smathconst.h \ 1145 $(SOPHYAINCP)pixelmap.h \ 867 1146 $(SOPHYAINCP)spherehealpix.h \ 868 1147 $(SOPHYAINCP)HEALPixUtils.h \ … … 873 1152 $(SOPHYAINCP)fiolocalmap.h \ 874 1153 $(SOPHYAINCP)fiosphereecp.h pitvmaad.h \ 1154 $(SOPHYAINCP)tvector.h \ 875 1155 $(SOPHYAINCP)complexios.h 876 1156 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomskymapadapter.cc … … 879 1159 $(SOPHYAINCP)sopnamsp.h \ 880 1160 $(SOPHYAINCP)machdefs.h \ 881 $(SOPHYAINCP)osx_values.h nomspecrespadapter.h \ 882 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 883 $(SOPHYAINCP)pexceptions.h \ 884 $(SOPHYAINCP)gnumd5.h \ 885 $(SOPHYAINCP)ppfbinstream.h \ 886 $(SOPHYAINCP)rawstream.h \ 887 $(SOPHYAINCP)ppfnametag.h \ 888 $(SOPHYAINCP)anydataobj.h \ 889 $(SOPHYAINCP)pidrawer.h \ 890 $(SOPHYAINCP)pibwdggen.h \ 891 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 892 $(SOPHYAINCP)piwdggen.h \ 893 $(SOPHYAINCP)pimsghandler.h \ 894 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 895 $(SOPHYAINCP)picmapx.h \ 896 $(SOPHYAINCP)picmapgen.h \ 897 $(SOPHYAINCP)pigraphx.h \ 898 $(SOPHYAINCP)pigraphgen.h \ 899 $(SOPHYAINCP)pifontx.h \ 900 $(SOPHYAINCP)pifontgen.h \ 901 $(SOPHYAINCP)pigrcoord.h \ 902 $(SOPHYAINCP)pilineatt.h \ 903 $(SOPHYAINCP)pigraphuc.h \ 904 $(SOPHYAINCP)pievthandler.h \ 905 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 906 $(SOPHYAINCP)piaxes.h \ 907 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1161 nomspecrespadapter.h nomgadapter.h \ 1162 $(SOPHYAINCP)ppersist.h \ 1163 $(SOPHYAINCP)machdefs.h \ 1164 $(SOPHYAINCP)pexceptions.h \ 1165 $(SOPHYAINCP)gnumd5.h \ 1166 $(SOPHYAINCP)ppfbinstream.h \ 1167 $(SOPHYAINCP)rawstream.h \ 1168 $(SOPHYAINCP)ppfnametag.h \ 1169 $(SOPHYAINCP)ppersist.h \ 1170 $(SOPHYAINCP)anydataobj.h \ 1171 $(SOPHYAINCP)pidrawer.h \ 1172 $(SOPHYAINCP)pibwdggen.h \ 1173 $(SOPHYAINCP)pisysdep.h \ 1174 $(SOPHYAINCP)piwdgx.h \ 1175 $(SOPHYAINCP)piwdggen.h \ 1176 $(SOPHYAINCP)pimsghandler.h \ 1177 $(SOPHYAINCP)picolist.h \ 1178 $(SOPHYAINCP)picmap.h \ 1179 $(SOPHYAINCP)picmapx.h \ 1180 $(SOPHYAINCP)picmapgen.h \ 1181 $(SOPHYAINCP)pigraphx.h \ 1182 $(SOPHYAINCP)pigraphgen.h \ 1183 $(SOPHYAINCP)pifontx.h \ 1184 $(SOPHYAINCP)pifontgen.h \ 1185 $(SOPHYAINCP)pigrcoord.h \ 1186 $(SOPHYAINCP)pilineatt.h \ 1187 $(SOPHYAINCP)pigraphuc.h \ 1188 $(SOPHYAINCP)pievthandler.h \ 1189 $(SOPHYAINCP)psfile.h \ 1190 $(SOPHYAINCP)pigratt.h \ 1191 $(SOPHYAINCP)piaxes.h \ 1192 $(SOPHYAINCP)parradapter.h \ 1193 $(SOPHYAINCP)lut.h \ 908 1194 $(SOPHYAINCP)ntupintf.h \ 909 1195 $(SOPHYAINCP)generalfit.h \ 910 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 911 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 912 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 913 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)dvlist.h \ 1196 $(SOPHYAINCP)tvector.h \ 1197 $(SOPHYAINCP)tmatrix.h \ 1198 $(SOPHYAINCP)tarray.h \ 1199 $(SOPHYAINCP)basarr.h \ 1200 $(SOPHYAINCP)anydataobj.h \ 1201 $(SOPHYAINCP)mutyv.h \ 1202 $(SOPHYAINCP)timestamp.h \ 1203 $(SOPHYAINCP)objfio.h \ 1204 $(SOPHYAINCP)dvlist.h \ 914 1205 $(SOPHYAINCP)ndatablock.h \ 915 1206 $(SOPHYAINCP)utilarr.h \ … … 917 1208 $(SOPHYAINCP)tvector_tsnl.h \ 918 1209 $(SOPHYAINCP)generaldata.h \ 919 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 920 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 921 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)specresp.h \ 1210 $(SOPHYAINCP)ntupintf.h \ 1211 $(SOPHYAINCP)poly.h \ 1212 $(SOPHYAINCP)peida.h \ 1213 $(SOPHYAINCP)utils.h \ 1214 $(SOPHYAINCP)perrors.h \ 1215 $(SOPHYAINCP)fmath.h \ 1216 $(SOPHYAINCP)specresp.h \ 922 1217 $(SOPHYAINCP)specrespvector.h \ 1218 $(SOPHYAINCP)specresp.h \ 923 1219 $(SOPHYAINCP)gaussfilt.h 924 1220 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomspecrespadapter.cc 925 1221 926 $(SOPHYAOBJP)nomtarradapter.o: nomtarradapter.cc $(SOPHYAINCP)sopnamsp.h \ 927 $(SOPHYAINCP)machdefs.h \ 928 $(SOPHYAINCP)osx_values.h \ 929 $(SOPHYAINCP)datatype.h nomtarradapter.h nomgadapter.h \ 930 $(SOPHYAINCP)ppersist.h \ 931 $(SOPHYAINCP)pexceptions.h \ 932 $(SOPHYAINCP)gnumd5.h \ 933 $(SOPHYAINCP)ppfbinstream.h \ 934 $(SOPHYAINCP)rawstream.h \ 935 $(SOPHYAINCP)ppfnametag.h \ 936 $(SOPHYAINCP)anydataobj.h \ 937 $(SOPHYAINCP)pidrawer.h \ 938 $(SOPHYAINCP)pibwdggen.h \ 939 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 940 $(SOPHYAINCP)piwdggen.h \ 941 $(SOPHYAINCP)pimsghandler.h \ 942 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 943 $(SOPHYAINCP)picmapx.h \ 944 $(SOPHYAINCP)picmapgen.h \ 945 $(SOPHYAINCP)pigraphx.h \ 946 $(SOPHYAINCP)pigraphgen.h \ 947 $(SOPHYAINCP)pifontx.h \ 948 $(SOPHYAINCP)pifontgen.h \ 949 $(SOPHYAINCP)pigrcoord.h \ 950 $(SOPHYAINCP)pilineatt.h \ 951 $(SOPHYAINCP)pigraphuc.h \ 952 $(SOPHYAINCP)pievthandler.h \ 953 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 954 $(SOPHYAINCP)piaxes.h \ 955 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1222 $(SOPHYAOBJP)nomtarradapter.o: nomtarradapter.cc \ 1223 $(SOPHYAINCP)sopnamsp.h \ 1224 $(SOPHYAINCP)machdefs.h \ 1225 $(SOPHYAINCP)datatype.h \ 1226 $(SOPHYAINCP)machdefs.h nomtarradapter.h \ 1227 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 1228 $(SOPHYAINCP)pexceptions.h \ 1229 $(SOPHYAINCP)gnumd5.h \ 1230 $(SOPHYAINCP)ppfbinstream.h \ 1231 $(SOPHYAINCP)rawstream.h \ 1232 $(SOPHYAINCP)ppfnametag.h \ 1233 $(SOPHYAINCP)ppersist.h \ 1234 $(SOPHYAINCP)anydataobj.h \ 1235 $(SOPHYAINCP)pidrawer.h \ 1236 $(SOPHYAINCP)pibwdggen.h \ 1237 $(SOPHYAINCP)pisysdep.h \ 1238 $(SOPHYAINCP)piwdgx.h \ 1239 $(SOPHYAINCP)piwdggen.h \ 1240 $(SOPHYAINCP)pimsghandler.h \ 1241 $(SOPHYAINCP)picolist.h \ 1242 $(SOPHYAINCP)picmap.h \ 1243 $(SOPHYAINCP)picmapx.h \ 1244 $(SOPHYAINCP)picmapgen.h \ 1245 $(SOPHYAINCP)pigraphx.h \ 1246 $(SOPHYAINCP)pigraphgen.h \ 1247 $(SOPHYAINCP)pifontx.h \ 1248 $(SOPHYAINCP)pifontgen.h \ 1249 $(SOPHYAINCP)pigrcoord.h \ 1250 $(SOPHYAINCP)pilineatt.h \ 1251 $(SOPHYAINCP)pigraphuc.h \ 1252 $(SOPHYAINCP)pievthandler.h \ 1253 $(SOPHYAINCP)psfile.h \ 1254 $(SOPHYAINCP)pigratt.h \ 1255 $(SOPHYAINCP)piaxes.h \ 1256 $(SOPHYAINCP)parradapter.h \ 1257 $(SOPHYAINCP)lut.h \ 956 1258 $(SOPHYAINCP)ntupintf.h \ 957 1259 $(SOPHYAINCP)generalfit.h \ 958 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 959 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 960 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 961 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)dvlist.h \ 1260 $(SOPHYAINCP)tvector.h \ 1261 $(SOPHYAINCP)tmatrix.h \ 1262 $(SOPHYAINCP)tarray.h \ 1263 $(SOPHYAINCP)basarr.h \ 1264 $(SOPHYAINCP)anydataobj.h \ 1265 $(SOPHYAINCP)mutyv.h \ 1266 $(SOPHYAINCP)timestamp.h \ 1267 $(SOPHYAINCP)objfio.h \ 1268 $(SOPHYAINCP)dvlist.h \ 962 1269 $(SOPHYAINCP)ndatablock.h \ 963 1270 $(SOPHYAINCP)utilarr.h \ … … 965 1272 $(SOPHYAINCP)tvector_tsnl.h \ 966 1273 $(SOPHYAINCP)generaldata.h \ 967 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 968 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 969 $(SOPHYAINCP)fmath.h pitvmaad.h \ 970 $(SOPHYAINCP)piyfxdrw.h $(SOPHYAINCP)fioarr.h 1274 $(SOPHYAINCP)ntupintf.h \ 1275 $(SOPHYAINCP)poly.h \ 1276 $(SOPHYAINCP)peida.h \ 1277 $(SOPHYAINCP)utils.h \ 1278 $(SOPHYAINCP)perrors.h \ 1279 $(SOPHYAINCP)fmath.h \ 1280 $(SOPHYAINCP)tarray.h \ 1281 $(SOPHYAINCP)tvector.h pitvmaad.h \ 1282 $(SOPHYAINCP)tmatrix.h \ 1283 $(SOPHYAINCP)piyfxdrw.h \ 1284 $(SOPHYAINCP)parradapter.h \ 1285 $(SOPHYAINCP)pidrawer.h \ 1286 $(SOPHYAINCP)fioarr.h nobjmgr.h \ 1287 $(SOPHYAINCP)dvlist.h dlftypes.h 971 1288 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomtarradapter.cc 972 1289 … … 974 1291 $(SOPHYAINCP)sopnamsp.h \ 975 1292 $(SOPHYAINCP)machdefs.h \ 976 $(SOPHYAINCP)osx_values.h \977 1293 $(SOPHYAINCP)datatype.h \ 978 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 979 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 980 $(SOPHYAINCP)anydataobj.h \ 981 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 982 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \ 1294 $(SOPHYAINCP)machdefs.h \ 1295 $(SOPHYAINCP)tvector.h \ 1296 $(SOPHYAINCP)tmatrix.h \ 1297 $(SOPHYAINCP)tarray.h \ 1298 $(SOPHYAINCP)basarr.h \ 1299 $(SOPHYAINCP)anydataobj.h \ 1300 $(SOPHYAINCP)mutyv.h \ 1301 $(SOPHYAINCP)timestamp.h \ 1302 $(SOPHYAINCP)objfio.h \ 1303 $(SOPHYAINCP)ppersist.h \ 983 1304 $(SOPHYAINCP)pexceptions.h \ 984 1305 $(SOPHYAINCP)gnumd5.h \ … … 992 1313 $(SOPHYAINCP)tvector_tsnl.h \ 993 1314 $(SOPHYAINCP)objfitter.h \ 994 $(SOPHYAINCP)cimage.h $(SOPHYAINCP)fioarr.h \ 995 $(SOPHYAINCP)histos.h $(SOPHYAINCP)peida.h \ 996 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 997 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)histos2.h \ 1315 $(SOPHYAINCP)cimage.h \ 1316 $(SOPHYAINCP)fioarr.h \ 1317 $(SOPHYAINCP)tvector.h \ 1318 $(SOPHYAINCP)histos.h \ 1319 $(SOPHYAINCP)peida.h \ 1320 $(SOPHYAINCP)utils.h \ 1321 $(SOPHYAINCP)perrors.h \ 1322 $(SOPHYAINCP)fmath.h \ 1323 $(SOPHYAINCP)histos2.h \ 998 1324 $(SOPHYAINCP)hisprof.h \ 999 1325 $(SOPHYAINCP)generalfit.h \ 1000 1326 $(SOPHYAINCP)generaldata.h \ 1001 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)poly.h \ 1002 nomtmatvecadapter.h nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 1003 $(SOPHYAINCP)pibwdggen.h \ 1004 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1005 $(SOPHYAINCP)piwdggen.h \ 1006 $(SOPHYAINCP)pimsghandler.h \ 1007 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1008 $(SOPHYAINCP)picmapx.h \ 1009 $(SOPHYAINCP)picmapgen.h \ 1010 $(SOPHYAINCP)pigraphx.h \ 1011 $(SOPHYAINCP)pigraphgen.h \ 1012 $(SOPHYAINCP)pifontx.h \ 1013 $(SOPHYAINCP)pifontgen.h \ 1014 $(SOPHYAINCP)pigrcoord.h \ 1015 $(SOPHYAINCP)pilineatt.h \ 1016 $(SOPHYAINCP)pigraphuc.h \ 1017 $(SOPHYAINCP)pievthandler.h \ 1018 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1019 $(SOPHYAINCP)piaxes.h \ 1020 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1021 $(SOPHYAINCP)piyfxdrw.h pitvmaad.h 1327 $(SOPHYAINCP)ntupintf.h \ 1328 $(SOPHYAINCP)poly.h nomtmatvecadapter.h \ 1329 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 1330 $(SOPHYAINCP)anydataobj.h \ 1331 $(SOPHYAINCP)pidrawer.h \ 1332 $(SOPHYAINCP)pibwdggen.h \ 1333 $(SOPHYAINCP)pisysdep.h \ 1334 $(SOPHYAINCP)piwdgx.h \ 1335 $(SOPHYAINCP)piwdggen.h \ 1336 $(SOPHYAINCP)pimsghandler.h \ 1337 $(SOPHYAINCP)picolist.h \ 1338 $(SOPHYAINCP)picmap.h \ 1339 $(SOPHYAINCP)picmapx.h \ 1340 $(SOPHYAINCP)picmapgen.h \ 1341 $(SOPHYAINCP)pigraphx.h \ 1342 $(SOPHYAINCP)pigraphgen.h \ 1343 $(SOPHYAINCP)pifontx.h \ 1344 $(SOPHYAINCP)pifontgen.h \ 1345 $(SOPHYAINCP)pigrcoord.h \ 1346 $(SOPHYAINCP)pilineatt.h \ 1347 $(SOPHYAINCP)pigraphuc.h \ 1348 $(SOPHYAINCP)pievthandler.h \ 1349 $(SOPHYAINCP)psfile.h \ 1350 $(SOPHYAINCP)pigratt.h \ 1351 $(SOPHYAINCP)piaxes.h \ 1352 $(SOPHYAINCP)parradapter.h \ 1353 $(SOPHYAINCP)lut.h \ 1354 $(SOPHYAINCP)ntupintf.h \ 1355 $(SOPHYAINCP)generalfit.h \ 1356 $(SOPHYAINCP)tmatrix.h \ 1357 $(SOPHYAINCP)generaldata.h \ 1358 $(SOPHYAINCP)piyfxdrw.h \ 1359 $(SOPHYAINCP)parradapter.h \ 1360 $(SOPHYAINCP)pidrawer.h pitvmaad.h \ 1361 $(SOPHYAINCP)fioarr.h nobjmgr.h \ 1362 $(SOPHYAINCP)dvlist.h dlftypes.h 1022 1363 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomtmatvecadapter.cc 1023 1364 1024 $(SOPHYAOBJP)pawexecut.o: pawexecut.cc $(SOPHYAINCP)sopnamsp.h \ 1365 $(SOPHYAOBJP)pawexecut.o: pawexecut.cc \ 1366 $(SOPHYAINCP)sopnamsp.h \ 1025 1367 $(SOPHYAINCP)strutil.h \ 1026 1368 $(SOPHYAINCP)strutilxx.h \ 1027 1369 $(SOPHYAINCP)machdefs.h \ 1028 $(SOPHYAINCP)osx_values.h \ 1029 $(SOPHYAINCP)histos.h $(SOPHYAINCP)objfio.h \ 1030 $(SOPHYAINCP)anydataobj.h \ 1031 $(SOPHYAINCP)ppersist.h \ 1032 $(SOPHYAINCP)pexceptions.h \ 1033 $(SOPHYAINCP)gnumd5.h \ 1034 $(SOPHYAINCP)ppfbinstream.h \ 1035 $(SOPHYAINCP)rawstream.h \ 1036 $(SOPHYAINCP)ppfnametag.h \ 1037 $(SOPHYAINCP)peida.h $(SOPHYAINCP)utils.h \ 1038 $(SOPHYAINCP)perrors.h $(SOPHYAINCP)fmath.h \ 1039 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1040 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1041 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1370 $(SOPHYAINCP)histos.h \ 1371 $(SOPHYAINCP)objfio.h \ 1372 $(SOPHYAINCP)anydataobj.h \ 1373 $(SOPHYAINCP)ppersist.h \ 1374 $(SOPHYAINCP)pexceptions.h \ 1375 $(SOPHYAINCP)gnumd5.h \ 1376 $(SOPHYAINCP)ppfbinstream.h \ 1377 $(SOPHYAINCP)rawstream.h \ 1378 $(SOPHYAINCP)ppfnametag.h \ 1379 $(SOPHYAINCP)peida.h \ 1380 $(SOPHYAINCP)utils.h \ 1381 $(SOPHYAINCP)perrors.h \ 1382 $(SOPHYAINCP)fmath.h \ 1383 $(SOPHYAINCP)tvector.h \ 1384 $(SOPHYAINCP)tmatrix.h \ 1385 $(SOPHYAINCP)tarray.h \ 1386 $(SOPHYAINCP)basarr.h \ 1387 $(SOPHYAINCP)mutyv.h \ 1388 $(SOPHYAINCP)timestamp.h \ 1042 1389 $(SOPHYAINCP)dvlist.h \ 1043 1390 $(SOPHYAINCP)ndatablock.h \ … … 1045 1392 $(SOPHYAINCP)tmatrix_tsnl.h \ 1046 1393 $(SOPHYAINCP)tvector_tsnl.h \ 1047 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)hisprof.h \ 1048 $(SOPHYAINCP)histerr.h $(SOPHYAINCP)ntuple.h \ 1394 $(SOPHYAINCP)histos2.h \ 1395 $(SOPHYAINCP)histos.h \ 1396 $(SOPHYAINCP)hisprof.h \ 1397 $(SOPHYAINCP)histerr.h \ 1398 $(SOPHYAINCP)ntuple.h \ 1049 1399 $(SOPHYAINCP)ntupintf.h \ 1050 1400 $(SOPHYAINCP)datatable.h \ 1051 1401 $(SOPHYAINCP)basedtable.h \ 1052 $(SOPHYAINCP)segdatablock.h pawexecut.h piacmd.h \ 1402 $(SOPHYAINCP)segdatablock.h pawexecut.h \ 1403 $(SOPHYAINCP)machdefs.h \ 1404 $(SOPHYAINCP)anydataobj.h piacmd.h \ 1053 1405 $(SOPHYAINCP)commander.h \ 1054 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)ctimer.h \ 1055 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h servnobjm.h \ 1056 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 1057 $(SOPHYAINCP)pibwdggen.h \ 1058 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1059 $(SOPHYAINCP)piwdggen.h \ 1060 $(SOPHYAINCP)pimsghandler.h \ 1061 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1062 $(SOPHYAINCP)picmapx.h \ 1063 $(SOPHYAINCP)picmapgen.h \ 1064 $(SOPHYAINCP)pigraphx.h \ 1065 $(SOPHYAINCP)pigraphgen.h \ 1066 $(SOPHYAINCP)pifontx.h \ 1067 $(SOPHYAINCP)pifontgen.h \ 1068 $(SOPHYAINCP)pigrcoord.h \ 1069 $(SOPHYAINCP)pilineatt.h \ 1070 $(SOPHYAINCP)pigraphuc.h \ 1071 $(SOPHYAINCP)pievthandler.h \ 1072 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1073 $(SOPHYAINCP)piaxes.h \ 1074 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1406 $(SOPHYAINCP)pdlmgr.h \ 1407 $(SOPHYAINCP)ctimer.h \ 1408 $(SOPHYAINCP)zthread.h dlftypes.h \ 1409 nobjmgr.h $(SOPHYAINCP)ppersist.h \ 1410 $(SOPHYAINCP)dvlist.h servnobjm.h \ 1411 $(SOPHYAINCP)pdlmgr.h nomgadapter.h \ 1412 $(SOPHYAINCP)pidrawer.h \ 1413 $(SOPHYAINCP)pibwdggen.h \ 1414 $(SOPHYAINCP)pisysdep.h \ 1415 $(SOPHYAINCP)piwdgx.h \ 1416 $(SOPHYAINCP)piwdggen.h \ 1417 $(SOPHYAINCP)pimsghandler.h \ 1418 $(SOPHYAINCP)picolist.h \ 1419 $(SOPHYAINCP)picmap.h \ 1420 $(SOPHYAINCP)picmapx.h \ 1421 $(SOPHYAINCP)picmapgen.h \ 1422 $(SOPHYAINCP)pigraphx.h \ 1423 $(SOPHYAINCP)pigraphgen.h \ 1424 $(SOPHYAINCP)pifontx.h \ 1425 $(SOPHYAINCP)pifontgen.h \ 1426 $(SOPHYAINCP)pigrcoord.h \ 1427 $(SOPHYAINCP)pilineatt.h \ 1428 $(SOPHYAINCP)pigraphuc.h \ 1429 $(SOPHYAINCP)pievthandler.h \ 1430 $(SOPHYAINCP)psfile.h \ 1431 $(SOPHYAINCP)pigratt.h \ 1432 $(SOPHYAINCP)piaxes.h \ 1433 $(SOPHYAINCP)parradapter.h \ 1434 $(SOPHYAINCP)lut.h \ 1435 $(SOPHYAINCP)ntupintf.h \ 1075 1436 $(SOPHYAINCP)generalfit.h \ 1076 1437 $(SOPHYAINCP)generaldata.h \ 1077 1438 $(SOPHYAINCP)poly.h pistdimgapp.h \ 1439 $(SOPHYAINCP)pisysdep.h \ 1078 1440 $(SOPHYAINCP)piapplx.h \ 1079 1441 $(SOPHYAINCP)piapplgen.h \ … … 1091 1453 $(SOPHYAINCP)piwindowx.h \ 1092 1454 $(SOPHYAINCP)piwindowgen.h \ 1455 $(SOPHYAINCP)pimenux.h \ 1093 1456 $(SOPHYAINCP)pioptmenux.h \ 1094 1457 $(SOPHYAINCP)pioptmenugen.h \ 1458 $(SOPHYAINCP)pistdwdgx.h \ 1095 1459 $(SOPHYAINCP)pifilechox.h \ 1096 1460 $(SOPHYAINCP)pifilechogen.h \ 1461 $(SOPHYAINCP)piwindowx.h \ 1097 1462 $(SOPHYAINCP)piperiodx.h \ 1098 1463 $(SOPHYAINCP)periodic.h \ 1099 $(SOPHYAINCP)piimage.h $(SOPHYAINCP)pieldrw.h \ 1464 $(SOPHYAINCP)picons.h \ 1465 $(SOPHYAINCP)piimage.h \ 1466 $(SOPHYAINCP)parradapter.h \ 1467 $(SOPHYAINCP)pieldrw.h \ 1468 $(SOPHYAINCP)pidrawer.h \ 1100 1469 $(SOPHYAINCP)pipixmapx.h \ 1101 1470 $(SOPHYAINCP)pipixmapgen.h \ 1102 1471 $(SOPHYAINCP)picmapview.h \ 1103 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 1472 $(SOPHYAINCP)pi3dwdg.h \ 1473 $(SOPHYAINCP)pi3ddrw.h \ 1104 1474 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 1105 1475 $(SOPHYAINCP)pilistx.h \ 1106 1476 $(SOPHYAINCP)pilistgen.h \ 1107 1477 $(SOPHYAINCP)pistzwin.h \ 1478 $(SOPHYAINCP)piperiodx.h \ 1108 1479 $(SOPHYAINCP)pitherm.h \ 1109 $(SOPHYAINCP)resusage.h pihisto.h 1480 $(SOPHYAINCP)resusage.h pihisto.h \ 1481 $(SOPHYAINCP)tmatrix.h \ 1482 $(SOPHYAINCP)tvector.h 1110 1483 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pawexecut.cc 1111 1484 1112 $(SOPHYAOBJP)pi2dvec.o: pi2dvec.cc $(SOPHYAINCP)sopnamsp.h \ 1113 $(SOPHYAINCP)machdefs.h \ 1114 $(SOPHYAINCP)osx_values.h \ 1115 $(SOPHYAINCP)histos.h $(SOPHYAINCP)objfio.h \ 1116 $(SOPHYAINCP)anydataobj.h \ 1117 $(SOPHYAINCP)ppersist.h \ 1118 $(SOPHYAINCP)pexceptions.h \ 1119 $(SOPHYAINCP)gnumd5.h \ 1120 $(SOPHYAINCP)ppfbinstream.h \ 1121 $(SOPHYAINCP)rawstream.h \ 1122 $(SOPHYAINCP)ppfnametag.h \ 1123 $(SOPHYAINCP)peida.h $(SOPHYAINCP)utils.h \ 1124 $(SOPHYAINCP)perrors.h $(SOPHYAINCP)fmath.h \ 1125 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1126 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1127 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1485 $(SOPHYAOBJP)pi2dvec.o: pi2dvec.cc \ 1486 $(SOPHYAINCP)sopnamsp.h \ 1487 $(SOPHYAINCP)machdefs.h \ 1488 $(SOPHYAINCP)histos.h \ 1489 $(SOPHYAINCP)objfio.h \ 1490 $(SOPHYAINCP)machdefs.h \ 1491 $(SOPHYAINCP)anydataobj.h \ 1492 $(SOPHYAINCP)ppersist.h \ 1493 $(SOPHYAINCP)pexceptions.h \ 1494 $(SOPHYAINCP)gnumd5.h \ 1495 $(SOPHYAINCP)ppfbinstream.h \ 1496 $(SOPHYAINCP)rawstream.h \ 1497 $(SOPHYAINCP)ppfnametag.h \ 1498 $(SOPHYAINCP)peida.h \ 1499 $(SOPHYAINCP)utils.h \ 1500 $(SOPHYAINCP)perrors.h \ 1501 $(SOPHYAINCP)fmath.h \ 1502 $(SOPHYAINCP)tvector.h \ 1503 $(SOPHYAINCP)tmatrix.h \ 1504 $(SOPHYAINCP)tarray.h \ 1505 $(SOPHYAINCP)basarr.h \ 1506 $(SOPHYAINCP)mutyv.h \ 1507 $(SOPHYAINCP)timestamp.h \ 1128 1508 $(SOPHYAINCP)dvlist.h \ 1129 1509 $(SOPHYAINCP)ndatablock.h \ … … 1131 1511 $(SOPHYAINCP)tmatrix_tsnl.h \ 1132 1512 $(SOPHYAINCP)tvector_tsnl.h \ 1133 $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)ntupintf.h \ 1134 $(SOPHYAINCP)nbtri.h pi2dvec.h pistdimgapp.h \ 1135 $(SOPHYAINCP)pisysdep.h \ 1513 $(SOPHYAINCP)ntuple.h \ 1514 $(SOPHYAINCP)ntupintf.h \ 1515 $(SOPHYAINCP)nbtri.h pi2dvec.h \ 1516 pistdimgapp.h $(SOPHYAINCP)pisysdep.h \ 1136 1517 $(SOPHYAINCP)piapplx.h \ 1137 1518 $(SOPHYAINCP)piapplgen.h \ 1138 1519 $(SOPHYAINCP)pimsghandler.h \ 1520 $(SOPHYAINCP)pisysdep.h \ 1139 1521 $(SOPHYAINCP)picontainerx.h \ 1140 1522 $(SOPHYAINCP)picontainergen.h \ 1141 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 1523 $(SOPHYAINCP)piwdgx.h \ 1524 $(SOPHYAINCP)piwdggen.h \ 1142 1525 $(SOPHYAINCP)picolist.h \ 1143 1526 $(SOPHYAINCP)pimenubarx.h \ … … 1150 1533 $(SOPHYAINCP)pibwdgx.h \ 1151 1534 $(SOPHYAINCP)pibwdggen.h \ 1152 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 1535 $(SOPHYAINCP)picmap.h \ 1536 $(SOPHYAINCP)picmapx.h \ 1153 1537 $(SOPHYAINCP)picmapgen.h \ 1154 1538 $(SOPHYAINCP)pigraphx.h \ … … 1164 1548 $(SOPHYAINCP)piwindowx.h \ 1165 1549 $(SOPHYAINCP)piwindowgen.h \ 1550 $(SOPHYAINCP)pimenux.h \ 1166 1551 $(SOPHYAINCP)pioptmenux.h \ 1167 1552 $(SOPHYAINCP)pioptmenugen.h \ 1553 $(SOPHYAINCP)pistdwdgx.h \ 1168 1554 $(SOPHYAINCP)pifilechox.h \ 1169 1555 $(SOPHYAINCP)pifilechogen.h \ 1556 $(SOPHYAINCP)piwindowx.h \ 1170 1557 $(SOPHYAINCP)piperiodx.h \ 1171 1558 $(SOPHYAINCP)periodic.h \ 1559 $(SOPHYAINCP)picons.h \ 1172 1560 $(SOPHYAINCP)piimage.h \ 1173 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1561 $(SOPHYAINCP)parradapter.h \ 1562 $(SOPHYAINCP)lut.h \ 1174 1563 $(SOPHYAINCP)pieldrw.h \ 1175 1564 $(SOPHYAINCP)pidrawer.h \ 1176 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 1565 $(SOPHYAINCP)pigratt.h \ 1566 $(SOPHYAINCP)piaxes.h \ 1177 1567 $(SOPHYAINCP)pipixmapx.h \ 1178 1568 $(SOPHYAINCP)pipixmapgen.h \ 1179 1569 $(SOPHYAINCP)picmapview.h \ 1180 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 1181 $(SOPHYAINCP)pigraph3d.h nobjmgr.h dlftypes.h piacmd.h \ 1570 $(SOPHYAINCP)pi3dwdg.h \ 1571 $(SOPHYAINCP)pi3ddrw.h \ 1572 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1573 $(SOPHYAINCP)anydataobj.h \ 1574 $(SOPHYAINCP)ppersist.h \ 1575 $(SOPHYAINCP)dvlist.h dlftypes.h piacmd.h \ 1182 1576 $(SOPHYAINCP)commander.h \ 1183 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)ctimer.h \ 1577 $(SOPHYAINCP)pdlmgr.h \ 1578 $(SOPHYAINCP)ctimer.h \ 1184 1579 $(SOPHYAINCP)zthread.h pisiadw.h \ 1185 1580 $(SOPHYAINCP)pilistx.h \ 1186 1581 $(SOPHYAINCP)pilistgen.h \ 1187 1582 $(SOPHYAINCP)pistzwin.h \ 1583 $(SOPHYAINCP)piperiodx.h \ 1188 1584 $(SOPHYAINCP)pitherm.h \ 1189 1585 $(SOPHYAINCP)resusage.h \ 1190 $(SOPHYAINCP)piscdrawwdg.h 1586 $(SOPHYAINCP)piscdrawwdg.h \ 1587 $(SOPHYAINCP)ntupintf.h 1191 1588 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pi2dvec.cc 1192 1589 1193 $(SOPHYAOBJP)piacmd.o: piacmd.cc $(SOPHYAINCP)sopnamsp.h piacmd.h \ 1194 $(SOPHYAINCP)machdefs.h \ 1195 $(SOPHYAINCP)osx_values.h \ 1590 $(SOPHYAOBJP)piacmd.o: piacmd.cc $(SOPHYAINCP)sopnamsp.h \ 1591 piacmd.h $(SOPHYAINCP)machdefs.h \ 1196 1592 $(SOPHYAINCP)commander.h \ 1197 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \ 1198 $(SOPHYAINCP)objfio.h \ 1199 $(SOPHYAINCP)anydataobj.h \ 1200 $(SOPHYAINCP)ppersist.h \ 1201 $(SOPHYAINCP)pexceptions.h \ 1202 $(SOPHYAINCP)gnumd5.h \ 1203 $(SOPHYAINCP)ppfbinstream.h \ 1204 $(SOPHYAINCP)rawstream.h \ 1205 $(SOPHYAINCP)ppfnametag.h \ 1206 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1207 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 1208 dlftypes.h $(SOPHYAINCP)strutil.h \ 1593 $(SOPHYAINCP)machdefs.h \ 1594 $(SOPHYAINCP)pdlmgr.h \ 1595 $(SOPHYAINCP)dvlist.h \ 1596 $(SOPHYAINCP)objfio.h \ 1597 $(SOPHYAINCP)anydataobj.h \ 1598 $(SOPHYAINCP)ppersist.h \ 1599 $(SOPHYAINCP)pexceptions.h \ 1600 $(SOPHYAINCP)gnumd5.h \ 1601 $(SOPHYAINCP)ppfbinstream.h \ 1602 $(SOPHYAINCP)rawstream.h \ 1603 $(SOPHYAINCP)ppfnametag.h \ 1604 $(SOPHYAINCP)mutyv.h \ 1605 $(SOPHYAINCP)timestamp.h \ 1606 $(SOPHYAINCP)ctimer.h \ 1607 $(SOPHYAINCP)zthread.h dlftypes.h \ 1608 $(SOPHYAINCP)pdlmgr.h \ 1609 $(SOPHYAINCP)ctimer.h \ 1610 $(SOPHYAINCP)strutil.h \ 1209 1611 $(SOPHYAINCP)strutilxx.h \ 1210 1612 $(SOPHYAINCP)srandgen.h pistdimgapp.h \ … … 1213 1615 $(SOPHYAINCP)piapplgen.h \ 1214 1616 $(SOPHYAINCP)pimsghandler.h \ 1617 $(SOPHYAINCP)pisysdep.h \ 1215 1618 $(SOPHYAINCP)picontainerx.h \ 1216 1619 $(SOPHYAINCP)picontainergen.h \ 1217 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 1620 $(SOPHYAINCP)piwdgx.h \ 1621 $(SOPHYAINCP)piwdggen.h \ 1218 1622 $(SOPHYAINCP)picolist.h \ 1219 1623 $(SOPHYAINCP)pimenubarx.h \ … … 1226 1630 $(SOPHYAINCP)pibwdgx.h \ 1227 1631 $(SOPHYAINCP)pibwdggen.h \ 1228 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 1632 $(SOPHYAINCP)picmap.h \ 1633 $(SOPHYAINCP)picmapx.h \ 1229 1634 $(SOPHYAINCP)picmapgen.h \ 1230 1635 $(SOPHYAINCP)pigraphx.h \ … … 1240 1645 $(SOPHYAINCP)piwindowx.h \ 1241 1646 $(SOPHYAINCP)piwindowgen.h \ 1647 $(SOPHYAINCP)pimenux.h \ 1242 1648 $(SOPHYAINCP)pioptmenux.h \ 1243 1649 $(SOPHYAINCP)pioptmenugen.h \ 1650 $(SOPHYAINCP)pistdwdgx.h \ 1244 1651 $(SOPHYAINCP)pifilechox.h \ 1245 1652 $(SOPHYAINCP)pifilechogen.h \ 1653 $(SOPHYAINCP)piwindowx.h \ 1246 1654 $(SOPHYAINCP)piperiodx.h \ 1247 1655 $(SOPHYAINCP)periodic.h \ 1656 $(SOPHYAINCP)picons.h \ 1248 1657 $(SOPHYAINCP)piimage.h \ 1249 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1658 $(SOPHYAINCP)parradapter.h \ 1659 $(SOPHYAINCP)lut.h \ 1250 1660 $(SOPHYAINCP)pieldrw.h \ 1251 1661 $(SOPHYAINCP)pidrawer.h \ 1252 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 1662 $(SOPHYAINCP)pigratt.h \ 1663 $(SOPHYAINCP)piaxes.h \ 1253 1664 $(SOPHYAINCP)pipixmapx.h \ 1254 1665 $(SOPHYAINCP)pipixmapgen.h \ 1255 1666 $(SOPHYAINCP)picmapview.h \ 1256 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 1257 $(SOPHYAINCP)pigraph3d.h nobjmgr.h pisiadw.h \ 1667 $(SOPHYAINCP)pi3dwdg.h \ 1668 $(SOPHYAINCP)pi3ddrw.h \ 1669 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1670 $(SOPHYAINCP)anydataobj.h \ 1671 $(SOPHYAINCP)ppersist.h \ 1672 $(SOPHYAINCP)dvlist.h pisiadw.h \ 1258 1673 $(SOPHYAINCP)pilistx.h \ 1259 1674 $(SOPHYAINCP)pilistgen.h \ 1260 1675 $(SOPHYAINCP)pistzwin.h \ 1676 $(SOPHYAINCP)piperiodx.h \ 1261 1677 $(SOPHYAINCP)pitherm.h \ 1262 $(SOPHYAINCP)resusage.h basexecut.h graphexecut.h \ 1263 piafitting.h nomgadapter.h $(SOPHYAINCP)ntupintf.h \ 1678 $(SOPHYAINCP)resusage.h basexecut.h \ 1679 graphexecut.h piafitting.h nomgadapter.h \ 1680 $(SOPHYAINCP)pidrawer.h \ 1681 $(SOPHYAINCP)parradapter.h \ 1682 $(SOPHYAINCP)ntupintf.h \ 1264 1683 $(SOPHYAINCP)generalfit.h \ 1265 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1266 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1684 $(SOPHYAINCP)tvector.h \ 1685 $(SOPHYAINCP)tmatrix.h \ 1686 $(SOPHYAINCP)tarray.h \ 1687 $(SOPHYAINCP)basarr.h \ 1267 1688 $(SOPHYAINCP)ndatablock.h \ 1268 1689 $(SOPHYAINCP)utilarr.h \ … … 1270 1691 $(SOPHYAINCP)tvector_tsnl.h \ 1271 1692 $(SOPHYAINCP)generaldata.h \ 1272 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 1273 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 1274 $(SOPHYAINCP)fmath.h pawexecut.h cxxexecutor.h \ 1275 cxxexecwin.h contmodex.h flowmodex.h 1693 $(SOPHYAINCP)ntupintf.h \ 1694 $(SOPHYAINCP)poly.h \ 1695 $(SOPHYAINCP)peida.h \ 1696 $(SOPHYAINCP)utils.h \ 1697 $(SOPHYAINCP)perrors.h \ 1698 $(SOPHYAINCP)fmath.h \ 1699 $(SOPHYAINCP)tvector.h pawexecut.h \ 1700 cxxexecutor.h cxxexecwin.h contmodex.h flowmodex.h 1276 1701 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piacmd.cc 1277 1702 1278 $(SOPHYAOBJP)piafitting.o: piafitting.cc $(SOPHYAINCP)sopnamsp.h \ 1279 $(SOPHYAINCP)strutil.h $(SOPHYAINCP)nbtri.h \ 1280 $(SOPHYAINCP)machdefs.h \ 1281 $(SOPHYAINCP)osx_values.h \ 1703 $(SOPHYAOBJP)piafitting.o: piafitting.cc \ 1704 $(SOPHYAINCP)sopnamsp.h \ 1705 $(SOPHYAINCP)strutil.h \ 1706 $(SOPHYAINCP)nbtri.h \ 1707 $(SOPHYAINCP)machdefs.h \ 1282 1708 $(SOPHYAINCP)generalfit.h \ 1283 1709 $(SOPHYAINCP)pexceptions.h \ 1284 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1285 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1286 $(SOPHYAINCP)anydataobj.h \ 1287 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1288 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \ 1710 $(SOPHYAINCP)tvector.h \ 1711 $(SOPHYAINCP)tmatrix.h \ 1712 $(SOPHYAINCP)tarray.h \ 1713 $(SOPHYAINCP)basarr.h \ 1714 $(SOPHYAINCP)anydataobj.h \ 1715 $(SOPHYAINCP)mutyv.h \ 1716 $(SOPHYAINCP)timestamp.h \ 1717 $(SOPHYAINCP)objfio.h \ 1718 $(SOPHYAINCP)ppersist.h \ 1289 1719 $(SOPHYAINCP)gnumd5.h \ 1290 1720 $(SOPHYAINCP)ppfbinstream.h \ … … 1297 1727 $(SOPHYAINCP)tvector_tsnl.h \ 1298 1728 $(SOPHYAINCP)generaldata.h \ 1299 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)poly.h \ 1300 $(SOPHYAINCP)peida.h $(SOPHYAINCP)utils.h \ 1301 $(SOPHYAINCP)perrors.h $(SOPHYAINCP)fmath.h \ 1729 $(SOPHYAINCP)ntupintf.h \ 1730 $(SOPHYAINCP)poly.h \ 1731 $(SOPHYAINCP)peida.h \ 1732 $(SOPHYAINCP)utils.h \ 1733 $(SOPHYAINCP)perrors.h \ 1734 $(SOPHYAINCP)fmath.h \ 1302 1735 $(SOPHYAINCP)fct1dfit.h \ 1303 $(SOPHYAINCP)fct2dfit.h $(SOPHYAINCP)ntuple.h \ 1304 $(SOPHYAINCP)cimage.h $(SOPHYAINCP)fioarr.h \ 1305 $(SOPHYAINCP)histos.h $(SOPHYAINCP)histos2.h \ 1736 $(SOPHYAINCP)generalfit.h \ 1737 $(SOPHYAINCP)fct2dfit.h \ 1738 $(SOPHYAINCP)ntuple.h \ 1739 $(SOPHYAINCP)cimage.h \ 1740 $(SOPHYAINCP)fioarr.h \ 1741 $(SOPHYAINCP)histos.h \ 1742 $(SOPHYAINCP)histos2.h \ 1743 $(SOPHYAINCP)histos.h \ 1306 1744 $(SOPHYAINCP)hisprof.h \ 1307 $(SOPHYAINCP)objfitter.h piafitting.h nomgadapter.h \ 1308 $(SOPHYAINCP)pidrawer.h \ 1309 $(SOPHYAINCP)pibwdggen.h \ 1310 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1311 $(SOPHYAINCP)piwdggen.h \ 1312 $(SOPHYAINCP)pimsghandler.h \ 1313 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1314 $(SOPHYAINCP)picmapx.h \ 1315 $(SOPHYAINCP)picmapgen.h \ 1316 $(SOPHYAINCP)pigraphx.h \ 1317 $(SOPHYAINCP)pigraphgen.h \ 1318 $(SOPHYAINCP)pifontx.h \ 1319 $(SOPHYAINCP)pifontgen.h \ 1320 $(SOPHYAINCP)pigrcoord.h \ 1321 $(SOPHYAINCP)pilineatt.h \ 1322 $(SOPHYAINCP)pigraphuc.h \ 1323 $(SOPHYAINCP)pievthandler.h \ 1324 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1325 $(SOPHYAINCP)piaxes.h \ 1326 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1745 $(SOPHYAINCP)tmatrix.h \ 1746 $(SOPHYAINCP)tvector.h \ 1747 $(SOPHYAINCP)objfitter.h \ 1748 $(SOPHYAINCP)cimage.h \ 1749 $(SOPHYAINCP)histos2.h \ 1750 $(SOPHYAINCP)hisprof.h piafitting.h \ 1751 $(SOPHYAINCP)machdefs.h nomgadapter.h \ 1752 $(SOPHYAINCP)ppersist.h \ 1753 $(SOPHYAINCP)anydataobj.h \ 1754 $(SOPHYAINCP)pidrawer.h \ 1755 $(SOPHYAINCP)pibwdggen.h \ 1756 $(SOPHYAINCP)pisysdep.h \ 1757 $(SOPHYAINCP)piwdgx.h \ 1758 $(SOPHYAINCP)piwdggen.h \ 1759 $(SOPHYAINCP)pimsghandler.h \ 1760 $(SOPHYAINCP)picolist.h \ 1761 $(SOPHYAINCP)picmap.h \ 1762 $(SOPHYAINCP)picmapx.h \ 1763 $(SOPHYAINCP)picmapgen.h \ 1764 $(SOPHYAINCP)pigraphx.h \ 1765 $(SOPHYAINCP)pigraphgen.h \ 1766 $(SOPHYAINCP)pifontx.h \ 1767 $(SOPHYAINCP)pifontgen.h \ 1768 $(SOPHYAINCP)pigrcoord.h \ 1769 $(SOPHYAINCP)pilineatt.h \ 1770 $(SOPHYAINCP)pigraphuc.h \ 1771 $(SOPHYAINCP)pievthandler.h \ 1772 $(SOPHYAINCP)psfile.h \ 1773 $(SOPHYAINCP)pigratt.h \ 1774 $(SOPHYAINCP)piaxes.h \ 1775 $(SOPHYAINCP)parradapter.h \ 1776 $(SOPHYAINCP)lut.h \ 1777 $(SOPHYAINCP)ntupintf.h \ 1327 1778 $(SOPHYAINCP)pdlmgr.h dlftypes.h piacmd.h \ 1328 1779 $(SOPHYAINCP)commander.h \ 1329 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 1330 nobjmgr.h pistdimgapp.h $(SOPHYAINCP)piapplx.h \ 1780 $(SOPHYAINCP)pdlmgr.h \ 1781 $(SOPHYAINCP)ctimer.h \ 1782 $(SOPHYAINCP)zthread.h nobjmgr.h \ 1783 $(SOPHYAINCP)dvlist.h pistdimgapp.h \ 1784 $(SOPHYAINCP)pisysdep.h \ 1785 $(SOPHYAINCP)piapplx.h \ 1331 1786 $(SOPHYAINCP)piapplgen.h \ 1332 1787 $(SOPHYAINCP)picontainerx.h \ … … 1343 1798 $(SOPHYAINCP)piwindowx.h \ 1344 1799 $(SOPHYAINCP)piwindowgen.h \ 1800 $(SOPHYAINCP)pimenux.h \ 1345 1801 $(SOPHYAINCP)pioptmenux.h \ 1346 1802 $(SOPHYAINCP)pioptmenugen.h \ 1803 $(SOPHYAINCP)pistdwdgx.h \ 1347 1804 $(SOPHYAINCP)pifilechox.h \ 1348 1805 $(SOPHYAINCP)pifilechogen.h \ 1806 $(SOPHYAINCP)piwindowx.h \ 1349 1807 $(SOPHYAINCP)piperiodx.h \ 1350 1808 $(SOPHYAINCP)periodic.h \ 1351 $(SOPHYAINCP)piimage.h $(SOPHYAINCP)pieldrw.h \ 1809 $(SOPHYAINCP)picons.h \ 1810 $(SOPHYAINCP)piimage.h \ 1811 $(SOPHYAINCP)parradapter.h \ 1812 $(SOPHYAINCP)pieldrw.h \ 1813 $(SOPHYAINCP)pidrawer.h \ 1352 1814 $(SOPHYAINCP)pipixmapx.h \ 1353 1815 $(SOPHYAINCP)pipixmapgen.h \ 1354 1816 $(SOPHYAINCP)picmapview.h \ 1355 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 1817 $(SOPHYAINCP)pi3dwdg.h \ 1818 $(SOPHYAINCP)pi3ddrw.h \ 1356 1819 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 1357 1820 $(SOPHYAINCP)pilistx.h \ 1358 1821 $(SOPHYAINCP)pilistgen.h \ 1359 1822 $(SOPHYAINCP)pistzwin.h \ 1823 $(SOPHYAINCP)piperiodx.h \ 1360 1824 $(SOPHYAINCP)pitherm.h \ 1361 1825 $(SOPHYAINCP)resusage.h nomhistadapter.h \ 1362 $(SOPHYAINCP)histerr.h $(SOPHYAINCP)xntuple.h \ 1826 $(SOPHYAINCP)histerr.h \ 1827 $(SOPHYAINCP)xntuple.h \ 1363 1828 $(SOPHYAINCP)basedtable.h \ 1364 $(SOPHYAINCP)segdatablock.h nomgfdadapter.h \ 1365 nomimagadapter.h nomtmatvecadapter.h 1829 $(SOPHYAINCP)segdatablock.h \ 1830 nomgfdadapter.h nomimagadapter.h nomtmatvecadapter.h \ 1831 $(SOPHYAINCP)generaldata.h 1366 1832 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piafitting.cc 1367 1833 1368 $(SOPHYAOBJP)pigfd1.o: pigfd1.cc $(SOPHYAINCP)sopnamsp.h pigfd1.h \ 1369 $(SOPHYAINCP)generaldata.h \ 1370 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)machdefs.h \ 1371 $(SOPHYAINCP)osx_values.h \ 1372 $(SOPHYAINCP)anydataobj.h \ 1373 $(SOPHYAINCP)ppersist.h \ 1374 $(SOPHYAINCP)pexceptions.h \ 1375 $(SOPHYAINCP)gnumd5.h \ 1376 $(SOPHYAINCP)ppfbinstream.h \ 1377 $(SOPHYAINCP)rawstream.h \ 1378 $(SOPHYAINCP)ppfnametag.h \ 1379 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)poly.h \ 1380 $(SOPHYAINCP)peida.h $(SOPHYAINCP)utils.h \ 1381 $(SOPHYAINCP)perrors.h $(SOPHYAINCP)fmath.h \ 1382 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1383 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1384 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1834 $(SOPHYAOBJP)pigfd1.o: pigfd1.cc $(SOPHYAINCP)sopnamsp.h \ 1835 pigfd1.h $(SOPHYAINCP)generaldata.h \ 1836 $(SOPHYAINCP)objfio.h \ 1837 $(SOPHYAINCP)machdefs.h \ 1838 $(SOPHYAINCP)anydataobj.h \ 1839 $(SOPHYAINCP)ppersist.h \ 1840 $(SOPHYAINCP)pexceptions.h \ 1841 $(SOPHYAINCP)gnumd5.h \ 1842 $(SOPHYAINCP)ppfbinstream.h \ 1843 $(SOPHYAINCP)rawstream.h \ 1844 $(SOPHYAINCP)ppfnametag.h \ 1845 $(SOPHYAINCP)ntupintf.h \ 1846 $(SOPHYAINCP)poly.h \ 1847 $(SOPHYAINCP)peida.h \ 1848 $(SOPHYAINCP)utils.h \ 1849 $(SOPHYAINCP)perrors.h \ 1850 $(SOPHYAINCP)fmath.h \ 1851 $(SOPHYAINCP)tvector.h \ 1852 $(SOPHYAINCP)tmatrix.h \ 1853 $(SOPHYAINCP)tarray.h \ 1854 $(SOPHYAINCP)basarr.h \ 1855 $(SOPHYAINCP)mutyv.h \ 1856 $(SOPHYAINCP)timestamp.h \ 1385 1857 $(SOPHYAINCP)dvlist.h \ 1386 1858 $(SOPHYAINCP)ndatablock.h \ … … 1390 1862 $(SOPHYAINCP)pidrawer.h \ 1391 1863 $(SOPHYAINCP)pibwdggen.h \ 1392 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1393 $(SOPHYAINCP)piwdggen.h \ 1394 $(SOPHYAINCP)pimsghandler.h \ 1395 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1396 $(SOPHYAINCP)picmapx.h \ 1397 $(SOPHYAINCP)picmapgen.h \ 1398 $(SOPHYAINCP)pigraphx.h \ 1399 $(SOPHYAINCP)pigraphgen.h \ 1400 $(SOPHYAINCP)pifontx.h \ 1401 $(SOPHYAINCP)pifontgen.h \ 1402 $(SOPHYAINCP)pigrcoord.h \ 1403 $(SOPHYAINCP)pilineatt.h \ 1404 $(SOPHYAINCP)pigraphuc.h \ 1405 $(SOPHYAINCP)pievthandler.h \ 1406 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1864 $(SOPHYAINCP)pisysdep.h \ 1865 $(SOPHYAINCP)piwdgx.h \ 1866 $(SOPHYAINCP)piwdggen.h \ 1867 $(SOPHYAINCP)pimsghandler.h \ 1868 $(SOPHYAINCP)picolist.h \ 1869 $(SOPHYAINCP)picmap.h \ 1870 $(SOPHYAINCP)picmapx.h \ 1871 $(SOPHYAINCP)picmapgen.h \ 1872 $(SOPHYAINCP)pigraphx.h \ 1873 $(SOPHYAINCP)pigraphgen.h \ 1874 $(SOPHYAINCP)pifontx.h \ 1875 $(SOPHYAINCP)pifontgen.h \ 1876 $(SOPHYAINCP)pigrcoord.h \ 1877 $(SOPHYAINCP)pilineatt.h \ 1878 $(SOPHYAINCP)pigraphuc.h \ 1879 $(SOPHYAINCP)pievthandler.h \ 1880 $(SOPHYAINCP)psfile.h \ 1881 $(SOPHYAINCP)pigratt.h \ 1407 1882 $(SOPHYAINCP)piaxes.h 1408 1883 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigfd1.cc 1409 1884 1410 $(SOPHYAOBJP)pigfd2.o: pigfd2.cc $(SOPHYAINCP)sopnamsp.h pigfd2.h \ 1411 $(SOPHYAINCP)generaldata.h \ 1412 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)machdefs.h \ 1413 $(SOPHYAINCP)osx_values.h \ 1414 $(SOPHYAINCP)anydataobj.h \ 1415 $(SOPHYAINCP)ppersist.h \ 1416 $(SOPHYAINCP)pexceptions.h \ 1417 $(SOPHYAINCP)gnumd5.h \ 1418 $(SOPHYAINCP)ppfbinstream.h \ 1419 $(SOPHYAINCP)rawstream.h \ 1420 $(SOPHYAINCP)ppfnametag.h \ 1421 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)poly.h \ 1422 $(SOPHYAINCP)peida.h $(SOPHYAINCP)utils.h \ 1423 $(SOPHYAINCP)perrors.h $(SOPHYAINCP)fmath.h \ 1424 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1425 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1426 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1885 $(SOPHYAOBJP)pigfd2.o: pigfd2.cc $(SOPHYAINCP)sopnamsp.h \ 1886 pigfd2.h $(SOPHYAINCP)generaldata.h \ 1887 $(SOPHYAINCP)objfio.h \ 1888 $(SOPHYAINCP)machdefs.h \ 1889 $(SOPHYAINCP)anydataobj.h \ 1890 $(SOPHYAINCP)ppersist.h \ 1891 $(SOPHYAINCP)pexceptions.h \ 1892 $(SOPHYAINCP)gnumd5.h \ 1893 $(SOPHYAINCP)ppfbinstream.h \ 1894 $(SOPHYAINCP)rawstream.h \ 1895 $(SOPHYAINCP)ppfnametag.h \ 1896 $(SOPHYAINCP)ntupintf.h \ 1897 $(SOPHYAINCP)poly.h \ 1898 $(SOPHYAINCP)peida.h \ 1899 $(SOPHYAINCP)utils.h \ 1900 $(SOPHYAINCP)perrors.h \ 1901 $(SOPHYAINCP)fmath.h \ 1902 $(SOPHYAINCP)tvector.h \ 1903 $(SOPHYAINCP)tmatrix.h \ 1904 $(SOPHYAINCP)tarray.h \ 1905 $(SOPHYAINCP)basarr.h \ 1906 $(SOPHYAINCP)mutyv.h \ 1907 $(SOPHYAINCP)timestamp.h \ 1427 1908 $(SOPHYAINCP)dvlist.h \ 1428 1909 $(SOPHYAINCP)ndatablock.h \ … … 1434 1915 $(SOPHYAINCP)pidrawer.h \ 1435 1916 $(SOPHYAINCP)pibwdggen.h \ 1436 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 1437 $(SOPHYAINCP)pimsghandler.h \ 1438 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1439 $(SOPHYAINCP)picmapx.h \ 1440 $(SOPHYAINCP)picmapgen.h \ 1441 $(SOPHYAINCP)pigraphx.h \ 1442 $(SOPHYAINCP)pigraphgen.h \ 1443 $(SOPHYAINCP)pifontx.h \ 1444 $(SOPHYAINCP)pifontgen.h \ 1445 $(SOPHYAINCP)pigrcoord.h \ 1446 $(SOPHYAINCP)pilineatt.h \ 1447 $(SOPHYAINCP)pigraphuc.h \ 1448 $(SOPHYAINCP)pievthandler.h \ 1449 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1450 $(SOPHYAINCP)piaxes.h $(SOPHYAINCP)pieldrw.h \ 1917 $(SOPHYAINCP)piwdgx.h \ 1918 $(SOPHYAINCP)piwdggen.h \ 1919 $(SOPHYAINCP)pimsghandler.h \ 1920 $(SOPHYAINCP)picolist.h \ 1921 $(SOPHYAINCP)picmap.h \ 1922 $(SOPHYAINCP)picmapx.h \ 1923 $(SOPHYAINCP)picmapgen.h \ 1924 $(SOPHYAINCP)pigraphx.h \ 1925 $(SOPHYAINCP)pigraphgen.h \ 1926 $(SOPHYAINCP)pifontx.h \ 1927 $(SOPHYAINCP)pifontgen.h \ 1928 $(SOPHYAINCP)pigrcoord.h \ 1929 $(SOPHYAINCP)pilineatt.h \ 1930 $(SOPHYAINCP)pigraphuc.h \ 1931 $(SOPHYAINCP)pievthandler.h \ 1932 $(SOPHYAINCP)psfile.h \ 1933 $(SOPHYAINCP)pigratt.h \ 1934 $(SOPHYAINCP)piaxes.h \ 1935 $(SOPHYAINCP)pieldrw.h \ 1451 1936 $(SOPHYAINCP)pigraph3d.h 1452 1937 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigfd2.cc 1453 1938 1454 $(SOPHYAOBJP)pihisto.o: pihisto.cc $(SOPHYAINCP)sopnamsp.h pihisto.h \ 1455 $(SOPHYAINCP)histos.h $(SOPHYAINCP)objfio.h \ 1456 $(SOPHYAINCP)machdefs.h \ 1457 $(SOPHYAINCP)osx_values.h \ 1458 $(SOPHYAINCP)anydataobj.h \ 1459 $(SOPHYAINCP)ppersist.h \ 1460 $(SOPHYAINCP)pexceptions.h \ 1461 $(SOPHYAINCP)gnumd5.h \ 1462 $(SOPHYAINCP)ppfbinstream.h \ 1463 $(SOPHYAINCP)rawstream.h \ 1464 $(SOPHYAINCP)ppfnametag.h \ 1465 $(SOPHYAINCP)peida.h $(SOPHYAINCP)utils.h \ 1466 $(SOPHYAINCP)perrors.h $(SOPHYAINCP)fmath.h \ 1467 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1468 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1469 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1939 $(SOPHYAOBJP)pihisto2d.o: pihisto2d.cc \ 1940 $(SOPHYAINCP)pisysdep.h \ 1941 $(SOPHYAINCP)machdefs.h \ 1942 $(SOPHYAINCP)piapplx.h \ 1943 $(SOPHYAINCP)piapplgen.h \ 1944 $(SOPHYAINCP)pimsghandler.h \ 1945 $(SOPHYAINCP)pisysdep.h \ 1946 $(SOPHYAINCP)picontainerx.h \ 1947 $(SOPHYAINCP)picontainergen.h \ 1948 $(SOPHYAINCP)piwdgx.h \ 1949 $(SOPHYAINCP)piwdggen.h \ 1950 $(SOPHYAINCP)picolist.h \ 1951 $(SOPHYAINCP)pimenubarx.h \ 1952 $(SOPHYAINCP)pimenubargen.h \ 1953 $(SOPHYAINCP)pimenux.h \ 1954 $(SOPHYAINCP)pimenugen.h \ 1955 $(SOPHYAINCP)picons.h \ 1956 $(SOPHYAINCP)pistdwdgx.h \ 1957 $(SOPHYAINCP)pistdwdggen.h \ 1958 $(SOPHYAINCP)pibwdgx.h \ 1959 $(SOPHYAINCP)pibwdggen.h \ 1960 $(SOPHYAINCP)picmap.h \ 1961 $(SOPHYAINCP)picmapx.h \ 1962 $(SOPHYAINCP)picmapgen.h \ 1963 $(SOPHYAINCP)pigraphx.h \ 1964 $(SOPHYAINCP)pigraphgen.h \ 1965 $(SOPHYAINCP)pifontx.h \ 1966 $(SOPHYAINCP)pifontgen.h \ 1967 $(SOPHYAINCP)pigrcoord.h \ 1968 $(SOPHYAINCP)pilineatt.h \ 1969 $(SOPHYAINCP)pigraphuc.h \ 1970 $(SOPHYAINCP)pievthandler.h \ 1971 $(SOPHYAINCP)psfile.h \ 1972 $(SOPHYAINCP)pigraphps.h \ 1973 $(SOPHYAINCP)sopnamsp.h pihisto2d.h \ 1974 $(SOPHYAINCP)pimenux.h \ 1975 $(SOPHYAINCP)pimenubarx.h \ 1976 $(SOPHYAINCP)pioptmenux.h \ 1977 $(SOPHYAINCP)pioptmenugen.h \ 1978 $(SOPHYAINCP)histos2.h \ 1979 $(SOPHYAINCP)peida.h \ 1980 $(SOPHYAINCP)utils.h \ 1981 $(SOPHYAINCP)perrors.h \ 1982 $(SOPHYAINCP)pexceptions.h \ 1983 $(SOPHYAINCP)fmath.h \ 1984 $(SOPHYAINCP)histos.h \ 1985 $(SOPHYAINCP)objfio.h \ 1986 $(SOPHYAINCP)anydataobj.h \ 1987 $(SOPHYAINCP)ppersist.h \ 1988 $(SOPHYAINCP)gnumd5.h \ 1989 $(SOPHYAINCP)ppfbinstream.h \ 1990 $(SOPHYAINCP)rawstream.h \ 1991 $(SOPHYAINCP)ppfnametag.h \ 1992 $(SOPHYAINCP)tvector.h \ 1993 $(SOPHYAINCP)tmatrix.h \ 1994 $(SOPHYAINCP)tarray.h \ 1995 $(SOPHYAINCP)basarr.h \ 1996 $(SOPHYAINCP)mutyv.h \ 1997 $(SOPHYAINCP)timestamp.h \ 1470 1998 $(SOPHYAINCP)dvlist.h \ 1471 1999 $(SOPHYAINCP)ndatablock.h \ … … 1474 2002 $(SOPHYAINCP)tvector_tsnl.h \ 1475 2003 $(SOPHYAINCP)pidrawer.h \ 1476 $(SOPHYAINCP)pibwdggen.h \ 1477 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1478 $(SOPHYAINCP)piwdggen.h \ 1479 $(SOPHYAINCP)pimsghandler.h \ 1480 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1481 $(SOPHYAINCP)picmapx.h \ 1482 $(SOPHYAINCP)picmapgen.h \ 1483 $(SOPHYAINCP)pigraphx.h \ 1484 $(SOPHYAINCP)pigraphgen.h \ 1485 $(SOPHYAINCP)pifontx.h \ 1486 $(SOPHYAINCP)pifontgen.h \ 1487 $(SOPHYAINCP)pigrcoord.h \ 1488 $(SOPHYAINCP)pilineatt.h \ 1489 $(SOPHYAINCP)pigraphuc.h \ 1490 $(SOPHYAINCP)pievthandler.h \ 1491 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1492 $(SOPHYAINCP)piaxes.h $(SOPHYAINCP)hisprof.h 1493 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pihisto.cc 1494 1495 $(SOPHYAOBJP)pihisto2d.o: pihisto2d.cc $(SOPHYAINCP)pisysdep.h \ 1496 $(SOPHYAINCP)machdefs.h \ 1497 $(SOPHYAINCP)osx_values.h \ 1498 $(SOPHYAINCP)piapplx.h \ 1499 $(SOPHYAINCP)piapplgen.h \ 1500 $(SOPHYAINCP)pimsghandler.h \ 1501 $(SOPHYAINCP)picontainerx.h \ 1502 $(SOPHYAINCP)picontainergen.h \ 1503 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 1504 $(SOPHYAINCP)picolist.h \ 1505 $(SOPHYAINCP)pimenubarx.h \ 1506 $(SOPHYAINCP)pimenubargen.h \ 1507 $(SOPHYAINCP)pimenux.h \ 1508 $(SOPHYAINCP)pimenugen.h \ 1509 $(SOPHYAINCP)picons.h \ 1510 $(SOPHYAINCP)pistdwdgx.h \ 1511 $(SOPHYAINCP)pistdwdggen.h \ 1512 $(SOPHYAINCP)pibwdgx.h \ 1513 $(SOPHYAINCP)pibwdggen.h \ 1514 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 1515 $(SOPHYAINCP)picmapgen.h \ 1516 $(SOPHYAINCP)pigraphx.h \ 1517 $(SOPHYAINCP)pigraphgen.h \ 1518 $(SOPHYAINCP)pifontx.h \ 1519 $(SOPHYAINCP)pifontgen.h \ 1520 $(SOPHYAINCP)pigrcoord.h \ 1521 $(SOPHYAINCP)pilineatt.h \ 1522 $(SOPHYAINCP)pigraphuc.h \ 1523 $(SOPHYAINCP)pievthandler.h \ 1524 $(SOPHYAINCP)psfile.h \ 1525 $(SOPHYAINCP)pigraphps.h \ 1526 $(SOPHYAINCP)sopnamsp.h pihisto2d.h \ 1527 $(SOPHYAINCP)pioptmenux.h \ 1528 $(SOPHYAINCP)pioptmenugen.h \ 1529 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)peida.h \ 1530 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 1531 $(SOPHYAINCP)pexceptions.h \ 1532 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)histos.h \ 1533 $(SOPHYAINCP)objfio.h \ 1534 $(SOPHYAINCP)anydataobj.h \ 1535 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 1536 $(SOPHYAINCP)ppfbinstream.h \ 1537 $(SOPHYAINCP)rawstream.h \ 1538 $(SOPHYAINCP)ppfnametag.h \ 1539 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1540 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1541 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 2004 $(SOPHYAINCP)pigratt.h \ 2005 $(SOPHYAINCP)piaxes.h \ 2006 $(SOPHYAINCP)piscdrawwdg.h \ 2007 $(SOPHYAINCP)piwindowx.h \ 2008 $(SOPHYAINCP)piwindowgen.h \ 2009 $(SOPHYAINCP)pidrawer.h \ 2010 $(SOPHYAINCP)pieldrw.h \ 2011 $(SOPHYAINCP)nbrandom.h \ 2012 $(SOPHYAINCP)srandgen.h 2013 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pihisto2d.cc 2014 2015 $(SOPHYAOBJP)pihisto.o: pihisto.cc \ 2016 $(SOPHYAINCP)sopnamsp.h pihisto.h \ 2017 $(SOPHYAINCP)histos.h \ 2018 $(SOPHYAINCP)objfio.h \ 2019 $(SOPHYAINCP)machdefs.h \ 2020 $(SOPHYAINCP)anydataobj.h \ 2021 $(SOPHYAINCP)ppersist.h \ 2022 $(SOPHYAINCP)pexceptions.h \ 2023 $(SOPHYAINCP)gnumd5.h \ 2024 $(SOPHYAINCP)ppfbinstream.h \ 2025 $(SOPHYAINCP)rawstream.h \ 2026 $(SOPHYAINCP)ppfnametag.h \ 2027 $(SOPHYAINCP)peida.h \ 2028 $(SOPHYAINCP)utils.h \ 2029 $(SOPHYAINCP)perrors.h \ 2030 $(SOPHYAINCP)fmath.h \ 2031 $(SOPHYAINCP)tvector.h \ 2032 $(SOPHYAINCP)tmatrix.h \ 2033 $(SOPHYAINCP)tarray.h \ 2034 $(SOPHYAINCP)basarr.h \ 2035 $(SOPHYAINCP)mutyv.h \ 2036 $(SOPHYAINCP)timestamp.h \ 1542 2037 $(SOPHYAINCP)dvlist.h \ 1543 2038 $(SOPHYAINCP)ndatablock.h \ … … 1546 2041 $(SOPHYAINCP)tvector_tsnl.h \ 1547 2042 $(SOPHYAINCP)pidrawer.h \ 1548 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 1549 $(SOPHYAINCP)piscdrawwdg.h \ 1550 $(SOPHYAINCP)piwindowx.h \ 1551 $(SOPHYAINCP)piwindowgen.h \ 1552 $(SOPHYAINCP)pieldrw.h \ 1553 $(SOPHYAINCP)nbrandom.h \ 1554 $(SOPHYAINCP)srandgen.h 1555 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pihisto2d.cc 2043 $(SOPHYAINCP)pibwdggen.h \ 2044 $(SOPHYAINCP)pisysdep.h \ 2045 $(SOPHYAINCP)piwdgx.h \ 2046 $(SOPHYAINCP)piwdggen.h \ 2047 $(SOPHYAINCP)pimsghandler.h \ 2048 $(SOPHYAINCP)picolist.h \ 2049 $(SOPHYAINCP)picmap.h \ 2050 $(SOPHYAINCP)picmapx.h \ 2051 $(SOPHYAINCP)picmapgen.h \ 2052 $(SOPHYAINCP)pigraphx.h \ 2053 $(SOPHYAINCP)pigraphgen.h \ 2054 $(SOPHYAINCP)pifontx.h \ 2055 $(SOPHYAINCP)pifontgen.h \ 2056 $(SOPHYAINCP)pigrcoord.h \ 2057 $(SOPHYAINCP)pilineatt.h \ 2058 $(SOPHYAINCP)pigraphuc.h \ 2059 $(SOPHYAINCP)pievthandler.h \ 2060 $(SOPHYAINCP)psfile.h \ 2061 $(SOPHYAINCP)pigratt.h \ 2062 $(SOPHYAINCP)piaxes.h \ 2063 $(SOPHYAINCP)hisprof.h \ 2064 $(SOPHYAINCP)histos.h 2065 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pihisto.cc 1556 2066 1557 2067 $(SOPHYAOBJP)piinit.o: piinit.cc $(SOPHYAINCP)sopnamsp.h \ 1558 $(SOPHYAINCP)machdefs.h \ 1559 $(SOPHYAINCP)osx_values.h piinit.h \ 2068 $(SOPHYAINCP)machdefs.h piinit.h \ 1560 2069 $(SOPHYAINCP)sambainit.h \ 1561 2070 $(SOPHYAINCP)skymapinit.h \ 1562 2071 $(SOPHYAINCP)sophyainit.h \ 2072 $(SOPHYAINCP)machdefs.h \ 1563 2073 $(SOPHYAINCP)ntoolsinit.h \ 1564 2074 $(SOPHYAINCP)tarrinit.h pistdimgapp.h \ … … 1567 2077 $(SOPHYAINCP)piapplgen.h \ 1568 2078 $(SOPHYAINCP)pimsghandler.h \ 2079 $(SOPHYAINCP)pisysdep.h \ 1569 2080 $(SOPHYAINCP)picontainerx.h \ 1570 2081 $(SOPHYAINCP)picontainergen.h \ 1571 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 2082 $(SOPHYAINCP)piwdgx.h \ 2083 $(SOPHYAINCP)piwdggen.h \ 1572 2084 $(SOPHYAINCP)picolist.h \ 1573 2085 $(SOPHYAINCP)pimenubarx.h \ … … 1580 2092 $(SOPHYAINCP)pibwdgx.h \ 1581 2093 $(SOPHYAINCP)pibwdggen.h \ 1582 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 2094 $(SOPHYAINCP)picmap.h \ 2095 $(SOPHYAINCP)picmapx.h \ 1583 2096 $(SOPHYAINCP)picmapgen.h \ 1584 2097 $(SOPHYAINCP)pigraphx.h \ … … 1594 2107 $(SOPHYAINCP)piwindowx.h \ 1595 2108 $(SOPHYAINCP)piwindowgen.h \ 2109 $(SOPHYAINCP)pimenux.h \ 1596 2110 $(SOPHYAINCP)pioptmenux.h \ 1597 2111 $(SOPHYAINCP)pioptmenugen.h \ 2112 $(SOPHYAINCP)pistdwdgx.h \ 1598 2113 $(SOPHYAINCP)pifilechox.h \ 1599 2114 $(SOPHYAINCP)pifilechogen.h \ 2115 $(SOPHYAINCP)piwindowx.h \ 1600 2116 $(SOPHYAINCP)piperiodx.h \ 1601 2117 $(SOPHYAINCP)periodic.h \ 2118 $(SOPHYAINCP)picons.h \ 1602 2119 $(SOPHYAINCP)piimage.h \ 1603 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 2120 $(SOPHYAINCP)parradapter.h \ 2121 $(SOPHYAINCP)lut.h \ 1604 2122 $(SOPHYAINCP)pieldrw.h \ 1605 2123 $(SOPHYAINCP)pidrawer.h \ 1606 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 2124 $(SOPHYAINCP)pigratt.h \ 2125 $(SOPHYAINCP)piaxes.h \ 1607 2126 $(SOPHYAINCP)pipixmapx.h \ 1608 2127 $(SOPHYAINCP)pipixmapgen.h \ 1609 2128 $(SOPHYAINCP)picmapview.h \ 1610 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 2129 $(SOPHYAINCP)pi3dwdg.h \ 2130 $(SOPHYAINCP)pi3ddrw.h \ 1611 2131 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1612 2132 $(SOPHYAINCP)anydataobj.h \ … … 1617 2137 $(SOPHYAINCP)rawstream.h \ 1618 2138 $(SOPHYAINCP)ppfnametag.h \ 1619 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 1620 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1621 dlftypes.h piacmd.h $(SOPHYAINCP)commander.h \ 1622 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)ctimer.h \ 2139 $(SOPHYAINCP)ppersist.h \ 2140 $(SOPHYAINCP)dvlist.h \ 2141 $(SOPHYAINCP)objfio.h \ 2142 $(SOPHYAINCP)anydataobj.h \ 2143 $(SOPHYAINCP)mutyv.h \ 2144 $(SOPHYAINCP)timestamp.h dlftypes.h \ 2145 piacmd.h $(SOPHYAINCP)commander.h \ 2146 $(SOPHYAINCP)pdlmgr.h \ 2147 $(SOPHYAINCP)dvlist.h \ 2148 $(SOPHYAINCP)ctimer.h \ 1623 2149 $(SOPHYAINCP)zthread.h pisiadw.h \ 1624 2150 $(SOPHYAINCP)pilistx.h \ 1625 2151 $(SOPHYAINCP)pilistgen.h \ 1626 2152 $(SOPHYAINCP)pistzwin.h \ 2153 $(SOPHYAINCP)piperiodx.h \ 1627 2154 $(SOPHYAINCP)pitherm.h \ 1628 $(SOPHYAINCP)resusage.h servnobjm.h nomhistadapter.h \ 1629 nomgadapter.h $(SOPHYAINCP)ntupintf.h \ 2155 $(SOPHYAINCP)resusage.h servnobjm.h \ 2156 $(SOPHYAINCP)pdlmgr.h nomhistadapter.h \ 2157 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 2158 $(SOPHYAINCP)parradapter.h \ 2159 $(SOPHYAINCP)ntupintf.h \ 1630 2160 $(SOPHYAINCP)generalfit.h \ 1631 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1632 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 2161 $(SOPHYAINCP)tvector.h \ 2162 $(SOPHYAINCP)tmatrix.h \ 2163 $(SOPHYAINCP)tarray.h \ 2164 $(SOPHYAINCP)basarr.h \ 1633 2165 $(SOPHYAINCP)ndatablock.h \ 1634 2166 $(SOPHYAINCP)utilarr.h \ … … 1636 2168 $(SOPHYAINCP)tvector_tsnl.h \ 1637 2169 $(SOPHYAINCP)generaldata.h \ 1638 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 1639 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 1640 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)histos.h \ 1641 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)hisprof.h \ 1642 $(SOPHYAINCP)histerr.h $(SOPHYAINCP)ntuple.h \ 2170 $(SOPHYAINCP)ntupintf.h \ 2171 $(SOPHYAINCP)poly.h \ 2172 $(SOPHYAINCP)peida.h \ 2173 $(SOPHYAINCP)utils.h \ 2174 $(SOPHYAINCP)perrors.h \ 2175 $(SOPHYAINCP)fmath.h \ 2176 $(SOPHYAINCP)histos.h \ 2177 $(SOPHYAINCP)histos2.h \ 2178 $(SOPHYAINCP)histos.h \ 2179 $(SOPHYAINCP)hisprof.h \ 2180 $(SOPHYAINCP)histerr.h \ 2181 $(SOPHYAINCP)ntuple.h \ 1643 2182 $(SOPHYAINCP)xntuple.h \ 1644 2183 $(SOPHYAINCP)basedtable.h \ 1645 $(SOPHYAINCP)segdatablock.h nomgfdadapter.h \ 1646 nomimagadapter.h $(SOPHYAINCP)cimage.h \ 1647 $(SOPHYAINCP)fioarr.h nomtmatvecadapter.h nomtarradapter.h \ 2184 $(SOPHYAINCP)segdatablock.h \ 2185 nomgfdadapter.h nomimagadapter.h \ 2186 $(SOPHYAINCP)cimage.h \ 2187 $(SOPHYAINCP)fioarr.h nomtmatvecadapter.h \ 2188 $(SOPHYAINCP)tmatrix.h \ 2189 $(SOPHYAINCP)generaldata.h \ 2190 nomtarradapter.h $(SOPHYAINCP)tarray.h \ 1648 2191 $(SOPHYAINCP)datatable.h \ 2192 $(SOPHYAINCP)basedtable.h \ 1649 2193 $(SOPHYAINCP)swppfdtable.h \ 1650 2194 $(SOPHYAINCP)swsegdb.h \ 1651 2195 $(SOPHYAINCP)ppfswapper.h \ 1652 $(SOPHYAINCP)ppftpointerio.h nomskymapadapter.h\1653 $(SOPHYAINCP)pixelmap.h \2196 $(SOPHYAINCP)ppftpointerio.h \ 2197 nomskymapadapter.h $(SOPHYAINCP)pixelmap.h \ 1654 2198 $(SOPHYAINCP)spherepos.h \ 1655 2199 $(SOPHYAINCP)unitvector.h \ … … 1657 2201 $(SOPHYAINCP)longlat.h \ 1658 2202 $(SOPHYAINCP)utilgeom.h \ 2203 $(SOPHYAINCP)datatype.h \ 1659 2204 $(SOPHYAINCP)spherethetaphi.h \ 1660 2205 $(SOPHYAINCP)sphericalmap.h \ 1661 2206 $(SOPHYAINCP)smathconst.h \ 2207 $(SOPHYAINCP)pixelmap.h \ 1662 2208 $(SOPHYAINCP)spherehealpix.h \ 1663 2209 $(SOPHYAINCP)HEALPixUtils.h \ … … 1666 2212 $(SOPHYAINCP)specrespvector.h \ 1667 2213 $(SOPHYAINCP)specresp.h \ 1668 $(SOPHYAINCP)gaussfilt.h nomspecrespadapter.h 2214 $(SOPHYAINCP)gaussfilt.h \ 2215 nomspecrespadapter.h \ 2216 $(SOPHYAINCP)specresp.h 1669 2217 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piinit.cc 1670 2218 1671 $(SOPHYAOBJP)pintup3d.o: pintup3d.cc $(SOPHYAINCP)sopnamsp.h pintup3d.h\1672 $(SOPHYAINCP) ntupintf.h \1673 $(SOPHYAINCP) machdefs.h \1674 $(SOPHYAINCP) osx_values.h \2219 $(SOPHYAOBJP)pintup3d.o: pintup3d.cc \ 2220 $(SOPHYAINCP)sopnamsp.h pintup3d.h \ 2221 $(SOPHYAINCP)ntupintf.h \ 2222 $(SOPHYAINCP)machdefs.h \ 1675 2223 $(SOPHYAINCP)pi3ddrw.h \ 1676 2224 $(SOPHYAINCP)pisysdep.h \ 1677 2225 $(SOPHYAINCP)pidrawer.h \ 1678 2226 $(SOPHYAINCP)pibwdggen.h \ 1679 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 1680 $(SOPHYAINCP)pimsghandler.h \ 1681 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1682 $(SOPHYAINCP)picmapx.h \ 1683 $(SOPHYAINCP)picmapgen.h \ 1684 $(SOPHYAINCP)pigraphx.h \ 1685 $(SOPHYAINCP)pigraphgen.h \ 1686 $(SOPHYAINCP)pifontx.h \ 1687 $(SOPHYAINCP)pifontgen.h \ 1688 $(SOPHYAINCP)pigrcoord.h \ 1689 $(SOPHYAINCP)pilineatt.h \ 1690 $(SOPHYAINCP)pigraphuc.h \ 1691 $(SOPHYAINCP)pievthandler.h \ 1692 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1693 $(SOPHYAINCP)piaxes.h $(SOPHYAINCP)pieldrw.h \ 2227 $(SOPHYAINCP)piwdgx.h \ 2228 $(SOPHYAINCP)piwdggen.h \ 2229 $(SOPHYAINCP)pimsghandler.h \ 2230 $(SOPHYAINCP)picolist.h \ 2231 $(SOPHYAINCP)picmap.h \ 2232 $(SOPHYAINCP)picmapx.h \ 2233 $(SOPHYAINCP)picmapgen.h \ 2234 $(SOPHYAINCP)pigraphx.h \ 2235 $(SOPHYAINCP)pigraphgen.h \ 2236 $(SOPHYAINCP)pifontx.h \ 2237 $(SOPHYAINCP)pifontgen.h \ 2238 $(SOPHYAINCP)pigrcoord.h \ 2239 $(SOPHYAINCP)pilineatt.h \ 2240 $(SOPHYAINCP)pigraphuc.h \ 2241 $(SOPHYAINCP)pievthandler.h \ 2242 $(SOPHYAINCP)psfile.h \ 2243 $(SOPHYAINCP)pigratt.h \ 2244 $(SOPHYAINCP)piaxes.h \ 2245 $(SOPHYAINCP)pieldrw.h \ 1694 2246 $(SOPHYAINCP)pigraph3d.h 1695 2247 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pintup3d.cc 1696 2248 1697 $(SOPHYAOBJP)pintuple.o: pintuple.cc $(SOPHYAINCP)sopnamsp.h pintuple.h \ 1698 $(SOPHYAINCP)ntupintf.h \ 1699 $(SOPHYAINCP)machdefs.h \ 1700 $(SOPHYAINCP)osx_values.h \ 1701 $(SOPHYAINCP)pidrawer.h \ 1702 $(SOPHYAINCP)pibwdggen.h \ 1703 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1704 $(SOPHYAINCP)piwdggen.h \ 1705 $(SOPHYAINCP)pimsghandler.h \ 1706 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1707 $(SOPHYAINCP)picmapx.h \ 1708 $(SOPHYAINCP)picmapgen.h \ 1709 $(SOPHYAINCP)pigraphx.h \ 1710 $(SOPHYAINCP)pigraphgen.h \ 1711 $(SOPHYAINCP)pifontx.h \ 1712 $(SOPHYAINCP)pifontgen.h \ 1713 $(SOPHYAINCP)pigrcoord.h \ 1714 $(SOPHYAINCP)pilineatt.h \ 1715 $(SOPHYAINCP)pigraphuc.h \ 1716 $(SOPHYAINCP)pievthandler.h \ 1717 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 2249 $(SOPHYAOBJP)pintuple.o: pintuple.cc \ 2250 $(SOPHYAINCP)sopnamsp.h pintuple.h \ 2251 $(SOPHYAINCP)ntupintf.h \ 2252 $(SOPHYAINCP)machdefs.h \ 2253 $(SOPHYAINCP)pidrawer.h \ 2254 $(SOPHYAINCP)pibwdggen.h \ 2255 $(SOPHYAINCP)pisysdep.h \ 2256 $(SOPHYAINCP)piwdgx.h \ 2257 $(SOPHYAINCP)piwdggen.h \ 2258 $(SOPHYAINCP)pimsghandler.h \ 2259 $(SOPHYAINCP)picolist.h \ 2260 $(SOPHYAINCP)picmap.h \ 2261 $(SOPHYAINCP)picmapx.h \ 2262 $(SOPHYAINCP)picmapgen.h \ 2263 $(SOPHYAINCP)pigraphx.h \ 2264 $(SOPHYAINCP)pigraphgen.h \ 2265 $(SOPHYAINCP)pifontx.h \ 2266 $(SOPHYAINCP)pifontgen.h \ 2267 $(SOPHYAINCP)pigrcoord.h \ 2268 $(SOPHYAINCP)pilineatt.h \ 2269 $(SOPHYAINCP)pigraphuc.h \ 2270 $(SOPHYAINCP)pievthandler.h \ 2271 $(SOPHYAINCP)psfile.h \ 2272 $(SOPHYAINCP)pigratt.h \ 1718 2273 $(SOPHYAINCP)piaxes.h 1719 2274 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pintuple.cc 1720 2275 1721 $(SOPHYAOBJP)pipodrw.o: pipodrw.cc $(SOPHYAINCP)sopnamsp.h pipodrw.h \ 1722 $(SOPHYAINCP)machdefs.h \ 1723 $(SOPHYAINCP)osx_values.h \ 1724 $(SOPHYAINCP)pidrawer.h \ 1725 $(SOPHYAINCP)pibwdggen.h \ 1726 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1727 $(SOPHYAINCP)piwdggen.h \ 1728 $(SOPHYAINCP)pimsghandler.h \ 1729 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1730 $(SOPHYAINCP)picmapx.h \ 1731 $(SOPHYAINCP)picmapgen.h \ 1732 $(SOPHYAINCP)pigraphx.h \ 1733 $(SOPHYAINCP)pigraphgen.h \ 1734 $(SOPHYAINCP)pifontx.h \ 1735 $(SOPHYAINCP)pifontgen.h \ 1736 $(SOPHYAINCP)pigrcoord.h \ 1737 $(SOPHYAINCP)pilineatt.h \ 1738 $(SOPHYAINCP)pigraphuc.h \ 1739 $(SOPHYAINCP)pievthandler.h \ 1740 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1741 $(SOPHYAINCP)piaxes.h \ 1742 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1743 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)peida.h \ 1744 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 1745 $(SOPHYAINCP)pexceptions.h \ 1746 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)histos.h \ 1747 $(SOPHYAINCP)objfio.h \ 1748 $(SOPHYAINCP)anydataobj.h \ 1749 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 1750 $(SOPHYAINCP)ppfbinstream.h \ 1751 $(SOPHYAINCP)rawstream.h \ 1752 $(SOPHYAINCP)ppfnametag.h \ 1753 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1754 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1755 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 2276 $(SOPHYAOBJP)pipodrw.o: pipodrw.cc \ 2277 $(SOPHYAINCP)sopnamsp.h pipodrw.h \ 2278 $(SOPHYAINCP)machdefs.h \ 2279 $(SOPHYAINCP)pidrawer.h \ 2280 $(SOPHYAINCP)pibwdggen.h \ 2281 $(SOPHYAINCP)pisysdep.h \ 2282 $(SOPHYAINCP)machdefs.h \ 2283 $(SOPHYAINCP)piwdgx.h \ 2284 $(SOPHYAINCP)piwdggen.h \ 2285 $(SOPHYAINCP)pimsghandler.h \ 2286 $(SOPHYAINCP)picolist.h \ 2287 $(SOPHYAINCP)picmap.h \ 2288 $(SOPHYAINCP)picmapx.h \ 2289 $(SOPHYAINCP)picmapgen.h \ 2290 $(SOPHYAINCP)pigraphx.h \ 2291 $(SOPHYAINCP)pigraphgen.h \ 2292 $(SOPHYAINCP)pifontx.h \ 2293 $(SOPHYAINCP)pifontgen.h \ 2294 $(SOPHYAINCP)pigrcoord.h \ 2295 $(SOPHYAINCP)pilineatt.h \ 2296 $(SOPHYAINCP)pigraphuc.h \ 2297 $(SOPHYAINCP)pievthandler.h \ 2298 $(SOPHYAINCP)psfile.h \ 2299 $(SOPHYAINCP)pigratt.h \ 2300 $(SOPHYAINCP)piaxes.h \ 2301 $(SOPHYAINCP)parradapter.h \ 2302 $(SOPHYAINCP)lut.h \ 2303 $(SOPHYAINCP)histos2.h \ 2304 $(SOPHYAINCP)peida.h \ 2305 $(SOPHYAINCP)utils.h \ 2306 $(SOPHYAINCP)perrors.h \ 2307 $(SOPHYAINCP)pexceptions.h \ 2308 $(SOPHYAINCP)fmath.h \ 2309 $(SOPHYAINCP)histos.h \ 2310 $(SOPHYAINCP)objfio.h \ 2311 $(SOPHYAINCP)anydataobj.h \ 2312 $(SOPHYAINCP)ppersist.h \ 2313 $(SOPHYAINCP)gnumd5.h \ 2314 $(SOPHYAINCP)ppfbinstream.h \ 2315 $(SOPHYAINCP)rawstream.h \ 2316 $(SOPHYAINCP)ppfnametag.h \ 2317 $(SOPHYAINCP)tvector.h \ 2318 $(SOPHYAINCP)tmatrix.h \ 2319 $(SOPHYAINCP)tarray.h \ 2320 $(SOPHYAINCP)basarr.h \ 2321 $(SOPHYAINCP)mutyv.h \ 2322 $(SOPHYAINCP)timestamp.h \ 1756 2323 $(SOPHYAINCP)dvlist.h \ 1757 2324 $(SOPHYAINCP)ndatablock.h \ … … 1761 2328 $(SOPHYAINCP)generalfit.h \ 1762 2329 $(SOPHYAINCP)generaldata.h \ 1763 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)poly.h 2330 $(SOPHYAINCP)ntupintf.h \ 2331 $(SOPHYAINCP)poly.h 1764 2332 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pipodrw.cc 1765 2333 1766 $(SOPHYAOBJP)pisiadw.o: pisiadw.cc $(SOPHYAINCP)sopnamsp.h\1767 $(SOPHYAINCP) machdefs.h \1768 $(SOPHYAINCP) osx_values.h \2334 $(SOPHYAOBJP)pisiadw.o: pisiadw.cc \ 2335 $(SOPHYAINCP)sopnamsp.h \ 2336 $(SOPHYAINCP)machdefs.h \ 1769 2337 $(SOPHYAINCP)perrors.h \ 1770 2338 $(SOPHYAINCP)pexceptions.h \ 1771 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)nbmath.h \ 2339 $(SOPHYAINCP)machdefs.h \ 2340 $(SOPHYAINCP)ctimer.h \ 2341 $(SOPHYAINCP)nbmath.h \ 1772 2342 $(SOPHYAINCP)smathconst.h pistdimgapp.h \ 1773 2343 $(SOPHYAINCP)pisysdep.h \ … … 1775 2345 $(SOPHYAINCP)piapplgen.h \ 1776 2346 $(SOPHYAINCP)pimsghandler.h \ 2347 $(SOPHYAINCP)pisysdep.h \ 1777 2348 $(SOPHYAINCP)picontainerx.h \ 1778 2349 $(SOPHYAINCP)picontainergen.h \ 1779 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 2350 $(SOPHYAINCP)piwdgx.h \ 2351 $(SOPHYAINCP)piwdggen.h \ 1780 2352 $(SOPHYAINCP)picolist.h \ 1781 2353 $(SOPHYAINCP)pimenubarx.h \ … … 1788 2360 $(SOPHYAINCP)pibwdgx.h \ 1789 2361 $(SOPHYAINCP)pibwdggen.h \ 1790 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 2362 $(SOPHYAINCP)picmap.h \ 2363 $(SOPHYAINCP)picmapx.h \ 1791 2364 $(SOPHYAINCP)picmapgen.h \ 1792 2365 $(SOPHYAINCP)pigraphx.h \ … … 1802 2375 $(SOPHYAINCP)piwindowx.h \ 1803 2376 $(SOPHYAINCP)piwindowgen.h \ 2377 $(SOPHYAINCP)pimenux.h \ 1804 2378 $(SOPHYAINCP)pioptmenux.h \ 1805 2379 $(SOPHYAINCP)pioptmenugen.h \ 2380 $(SOPHYAINCP)pistdwdgx.h \ 1806 2381 $(SOPHYAINCP)pifilechox.h \ 1807 2382 $(SOPHYAINCP)pifilechogen.h \ 2383 $(SOPHYAINCP)piwindowx.h \ 1808 2384 $(SOPHYAINCP)piperiodx.h \ 1809 2385 $(SOPHYAINCP)periodic.h \ 2386 $(SOPHYAINCP)picons.h \ 1810 2387 $(SOPHYAINCP)piimage.h \ 1811 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 2388 $(SOPHYAINCP)parradapter.h \ 2389 $(SOPHYAINCP)lut.h \ 1812 2390 $(SOPHYAINCP)pieldrw.h \ 1813 2391 $(SOPHYAINCP)pidrawer.h \ 1814 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 2392 $(SOPHYAINCP)pigratt.h \ 2393 $(SOPHYAINCP)piaxes.h \ 1815 2394 $(SOPHYAINCP)pipixmapx.h \ 1816 2395 $(SOPHYAINCP)pipixmapgen.h \ 1817 2396 $(SOPHYAINCP)picmapview.h \ 1818 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 2397 $(SOPHYAINCP)pi3dwdg.h \ 2398 $(SOPHYAINCP)pi3ddrw.h \ 1819 2399 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1820 2400 $(SOPHYAINCP)anydataobj.h \ 1821 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 1822 $(SOPHYAINCP)ppfbinstream.h \ 1823 $(SOPHYAINCP)rawstream.h \ 1824 $(SOPHYAINCP)ppfnametag.h \ 1825 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 1826 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1827 dlftypes.h piacmd.h $(SOPHYAINCP)commander.h \ 1828 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)zthread.h \ 1829 pisiadw.h $(SOPHYAINCP)pilistx.h \ 2401 $(SOPHYAINCP)ppersist.h \ 2402 $(SOPHYAINCP)gnumd5.h \ 2403 $(SOPHYAINCP)ppfbinstream.h \ 2404 $(SOPHYAINCP)rawstream.h \ 2405 $(SOPHYAINCP)ppfnametag.h \ 2406 $(SOPHYAINCP)ppersist.h \ 2407 $(SOPHYAINCP)dvlist.h \ 2408 $(SOPHYAINCP)objfio.h \ 2409 $(SOPHYAINCP)anydataobj.h \ 2410 $(SOPHYAINCP)mutyv.h \ 2411 $(SOPHYAINCP)timestamp.h dlftypes.h \ 2412 piacmd.h $(SOPHYAINCP)commander.h \ 2413 $(SOPHYAINCP)pdlmgr.h \ 2414 $(SOPHYAINCP)dvlist.h \ 2415 $(SOPHYAINCP)ctimer.h \ 2416 $(SOPHYAINCP)zthread.h pisiadw.h \ 2417 $(SOPHYAINCP)pilistx.h \ 1830 2418 $(SOPHYAINCP)pilistgen.h \ 1831 2419 $(SOPHYAINCP)pistzwin.h \ 2420 $(SOPHYAINCP)piperiodx.h \ 1832 2421 $(SOPHYAINCP)pitherm.h \ 1833 $(SOPHYAINCP)resusage.h servnobjm.h 2422 $(SOPHYAINCP)resusage.h servnobjm.h \ 2423 $(SOPHYAINCP)pdlmgr.h 1834 2424 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pisiadw.cc 1835 2425 1836 $(SOPHYAOBJP)pistdimgapp.o: pistdimgapp.cc $(SOPHYAINCP)sopnamsp.h \ 1837 $(SOPHYAINCP)machdefs.h \ 1838 $(SOPHYAINCP)osx_values.h \ 1839 $(SOPHYAINCP)strutil.h $(SOPHYAINCP)timing.h \ 2426 $(SOPHYAOBJP)pistdimgapp.o: pistdimgapp.cc \ 2427 $(SOPHYAINCP)sopnamsp.h \ 2428 $(SOPHYAINCP)machdefs.h \ 2429 $(SOPHYAINCP)strutil.h \ 2430 $(SOPHYAINCP)timing.h \ 1840 2431 $(SOPHYAINCP)perrors.h \ 1841 2432 $(SOPHYAINCP)pexceptions.h \ 1842 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)psighand.h \ 1843 $(SOPHYAINCP)cimage.h $(SOPHYAINCP)tmatrix.h \ 1844 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1845 $(SOPHYAINCP)anydataobj.h \ 1846 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1847 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \ 2433 $(SOPHYAINCP)machdefs.h \ 2434 $(SOPHYAINCP)ctimer.h \ 2435 $(SOPHYAINCP)psighand.h \ 2436 $(SOPHYAINCP)cimage.h \ 2437 $(SOPHYAINCP)tmatrix.h \ 2438 $(SOPHYAINCP)tarray.h \ 2439 $(SOPHYAINCP)basarr.h \ 2440 $(SOPHYAINCP)anydataobj.h \ 2441 $(SOPHYAINCP)mutyv.h \ 2442 $(SOPHYAINCP)timestamp.h \ 2443 $(SOPHYAINCP)objfio.h \ 2444 $(SOPHYAINCP)ppersist.h \ 1848 2445 $(SOPHYAINCP)gnumd5.h \ 1849 2446 $(SOPHYAINCP)ppfbinstream.h \ … … 1854 2451 $(SOPHYAINCP)utilarr.h \ 1855 2452 $(SOPHYAINCP)tmatrix_tsnl.h \ 1856 $(SOPHYAINCP)fioarr.h $(SOPHYAINCP)tvector.h \ 2453 $(SOPHYAINCP)fioarr.h \ 2454 $(SOPHYAINCP)tvector.h \ 1857 2455 $(SOPHYAINCP)tvector_tsnl.h pistdimgapp.h \ 1858 2456 $(SOPHYAINCP)pisysdep.h \ … … 1860 2458 $(SOPHYAINCP)piapplgen.h \ 1861 2459 $(SOPHYAINCP)pimsghandler.h \ 2460 $(SOPHYAINCP)pisysdep.h \ 1862 2461 $(SOPHYAINCP)picontainerx.h \ 1863 2462 $(SOPHYAINCP)picontainergen.h \ 1864 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 2463 $(SOPHYAINCP)piwdgx.h \ 2464 $(SOPHYAINCP)piwdggen.h \ 1865 2465 $(SOPHYAINCP)picolist.h \ 1866 2466 $(SOPHYAINCP)pimenubarx.h \ … … 1873 2473 $(SOPHYAINCP)pibwdgx.h \ 1874 2474 $(SOPHYAINCP)pibwdggen.h \ 1875 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 2475 $(SOPHYAINCP)picmap.h \ 2476 $(SOPHYAINCP)picmapx.h \ 1876 2477 $(SOPHYAINCP)picmapgen.h \ 1877 2478 $(SOPHYAINCP)pigraphx.h \ … … 1887 2488 $(SOPHYAINCP)piwindowx.h \ 1888 2489 $(SOPHYAINCP)piwindowgen.h \ 2490 $(SOPHYAINCP)pimenux.h \ 1889 2491 $(SOPHYAINCP)pioptmenux.h \ 1890 2492 $(SOPHYAINCP)pioptmenugen.h \ 2493 $(SOPHYAINCP)pistdwdgx.h \ 1891 2494 $(SOPHYAINCP)pifilechox.h \ 1892 2495 $(SOPHYAINCP)pifilechogen.h \ 2496 $(SOPHYAINCP)piwindowx.h \ 1893 2497 $(SOPHYAINCP)piperiodx.h \ 1894 2498 $(SOPHYAINCP)periodic.h \ 2499 $(SOPHYAINCP)picons.h \ 1895 2500 $(SOPHYAINCP)piimage.h \ 1896 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 2501 $(SOPHYAINCP)parradapter.h \ 2502 $(SOPHYAINCP)lut.h \ 1897 2503 $(SOPHYAINCP)pieldrw.h \ 1898 2504 $(SOPHYAINCP)pidrawer.h \ 1899 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 2505 $(SOPHYAINCP)pigratt.h \ 2506 $(SOPHYAINCP)piaxes.h \ 1900 2507 $(SOPHYAINCP)pipixmapx.h \ 1901 2508 $(SOPHYAINCP)pipixmapgen.h \ 1902 2509 $(SOPHYAINCP)picmapview.h \ 1903 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 1904 $(SOPHYAINCP)pigraph3d.h nobjmgr.h dlftypes.h piacmd.h \ 2510 $(SOPHYAINCP)pi3dwdg.h \ 2511 $(SOPHYAINCP)pi3ddrw.h \ 2512 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 2513 $(SOPHYAINCP)anydataobj.h \ 2514 $(SOPHYAINCP)ppersist.h \ 2515 $(SOPHYAINCP)dvlist.h dlftypes.h piacmd.h \ 1905 2516 $(SOPHYAINCP)commander.h \ 1906 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)zthread.h \ 1907 pisiadw.h $(SOPHYAINCP)pilistx.h \ 2517 $(SOPHYAINCP)pdlmgr.h \ 2518 $(SOPHYAINCP)ctimer.h \ 2519 $(SOPHYAINCP)zthread.h pisiadw.h \ 2520 $(SOPHYAINCP)pilistx.h \ 1908 2521 $(SOPHYAINCP)pilistgen.h \ 1909 2522 $(SOPHYAINCP)pistzwin.h \ 2523 $(SOPHYAINCP)piperiodx.h \ 1910 2524 $(SOPHYAINCP)pitherm.h \ 1911 2525 $(SOPHYAINCP)resusage.h servnobjm.h \ 2526 $(SOPHYAINCP)pdlmgr.h \ 2527 $(SOPHYAINCP)psfile.h \ 1912 2528 $(SOPHYAINCP)piimgtools.h \ 2529 $(SOPHYAINCP)pioptmenux.h \ 2530 $(SOPHYAINCP)piapplx.h \ 1913 2531 $(SOPHYAINCP)pidrwtools.h \ 1914 2532 $(SOPHYAINCP)piaxestools.h \ … … 1922 2540 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pistdimgapp.cc 1923 2541 1924 $(SOPHYAOBJP)pitvmaad.o: pitvmaad.cc $(SOPHYAINCP)sopnamsp.h pitvmaad.h \ 1925 $(SOPHYAINCP)machdefs.h \ 1926 $(SOPHYAINCP)osx_values.h \ 1927 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1928 $(SOPHYAINCP)tmatrix.h $(SOPHYAINCP)tarray.h \ 2542 $(SOPHYAOBJP)pitvmaad.o: pitvmaad.cc \ 2543 $(SOPHYAINCP)sopnamsp.h pitvmaad.h \ 2544 $(SOPHYAINCP)machdefs.h \ 2545 $(SOPHYAINCP)parradapter.h \ 2546 $(SOPHYAINCP)machdefs.h \ 2547 $(SOPHYAINCP)lut.h \ 2548 $(SOPHYAINCP)tmatrix.h \ 2549 $(SOPHYAINCP)tarray.h \ 1929 2550 $(SOPHYAINCP)basarr.h \ 1930 2551 $(SOPHYAINCP)anydataobj.h \ 1931 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1932 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \ 2552 $(SOPHYAINCP)mutyv.h \ 2553 $(SOPHYAINCP)timestamp.h \ 2554 $(SOPHYAINCP)objfio.h \ 2555 $(SOPHYAINCP)ppersist.h \ 1933 2556 $(SOPHYAINCP)pexceptions.h \ 1934 2557 $(SOPHYAINCP)gnumd5.h \ … … 1941 2564 $(SOPHYAINCP)tmatrix_tsnl.h \ 1942 2565 $(SOPHYAINCP)tvector.h \ 2566 $(SOPHYAINCP)tmatrix.h \ 1943 2567 $(SOPHYAINCP)tvector_tsnl.h 1944 2568 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pitvmaad.cc 1945 2569 1946 $(SOPHYAOBJP)servnobjm.o: servnobjm.cc $(SOPHYAINCP)sopnamsp.h \ 2570 $(SOPHYAOBJP)servnobjm.o: servnobjm.cc \ 2571 $(SOPHYAINCP)sopnamsp.h \ 1947 2572 $(SOPHYAINCP)strutil.h nobjmgr.h \ 1948 2573 $(SOPHYAINCP)machdefs.h \ 1949 $(SOPHYAINCP)osx_values.h \ 1950 $(SOPHYAINCP)anydataobj.h \ 1951 $(SOPHYAINCP)ppersist.h \ 1952 $(SOPHYAINCP)pexceptions.h \ 1953 $(SOPHYAINCP)gnumd5.h \ 1954 $(SOPHYAINCP)ppfbinstream.h \ 1955 $(SOPHYAINCP)rawstream.h \ 1956 $(SOPHYAINCP)ppfnametag.h \ 1957 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 1958 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1959 dlftypes.h servnobjm.h $(SOPHYAINCP)pdlmgr.h \ 2574 $(SOPHYAINCP)anydataobj.h \ 2575 $(SOPHYAINCP)machdefs.h \ 2576 $(SOPHYAINCP)ppersist.h \ 2577 $(SOPHYAINCP)pexceptions.h \ 2578 $(SOPHYAINCP)gnumd5.h \ 2579 $(SOPHYAINCP)ppfbinstream.h \ 2580 $(SOPHYAINCP)rawstream.h \ 2581 $(SOPHYAINCP)ppfnametag.h \ 2582 $(SOPHYAINCP)ppersist.h \ 2583 $(SOPHYAINCP)dvlist.h \ 2584 $(SOPHYAINCP)objfio.h \ 2585 $(SOPHYAINCP)anydataobj.h \ 2586 $(SOPHYAINCP)mutyv.h \ 2587 $(SOPHYAINCP)timestamp.h dlftypes.h \ 2588 servnobjm.h $(SOPHYAINCP)pdlmgr.h \ 1960 2589 $(SOPHYAINCP)zthread.h nomgadapter.h \ 1961 2590 $(SOPHYAINCP)pidrawer.h \ 1962 2591 $(SOPHYAINCP)pibwdggen.h \ 1963 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1964 $(SOPHYAINCP)piwdggen.h \ 1965 $(SOPHYAINCP)pimsghandler.h \ 1966 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1967 $(SOPHYAINCP)picmapx.h \ 1968 $(SOPHYAINCP)picmapgen.h \ 1969 $(SOPHYAINCP)pigraphx.h \ 1970 $(SOPHYAINCP)pigraphgen.h \ 1971 $(SOPHYAINCP)pifontx.h \ 1972 $(SOPHYAINCP)pifontgen.h \ 1973 $(SOPHYAINCP)pigrcoord.h \ 1974 $(SOPHYAINCP)pilineatt.h \ 1975 $(SOPHYAINCP)pigraphuc.h \ 1976 $(SOPHYAINCP)pievthandler.h \ 1977 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1978 $(SOPHYAINCP)piaxes.h \ 1979 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 2592 $(SOPHYAINCP)pisysdep.h \ 2593 $(SOPHYAINCP)piwdgx.h \ 2594 $(SOPHYAINCP)piwdggen.h \ 2595 $(SOPHYAINCP)pimsghandler.h \ 2596 $(SOPHYAINCP)picolist.h \ 2597 $(SOPHYAINCP)picmap.h \ 2598 $(SOPHYAINCP)picmapx.h \ 2599 $(SOPHYAINCP)picmapgen.h \ 2600 $(SOPHYAINCP)pigraphx.h \ 2601 $(SOPHYAINCP)pigraphgen.h \ 2602 $(SOPHYAINCP)pifontx.h \ 2603 $(SOPHYAINCP)pifontgen.h \ 2604 $(SOPHYAINCP)pigrcoord.h \ 2605 $(SOPHYAINCP)pilineatt.h \ 2606 $(SOPHYAINCP)pigraphuc.h \ 2607 $(SOPHYAINCP)pievthandler.h \ 2608 $(SOPHYAINCP)psfile.h \ 2609 $(SOPHYAINCP)pigratt.h \ 2610 $(SOPHYAINCP)piaxes.h \ 2611 $(SOPHYAINCP)parradapter.h \ 2612 $(SOPHYAINCP)lut.h \ 1980 2613 $(SOPHYAINCP)ntupintf.h \ 1981 2614 $(SOPHYAINCP)generalfit.h \ 1982 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1983 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 2615 $(SOPHYAINCP)tvector.h \ 2616 $(SOPHYAINCP)tmatrix.h \ 2617 $(SOPHYAINCP)tarray.h \ 2618 $(SOPHYAINCP)basarr.h \ 2619 $(SOPHYAINCP)dvlist.h \ 1984 2620 $(SOPHYAINCP)ndatablock.h \ 1985 2621 $(SOPHYAINCP)utilarr.h \ … … 1987 2623 $(SOPHYAINCP)tvector_tsnl.h \ 1988 2624 $(SOPHYAINCP)generaldata.h \ 1989 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 1990 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 2625 $(SOPHYAINCP)ntupintf.h \ 2626 $(SOPHYAINCP)poly.h \ 2627 $(SOPHYAINCP)peida.h \ 2628 $(SOPHYAINCP)utils.h \ 2629 $(SOPHYAINCP)perrors.h \ 1991 2630 $(SOPHYAINCP)fmath.h pistdimgapp.h \ 2631 $(SOPHYAINCP)pisysdep.h \ 1992 2632 $(SOPHYAINCP)piapplx.h \ 1993 2633 $(SOPHYAINCP)piapplgen.h \ … … 2005 2645 $(SOPHYAINCP)piwindowx.h \ 2006 2646 $(SOPHYAINCP)piwindowgen.h \ 2647 $(SOPHYAINCP)pimenux.h \ 2007 2648 $(SOPHYAINCP)pioptmenux.h \ 2008 2649 $(SOPHYAINCP)pioptmenugen.h \ 2650 $(SOPHYAINCP)pistdwdgx.h \ 2009 2651 $(SOPHYAINCP)pifilechox.h \ 2010 2652 $(SOPHYAINCP)pifilechogen.h \ 2653 $(SOPHYAINCP)piwindowx.h \ 2011 2654 $(SOPHYAINCP)piperiodx.h \ 2012 2655 $(SOPHYAINCP)periodic.h \ 2013 $(SOPHYAINCP)piimage.h $(SOPHYAINCP)pieldrw.h \ 2656 $(SOPHYAINCP)picons.h \ 2657 $(SOPHYAINCP)piimage.h \ 2658 $(SOPHYAINCP)parradapter.h \ 2659 $(SOPHYAINCP)pieldrw.h \ 2660 $(SOPHYAINCP)pidrawer.h \ 2014 2661 $(SOPHYAINCP)pipixmapx.h \ 2015 2662 $(SOPHYAINCP)pipixmapgen.h \ 2016 2663 $(SOPHYAINCP)picmapview.h \ 2017 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 2664 $(SOPHYAINCP)pi3dwdg.h \ 2665 $(SOPHYAINCP)pi3ddrw.h \ 2018 2666 $(SOPHYAINCP)pigraph3d.h piacmd.h \ 2019 2667 $(SOPHYAINCP)commander.h \ 2668 $(SOPHYAINCP)pdlmgr.h \ 2020 2669 $(SOPHYAINCP)ctimer.h pisiadw.h \ 2021 2670 $(SOPHYAINCP)pilistx.h \ 2022 2671 $(SOPHYAINCP)pilistgen.h \ 2023 2672 $(SOPHYAINCP)pistzwin.h \ 2673 $(SOPHYAINCP)piperiodx.h \ 2024 2674 $(SOPHYAINCP)pitherm.h \ 2025 2675 $(SOPHYAINCP)resusage.h \ 2026 2676 $(SOPHYAINCP)fct1dfit.h \ 2677 $(SOPHYAINCP)generalfit.h \ 2027 2678 $(SOPHYAINCP)fct2dfit.h \ 2679 $(SOPHYAINCP)tmatrix.h \ 2680 $(SOPHYAINCP)tvector.h \ 2028 2681 $(SOPHYAINCP)matharr.h pitvmaad.h \ 2029 $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)cimage.h \ 2030 $(SOPHYAINCP)fioarr.h $(SOPHYAINCP)histos.h \ 2031 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)hisprof.h \ 2682 $(SOPHYAINCP)ntuple.h \ 2683 $(SOPHYAINCP)cimage.h \ 2684 $(SOPHYAINCP)fioarr.h \ 2685 $(SOPHYAINCP)histos.h \ 2686 $(SOPHYAINCP)histos2.h \ 2687 $(SOPHYAINCP)histos.h \ 2688 $(SOPHYAINCP)hisprof.h \ 2032 2689 $(SOPHYAINCP)datatable.h \ 2033 2690 $(SOPHYAINCP)basedtable.h \ 2034 2691 $(SOPHYAINCP)segdatablock.h \ 2035 2692 $(SOPHYAINCP)piyfxdrw.h \ 2036 $(SOPHYAINCP)pisurfdr.h pintuple.h pintup3d.h pipodrw.h 2693 $(SOPHYAINCP)pisurfdr.h pintuple.h \ 2694 pintup3d.h $(SOPHYAINCP)pi3ddrw.h \ 2695 pipodrw.h 2037 2696 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ servnobjm.cc 2038 2697 -
trunk/SophyaPI/ProgPI/Makefile
r2945 r3007 18 18 $(SOPHYAINCP)machdefs.h \ 19 19 $(SOPHYAINCP)nobjmgr.h \ 20 $(SOPHYAINCP)machdefs.h \ 20 21 $(SOPHYAINCP)anydataobj.h \ 21 22 $(SOPHYAINCP)ppersist.h \ … … 31 32 $(SOPHYAINCP)dlftypes.h \ 32 33 $(SOPHYAINCP)servnobjm.h \ 34 $(SOPHYAINCP)nobjmgr.h \ 33 35 $(SOPHYAINCP)pdlmgr.h \ 34 36 $(SOPHYAINCP)zthread.h \ … … 126 128 $(SOPHYAINCP)machdefs.h \ 127 129 $(SOPHYAINCP)zthread.h \ 130 $(SOPHYAINCP)machdefs.h \ 128 131 $(SOPHYAINCP)pexceptions.h \ 129 132 $(SOPHYAINCP)pistdimgapp.h \ … … 196 199 $(SOPHYAINCP)pdlmgr.h \ 197 200 $(SOPHYAINCP)ctimer.h \ 201 $(SOPHYAINCP)zthread.h \ 198 202 $(SOPHYAINCP)pisiadw.h \ 199 203 $(SOPHYAINCP)pilistx.h \ … … 282 286 $(SOPHYAINCP)pistzwin.h \ 283 287 $(SOPHYAINCP)pitherm.h \ 284 $(SOPHYAINCP)resusage.h piacmdrdr.h \ 288 $(SOPHYAINCP)resusage.h \ 289 $(SOPHYAINCP)piacmd.h piacmdrdr.h \ 290 $(SOPHYAINCP)machdefs.h \ 291 $(SOPHYAINCP)zthread.h \ 285 292 $(SOPHYAINCP)piversion.h \ 286 293 $(SOPHYAINCP)piaversion.h \ … … 298 305 $(SOPHYAINCP)machdefs.h \ 299 306 $(SOPHYAINCP)piacmd.h \ 307 $(SOPHYAINCP)machdefs.h \ 300 308 $(SOPHYAINCP)commander.h \ 301 309 $(SOPHYAINCP)pdlmgr.h \ … … 368 376 $(SOPHYAINCP)pi3ddrw.h \ 369 377 $(SOPHYAINCP)pigraph3d.h \ 378 $(SOPHYAINCP)nobjmgr.h \ 379 $(SOPHYAINCP)piacmd.h \ 370 380 $(SOPHYAINCP)pisiadw.h \ 371 381 $(SOPHYAINCP)pilistx.h \ … … 375 385 $(SOPHYAINCP)resusage.h \ 376 386 $(SOPHYAINCP)servnobjm.h \ 387 $(SOPHYAINCP)pidrawer.h \ 377 388 $(SOPHYAINCP)nomgadapter.h \ 378 389 $(SOPHYAINCP)ntupintf.h \ … … 392 403 $(SOPHYAINCP)perrors.h \ 393 404 $(SOPHYAINCP)fmath.h \ 405 $(SOPHYAINCP)tvector.h \ 394 406 $(SOPHYAINCP)ntuple.h \ 395 407 $(SOPHYAINCP)slinparbuff.h \ … … 401 413 $(SOPHYAINCP)longlat.h \ 402 414 $(SOPHYAINCP)utilgeom.h \ 415 $(SOPHYAINCP)datatype.h \ 403 416 $(SOPHYAINCP)sphericalmap.h \ 404 417 $(SOPHYAINCP)smathconst.h \ … … 421 434 $(SOPHYAINCP)machdefs.h \ 422 435 $(SOPHYAINCP)piacmd.h \ 436 $(SOPHYAINCP)machdefs.h \ 423 437 $(SOPHYAINCP)commander.h \ 424 438 $(SOPHYAINCP)pdlmgr.h \ … … 491 505 $(SOPHYAINCP)pi3ddrw.h \ 492 506 $(SOPHYAINCP)pigraph3d.h \ 507 $(SOPHYAINCP)nobjmgr.h \ 508 $(SOPHYAINCP)piacmd.h \ 493 509 $(SOPHYAINCP)pisiadw.h \ 494 510 $(SOPHYAINCP)pilistx.h \ … … 507 523 $(SOPHYAINCP)tvector_tsnl.h \ 508 524 $(SOPHYAINCP)pitvmaad.h \ 525 $(SOPHYAINCP)tvector.h \ 509 526 $(SOPHYAINCP)fftpserver.h \ 510 527 $(SOPHYAINCP)fftservintf.h \ 511 528 $(SOPHYAINCP)bruit.h \ 512 529 $(SOPHYAINCP)piscdrawwdg.h \ 530 $(SOPHYAINCP)ctimer.h \ 531 $(SOPHYAINCP)pidrawer.h \ 513 532 $(SOPHYAINCP)nomgadapter.h \ 514 533 $(SOPHYAINCP)ntupintf.h \ … … 521 540 $(SOPHYAINCP)fmath.h \ 522 541 $(SOPHYAINCP)nomskymapadapter.h \ 542 $(SOPHYAINCP)nomgadapter.h \ 523 543 $(SOPHYAINCP)pixelmap.h \ 524 544 $(SOPHYAINCP)spherepos.h \ … … 526 546 $(SOPHYAINCP)vector3d.h \ 527 547 $(SOPHYAINCP)longlat.h \ 528 $(SOPHYAINCP)utilgeom.h 548 $(SOPHYAINCP)utilgeom.h \ 549 $(SOPHYAINCP)datatype.h 529 550 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sopiamodule.cc 530 551 … … 532 553 $(SOPHYAINCP)machdefs.h \ 533 554 $(SOPHYAINCP)piacmd.h \ 555 $(SOPHYAINCP)machdefs.h \ 534 556 $(SOPHYAINCP)commander.h \ 535 557 $(SOPHYAINCP)pdlmgr.h \ … … 602 624 $(SOPHYAINCP)pi3ddrw.h \ 603 625 $(SOPHYAINCP)pigraph3d.h \ 626 $(SOPHYAINCP)nobjmgr.h \ 627 $(SOPHYAINCP)piacmd.h \ 604 628 $(SOPHYAINCP)pisiadw.h \ 605 629 $(SOPHYAINCP)pilistx.h \ -
trunk/SophyaPI/ProgPI/smakefile
r2952 r3007 18 18 $(SOPHYAINCP)machdefs.h \ 19 19 $(SOPHYAINCP)nobjmgr.h \ 20 $(SOPHYAINCP)machdefs.h \ 20 21 $(SOPHYAINCP)anydataobj.h \ 21 22 $(SOPHYAINCP)ppersist.h \ … … 31 32 $(SOPHYAINCP)dlftypes.h \ 32 33 $(SOPHYAINCP)servnobjm.h \ 34 $(SOPHYAINCP)nobjmgr.h \ 33 35 $(SOPHYAINCP)pdlmgr.h \ 34 36 $(SOPHYAINCP)zthread.h \ … … 123 125 124 126 $(SOPHYAOBJP)piacmdrdr.o: piacmdrdr.cc \ 125 $(SOPHYAINCP)sopnamsp.h \126 piacmdrdr.h \127 $(SOPHYAINCP) machdefs.h \128 $(SOPHYAINCP) zthread.h \127 $(SOPHYAINCP)sopnamsp.h piacmdrdr.h \ 128 $(SOPHYAINCP)machdefs.h \ 129 $(SOPHYAINCP)zthread.h \ 130 $(SOPHYAINCP)machdefs.h \ 129 131 $(SOPHYAINCP)pexceptions.h \ 130 132 $(SOPHYAINCP)pistdimgapp.h \ … … 197 199 $(SOPHYAINCP)pdlmgr.h \ 198 200 $(SOPHYAINCP)ctimer.h \ 201 $(SOPHYAINCP)zthread.h \ 199 202 $(SOPHYAINCP)pisiadw.h \ 200 203 $(SOPHYAINCP)pilistx.h \ … … 205 208 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piacmdrdr.cc 206 209 207 $(SOPHYAOBJP)piapp.o: piapp.cc \ 208 $(SOPHYAINCP)sopnamsp.h \ 210 $(SOPHYAOBJP)piapp.o: piapp.cc $(SOPHYAINCP)sopnamsp.h \ 209 211 $(SOPHYAINCP)pistdimgapp.h \ 210 212 $(SOPHYAINCP)pisysdep.h \ … … 285 287 $(SOPHYAINCP)pitherm.h \ 286 288 $(SOPHYAINCP)resusage.h \ 287 piacmdrdr.h \ 289 $(SOPHYAINCP)piacmd.h piacmdrdr.h \ 290 $(SOPHYAINCP)machdefs.h \ 291 $(SOPHYAINCP)zthread.h \ 288 292 $(SOPHYAINCP)piversion.h \ 289 293 $(SOPHYAINCP)piaversion.h \ … … 301 305 $(SOPHYAINCP)machdefs.h \ 302 306 $(SOPHYAINCP)piacmd.h \ 307 $(SOPHYAINCP)machdefs.h \ 303 308 $(SOPHYAINCP)commander.h \ 304 309 $(SOPHYAINCP)pdlmgr.h \ … … 371 376 $(SOPHYAINCP)pi3ddrw.h \ 372 377 $(SOPHYAINCP)pigraph3d.h \ 378 $(SOPHYAINCP)nobjmgr.h \ 379 $(SOPHYAINCP)piacmd.h \ 373 380 $(SOPHYAINCP)pisiadw.h \ 374 381 $(SOPHYAINCP)pilistx.h \ … … 378 385 $(SOPHYAINCP)resusage.h \ 379 386 $(SOPHYAINCP)servnobjm.h \ 387 $(SOPHYAINCP)pidrawer.h \ 380 388 $(SOPHYAINCP)nomgadapter.h \ 381 389 $(SOPHYAINCP)ntupintf.h \ … … 395 403 $(SOPHYAINCP)perrors.h \ 396 404 $(SOPHYAINCP)fmath.h \ 405 $(SOPHYAINCP)tvector.h \ 397 406 $(SOPHYAINCP)ntuple.h \ 398 407 $(SOPHYAINCP)slinparbuff.h \ … … 404 413 $(SOPHYAINCP)longlat.h \ 405 414 $(SOPHYAINCP)utilgeom.h \ 415 $(SOPHYAINCP)datatype.h \ 406 416 $(SOPHYAINCP)sphericalmap.h \ 407 417 $(SOPHYAINCP)smathconst.h \ … … 424 434 $(SOPHYAINCP)machdefs.h \ 425 435 $(SOPHYAINCP)piacmd.h \ 436 $(SOPHYAINCP)machdefs.h \ 426 437 $(SOPHYAINCP)commander.h \ 427 438 $(SOPHYAINCP)pdlmgr.h \ … … 494 505 $(SOPHYAINCP)pi3ddrw.h \ 495 506 $(SOPHYAINCP)pigraph3d.h \ 507 $(SOPHYAINCP)nobjmgr.h \ 508 $(SOPHYAINCP)piacmd.h \ 496 509 $(SOPHYAINCP)pisiadw.h \ 497 510 $(SOPHYAINCP)pilistx.h \ … … 510 523 $(SOPHYAINCP)tvector_tsnl.h \ 511 524 $(SOPHYAINCP)pitvmaad.h \ 525 $(SOPHYAINCP)tvector.h \ 512 526 $(SOPHYAINCP)fftpserver.h \ 513 527 $(SOPHYAINCP)fftservintf.h \ 514 528 $(SOPHYAINCP)bruit.h \ 515 529 $(SOPHYAINCP)piscdrawwdg.h \ 530 $(SOPHYAINCP)ctimer.h \ 531 $(SOPHYAINCP)pidrawer.h \ 516 532 $(SOPHYAINCP)nomgadapter.h \ 517 533 $(SOPHYAINCP)ntupintf.h \ … … 524 540 $(SOPHYAINCP)fmath.h \ 525 541 $(SOPHYAINCP)nomskymapadapter.h \ 542 $(SOPHYAINCP)nomgadapter.h \ 526 543 $(SOPHYAINCP)pixelmap.h \ 527 544 $(SOPHYAINCP)spherepos.h \ … … 529 546 $(SOPHYAINCP)vector3d.h \ 530 547 $(SOPHYAINCP)longlat.h \ 531 $(SOPHYAINCP)utilgeom.h 548 $(SOPHYAINCP)utilgeom.h \ 549 $(SOPHYAINCP)datatype.h 532 550 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sopiamodule.cc 533 551 534 $(SOPHYAOBJP)w2ps.o: w2ps.cc \535 $(SOPHYAINCP) sopnamsp.h \536 $(SOPHYAINCP) machdefs.h \537 $(SOPHYAINCP) piacmd.h \552 $(SOPHYAOBJP)w2ps.o: w2ps.cc $(SOPHYAINCP)sopnamsp.h \ 553 $(SOPHYAINCP)machdefs.h \ 554 $(SOPHYAINCP)piacmd.h \ 555 $(SOPHYAINCP)machdefs.h \ 538 556 $(SOPHYAINCP)commander.h \ 539 557 $(SOPHYAINCP)pdlmgr.h \ … … 606 624 $(SOPHYAINCP)pi3ddrw.h \ 607 625 $(SOPHYAINCP)pigraph3d.h \ 626 $(SOPHYAINCP)nobjmgr.h \ 627 $(SOPHYAINCP)piacmd.h \ 608 628 $(SOPHYAINCP)pisiadw.h \ 609 629 $(SOPHYAINCP)pilistx.h \ -
trunk/SophyaProg/PMixer/Makefile
r2836 r3007 39 39 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)Sph2Sph.o $(SOPHYAEXTSLBLIST) 40 40 41 $(SOPHYAOBJP)Sph2Sph.o: Sph2Sph.cc $(SOPHYAINCP)sopnamsp.h \ 42 pmixer.h $(SOPHYAINCP)machdefs.h \ 43 $(SOPHYAINCP)tmatrix.h \ 44 $(SOPHYAINCP)tarray.h \ 45 $(SOPHYAINCP)basarr.h \ 46 $(SOPHYAINCP)anydataobj.h \ 47 $(SOPHYAINCP)mutyv.h \ 48 $(SOPHYAINCP)timestamp.h \ 49 $(SOPHYAINCP)objfio.h \ 50 $(SOPHYAINCP)ppersist.h \ 51 $(SOPHYAINCP)pexceptions.h \ 52 $(SOPHYAINCP)gnumd5.h \ 53 $(SOPHYAINCP)ppfbinstream.h \ 54 $(SOPHYAINCP)rawstream.h \ 55 $(SOPHYAINCP)ppfnametag.h \ 56 $(SOPHYAINCP)dvlist.h \ 57 $(SOPHYAINCP)ndatablock.h \ 58 $(SOPHYAINCP)utilarr.h \ 59 $(SOPHYAINCP)tvector.h \ 60 $(SOPHYAINCP)fioarr.h \ 41 $(SOPHYAOBJP)easyTest.o: easyTest.cc \ 42 $(SOPHYAINCP)sopnamsp.h \ 43 $(SOPHYAINCP)blackbody.h \ 44 $(SOPHYAINCP)radspec.h \ 45 $(SOPHYAINCP)machdefs.h \ 46 $(SOPHYAINCP)specresp.h \ 47 $(SOPHYAINCP)anydataobj.h \ 48 $(SOPHYAINCP)objfio.h \ 49 $(SOPHYAINCP)ppersist.h \ 50 $(SOPHYAINCP)pexceptions.h \ 51 $(SOPHYAINCP)gnumd5.h \ 52 $(SOPHYAINCP)ppfbinstream.h \ 53 $(SOPHYAINCP)rawstream.h \ 54 $(SOPHYAINCP)ppfnametag.h \ 55 $(SOPHYAINCP)convtools.h \ 56 $(SOPHYAINCP)radspecvector.h \ 57 $(SOPHYAINCP)tvector.h \ 58 $(SOPHYAINCP)tmatrix.h \ 59 $(SOPHYAINCP)tarray.h \ 60 $(SOPHYAINCP)basarr.h \ 61 $(SOPHYAINCP)mutyv.h \ 62 $(SOPHYAINCP)timestamp.h \ 63 $(SOPHYAINCP)dvlist.h \ 64 $(SOPHYAINCP)ndatablock.h \ 65 $(SOPHYAINCP)utilarr.h \ 66 $(SOPHYAINCP)tmatrix_tsnl.h \ 67 $(SOPHYAINCP)tvector_tsnl.h \ 68 $(SOPHYAINCP)specrespvector.h \ 69 $(SOPHYAINCP)tvector.h \ 70 $(SOPHYAINCP)squarefilt.h \ 71 $(SOPHYAINCP)gaussfilt.h \ 72 $(SOPHYAINCP)trianglefilt.h 73 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ easyTest.cc 74 75 $(SOPHYAOBJP)extractRS.o: extractRS.cc \ 76 $(SOPHYAINCP)sopnamsp.h pmixer.h \ 77 $(SOPHYAINCP)machdefs.h \ 78 $(SOPHYAINCP)tmatrix.h \ 79 $(SOPHYAINCP)machdefs.h \ 80 $(SOPHYAINCP)tarray.h \ 81 $(SOPHYAINCP)basarr.h \ 82 $(SOPHYAINCP)anydataobj.h \ 83 $(SOPHYAINCP)mutyv.h \ 84 $(SOPHYAINCP)timestamp.h \ 85 $(SOPHYAINCP)objfio.h \ 86 $(SOPHYAINCP)ppersist.h \ 87 $(SOPHYAINCP)pexceptions.h \ 88 $(SOPHYAINCP)gnumd5.h \ 89 $(SOPHYAINCP)ppfbinstream.h \ 90 $(SOPHYAINCP)rawstream.h \ 91 $(SOPHYAINCP)ppfnametag.h \ 92 $(SOPHYAINCP)dvlist.h \ 93 $(SOPHYAINCP)ndatablock.h \ 94 $(SOPHYAINCP)utilarr.h \ 95 $(SOPHYAINCP)tmatrix_tsnl.h \ 96 $(SOPHYAINCP)tvector.h \ 97 $(SOPHYAINCP)tmatrix.h \ 98 $(SOPHYAINCP)tvector_tsnl.h \ 99 $(SOPHYAINCP)fioarr.h \ 100 $(SOPHYAINCP)tvector.h \ 61 101 $(SOPHYAINCP)vector3d.h \ 62 102 $(SOPHYAINCP)longlat.h \ … … 69 109 $(SOPHYAINCP)ntoolsinit.h \ 70 110 $(SOPHYAINCP)tarrinit.h \ 111 $(SOPHYAINCP)pexceptions.h \ 71 112 $(SOPHYAINCP)datacards.h \ 72 113 $(SOPHYAINCP)ntuple.h \ … … 78 119 $(SOPHYAINCP)spherepos.h \ 79 120 $(SOPHYAINCP)unitvector.h \ 121 $(SOPHYAINCP)vector3d.h \ 122 $(SOPHYAINCP)datatype.h \ 80 123 $(SOPHYAINCP)spherehealpix.h \ 81 124 $(SOPHYAINCP)HEALPixUtils.h \ 82 125 $(SOPHYAINCP)fitsspherehealpix.h \ 83 126 $(SOPHYAINCP)fitsfile.h \ 127 $(SOPHYAINCP)fitsinoutfile.h \ 84 128 $(SOPHYAINCP)FitsIO/fitsio.h \ 85 129 $(SOPHYAINCP)FitsIO/longnam.h \ 130 $(SOPHYAINCP)fitshandler.h \ 86 131 $(SOPHYAINCP)fitstarray.h \ 87 132 $(SOPHYAINCP)cimage.h \ 133 $(SOPHYAINCP)fioarr.h \ 88 134 $(SOPHYAINCP)radspecvector.h \ 89 135 $(SOPHYAINCP)radspec.h \ … … 99 145 $(SOPHYAINCP)bruit.h \ 100 146 $(SOPHYAINCP)mapoperation.h 101 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ Sph2Sph.cc 102 103 $(SOPHYAOBJP)easyTest.o: easyTest.cc \ 104 $(SOPHYAINCP)sopnamsp.h \ 105 $(SOPHYAINCP)blackbody.h \ 106 $(SOPHYAINCP)radspec.h \ 107 $(SOPHYAINCP)machdefs.h \ 108 $(SOPHYAINCP)specresp.h \ 109 $(SOPHYAINCP)anydataobj.h \ 110 $(SOPHYAINCP)objfio.h \ 111 $(SOPHYAINCP)ppersist.h \ 112 $(SOPHYAINCP)pexceptions.h \ 113 $(SOPHYAINCP)gnumd5.h \ 114 $(SOPHYAINCP)ppfbinstream.h \ 115 $(SOPHYAINCP)rawstream.h \ 116 $(SOPHYAINCP)ppfnametag.h \ 117 $(SOPHYAINCP)convtools.h \ 118 $(SOPHYAINCP)radspecvector.h \ 119 $(SOPHYAINCP)tvector.h \ 120 $(SOPHYAINCP)tmatrix.h \ 121 $(SOPHYAINCP)tarray.h \ 122 $(SOPHYAINCP)basarr.h \ 123 $(SOPHYAINCP)mutyv.h \ 124 $(SOPHYAINCP)timestamp.h \ 125 $(SOPHYAINCP)dvlist.h \ 126 $(SOPHYAINCP)ndatablock.h \ 127 $(SOPHYAINCP)utilarr.h \ 128 $(SOPHYAINCP)specrespvector.h \ 129 $(SOPHYAINCP)squarefilt.h \ 130 $(SOPHYAINCP)gaussfilt.h \ 131 $(SOPHYAINCP)trianglefilt.h 132 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ easyTest.cc 133 134 $(SOPHYAOBJP)extractRS.o: extractRS.cc \ 147 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ extractRS.cc 148 149 $(SOPHYAOBJP)skymixer.o: skymixer.cc \ 135 150 $(SOPHYAINCP)sopnamsp.h pmixer.h \ 136 151 $(SOPHYAINCP)machdefs.h \ 137 152 $(SOPHYAINCP)tmatrix.h \ 138 $(SOPHYAINCP)tarray.h \ 139 $(SOPHYAINCP)basarr.h \ 140 $(SOPHYAINCP)anydataobj.h \ 141 $(SOPHYAINCP)mutyv.h \ 142 $(SOPHYAINCP)timestamp.h \ 143 $(SOPHYAINCP)objfio.h \ 144 $(SOPHYAINCP)ppersist.h \ 145 $(SOPHYAINCP)pexceptions.h \ 146 $(SOPHYAINCP)gnumd5.h \ 147 $(SOPHYAINCP)ppfbinstream.h \ 148 $(SOPHYAINCP)rawstream.h \ 149 $(SOPHYAINCP)ppfnametag.h \ 150 $(SOPHYAINCP)dvlist.h \ 151 $(SOPHYAINCP)ndatablock.h \ 152 $(SOPHYAINCP)utilarr.h \ 153 $(SOPHYAINCP)tvector.h \ 154 $(SOPHYAINCP)fioarr.h \ 153 $(SOPHYAINCP)machdefs.h \ 154 $(SOPHYAINCP)tarray.h \ 155 $(SOPHYAINCP)basarr.h \ 156 $(SOPHYAINCP)anydataobj.h \ 157 $(SOPHYAINCP)mutyv.h \ 158 $(SOPHYAINCP)timestamp.h \ 159 $(SOPHYAINCP)objfio.h \ 160 $(SOPHYAINCP)ppersist.h \ 161 $(SOPHYAINCP)pexceptions.h \ 162 $(SOPHYAINCP)gnumd5.h \ 163 $(SOPHYAINCP)ppfbinstream.h \ 164 $(SOPHYAINCP)rawstream.h \ 165 $(SOPHYAINCP)ppfnametag.h \ 166 $(SOPHYAINCP)dvlist.h \ 167 $(SOPHYAINCP)ndatablock.h \ 168 $(SOPHYAINCP)utilarr.h \ 169 $(SOPHYAINCP)tmatrix_tsnl.h \ 170 $(SOPHYAINCP)tvector.h \ 171 $(SOPHYAINCP)tmatrix.h \ 172 $(SOPHYAINCP)tvector_tsnl.h \ 173 $(SOPHYAINCP)fioarr.h \ 174 $(SOPHYAINCP)tvector.h \ 155 175 $(SOPHYAINCP)vector3d.h \ 156 176 $(SOPHYAINCP)longlat.h \ … … 163 183 $(SOPHYAINCP)ntoolsinit.h \ 164 184 $(SOPHYAINCP)tarrinit.h \ 185 $(SOPHYAINCP)pexceptions.h \ 165 186 $(SOPHYAINCP)datacards.h \ 166 187 $(SOPHYAINCP)ntuple.h \ … … 172 193 $(SOPHYAINCP)spherepos.h \ 173 194 $(SOPHYAINCP)unitvector.h \ 195 $(SOPHYAINCP)vector3d.h \ 196 $(SOPHYAINCP)datatype.h \ 174 197 $(SOPHYAINCP)spherehealpix.h \ 175 198 $(SOPHYAINCP)HEALPixUtils.h \ 176 199 $(SOPHYAINCP)fitsspherehealpix.h \ 177 200 $(SOPHYAINCP)fitsfile.h \ 201 $(SOPHYAINCP)fitsinoutfile.h \ 178 202 $(SOPHYAINCP)FitsIO/fitsio.h \ 179 203 $(SOPHYAINCP)FitsIO/longnam.h \ 204 $(SOPHYAINCP)fitshandler.h \ 180 205 $(SOPHYAINCP)fitstarray.h \ 181 206 $(SOPHYAINCP)cimage.h \ 207 $(SOPHYAINCP)fioarr.h \ 182 208 $(SOPHYAINCP)radspecvector.h \ 183 209 $(SOPHYAINCP)radspec.h \ … … 193 219 $(SOPHYAINCP)bruit.h \ 194 220 $(SOPHYAINCP)mapoperation.h 195 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ extractRS.cc196 197 $(SOPHYAOBJP) skymixer.o: skymixer.cc \221 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skymixer.cc 222 223 $(SOPHYAOBJP)Sph2Sph.o: Sph2Sph.cc \ 198 224 $(SOPHYAINCP)sopnamsp.h pmixer.h \ 199 225 $(SOPHYAINCP)machdefs.h \ 200 226 $(SOPHYAINCP)tmatrix.h \ 201 $(SOPHYAINCP)tarray.h \ 202 $(SOPHYAINCP)basarr.h \ 203 $(SOPHYAINCP)anydataobj.h \ 204 $(SOPHYAINCP)mutyv.h \ 205 $(SOPHYAINCP)timestamp.h \ 206 $(SOPHYAINCP)objfio.h \ 207 $(SOPHYAINCP)ppersist.h \ 208 $(SOPHYAINCP)pexceptions.h \ 209 $(SOPHYAINCP)gnumd5.h \ 210 $(SOPHYAINCP)ppfbinstream.h \ 211 $(SOPHYAINCP)rawstream.h \ 212 $(SOPHYAINCP)ppfnametag.h \ 213 $(SOPHYAINCP)dvlist.h \ 214 $(SOPHYAINCP)ndatablock.h \ 215 $(SOPHYAINCP)utilarr.h \ 216 $(SOPHYAINCP)tvector.h \ 217 $(SOPHYAINCP)fioarr.h \ 227 $(SOPHYAINCP)machdefs.h \ 228 $(SOPHYAINCP)tarray.h \ 229 $(SOPHYAINCP)basarr.h \ 230 $(SOPHYAINCP)anydataobj.h \ 231 $(SOPHYAINCP)mutyv.h \ 232 $(SOPHYAINCP)timestamp.h \ 233 $(SOPHYAINCP)objfio.h \ 234 $(SOPHYAINCP)ppersist.h \ 235 $(SOPHYAINCP)pexceptions.h \ 236 $(SOPHYAINCP)gnumd5.h \ 237 $(SOPHYAINCP)ppfbinstream.h \ 238 $(SOPHYAINCP)rawstream.h \ 239 $(SOPHYAINCP)ppfnametag.h \ 240 $(SOPHYAINCP)dvlist.h \ 241 $(SOPHYAINCP)ndatablock.h \ 242 $(SOPHYAINCP)utilarr.h \ 243 $(SOPHYAINCP)tmatrix_tsnl.h \ 244 $(SOPHYAINCP)tvector.h \ 245 $(SOPHYAINCP)tmatrix.h \ 246 $(SOPHYAINCP)tvector_tsnl.h \ 247 $(SOPHYAINCP)fioarr.h \ 248 $(SOPHYAINCP)tvector.h \ 218 249 $(SOPHYAINCP)vector3d.h \ 219 250 $(SOPHYAINCP)longlat.h \ … … 226 257 $(SOPHYAINCP)ntoolsinit.h \ 227 258 $(SOPHYAINCP)tarrinit.h \ 259 $(SOPHYAINCP)pexceptions.h \ 228 260 $(SOPHYAINCP)datacards.h \ 229 261 $(SOPHYAINCP)ntuple.h \ … … 235 267 $(SOPHYAINCP)spherepos.h \ 236 268 $(SOPHYAINCP)unitvector.h \ 269 $(SOPHYAINCP)vector3d.h \ 270 $(SOPHYAINCP)datatype.h \ 237 271 $(SOPHYAINCP)spherehealpix.h \ 238 272 $(SOPHYAINCP)HEALPixUtils.h \ 239 273 $(SOPHYAINCP)fitsspherehealpix.h \ 240 274 $(SOPHYAINCP)fitsfile.h \ 275 $(SOPHYAINCP)fitsinoutfile.h \ 241 276 $(SOPHYAINCP)FitsIO/fitsio.h \ 242 277 $(SOPHYAINCP)FitsIO/longnam.h \ 278 $(SOPHYAINCP)fitshandler.h \ 243 279 $(SOPHYAINCP)fitstarray.h \ 244 280 $(SOPHYAINCP)cimage.h \ 281 $(SOPHYAINCP)fioarr.h \ 245 282 $(SOPHYAINCP)radspecvector.h \ 246 283 $(SOPHYAINCP)radspec.h \ … … 256 293 $(SOPHYAINCP)bruit.h \ 257 294 $(SOPHYAINCP)mapoperation.h 258 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skymixer.cc295 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ Sph2Sph.cc 259 296 260 297 $(SOPHYAOBJP)tgrsr.o: tgrsr.cc $(SOPHYAINCP)sopnamsp.h \ 261 298 pmixer.h $(SOPHYAINCP)machdefs.h \ 262 299 $(SOPHYAINCP)tmatrix.h \ 263 $(SOPHYAINCP)tarray.h \ 264 $(SOPHYAINCP)basarr.h \ 265 $(SOPHYAINCP)anydataobj.h \ 266 $(SOPHYAINCP)mutyv.h \ 267 $(SOPHYAINCP)timestamp.h \ 268 $(SOPHYAINCP)objfio.h \ 269 $(SOPHYAINCP)ppersist.h \ 270 $(SOPHYAINCP)pexceptions.h \ 271 $(SOPHYAINCP)gnumd5.h \ 272 $(SOPHYAINCP)ppfbinstream.h \ 273 $(SOPHYAINCP)rawstream.h \ 274 $(SOPHYAINCP)ppfnametag.h \ 275 $(SOPHYAINCP)dvlist.h \ 276 $(SOPHYAINCP)ndatablock.h \ 277 $(SOPHYAINCP)utilarr.h \ 278 $(SOPHYAINCP)tvector.h \ 279 $(SOPHYAINCP)fioarr.h \ 300 $(SOPHYAINCP)machdefs.h \ 301 $(SOPHYAINCP)tarray.h \ 302 $(SOPHYAINCP)basarr.h \ 303 $(SOPHYAINCP)anydataobj.h \ 304 $(SOPHYAINCP)mutyv.h \ 305 $(SOPHYAINCP)timestamp.h \ 306 $(SOPHYAINCP)objfio.h \ 307 $(SOPHYAINCP)ppersist.h \ 308 $(SOPHYAINCP)pexceptions.h \ 309 $(SOPHYAINCP)gnumd5.h \ 310 $(SOPHYAINCP)ppfbinstream.h \ 311 $(SOPHYAINCP)rawstream.h \ 312 $(SOPHYAINCP)ppfnametag.h \ 313 $(SOPHYAINCP)dvlist.h \ 314 $(SOPHYAINCP)ndatablock.h \ 315 $(SOPHYAINCP)utilarr.h \ 316 $(SOPHYAINCP)tmatrix_tsnl.h \ 317 $(SOPHYAINCP)tvector.h \ 318 $(SOPHYAINCP)tmatrix.h \ 319 $(SOPHYAINCP)tvector_tsnl.h \ 320 $(SOPHYAINCP)fioarr.h \ 321 $(SOPHYAINCP)tvector.h \ 280 322 $(SOPHYAINCP)vector3d.h \ 281 323 $(SOPHYAINCP)longlat.h \ … … 288 330 $(SOPHYAINCP)ntoolsinit.h \ 289 331 $(SOPHYAINCP)tarrinit.h \ 332 $(SOPHYAINCP)pexceptions.h \ 290 333 $(SOPHYAINCP)datacards.h \ 291 334 $(SOPHYAINCP)ntuple.h \ … … 297 340 $(SOPHYAINCP)spherepos.h \ 298 341 $(SOPHYAINCP)unitvector.h \ 342 $(SOPHYAINCP)vector3d.h \ 343 $(SOPHYAINCP)datatype.h \ 299 344 $(SOPHYAINCP)spherehealpix.h \ 300 345 $(SOPHYAINCP)HEALPixUtils.h \ 301 346 $(SOPHYAINCP)fitsspherehealpix.h \ 302 347 $(SOPHYAINCP)fitsfile.h \ 348 $(SOPHYAINCP)fitsinoutfile.h \ 303 349 $(SOPHYAINCP)FitsIO/fitsio.h \ 304 350 $(SOPHYAINCP)FitsIO/longnam.h \ 351 $(SOPHYAINCP)fitshandler.h \ 305 352 $(SOPHYAINCP)fitstarray.h \ 306 353 $(SOPHYAINCP)cimage.h \ 354 $(SOPHYAINCP)fioarr.h \ 307 355 $(SOPHYAINCP)radspecvector.h \ 308 356 $(SOPHYAINCP)radspec.h \ … … 323 371 pmixer.h $(SOPHYAINCP)machdefs.h \ 324 372 $(SOPHYAINCP)tmatrix.h \ 325 $(SOPHYAINCP)tarray.h \ 326 $(SOPHYAINCP)basarr.h \ 327 $(SOPHYAINCP)anydataobj.h \ 328 $(SOPHYAINCP)mutyv.h \ 329 $(SOPHYAINCP)timestamp.h \ 330 $(SOPHYAINCP)objfio.h \ 331 $(SOPHYAINCP)ppersist.h \ 332 $(SOPHYAINCP)pexceptions.h \ 333 $(SOPHYAINCP)gnumd5.h \ 334 $(SOPHYAINCP)ppfbinstream.h \ 335 $(SOPHYAINCP)rawstream.h \ 336 $(SOPHYAINCP)ppfnametag.h \ 337 $(SOPHYAINCP)dvlist.h \ 338 $(SOPHYAINCP)ndatablock.h \ 339 $(SOPHYAINCP)utilarr.h \ 340 $(SOPHYAINCP)tvector.h \ 341 $(SOPHYAINCP)fioarr.h \ 373 $(SOPHYAINCP)machdefs.h \ 374 $(SOPHYAINCP)tarray.h \ 375 $(SOPHYAINCP)basarr.h \ 376 $(SOPHYAINCP)anydataobj.h \ 377 $(SOPHYAINCP)mutyv.h \ 378 $(SOPHYAINCP)timestamp.h \ 379 $(SOPHYAINCP)objfio.h \ 380 $(SOPHYAINCP)ppersist.h \ 381 $(SOPHYAINCP)pexceptions.h \ 382 $(SOPHYAINCP)gnumd5.h \ 383 $(SOPHYAINCP)ppfbinstream.h \ 384 $(SOPHYAINCP)rawstream.h \ 385 $(SOPHYAINCP)ppfnametag.h \ 386 $(SOPHYAINCP)dvlist.h \ 387 $(SOPHYAINCP)ndatablock.h \ 388 $(SOPHYAINCP)utilarr.h \ 389 $(SOPHYAINCP)tmatrix_tsnl.h \ 390 $(SOPHYAINCP)tvector.h \ 391 $(SOPHYAINCP)tmatrix.h \ 392 $(SOPHYAINCP)tvector_tsnl.h \ 393 $(SOPHYAINCP)fioarr.h \ 394 $(SOPHYAINCP)tvector.h \ 342 395 $(SOPHYAINCP)vector3d.h \ 343 396 $(SOPHYAINCP)longlat.h \ … … 350 403 $(SOPHYAINCP)ntoolsinit.h \ 351 404 $(SOPHYAINCP)tarrinit.h \ 405 $(SOPHYAINCP)pexceptions.h \ 352 406 $(SOPHYAINCP)datacards.h \ 353 407 $(SOPHYAINCP)ntuple.h \ … … 359 413 $(SOPHYAINCP)spherepos.h \ 360 414 $(SOPHYAINCP)unitvector.h \ 415 $(SOPHYAINCP)vector3d.h \ 416 $(SOPHYAINCP)datatype.h \ 361 417 $(SOPHYAINCP)spherehealpix.h \ 362 418 $(SOPHYAINCP)HEALPixUtils.h \ 363 419 $(SOPHYAINCP)fitsspherehealpix.h \ 364 420 $(SOPHYAINCP)fitsfile.h \ 421 $(SOPHYAINCP)fitsinoutfile.h \ 365 422 $(SOPHYAINCP)FitsIO/fitsio.h \ 366 423 $(SOPHYAINCP)FitsIO/longnam.h \ 424 $(SOPHYAINCP)fitshandler.h \ 367 425 $(SOPHYAINCP)fitstarray.h \ 368 426 $(SOPHYAINCP)cimage.h \ 427 $(SOPHYAINCP)fioarr.h \ 369 428 $(SOPHYAINCP)radspecvector.h \ 370 429 $(SOPHYAINCP)radspec.h \ -
trunk/SophyaProg/PMixer/smakefile
r2765 r3007 39 39 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)Sph2Sph.o $(SOPHYAEXTSLBLIST) 40 40 41 $(SOPHYAOBJP)Sph2Sph.o: Sph2Sph.cc $(SOPHYAINCP)sopnamsp.h \ 42 pmixer.h $(SOPHYAINCP)machdefs.h \ 43 $(SOPHYAINCP)tmatrix.h \ 44 $(SOPHYAINCP)tarray.h \ 45 $(SOPHYAINCP)basarr.h \ 46 $(SOPHYAINCP)anydataobj.h \ 47 $(SOPHYAINCP)mutyv.h \ 48 $(SOPHYAINCP)dvlist.h \ 49 $(SOPHYAINCP)objfio.h \ 50 $(SOPHYAINCP)ppersist.h \ 51 $(SOPHYAINCP)pexceptions.h \ 52 $(SOPHYAINCP)gnumd5.h \ 53 $(SOPHYAINCP)ppfbinstream.h \ 54 $(SOPHYAINCP)rawstream.h \ 55 $(SOPHYAINCP)ppfnametag.h \ 56 $(SOPHYAINCP)ndatablock.h \ 57 $(SOPHYAINCP)utilarr.h \ 58 $(SOPHYAINCP)tvector.h \ 59 $(SOPHYAINCP)fioarr.h \ 41 $(SOPHYAOBJP)easyTest.o: easyTest.cc \ 42 $(SOPHYAINCP)sopnamsp.h \ 43 $(SOPHYAINCP)blackbody.h \ 44 $(SOPHYAINCP)radspec.h \ 45 $(SOPHYAINCP)machdefs.h \ 46 $(SOPHYAINCP)specresp.h \ 47 $(SOPHYAINCP)anydataobj.h \ 48 $(SOPHYAINCP)objfio.h \ 49 $(SOPHYAINCP)ppersist.h \ 50 $(SOPHYAINCP)pexceptions.h \ 51 $(SOPHYAINCP)gnumd5.h \ 52 $(SOPHYAINCP)ppfbinstream.h \ 53 $(SOPHYAINCP)rawstream.h \ 54 $(SOPHYAINCP)ppfnametag.h \ 55 $(SOPHYAINCP)convtools.h \ 56 $(SOPHYAINCP)radspecvector.h \ 57 $(SOPHYAINCP)tvector.h \ 58 $(SOPHYAINCP)tmatrix.h \ 59 $(SOPHYAINCP)tarray.h \ 60 $(SOPHYAINCP)basarr.h \ 61 $(SOPHYAINCP)mutyv.h \ 62 $(SOPHYAINCP)timestamp.h \ 63 $(SOPHYAINCP)dvlist.h \ 64 $(SOPHYAINCP)ndatablock.h \ 65 $(SOPHYAINCP)utilarr.h \ 66 $(SOPHYAINCP)tmatrix_tsnl.h \ 67 $(SOPHYAINCP)tvector_tsnl.h \ 68 $(SOPHYAINCP)specrespvector.h \ 69 $(SOPHYAINCP)tvector.h \ 70 $(SOPHYAINCP)squarefilt.h \ 71 $(SOPHYAINCP)gaussfilt.h \ 72 $(SOPHYAINCP)trianglefilt.h 73 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ easyTest.cc 74 75 $(SOPHYAOBJP)extractRS.o: extractRS.cc \ 76 $(SOPHYAINCP)sopnamsp.h pmixer.h \ 77 $(SOPHYAINCP)machdefs.h \ 78 $(SOPHYAINCP)tmatrix.h \ 79 $(SOPHYAINCP)machdefs.h \ 80 $(SOPHYAINCP)tarray.h \ 81 $(SOPHYAINCP)basarr.h \ 82 $(SOPHYAINCP)anydataobj.h \ 83 $(SOPHYAINCP)mutyv.h \ 84 $(SOPHYAINCP)timestamp.h \ 85 $(SOPHYAINCP)objfio.h \ 86 $(SOPHYAINCP)ppersist.h \ 87 $(SOPHYAINCP)pexceptions.h \ 88 $(SOPHYAINCP)gnumd5.h \ 89 $(SOPHYAINCP)ppfbinstream.h \ 90 $(SOPHYAINCP)rawstream.h \ 91 $(SOPHYAINCP)ppfnametag.h \ 92 $(SOPHYAINCP)dvlist.h \ 93 $(SOPHYAINCP)ndatablock.h \ 94 $(SOPHYAINCP)utilarr.h \ 95 $(SOPHYAINCP)tmatrix_tsnl.h \ 96 $(SOPHYAINCP)tvector.h \ 97 $(SOPHYAINCP)tmatrix.h \ 98 $(SOPHYAINCP)tvector_tsnl.h \ 99 $(SOPHYAINCP)fioarr.h \ 100 $(SOPHYAINCP)tvector.h \ 60 101 $(SOPHYAINCP)vector3d.h \ 61 102 $(SOPHYAINCP)longlat.h \ … … 68 109 $(SOPHYAINCP)ntoolsinit.h \ 69 110 $(SOPHYAINCP)tarrinit.h \ 111 $(SOPHYAINCP)pexceptions.h \ 70 112 $(SOPHYAINCP)datacards.h \ 71 113 $(SOPHYAINCP)ntuple.h \ … … 77 119 $(SOPHYAINCP)spherepos.h \ 78 120 $(SOPHYAINCP)unitvector.h \ 121 $(SOPHYAINCP)vector3d.h \ 122 $(SOPHYAINCP)datatype.h \ 79 123 $(SOPHYAINCP)spherehealpix.h \ 80 124 $(SOPHYAINCP)HEALPixUtils.h \ 81 125 $(SOPHYAINCP)fitsspherehealpix.h \ 82 126 $(SOPHYAINCP)fitsfile.h \ 127 $(SOPHYAINCP)fitsinoutfile.h \ 83 128 $(SOPHYAINCP)FitsIO/fitsio.h \ 84 129 $(SOPHYAINCP)FitsIO/longnam.h \ 130 $(SOPHYAINCP)fitshandler.h \ 85 131 $(SOPHYAINCP)fitstarray.h \ 86 132 $(SOPHYAINCP)cimage.h \ 133 $(SOPHYAINCP)fioarr.h \ 87 134 $(SOPHYAINCP)radspecvector.h \ 88 135 $(SOPHYAINCP)radspec.h \ … … 98 145 $(SOPHYAINCP)bruit.h \ 99 146 $(SOPHYAINCP)mapoperation.h 100 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ Sph2Sph.cc 101 102 $(SOPHYAOBJP)easyTest.o: easyTest.cc \ 103 $(SOPHYAINCP)sopnamsp.h \ 104 $(SOPHYAINCP)blackbody.h \ 105 $(SOPHYAINCP)radspec.h \ 106 $(SOPHYAINCP)machdefs.h \ 107 $(SOPHYAINCP)specresp.h \ 108 $(SOPHYAINCP)anydataobj.h \ 109 $(SOPHYAINCP)objfio.h \ 110 $(SOPHYAINCP)ppersist.h \ 111 $(SOPHYAINCP)pexceptions.h \ 112 $(SOPHYAINCP)gnumd5.h \ 113 $(SOPHYAINCP)ppfbinstream.h \ 114 $(SOPHYAINCP)rawstream.h \ 115 $(SOPHYAINCP)ppfnametag.h \ 116 $(SOPHYAINCP)convtools.h \ 117 $(SOPHYAINCP)radspecvector.h \ 118 $(SOPHYAINCP)tvector.h \ 119 $(SOPHYAINCP)tmatrix.h \ 120 $(SOPHYAINCP)tarray.h \ 121 $(SOPHYAINCP)basarr.h \ 122 $(SOPHYAINCP)mutyv.h \ 123 $(SOPHYAINCP)dvlist.h \ 124 $(SOPHYAINCP)ndatablock.h \ 125 $(SOPHYAINCP)utilarr.h \ 126 $(SOPHYAINCP)specrespvector.h \ 127 $(SOPHYAINCP)squarefilt.h \ 128 $(SOPHYAINCP)gaussfilt.h \ 129 $(SOPHYAINCP)trianglefilt.h 130 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ easyTest.cc 131 132 $(SOPHYAOBJP)extractRS.o: extractRS.cc \ 147 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ extractRS.cc 148 149 $(SOPHYAOBJP)skymixer.o: skymixer.cc \ 133 150 $(SOPHYAINCP)sopnamsp.h pmixer.h \ 134 151 $(SOPHYAINCP)machdefs.h \ 135 152 $(SOPHYAINCP)tmatrix.h \ 136 $(SOPHYAINCP)tarray.h \ 137 $(SOPHYAINCP)basarr.h \ 138 $(SOPHYAINCP)anydataobj.h \ 139 $(SOPHYAINCP)mutyv.h \ 140 $(SOPHYAINCP)dvlist.h \ 141 $(SOPHYAINCP)objfio.h \ 142 $(SOPHYAINCP)ppersist.h \ 143 $(SOPHYAINCP)pexceptions.h \ 144 $(SOPHYAINCP)gnumd5.h \ 145 $(SOPHYAINCP)ppfbinstream.h \ 146 $(SOPHYAINCP)rawstream.h \ 147 $(SOPHYAINCP)ppfnametag.h \ 148 $(SOPHYAINCP)ndatablock.h \ 149 $(SOPHYAINCP)utilarr.h \ 150 $(SOPHYAINCP)tvector.h \ 151 $(SOPHYAINCP)fioarr.h \ 153 $(SOPHYAINCP)machdefs.h \ 154 $(SOPHYAINCP)tarray.h \ 155 $(SOPHYAINCP)basarr.h \ 156 $(SOPHYAINCP)anydataobj.h \ 157 $(SOPHYAINCP)mutyv.h \ 158 $(SOPHYAINCP)timestamp.h \ 159 $(SOPHYAINCP)objfio.h \ 160 $(SOPHYAINCP)ppersist.h \ 161 $(SOPHYAINCP)pexceptions.h \ 162 $(SOPHYAINCP)gnumd5.h \ 163 $(SOPHYAINCP)ppfbinstream.h \ 164 $(SOPHYAINCP)rawstream.h \ 165 $(SOPHYAINCP)ppfnametag.h \ 166 $(SOPHYAINCP)dvlist.h \ 167 $(SOPHYAINCP)ndatablock.h \ 168 $(SOPHYAINCP)utilarr.h \ 169 $(SOPHYAINCP)tmatrix_tsnl.h \ 170 $(SOPHYAINCP)tvector.h \ 171 $(SOPHYAINCP)tmatrix.h \ 172 $(SOPHYAINCP)tvector_tsnl.h \ 173 $(SOPHYAINCP)fioarr.h \ 174 $(SOPHYAINCP)tvector.h \ 152 175 $(SOPHYAINCP)vector3d.h \ 153 176 $(SOPHYAINCP)longlat.h \ … … 160 183 $(SOPHYAINCP)ntoolsinit.h \ 161 184 $(SOPHYAINCP)tarrinit.h \ 185 $(SOPHYAINCP)pexceptions.h \ 162 186 $(SOPHYAINCP)datacards.h \ 163 187 $(SOPHYAINCP)ntuple.h \ … … 169 193 $(SOPHYAINCP)spherepos.h \ 170 194 $(SOPHYAINCP)unitvector.h \ 195 $(SOPHYAINCP)vector3d.h \ 196 $(SOPHYAINCP)datatype.h \ 171 197 $(SOPHYAINCP)spherehealpix.h \ 172 198 $(SOPHYAINCP)HEALPixUtils.h \ 173 199 $(SOPHYAINCP)fitsspherehealpix.h \ 174 200 $(SOPHYAINCP)fitsfile.h \ 201 $(SOPHYAINCP)fitsinoutfile.h \ 175 202 $(SOPHYAINCP)FitsIO/fitsio.h \ 176 203 $(SOPHYAINCP)FitsIO/longnam.h \ 204 $(SOPHYAINCP)fitshandler.h \ 177 205 $(SOPHYAINCP)fitstarray.h \ 178 206 $(SOPHYAINCP)cimage.h \ 207 $(SOPHYAINCP)fioarr.h \ 179 208 $(SOPHYAINCP)radspecvector.h \ 180 209 $(SOPHYAINCP)radspec.h \ … … 190 219 $(SOPHYAINCP)bruit.h \ 191 220 $(SOPHYAINCP)mapoperation.h 192 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ extractRS.cc193 194 $(SOPHYAOBJP) skymixer.o: skymixer.cc \221 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skymixer.cc 222 223 $(SOPHYAOBJP)Sph2Sph.o: Sph2Sph.cc \ 195 224 $(SOPHYAINCP)sopnamsp.h pmixer.h \ 196 225 $(SOPHYAINCP)machdefs.h \ 197 226 $(SOPHYAINCP)tmatrix.h \ 198 $(SOPHYAINCP)tarray.h \ 199 $(SOPHYAINCP)basarr.h \ 200 $(SOPHYAINCP)anydataobj.h \ 201 $(SOPHYAINCP)mutyv.h \ 202 $(SOPHYAINCP)dvlist.h \ 203 $(SOPHYAINCP)objfio.h \ 204 $(SOPHYAINCP)ppersist.h \ 205 $(SOPHYAINCP)pexceptions.h \ 206 $(SOPHYAINCP)gnumd5.h \ 207 $(SOPHYAINCP)ppfbinstream.h \ 208 $(SOPHYAINCP)rawstream.h \ 209 $(SOPHYAINCP)ppfnametag.h \ 210 $(SOPHYAINCP)ndatablock.h \ 211 $(SOPHYAINCP)utilarr.h \ 212 $(SOPHYAINCP)tvector.h \ 213 $(SOPHYAINCP)fioarr.h \ 227 $(SOPHYAINCP)machdefs.h \ 228 $(SOPHYAINCP)tarray.h \ 229 $(SOPHYAINCP)basarr.h \ 230 $(SOPHYAINCP)anydataobj.h \ 231 $(SOPHYAINCP)mutyv.h \ 232 $(SOPHYAINCP)timestamp.h \ 233 $(SOPHYAINCP)objfio.h \ 234 $(SOPHYAINCP)ppersist.h \ 235 $(SOPHYAINCP)pexceptions.h \ 236 $(SOPHYAINCP)gnumd5.h \ 237 $(SOPHYAINCP)ppfbinstream.h \ 238 $(SOPHYAINCP)rawstream.h \ 239 $(SOPHYAINCP)ppfnametag.h \ 240 $(SOPHYAINCP)dvlist.h \ 241 $(SOPHYAINCP)ndatablock.h \ 242 $(SOPHYAINCP)utilarr.h \ 243 $(SOPHYAINCP)tmatrix_tsnl.h \ 244 $(SOPHYAINCP)tvector.h \ 245 $(SOPHYAINCP)tmatrix.h \ 246 $(SOPHYAINCP)tvector_tsnl.h \ 247 $(SOPHYAINCP)fioarr.h \ 248 $(SOPHYAINCP)tvector.h \ 214 249 $(SOPHYAINCP)vector3d.h \ 215 250 $(SOPHYAINCP)longlat.h \ … … 222 257 $(SOPHYAINCP)ntoolsinit.h \ 223 258 $(SOPHYAINCP)tarrinit.h \ 259 $(SOPHYAINCP)pexceptions.h \ 224 260 $(SOPHYAINCP)datacards.h \ 225 261 $(SOPHYAINCP)ntuple.h \ … … 231 267 $(SOPHYAINCP)spherepos.h \ 232 268 $(SOPHYAINCP)unitvector.h \ 269 $(SOPHYAINCP)vector3d.h \ 270 $(SOPHYAINCP)datatype.h \ 233 271 $(SOPHYAINCP)spherehealpix.h \ 234 272 $(SOPHYAINCP)HEALPixUtils.h \ 235 273 $(SOPHYAINCP)fitsspherehealpix.h \ 236 274 $(SOPHYAINCP)fitsfile.h \ 275 $(SOPHYAINCP)fitsinoutfile.h \ 237 276 $(SOPHYAINCP)FitsIO/fitsio.h \ 238 277 $(SOPHYAINCP)FitsIO/longnam.h \ 278 $(SOPHYAINCP)fitshandler.h \ 239 279 $(SOPHYAINCP)fitstarray.h \ 240 280 $(SOPHYAINCP)cimage.h \ 281 $(SOPHYAINCP)fioarr.h \ 241 282 $(SOPHYAINCP)radspecvector.h \ 242 283 $(SOPHYAINCP)radspec.h \ … … 252 293 $(SOPHYAINCP)bruit.h \ 253 294 $(SOPHYAINCP)mapoperation.h 254 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skymixer.cc295 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ Sph2Sph.cc 255 296 256 297 $(SOPHYAOBJP)tgrsr.o: tgrsr.cc $(SOPHYAINCP)sopnamsp.h \ 257 298 pmixer.h $(SOPHYAINCP)machdefs.h \ 258 299 $(SOPHYAINCP)tmatrix.h \ 259 $(SOPHYAINCP)tarray.h \ 260 $(SOPHYAINCP)basarr.h \ 261 $(SOPHYAINCP)anydataobj.h \ 262 $(SOPHYAINCP)mutyv.h \ 263 $(SOPHYAINCP)dvlist.h \ 264 $(SOPHYAINCP)objfio.h \ 265 $(SOPHYAINCP)ppersist.h \ 266 $(SOPHYAINCP)pexceptions.h \ 267 $(SOPHYAINCP)gnumd5.h \ 268 $(SOPHYAINCP)ppfbinstream.h \ 269 $(SOPHYAINCP)rawstream.h \ 270 $(SOPHYAINCP)ppfnametag.h \ 271 $(SOPHYAINCP)ndatablock.h \ 272 $(SOPHYAINCP)utilarr.h \ 273 $(SOPHYAINCP)tvector.h \ 274 $(SOPHYAINCP)fioarr.h \ 300 $(SOPHYAINCP)machdefs.h \ 301 $(SOPHYAINCP)tarray.h \ 302 $(SOPHYAINCP)basarr.h \ 303 $(SOPHYAINCP)anydataobj.h \ 304 $(SOPHYAINCP)mutyv.h \ 305 $(SOPHYAINCP)timestamp.h \ 306 $(SOPHYAINCP)objfio.h \ 307 $(SOPHYAINCP)ppersist.h \ 308 $(SOPHYAINCP)pexceptions.h \ 309 $(SOPHYAINCP)gnumd5.h \ 310 $(SOPHYAINCP)ppfbinstream.h \ 311 $(SOPHYAINCP)rawstream.h \ 312 $(SOPHYAINCP)ppfnametag.h \ 313 $(SOPHYAINCP)dvlist.h \ 314 $(SOPHYAINCP)ndatablock.h \ 315 $(SOPHYAINCP)utilarr.h \ 316 $(SOPHYAINCP)tmatrix_tsnl.h \ 317 $(SOPHYAINCP)tvector.h \ 318 $(SOPHYAINCP)tmatrix.h \ 319 $(SOPHYAINCP)tvector_tsnl.h \ 320 $(SOPHYAINCP)fioarr.h \ 321 $(SOPHYAINCP)tvector.h \ 275 322 $(SOPHYAINCP)vector3d.h \ 276 323 $(SOPHYAINCP)longlat.h \ … … 283 330 $(SOPHYAINCP)ntoolsinit.h \ 284 331 $(SOPHYAINCP)tarrinit.h \ 332 $(SOPHYAINCP)pexceptions.h \ 285 333 $(SOPHYAINCP)datacards.h \ 286 334 $(SOPHYAINCP)ntuple.h \ … … 292 340 $(SOPHYAINCP)spherepos.h \ 293 341 $(SOPHYAINCP)unitvector.h \ 342 $(SOPHYAINCP)vector3d.h \ 343 $(SOPHYAINCP)datatype.h \ 294 344 $(SOPHYAINCP)spherehealpix.h \ 295 345 $(SOPHYAINCP)HEALPixUtils.h \ 296 346 $(SOPHYAINCP)fitsspherehealpix.h \ 297 347 $(SOPHYAINCP)fitsfile.h \ 348 $(SOPHYAINCP)fitsinoutfile.h \ 298 349 $(SOPHYAINCP)FitsIO/fitsio.h \ 299 350 $(SOPHYAINCP)FitsIO/longnam.h \ 351 $(SOPHYAINCP)fitshandler.h \ 300 352 $(SOPHYAINCP)fitstarray.h \ 301 353 $(SOPHYAINCP)cimage.h \ 354 $(SOPHYAINCP)fioarr.h \ 302 355 $(SOPHYAINCP)radspecvector.h \ 303 356 $(SOPHYAINCP)radspec.h \ … … 318 371 pmixer.h $(SOPHYAINCP)machdefs.h \ 319 372 $(SOPHYAINCP)tmatrix.h \ 320 $(SOPHYAINCP)tarray.h \ 321 $(SOPHYAINCP)basarr.h \ 322 $(SOPHYAINCP)anydataobj.h \ 323 $(SOPHYAINCP)mutyv.h \ 324 $(SOPHYAINCP)dvlist.h \ 325 $(SOPHYAINCP)objfio.h \ 326 $(SOPHYAINCP)ppersist.h \ 327 $(SOPHYAINCP)pexceptions.h \ 328 $(SOPHYAINCP)gnumd5.h \ 329 $(SOPHYAINCP)ppfbinstream.h \ 330 $(SOPHYAINCP)rawstream.h \ 331 $(SOPHYAINCP)ppfnametag.h \ 332 $(SOPHYAINCP)ndatablock.h \ 333 $(SOPHYAINCP)utilarr.h \ 334 $(SOPHYAINCP)tvector.h \ 335 $(SOPHYAINCP)fioarr.h \ 373 $(SOPHYAINCP)machdefs.h \ 374 $(SOPHYAINCP)tarray.h \ 375 $(SOPHYAINCP)basarr.h \ 376 $(SOPHYAINCP)anydataobj.h \ 377 $(SOPHYAINCP)mutyv.h \ 378 $(SOPHYAINCP)timestamp.h \ 379 $(SOPHYAINCP)objfio.h \ 380 $(SOPHYAINCP)ppersist.h \ 381 $(SOPHYAINCP)pexceptions.h \ 382 $(SOPHYAINCP)gnumd5.h \ 383 $(SOPHYAINCP)ppfbinstream.h \ 384 $(SOPHYAINCP)rawstream.h \ 385 $(SOPHYAINCP)ppfnametag.h \ 386 $(SOPHYAINCP)dvlist.h \ 387 $(SOPHYAINCP)ndatablock.h \ 388 $(SOPHYAINCP)utilarr.h \ 389 $(SOPHYAINCP)tmatrix_tsnl.h \ 390 $(SOPHYAINCP)tvector.h \ 391 $(SOPHYAINCP)tmatrix.h \ 392 $(SOPHYAINCP)tvector_tsnl.h \ 393 $(SOPHYAINCP)fioarr.h \ 394 $(SOPHYAINCP)tvector.h \ 336 395 $(SOPHYAINCP)vector3d.h \ 337 396 $(SOPHYAINCP)longlat.h \ … … 344 403 $(SOPHYAINCP)ntoolsinit.h \ 345 404 $(SOPHYAINCP)tarrinit.h \ 405 $(SOPHYAINCP)pexceptions.h \ 346 406 $(SOPHYAINCP)datacards.h \ 347 407 $(SOPHYAINCP)ntuple.h \ … … 353 413 $(SOPHYAINCP)spherepos.h \ 354 414 $(SOPHYAINCP)unitvector.h \ 415 $(SOPHYAINCP)vector3d.h \ 416 $(SOPHYAINCP)datatype.h \ 355 417 $(SOPHYAINCP)spherehealpix.h \ 356 418 $(SOPHYAINCP)HEALPixUtils.h \ 357 419 $(SOPHYAINCP)fitsspherehealpix.h \ 358 420 $(SOPHYAINCP)fitsfile.h \ 421 $(SOPHYAINCP)fitsinoutfile.h \ 359 422 $(SOPHYAINCP)FitsIO/fitsio.h \ 360 423 $(SOPHYAINCP)FitsIO/longnam.h \ 424 $(SOPHYAINCP)fitshandler.h \ 361 425 $(SOPHYAINCP)fitstarray.h \ 362 426 $(SOPHYAINCP)cimage.h \ 427 $(SOPHYAINCP)fioarr.h \ 363 428 $(SOPHYAINCP)radspecvector.h \ 364 429 $(SOPHYAINCP)radspec.h \ -
trunk/SophyaProg/PrgMap/Makefile
r2834 r3007 42 42 $(SOPHYAINCP)machdefs.h \ 43 43 $(SOPHYAINCP)nbmath.h \ 44 $(SOPHYAINCP)machdefs.h \ 44 45 $(SOPHYAINCP)smathconst.h \ 45 46 $(SOPHYAINCP)timing.h \ … … 61 62 $(SOPHYAINCP)utilarr.h \ 62 63 $(SOPHYAINCP)tmatrix.h \ 63 $(SOPHYAINCP)tvector.h \ 64 $(SOPHYAINCP)tmatrix_tsnl.h \ 65 $(SOPHYAINCP)tvector.h \ 66 $(SOPHYAINCP)tvector_tsnl.h \ 64 67 $(SOPHYAINCP)matharr.h \ 65 68 $(SOPHYAINCP)fioarr.h \ … … 74 77 $(SOPHYAINCP)longlat.h \ 75 78 $(SOPHYAINCP)utilgeom.h \ 79 $(SOPHYAINCP)datatype.h \ 76 80 $(SOPHYAINCP)spherehealpix.h \ 77 81 $(SOPHYAINCP)HEALPixUtils.h \ … … 86 90 $(SOPHYAINCP)nbrandom.h \ 87 91 $(SOPHYAINCP)srandgen.h \ 92 $(SOPHYAINCP)nbmath.h \ 88 93 $(SOPHYAINCP)triangmtx.h \ 89 94 $(SOPHYAINCP)bruit.h \ … … 106 111 $(SOPHYAINCP)fitsspherehealpix.h \ 107 112 $(SOPHYAINCP)fitsfile.h \ 108 $(SOPHYAINCP)FitsIO/fitsio.h \ 109 $(SOPHYAINCP)FitsIO/longnam.h \ 113 $(SOPHYAINCP)fitsinoutfile.h \ 114 $(SOPHYAINCP)FitsIO/fitsio.h \ 115 $(SOPHYAINCP)FitsIO/longnam.h \ 116 $(SOPHYAINCP)fitshandler.h \ 110 117 $(SOPHYAINCP)fitstarray.h 111 118 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cl2map.cc … … 116 123 $(SOPHYAINCP)skymapinit.h \ 117 124 $(SOPHYAINCP)sophyainit.h \ 118 $(SOPHYAINCP)skymap.h \ 119 $(SOPHYAINCP)spherethetaphi.h \ 120 $(SOPHYAINCP)sphericalmap.h \ 121 $(SOPHYAINCP)smathconst.h \ 122 $(SOPHYAINCP)pixelmap.h \ 123 $(SOPHYAINCP)ppersist.h \ 124 $(SOPHYAINCP)pexceptions.h \ 125 $(SOPHYAINCP)gnumd5.h \ 126 $(SOPHYAINCP)ppfbinstream.h \ 127 $(SOPHYAINCP)rawstream.h \ 128 $(SOPHYAINCP)ppfnametag.h \ 129 $(SOPHYAINCP)dvlist.h \ 130 $(SOPHYAINCP)objfio.h \ 131 $(SOPHYAINCP)anydataobj.h \ 132 $(SOPHYAINCP)mutyv.h \ 133 $(SOPHYAINCP)timestamp.h \ 134 $(SOPHYAINCP)spherepos.h \ 135 $(SOPHYAINCP)unitvector.h \ 136 $(SOPHYAINCP)vector3d.h \ 137 $(SOPHYAINCP)longlat.h \ 138 $(SOPHYAINCP)utilgeom.h \ 139 $(SOPHYAINCP)tvector.h \ 140 $(SOPHYAINCP)tmatrix.h \ 141 $(SOPHYAINCP)tarray.h \ 142 $(SOPHYAINCP)basarr.h \ 143 $(SOPHYAINCP)ndatablock.h \ 144 $(SOPHYAINCP)utilarr.h \ 145 $(SOPHYAINCP)spherehealpix.h \ 146 $(SOPHYAINCP)HEALPixUtils.h \ 147 $(SOPHYAINCP)localmap.h \ 148 $(SOPHYAINCP)sphereecp.h \ 149 $(SOPHYAINCP)fiospherethetaphi.h \ 150 $(SOPHYAINCP)fiospherehealpix.h \ 151 $(SOPHYAINCP)fiolocalmap.h \ 152 $(SOPHYAINCP)fiosphereecp.h \ 153 $(SOPHYAINCP)fitsspherehealpix.h \ 154 $(SOPHYAINCP)fitsfile.h \ 155 $(SOPHYAINCP)FitsIO/fitsio.h \ 156 $(SOPHYAINCP)FitsIO/longnam.h 125 $(SOPHYAINCP)machdefs.h \ 126 $(SOPHYAINCP)skymap.h \ 127 $(SOPHYAINCP)spherethetaphi.h \ 128 $(SOPHYAINCP)sphericalmap.h \ 129 $(SOPHYAINCP)smathconst.h \ 130 $(SOPHYAINCP)pixelmap.h \ 131 $(SOPHYAINCP)ppersist.h \ 132 $(SOPHYAINCP)pexceptions.h \ 133 $(SOPHYAINCP)gnumd5.h \ 134 $(SOPHYAINCP)ppfbinstream.h \ 135 $(SOPHYAINCP)rawstream.h \ 136 $(SOPHYAINCP)ppfnametag.h \ 137 $(SOPHYAINCP)dvlist.h \ 138 $(SOPHYAINCP)objfio.h \ 139 $(SOPHYAINCP)anydataobj.h \ 140 $(SOPHYAINCP)mutyv.h \ 141 $(SOPHYAINCP)timestamp.h \ 142 $(SOPHYAINCP)spherepos.h \ 143 $(SOPHYAINCP)unitvector.h \ 144 $(SOPHYAINCP)vector3d.h \ 145 $(SOPHYAINCP)longlat.h \ 146 $(SOPHYAINCP)utilgeom.h \ 147 $(SOPHYAINCP)datatype.h \ 148 $(SOPHYAINCP)tvector.h \ 149 $(SOPHYAINCP)tmatrix.h \ 150 $(SOPHYAINCP)tarray.h \ 151 $(SOPHYAINCP)basarr.h \ 152 $(SOPHYAINCP)ndatablock.h \ 153 $(SOPHYAINCP)utilarr.h \ 154 $(SOPHYAINCP)tmatrix_tsnl.h \ 155 $(SOPHYAINCP)tvector_tsnl.h \ 156 $(SOPHYAINCP)spherehealpix.h \ 157 $(SOPHYAINCP)HEALPixUtils.h \ 158 $(SOPHYAINCP)localmap.h \ 159 $(SOPHYAINCP)sphereecp.h \ 160 $(SOPHYAINCP)fiospherethetaphi.h \ 161 $(SOPHYAINCP)fiospherehealpix.h \ 162 $(SOPHYAINCP)fiolocalmap.h \ 163 $(SOPHYAINCP)fiosphereecp.h \ 164 $(SOPHYAINCP)fitsspherehealpix.h \ 165 $(SOPHYAINCP)fitsfile.h \ 166 $(SOPHYAINCP)fitsinoutfile.h \ 167 $(SOPHYAINCP)FitsIO/fitsio.h \ 168 $(SOPHYAINCP)FitsIO/longnam.h \ 169 $(SOPHYAINCP)fitshandler.h 157 170 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cremskfrsph.cc 158 171 … … 162 175 $(SOPHYAINCP)skymapinit.h \ 163 176 $(SOPHYAINCP)sophyainit.h \ 164 $(SOPHYAINCP)skymap.h \ 165 $(SOPHYAINCP)spherethetaphi.h \ 166 $(SOPHYAINCP)sphericalmap.h \ 167 $(SOPHYAINCP)smathconst.h \ 168 $(SOPHYAINCP)pixelmap.h \ 169 $(SOPHYAINCP)ppersist.h \ 170 $(SOPHYAINCP)pexceptions.h \ 171 $(SOPHYAINCP)gnumd5.h \ 172 $(SOPHYAINCP)ppfbinstream.h \ 173 $(SOPHYAINCP)rawstream.h \ 174 $(SOPHYAINCP)ppfnametag.h \ 175 $(SOPHYAINCP)dvlist.h \ 176 $(SOPHYAINCP)objfio.h \ 177 $(SOPHYAINCP)anydataobj.h \ 178 $(SOPHYAINCP)mutyv.h \ 179 $(SOPHYAINCP)timestamp.h \ 180 $(SOPHYAINCP)spherepos.h \ 181 $(SOPHYAINCP)unitvector.h \ 182 $(SOPHYAINCP)vector3d.h \ 183 $(SOPHYAINCP)longlat.h \ 184 $(SOPHYAINCP)utilgeom.h \ 185 $(SOPHYAINCP)tvector.h \ 186 $(SOPHYAINCP)tmatrix.h \ 187 $(SOPHYAINCP)tarray.h \ 188 $(SOPHYAINCP)basarr.h \ 189 $(SOPHYAINCP)ndatablock.h \ 190 $(SOPHYAINCP)utilarr.h \ 191 $(SOPHYAINCP)spherehealpix.h \ 192 $(SOPHYAINCP)HEALPixUtils.h \ 193 $(SOPHYAINCP)localmap.h \ 194 $(SOPHYAINCP)sphereecp.h \ 195 $(SOPHYAINCP)fiospherethetaphi.h \ 196 $(SOPHYAINCP)fiospherehealpix.h \ 197 $(SOPHYAINCP)fiolocalmap.h \ 198 $(SOPHYAINCP)fiosphereecp.h \ 199 $(SOPHYAINCP)fitsspherehealpix.h \ 200 $(SOPHYAINCP)fitsfile.h \ 201 $(SOPHYAINCP)FitsIO/fitsio.h \ 202 $(SOPHYAINCP)FitsIO/longnam.h 177 $(SOPHYAINCP)machdefs.h \ 178 $(SOPHYAINCP)skymap.h \ 179 $(SOPHYAINCP)spherethetaphi.h \ 180 $(SOPHYAINCP)sphericalmap.h \ 181 $(SOPHYAINCP)smathconst.h \ 182 $(SOPHYAINCP)pixelmap.h \ 183 $(SOPHYAINCP)ppersist.h \ 184 $(SOPHYAINCP)pexceptions.h \ 185 $(SOPHYAINCP)gnumd5.h \ 186 $(SOPHYAINCP)ppfbinstream.h \ 187 $(SOPHYAINCP)rawstream.h \ 188 $(SOPHYAINCP)ppfnametag.h \ 189 $(SOPHYAINCP)dvlist.h \ 190 $(SOPHYAINCP)objfio.h \ 191 $(SOPHYAINCP)anydataobj.h \ 192 $(SOPHYAINCP)mutyv.h \ 193 $(SOPHYAINCP)timestamp.h \ 194 $(SOPHYAINCP)spherepos.h \ 195 $(SOPHYAINCP)unitvector.h \ 196 $(SOPHYAINCP)vector3d.h \ 197 $(SOPHYAINCP)longlat.h \ 198 $(SOPHYAINCP)utilgeom.h \ 199 $(SOPHYAINCP)datatype.h \ 200 $(SOPHYAINCP)tvector.h \ 201 $(SOPHYAINCP)tmatrix.h \ 202 $(SOPHYAINCP)tarray.h \ 203 $(SOPHYAINCP)basarr.h \ 204 $(SOPHYAINCP)ndatablock.h \ 205 $(SOPHYAINCP)utilarr.h \ 206 $(SOPHYAINCP)tmatrix_tsnl.h \ 207 $(SOPHYAINCP)tvector_tsnl.h \ 208 $(SOPHYAINCP)spherehealpix.h \ 209 $(SOPHYAINCP)HEALPixUtils.h \ 210 $(SOPHYAINCP)localmap.h \ 211 $(SOPHYAINCP)sphereecp.h \ 212 $(SOPHYAINCP)fiospherethetaphi.h \ 213 $(SOPHYAINCP)fiospherehealpix.h \ 214 $(SOPHYAINCP)fiolocalmap.h \ 215 $(SOPHYAINCP)fiosphereecp.h \ 216 $(SOPHYAINCP)fitsspherehealpix.h \ 217 $(SOPHYAINCP)fitsfile.h \ 218 $(SOPHYAINCP)fitsinoutfile.h \ 219 $(SOPHYAINCP)FitsIO/fitsio.h \ 220 $(SOPHYAINCP)FitsIO/longnam.h \ 221 $(SOPHYAINCP)fitshandler.h 203 222 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ extrap2sph.cc 204 223 … … 208 227 $(SOPHYAINCP)skymapinit.h \ 209 228 $(SOPHYAINCP)sophyainit.h \ 210 $(SOPHYAINCP)skymap.h \ 211 $(SOPHYAINCP)spherethetaphi.h \ 212 $(SOPHYAINCP)sphericalmap.h \ 213 $(SOPHYAINCP)smathconst.h \ 214 $(SOPHYAINCP)pixelmap.h \ 215 $(SOPHYAINCP)ppersist.h \ 216 $(SOPHYAINCP)pexceptions.h \ 217 $(SOPHYAINCP)gnumd5.h \ 218 $(SOPHYAINCP)ppfbinstream.h \ 219 $(SOPHYAINCP)rawstream.h \ 220 $(SOPHYAINCP)ppfnametag.h \ 221 $(SOPHYAINCP)dvlist.h \ 222 $(SOPHYAINCP)objfio.h \ 223 $(SOPHYAINCP)anydataobj.h \ 224 $(SOPHYAINCP)mutyv.h \ 225 $(SOPHYAINCP)timestamp.h \ 226 $(SOPHYAINCP)spherepos.h \ 227 $(SOPHYAINCP)unitvector.h \ 228 $(SOPHYAINCP)vector3d.h \ 229 $(SOPHYAINCP)longlat.h \ 230 $(SOPHYAINCP)utilgeom.h \ 231 $(SOPHYAINCP)tvector.h \ 232 $(SOPHYAINCP)tmatrix.h \ 233 $(SOPHYAINCP)tarray.h \ 234 $(SOPHYAINCP)basarr.h \ 235 $(SOPHYAINCP)ndatablock.h \ 236 $(SOPHYAINCP)utilarr.h \ 237 $(SOPHYAINCP)spherehealpix.h \ 238 $(SOPHYAINCP)HEALPixUtils.h \ 239 $(SOPHYAINCP)localmap.h \ 240 $(SOPHYAINCP)sphereecp.h \ 241 $(SOPHYAINCP)fiospherethetaphi.h \ 242 $(SOPHYAINCP)fiospherehealpix.h \ 243 $(SOPHYAINCP)fiolocalmap.h \ 244 $(SOPHYAINCP)fiosphereecp.h \ 245 $(SOPHYAINCP)fitsspherehealpix.h \ 246 $(SOPHYAINCP)fitsfile.h \ 247 $(SOPHYAINCP)FitsIO/fitsio.h \ 248 $(SOPHYAINCP)FitsIO/longnam.h 229 $(SOPHYAINCP)machdefs.h \ 230 $(SOPHYAINCP)skymap.h \ 231 $(SOPHYAINCP)spherethetaphi.h \ 232 $(SOPHYAINCP)sphericalmap.h \ 233 $(SOPHYAINCP)smathconst.h \ 234 $(SOPHYAINCP)pixelmap.h \ 235 $(SOPHYAINCP)ppersist.h \ 236 $(SOPHYAINCP)pexceptions.h \ 237 $(SOPHYAINCP)gnumd5.h \ 238 $(SOPHYAINCP)ppfbinstream.h \ 239 $(SOPHYAINCP)rawstream.h \ 240 $(SOPHYAINCP)ppfnametag.h \ 241 $(SOPHYAINCP)dvlist.h \ 242 $(SOPHYAINCP)objfio.h \ 243 $(SOPHYAINCP)anydataobj.h \ 244 $(SOPHYAINCP)mutyv.h \ 245 $(SOPHYAINCP)timestamp.h \ 246 $(SOPHYAINCP)spherepos.h \ 247 $(SOPHYAINCP)unitvector.h \ 248 $(SOPHYAINCP)vector3d.h \ 249 $(SOPHYAINCP)longlat.h \ 250 $(SOPHYAINCP)utilgeom.h \ 251 $(SOPHYAINCP)datatype.h \ 252 $(SOPHYAINCP)tvector.h \ 253 $(SOPHYAINCP)tmatrix.h \ 254 $(SOPHYAINCP)tarray.h \ 255 $(SOPHYAINCP)basarr.h \ 256 $(SOPHYAINCP)ndatablock.h \ 257 $(SOPHYAINCP)utilarr.h \ 258 $(SOPHYAINCP)tmatrix_tsnl.h \ 259 $(SOPHYAINCP)tvector_tsnl.h \ 260 $(SOPHYAINCP)spherehealpix.h \ 261 $(SOPHYAINCP)HEALPixUtils.h \ 262 $(SOPHYAINCP)localmap.h \ 263 $(SOPHYAINCP)sphereecp.h \ 264 $(SOPHYAINCP)fiospherethetaphi.h \ 265 $(SOPHYAINCP)fiospherehealpix.h \ 266 $(SOPHYAINCP)fiolocalmap.h \ 267 $(SOPHYAINCP)fiosphereecp.h \ 268 $(SOPHYAINCP)fitsspherehealpix.h \ 269 $(SOPHYAINCP)fitsfile.h \ 270 $(SOPHYAINCP)fitsinoutfile.h \ 271 $(SOPHYAINCP)FitsIO/fitsio.h \ 272 $(SOPHYAINCP)FitsIO/longnam.h \ 273 $(SOPHYAINCP)fitshandler.h 249 274 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ extrapsph.cc 250 275 … … 252 277 $(SOPHYAINCP)machdefs.h \ 253 278 $(SOPHYAINCP)nbmath.h \ 279 $(SOPHYAINCP)machdefs.h \ 254 280 $(SOPHYAINCP)smathconst.h \ 255 281 $(SOPHYAINCP)timing.h \ … … 271 297 $(SOPHYAINCP)utilarr.h \ 272 298 $(SOPHYAINCP)tmatrix.h \ 273 $(SOPHYAINCP)tvector.h \ 299 $(SOPHYAINCP)tmatrix_tsnl.h \ 300 $(SOPHYAINCP)tvector.h \ 301 $(SOPHYAINCP)tvector_tsnl.h \ 274 302 $(SOPHYAINCP)matharr.h \ 275 303 $(SOPHYAINCP)fioarr.h \ … … 284 312 $(SOPHYAINCP)longlat.h \ 285 313 $(SOPHYAINCP)utilgeom.h \ 314 $(SOPHYAINCP)datatype.h \ 286 315 $(SOPHYAINCP)spherehealpix.h \ 287 316 $(SOPHYAINCP)HEALPixUtils.h \ … … 296 325 $(SOPHYAINCP)nbrandom.h \ 297 326 $(SOPHYAINCP)srandgen.h \ 327 $(SOPHYAINCP)nbmath.h \ 298 328 $(SOPHYAINCP)triangmtx.h \ 299 329 $(SOPHYAINCP)bruit.h \ … … 316 346 $(SOPHYAINCP)fitsspherehealpix.h \ 317 347 $(SOPHYAINCP)fitsfile.h \ 318 $(SOPHYAINCP)FitsIO/fitsio.h \ 319 $(SOPHYAINCP)FitsIO/longnam.h \ 348 $(SOPHYAINCP)fitsinoutfile.h \ 349 $(SOPHYAINCP)FitsIO/fitsio.h \ 350 $(SOPHYAINCP)FitsIO/longnam.h \ 351 $(SOPHYAINCP)fitshandler.h \ 320 352 $(SOPHYAINCP)fitstarray.h 321 353 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ map2cl.cc 322 354 323 $(SOPHYAOBJP)prjsmap.o: prjsmap.cc $(SOPHYAINCP)sopnamsp.h \ 324 $(SOPHYAINCP)machdefs.h \ 325 $(SOPHYAINCP)nbmath.h \ 355 $(SOPHYAOBJP)prjsmap.o: prjsmap.cc \ 356 $(SOPHYAINCP)sopnamsp.h \ 357 $(SOPHYAINCP)machdefs.h \ 358 $(SOPHYAINCP)nbmath.h \ 359 $(SOPHYAINCP)machdefs.h \ 326 360 $(SOPHYAINCP)smathconst.h \ 327 361 $(SOPHYAINCP)timing.h \ … … 343 377 $(SOPHYAINCP)utilarr.h \ 344 378 $(SOPHYAINCP)tmatrix.h \ 345 $(SOPHYAINCP)tvector.h \ 379 $(SOPHYAINCP)tmatrix_tsnl.h \ 380 $(SOPHYAINCP)tvector.h \ 381 $(SOPHYAINCP)tvector_tsnl.h \ 346 382 $(SOPHYAINCP)matharr.h \ 347 383 $(SOPHYAINCP)fioarr.h \ … … 356 392 $(SOPHYAINCP)longlat.h \ 357 393 $(SOPHYAINCP)utilgeom.h \ 394 $(SOPHYAINCP)datatype.h \ 358 395 $(SOPHYAINCP)spherehealpix.h \ 359 396 $(SOPHYAINCP)HEALPixUtils.h \ … … 368 405 $(SOPHYAINCP)nbrandom.h \ 369 406 $(SOPHYAINCP)srandgen.h \ 407 $(SOPHYAINCP)nbmath.h \ 370 408 $(SOPHYAINCP)triangmtx.h \ 371 409 $(SOPHYAINCP)bruit.h \ … … 388 426 $(SOPHYAINCP)fitsspherehealpix.h \ 389 427 $(SOPHYAINCP)fitsfile.h \ 390 $(SOPHYAINCP)FitsIO/fitsio.h \ 391 $(SOPHYAINCP)FitsIO/longnam.h \ 428 $(SOPHYAINCP)fitsinoutfile.h \ 429 $(SOPHYAINCP)FitsIO/fitsio.h \ 430 $(SOPHYAINCP)FitsIO/longnam.h \ 431 $(SOPHYAINCP)fitshandler.h \ 392 432 $(SOPHYAINCP)fitstarray.h 393 433 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ prjsmap.cc -
trunk/SophyaProg/PrgMap/smakefile
r2765 r3007 42 42 $(SOPHYAINCP)machdefs.h \ 43 43 $(SOPHYAINCP)nbmath.h \ 44 $(SOPHYAINCP)machdefs.h \ 44 45 $(SOPHYAINCP)smathconst.h \ 45 46 $(SOPHYAINCP)timing.h \ … … 49 50 $(SOPHYAINCP)anydataobj.h \ 50 51 $(SOPHYAINCP)mutyv.h \ 51 $(SOPHYAINCP)dvlist.h \ 52 $(SOPHYAINCP)objfio.h \ 53 $(SOPHYAINCP)ppersist.h \ 54 $(SOPHYAINCP)pexceptions.h \ 55 $(SOPHYAINCP)gnumd5.h \ 56 $(SOPHYAINCP)ppfbinstream.h \ 57 $(SOPHYAINCP)rawstream.h \ 58 $(SOPHYAINCP)ppfnametag.h \ 59 $(SOPHYAINCP)ndatablock.h \ 60 $(SOPHYAINCP)utilarr.h \ 61 $(SOPHYAINCP)tmatrix.h \ 62 $(SOPHYAINCP)tvector.h \ 52 $(SOPHYAINCP)timestamp.h \ 53 $(SOPHYAINCP)objfio.h \ 54 $(SOPHYAINCP)ppersist.h \ 55 $(SOPHYAINCP)pexceptions.h \ 56 $(SOPHYAINCP)gnumd5.h \ 57 $(SOPHYAINCP)ppfbinstream.h \ 58 $(SOPHYAINCP)rawstream.h \ 59 $(SOPHYAINCP)ppfnametag.h \ 60 $(SOPHYAINCP)dvlist.h \ 61 $(SOPHYAINCP)ndatablock.h \ 62 $(SOPHYAINCP)utilarr.h \ 63 $(SOPHYAINCP)tmatrix.h \ 64 $(SOPHYAINCP)tmatrix_tsnl.h \ 65 $(SOPHYAINCP)tvector.h \ 66 $(SOPHYAINCP)tvector_tsnl.h \ 63 67 $(SOPHYAINCP)matharr.h \ 64 68 $(SOPHYAINCP)fioarr.h \ … … 73 77 $(SOPHYAINCP)longlat.h \ 74 78 $(SOPHYAINCP)utilgeom.h \ 79 $(SOPHYAINCP)datatype.h \ 75 80 $(SOPHYAINCP)spherehealpix.h \ 76 81 $(SOPHYAINCP)HEALPixUtils.h \ … … 85 90 $(SOPHYAINCP)nbrandom.h \ 86 91 $(SOPHYAINCP)srandgen.h \ 92 $(SOPHYAINCP)nbmath.h \ 87 93 $(SOPHYAINCP)triangmtx.h \ 88 94 $(SOPHYAINCP)bruit.h \ … … 105 111 $(SOPHYAINCP)fitsspherehealpix.h \ 106 112 $(SOPHYAINCP)fitsfile.h \ 107 $(SOPHYAINCP)FitsIO/fitsio.h \ 108 $(SOPHYAINCP)FitsIO/longnam.h \ 113 $(SOPHYAINCP)fitsinoutfile.h \ 114 $(SOPHYAINCP)FitsIO/fitsio.h \ 115 $(SOPHYAINCP)FitsIO/longnam.h \ 116 $(SOPHYAINCP)fitshandler.h \ 109 117 $(SOPHYAINCP)fitstarray.h 110 118 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cl2map.cc … … 115 123 $(SOPHYAINCP)skymapinit.h \ 116 124 $(SOPHYAINCP)sophyainit.h \ 117 $(SOPHYAINCP)skymap.h \ 118 $(SOPHYAINCP)spherethetaphi.h \ 119 $(SOPHYAINCP)sphericalmap.h \ 120 $(SOPHYAINCP)smathconst.h \ 121 $(SOPHYAINCP)pixelmap.h \ 122 $(SOPHYAINCP)ppersist.h \ 123 $(SOPHYAINCP)pexceptions.h \ 124 $(SOPHYAINCP)gnumd5.h \ 125 $(SOPHYAINCP)ppfbinstream.h \ 126 $(SOPHYAINCP)rawstream.h \ 127 $(SOPHYAINCP)ppfnametag.h \ 128 $(SOPHYAINCP)dvlist.h \ 129 $(SOPHYAINCP)objfio.h \ 130 $(SOPHYAINCP)anydataobj.h \ 131 $(SOPHYAINCP)mutyv.h \ 132 $(SOPHYAINCP)spherepos.h \ 133 $(SOPHYAINCP)unitvector.h \ 134 $(SOPHYAINCP)vector3d.h \ 135 $(SOPHYAINCP)longlat.h \ 136 $(SOPHYAINCP)utilgeom.h \ 137 $(SOPHYAINCP)tvector.h \ 138 $(SOPHYAINCP)tmatrix.h \ 139 $(SOPHYAINCP)tarray.h \ 140 $(SOPHYAINCP)basarr.h \ 141 $(SOPHYAINCP)ndatablock.h \ 142 $(SOPHYAINCP)utilarr.h \ 143 $(SOPHYAINCP)spherehealpix.h \ 144 $(SOPHYAINCP)HEALPixUtils.h \ 145 $(SOPHYAINCP)localmap.h \ 146 $(SOPHYAINCP)sphereecp.h \ 147 $(SOPHYAINCP)fiospherethetaphi.h \ 148 $(SOPHYAINCP)fiospherehealpix.h \ 149 $(SOPHYAINCP)fiolocalmap.h \ 150 $(SOPHYAINCP)fiosphereecp.h \ 151 $(SOPHYAINCP)fitsspherehealpix.h \ 152 $(SOPHYAINCP)fitsfile.h \ 153 $(SOPHYAINCP)FitsIO/fitsio.h \ 154 $(SOPHYAINCP)FitsIO/longnam.h 125 $(SOPHYAINCP)machdefs.h \ 126 $(SOPHYAINCP)skymap.h \ 127 $(SOPHYAINCP)spherethetaphi.h \ 128 $(SOPHYAINCP)sphericalmap.h \ 129 $(SOPHYAINCP)smathconst.h \ 130 $(SOPHYAINCP)pixelmap.h \ 131 $(SOPHYAINCP)ppersist.h \ 132 $(SOPHYAINCP)pexceptions.h \ 133 $(SOPHYAINCP)gnumd5.h \ 134 $(SOPHYAINCP)ppfbinstream.h \ 135 $(SOPHYAINCP)rawstream.h \ 136 $(SOPHYAINCP)ppfnametag.h \ 137 $(SOPHYAINCP)dvlist.h \ 138 $(SOPHYAINCP)objfio.h \ 139 $(SOPHYAINCP)anydataobj.h \ 140 $(SOPHYAINCP)mutyv.h \ 141 $(SOPHYAINCP)timestamp.h \ 142 $(SOPHYAINCP)spherepos.h \ 143 $(SOPHYAINCP)unitvector.h \ 144 $(SOPHYAINCP)vector3d.h \ 145 $(SOPHYAINCP)longlat.h \ 146 $(SOPHYAINCP)utilgeom.h \ 147 $(SOPHYAINCP)datatype.h \ 148 $(SOPHYAINCP)tvector.h \ 149 $(SOPHYAINCP)tmatrix.h \ 150 $(SOPHYAINCP)tarray.h \ 151 $(SOPHYAINCP)basarr.h \ 152 $(SOPHYAINCP)ndatablock.h \ 153 $(SOPHYAINCP)utilarr.h \ 154 $(SOPHYAINCP)tmatrix_tsnl.h \ 155 $(SOPHYAINCP)tvector_tsnl.h \ 156 $(SOPHYAINCP)spherehealpix.h \ 157 $(SOPHYAINCP)HEALPixUtils.h \ 158 $(SOPHYAINCP)localmap.h \ 159 $(SOPHYAINCP)sphereecp.h \ 160 $(SOPHYAINCP)fiospherethetaphi.h \ 161 $(SOPHYAINCP)fiospherehealpix.h \ 162 $(SOPHYAINCP)fiolocalmap.h \ 163 $(SOPHYAINCP)fiosphereecp.h \ 164 $(SOPHYAINCP)fitsspherehealpix.h \ 165 $(SOPHYAINCP)fitsfile.h \ 166 $(SOPHYAINCP)fitsinoutfile.h \ 167 $(SOPHYAINCP)FitsIO/fitsio.h \ 168 $(SOPHYAINCP)FitsIO/longnam.h \ 169 $(SOPHYAINCP)fitshandler.h 155 170 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cremskfrsph.cc 156 171 … … 160 175 $(SOPHYAINCP)skymapinit.h \ 161 176 $(SOPHYAINCP)sophyainit.h \ 162 $(SOPHYAINCP)skymap.h \ 163 $(SOPHYAINCP)spherethetaphi.h \ 164 $(SOPHYAINCP)sphericalmap.h \ 165 $(SOPHYAINCP)smathconst.h \ 166 $(SOPHYAINCP)pixelmap.h \ 167 $(SOPHYAINCP)ppersist.h \ 168 $(SOPHYAINCP)pexceptions.h \ 169 $(SOPHYAINCP)gnumd5.h \ 170 $(SOPHYAINCP)ppfbinstream.h \ 171 $(SOPHYAINCP)rawstream.h \ 172 $(SOPHYAINCP)ppfnametag.h \ 173 $(SOPHYAINCP)dvlist.h \ 174 $(SOPHYAINCP)objfio.h \ 175 $(SOPHYAINCP)anydataobj.h \ 176 $(SOPHYAINCP)mutyv.h \ 177 $(SOPHYAINCP)spherepos.h \ 178 $(SOPHYAINCP)unitvector.h \ 179 $(SOPHYAINCP)vector3d.h \ 180 $(SOPHYAINCP)longlat.h \ 181 $(SOPHYAINCP)utilgeom.h \ 182 $(SOPHYAINCP)tvector.h \ 183 $(SOPHYAINCP)tmatrix.h \ 184 $(SOPHYAINCP)tarray.h \ 185 $(SOPHYAINCP)basarr.h \ 186 $(SOPHYAINCP)ndatablock.h \ 187 $(SOPHYAINCP)utilarr.h \ 188 $(SOPHYAINCP)spherehealpix.h \ 189 $(SOPHYAINCP)HEALPixUtils.h \ 190 $(SOPHYAINCP)localmap.h \ 191 $(SOPHYAINCP)sphereecp.h \ 192 $(SOPHYAINCP)fiospherethetaphi.h \ 193 $(SOPHYAINCP)fiospherehealpix.h \ 194 $(SOPHYAINCP)fiolocalmap.h \ 195 $(SOPHYAINCP)fiosphereecp.h \ 196 $(SOPHYAINCP)fitsspherehealpix.h \ 197 $(SOPHYAINCP)fitsfile.h \ 198 $(SOPHYAINCP)FitsIO/fitsio.h \ 199 $(SOPHYAINCP)FitsIO/longnam.h 177 $(SOPHYAINCP)machdefs.h \ 178 $(SOPHYAINCP)skymap.h \ 179 $(SOPHYAINCP)spherethetaphi.h \ 180 $(SOPHYAINCP)sphericalmap.h \ 181 $(SOPHYAINCP)smathconst.h \ 182 $(SOPHYAINCP)pixelmap.h \ 183 $(SOPHYAINCP)ppersist.h \ 184 $(SOPHYAINCP)pexceptions.h \ 185 $(SOPHYAINCP)gnumd5.h \ 186 $(SOPHYAINCP)ppfbinstream.h \ 187 $(SOPHYAINCP)rawstream.h \ 188 $(SOPHYAINCP)ppfnametag.h \ 189 $(SOPHYAINCP)dvlist.h \ 190 $(SOPHYAINCP)objfio.h \ 191 $(SOPHYAINCP)anydataobj.h \ 192 $(SOPHYAINCP)mutyv.h \ 193 $(SOPHYAINCP)timestamp.h \ 194 $(SOPHYAINCP)spherepos.h \ 195 $(SOPHYAINCP)unitvector.h \ 196 $(SOPHYAINCP)vector3d.h \ 197 $(SOPHYAINCP)longlat.h \ 198 $(SOPHYAINCP)utilgeom.h \ 199 $(SOPHYAINCP)datatype.h \ 200 $(SOPHYAINCP)tvector.h \ 201 $(SOPHYAINCP)tmatrix.h \ 202 $(SOPHYAINCP)tarray.h \ 203 $(SOPHYAINCP)basarr.h \ 204 $(SOPHYAINCP)ndatablock.h \ 205 $(SOPHYAINCP)utilarr.h \ 206 $(SOPHYAINCP)tmatrix_tsnl.h \ 207 $(SOPHYAINCP)tvector_tsnl.h \ 208 $(SOPHYAINCP)spherehealpix.h \ 209 $(SOPHYAINCP)HEALPixUtils.h \ 210 $(SOPHYAINCP)localmap.h \ 211 $(SOPHYAINCP)sphereecp.h \ 212 $(SOPHYAINCP)fiospherethetaphi.h \ 213 $(SOPHYAINCP)fiospherehealpix.h \ 214 $(SOPHYAINCP)fiolocalmap.h \ 215 $(SOPHYAINCP)fiosphereecp.h \ 216 $(SOPHYAINCP)fitsspherehealpix.h \ 217 $(SOPHYAINCP)fitsfile.h \ 218 $(SOPHYAINCP)fitsinoutfile.h \ 219 $(SOPHYAINCP)FitsIO/fitsio.h \ 220 $(SOPHYAINCP)FitsIO/longnam.h \ 221 $(SOPHYAINCP)fitshandler.h 200 222 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ extrap2sph.cc 201 223 … … 205 227 $(SOPHYAINCP)skymapinit.h \ 206 228 $(SOPHYAINCP)sophyainit.h \ 207 $(SOPHYAINCP)skymap.h \ 208 $(SOPHYAINCP)spherethetaphi.h \ 209 $(SOPHYAINCP)sphericalmap.h \ 210 $(SOPHYAINCP)smathconst.h \ 211 $(SOPHYAINCP)pixelmap.h \ 212 $(SOPHYAINCP)ppersist.h \ 213 $(SOPHYAINCP)pexceptions.h \ 214 $(SOPHYAINCP)gnumd5.h \ 215 $(SOPHYAINCP)ppfbinstream.h \ 216 $(SOPHYAINCP)rawstream.h \ 217 $(SOPHYAINCP)ppfnametag.h \ 218 $(SOPHYAINCP)dvlist.h \ 219 $(SOPHYAINCP)objfio.h \ 220 $(SOPHYAINCP)anydataobj.h \ 221 $(SOPHYAINCP)mutyv.h \ 222 $(SOPHYAINCP)spherepos.h \ 223 $(SOPHYAINCP)unitvector.h \ 224 $(SOPHYAINCP)vector3d.h \ 225 $(SOPHYAINCP)longlat.h \ 226 $(SOPHYAINCP)utilgeom.h \ 227 $(SOPHYAINCP)tvector.h \ 228 $(SOPHYAINCP)tmatrix.h \ 229 $(SOPHYAINCP)tarray.h \ 230 $(SOPHYAINCP)basarr.h \ 231 $(SOPHYAINCP)ndatablock.h \ 232 $(SOPHYAINCP)utilarr.h \ 233 $(SOPHYAINCP)spherehealpix.h \ 234 $(SOPHYAINCP)HEALPixUtils.h \ 235 $(SOPHYAINCP)localmap.h \ 236 $(SOPHYAINCP)sphereecp.h \ 237 $(SOPHYAINCP)fiospherethetaphi.h \ 238 $(SOPHYAINCP)fiospherehealpix.h \ 239 $(SOPHYAINCP)fiolocalmap.h \ 240 $(SOPHYAINCP)fiosphereecp.h \ 241 $(SOPHYAINCP)fitsspherehealpix.h \ 242 $(SOPHYAINCP)fitsfile.h \ 243 $(SOPHYAINCP)FitsIO/fitsio.h \ 244 $(SOPHYAINCP)FitsIO/longnam.h 229 $(SOPHYAINCP)machdefs.h \ 230 $(SOPHYAINCP)skymap.h \ 231 $(SOPHYAINCP)spherethetaphi.h \ 232 $(SOPHYAINCP)sphericalmap.h \ 233 $(SOPHYAINCP)smathconst.h \ 234 $(SOPHYAINCP)pixelmap.h \ 235 $(SOPHYAINCP)ppersist.h \ 236 $(SOPHYAINCP)pexceptions.h \ 237 $(SOPHYAINCP)gnumd5.h \ 238 $(SOPHYAINCP)ppfbinstream.h \ 239 $(SOPHYAINCP)rawstream.h \ 240 $(SOPHYAINCP)ppfnametag.h \ 241 $(SOPHYAINCP)dvlist.h \ 242 $(SOPHYAINCP)objfio.h \ 243 $(SOPHYAINCP)anydataobj.h \ 244 $(SOPHYAINCP)mutyv.h \ 245 $(SOPHYAINCP)timestamp.h \ 246 $(SOPHYAINCP)spherepos.h \ 247 $(SOPHYAINCP)unitvector.h \ 248 $(SOPHYAINCP)vector3d.h \ 249 $(SOPHYAINCP)longlat.h \ 250 $(SOPHYAINCP)utilgeom.h \ 251 $(SOPHYAINCP)datatype.h \ 252 $(SOPHYAINCP)tvector.h \ 253 $(SOPHYAINCP)tmatrix.h \ 254 $(SOPHYAINCP)tarray.h \ 255 $(SOPHYAINCP)basarr.h \ 256 $(SOPHYAINCP)ndatablock.h \ 257 $(SOPHYAINCP)utilarr.h \ 258 $(SOPHYAINCP)tmatrix_tsnl.h \ 259 $(SOPHYAINCP)tvector_tsnl.h \ 260 $(SOPHYAINCP)spherehealpix.h \ 261 $(SOPHYAINCP)HEALPixUtils.h \ 262 $(SOPHYAINCP)localmap.h \ 263 $(SOPHYAINCP)sphereecp.h \ 264 $(SOPHYAINCP)fiospherethetaphi.h \ 265 $(SOPHYAINCP)fiospherehealpix.h \ 266 $(SOPHYAINCP)fiolocalmap.h \ 267 $(SOPHYAINCP)fiosphereecp.h \ 268 $(SOPHYAINCP)fitsspherehealpix.h \ 269 $(SOPHYAINCP)fitsfile.h \ 270 $(SOPHYAINCP)fitsinoutfile.h \ 271 $(SOPHYAINCP)FitsIO/fitsio.h \ 272 $(SOPHYAINCP)FitsIO/longnam.h \ 273 $(SOPHYAINCP)fitshandler.h 245 274 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ extrapsph.cc 246 275 … … 248 277 $(SOPHYAINCP)machdefs.h \ 249 278 $(SOPHYAINCP)nbmath.h \ 279 $(SOPHYAINCP)machdefs.h \ 250 280 $(SOPHYAINCP)smathconst.h \ 251 281 $(SOPHYAINCP)timing.h \ … … 255 285 $(SOPHYAINCP)anydataobj.h \ 256 286 $(SOPHYAINCP)mutyv.h \ 257 $(SOPHYAINCP)dvlist.h \ 258 $(SOPHYAINCP)objfio.h \ 259 $(SOPHYAINCP)ppersist.h \ 260 $(SOPHYAINCP)pexceptions.h \ 261 $(SOPHYAINCP)gnumd5.h \ 262 $(SOPHYAINCP)ppfbinstream.h \ 263 $(SOPHYAINCP)rawstream.h \ 264 $(SOPHYAINCP)ppfnametag.h \ 265 $(SOPHYAINCP)ndatablock.h \ 266 $(SOPHYAINCP)utilarr.h \ 267 $(SOPHYAINCP)tmatrix.h \ 268 $(SOPHYAINCP)tvector.h \ 287 $(SOPHYAINCP)timestamp.h \ 288 $(SOPHYAINCP)objfio.h \ 289 $(SOPHYAINCP)ppersist.h \ 290 $(SOPHYAINCP)pexceptions.h \ 291 $(SOPHYAINCP)gnumd5.h \ 292 $(SOPHYAINCP)ppfbinstream.h \ 293 $(SOPHYAINCP)rawstream.h \ 294 $(SOPHYAINCP)ppfnametag.h \ 295 $(SOPHYAINCP)dvlist.h \ 296 $(SOPHYAINCP)ndatablock.h \ 297 $(SOPHYAINCP)utilarr.h \ 298 $(SOPHYAINCP)tmatrix.h \ 299 $(SOPHYAINCP)tmatrix_tsnl.h \ 300 $(SOPHYAINCP)tvector.h \ 301 $(SOPHYAINCP)tvector_tsnl.h \ 269 302 $(SOPHYAINCP)matharr.h \ 270 303 $(SOPHYAINCP)fioarr.h \ … … 279 312 $(SOPHYAINCP)longlat.h \ 280 313 $(SOPHYAINCP)utilgeom.h \ 314 $(SOPHYAINCP)datatype.h \ 281 315 $(SOPHYAINCP)spherehealpix.h \ 282 316 $(SOPHYAINCP)HEALPixUtils.h \ … … 291 325 $(SOPHYAINCP)nbrandom.h \ 292 326 $(SOPHYAINCP)srandgen.h \ 327 $(SOPHYAINCP)nbmath.h \ 293 328 $(SOPHYAINCP)triangmtx.h \ 294 329 $(SOPHYAINCP)bruit.h \ … … 311 346 $(SOPHYAINCP)fitsspherehealpix.h \ 312 347 $(SOPHYAINCP)fitsfile.h \ 313 $(SOPHYAINCP)FitsIO/fitsio.h \ 314 $(SOPHYAINCP)FitsIO/longnam.h \ 348 $(SOPHYAINCP)fitsinoutfile.h \ 349 $(SOPHYAINCP)FitsIO/fitsio.h \ 350 $(SOPHYAINCP)FitsIO/longnam.h \ 351 $(SOPHYAINCP)fitshandler.h \ 315 352 $(SOPHYAINCP)fitstarray.h 316 353 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ map2cl.cc 317 354 318 $(SOPHYAOBJP)prjsmap.o: prjsmap.cc $(SOPHYAINCP)sopnamsp.h \ 319 $(SOPHYAINCP)machdefs.h \ 320 $(SOPHYAINCP)nbmath.h \ 355 $(SOPHYAOBJP)prjsmap.o: prjsmap.cc \ 356 $(SOPHYAINCP)sopnamsp.h \ 357 $(SOPHYAINCP)machdefs.h \ 358 $(SOPHYAINCP)nbmath.h \ 359 $(SOPHYAINCP)machdefs.h \ 321 360 $(SOPHYAINCP)smathconst.h \ 322 361 $(SOPHYAINCP)timing.h \ … … 326 365 $(SOPHYAINCP)anydataobj.h \ 327 366 $(SOPHYAINCP)mutyv.h \ 328 $(SOPHYAINCP)dvlist.h \ 329 $(SOPHYAINCP)objfio.h \ 330 $(SOPHYAINCP)ppersist.h \ 331 $(SOPHYAINCP)pexceptions.h \ 332 $(SOPHYAINCP)gnumd5.h \ 333 $(SOPHYAINCP)ppfbinstream.h \ 334 $(SOPHYAINCP)rawstream.h \ 335 $(SOPHYAINCP)ppfnametag.h \ 336 $(SOPHYAINCP)ndatablock.h \ 337 $(SOPHYAINCP)utilarr.h \ 338 $(SOPHYAINCP)tmatrix.h \ 339 $(SOPHYAINCP)tvector.h \ 367 $(SOPHYAINCP)timestamp.h \ 368 $(SOPHYAINCP)objfio.h \ 369 $(SOPHYAINCP)ppersist.h \ 370 $(SOPHYAINCP)pexceptions.h \ 371 $(SOPHYAINCP)gnumd5.h \ 372 $(SOPHYAINCP)ppfbinstream.h \ 373 $(SOPHYAINCP)rawstream.h \ 374 $(SOPHYAINCP)ppfnametag.h \ 375 $(SOPHYAINCP)dvlist.h \ 376 $(SOPHYAINCP)ndatablock.h \ 377 $(SOPHYAINCP)utilarr.h \ 378 $(SOPHYAINCP)tmatrix.h \ 379 $(SOPHYAINCP)tmatrix_tsnl.h \ 380 $(SOPHYAINCP)tvector.h \ 381 $(SOPHYAINCP)tvector_tsnl.h \ 340 382 $(SOPHYAINCP)matharr.h \ 341 383 $(SOPHYAINCP)fioarr.h \ … … 350 392 $(SOPHYAINCP)longlat.h \ 351 393 $(SOPHYAINCP)utilgeom.h \ 394 $(SOPHYAINCP)datatype.h \ 352 395 $(SOPHYAINCP)spherehealpix.h \ 353 396 $(SOPHYAINCP)HEALPixUtils.h \ … … 362 405 $(SOPHYAINCP)nbrandom.h \ 363 406 $(SOPHYAINCP)srandgen.h \ 407 $(SOPHYAINCP)nbmath.h \ 364 408 $(SOPHYAINCP)triangmtx.h \ 365 409 $(SOPHYAINCP)bruit.h \ … … 382 426 $(SOPHYAINCP)fitsspherehealpix.h \ 383 427 $(SOPHYAINCP)fitsfile.h \ 384 $(SOPHYAINCP)FitsIO/fitsio.h \ 385 $(SOPHYAINCP)FitsIO/longnam.h \ 428 $(SOPHYAINCP)fitsinoutfile.h \ 429 $(SOPHYAINCP)FitsIO/fitsio.h \ 430 $(SOPHYAINCP)FitsIO/longnam.h \ 431 $(SOPHYAINCP)fitshandler.h \ 386 432 $(SOPHYAINCP)fitstarray.h 387 433 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ prjsmap.cc -
trunk/SophyaProg/PrgUtil/Makefile
r2834 r3007 28 28 $(SOPHYAINCP)tarrinit.h \ 29 29 $(SOPHYAINCP)sophyainit.h \ 30 $(SOPHYAINCP)machdefs.h \ 30 31 $(SOPHYAINCP)array.h \ 31 32 $(SOPHYAINCP)tarray.h \ … … 45 46 $(SOPHYAINCP)utilarr.h \ 46 47 $(SOPHYAINCP)tmatrix.h \ 48 $(SOPHYAINCP)tmatrix_tsnl.h \ 47 49 $(SOPHYAINCP)tvector.h \ 50 $(SOPHYAINCP)tvector_tsnl.h \ 48 51 $(SOPHYAINCP)matharr.h \ 49 52 $(SOPHYAINCP)fioarr.h \ … … 52 55 $(SOPHYAINCP)skymapinit.h \ 53 56 $(SOPHYAINCP)ntoolsinit.h \ 57 $(SOPHYAINCP)tarrinit.h \ 54 58 $(SOPHYAINCP)skyinit.h \ 59 $(SOPHYAINCP)pexceptions.h \ 55 60 $(SOPHYAINCP)cxxcmplnk.h \ 56 61 $(SOPHYAINCP)pdlmgr.h \ … … 60 65 $(SOPHYAOBJP)scanfits.o: scanfits.cc \ 61 66 $(SOPHYAINCP)sopnamsp.h \ 62 $(SOPHYAINCP)histinit.h \ 63 $(SOPHYAINCP)ntoolsinit.h \ 64 $(SOPHYAINCP)tarrinit.h \ 65 $(SOPHYAINCP)sophyainit.h \ 67 $(SOPHYAINCP)fitsfile.h \ 68 $(SOPHYAINCP)ndatablock.h \ 66 69 $(SOPHYAINCP)machdefs.h \ 70 $(SOPHYAINCP)anydataobj.h \ 67 71 $(SOPHYAINCP)dvlist.h \ 68 72 $(SOPHYAINCP)objfio.h \ 69 $(SOPHYAINCP)anydataobj.h \70 73 $(SOPHYAINCP)ppersist.h \ 71 74 $(SOPHYAINCP)pexceptions.h \ … … 76 79 $(SOPHYAINCP)mutyv.h \ 77 80 $(SOPHYAINCP)timestamp.h \ 78 $(SOPHYAINCP)ntuple.h \ 79 $(SOPHYAINCP)ntupintf.h \ 80 $(SOPHYAINCP)xntuple.h \ 81 $(SOPHYAINCP)fitsxntuple.h \ 82 $(SOPHYAINCP)fitsfile.h \ 83 $(SOPHYAINCP)ndatablock.h \ 81 $(SOPHYAINCP)fitsinoutfile.h \ 84 82 $(SOPHYAINCP)FitsIO/fitsio.h \ 85 83 $(SOPHYAINCP)FitsIO/longnam.h \ 86 $(SOPHYAINCP)fitsntuple.h 84 $(SOPHYAINCP)fitshandler.h \ 85 $(SOPHYAINCP)fitsmanager.h \ 86 $(SOPHYAINCP)fiosinit.h \ 87 $(SOPHYAINCP)sophyainit.h 87 88 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ scanfits.cc 88 89 89 $(SOPHYAOBJP)scanppf.o: scanppf.cc $(SOPHYAINCP)sopnamsp.h \ 90 $(SOPHYAOBJP)scanppf.o: scanppf.cc \ 91 $(SOPHYAINCP)sopnamsp.h \ 90 92 $(SOPHYAINCP)ppersist.h \ 91 93 $(SOPHYAINCP)machdefs.h \ … … 95 97 $(SOPHYAINCP)rawstream.h \ 96 98 $(SOPHYAINCP)ppfnametag.h \ 99 $(SOPHYAINCP)ppersist.h \ 97 100 $(SOPHYAINCP)anydataobj.h \ 98 101 $(SOPHYAINCP)sambainit.h \ -
trunk/SophyaProg/PrgUtil/smakefile
r2765 r3007 28 28 $(SOPHYAINCP)tarrinit.h \ 29 29 $(SOPHYAINCP)sophyainit.h \ 30 $(SOPHYAINCP)machdefs.h \ 30 31 $(SOPHYAINCP)array.h \ 31 32 $(SOPHYAINCP)tarray.h \ … … 33 34 $(SOPHYAINCP)anydataobj.h \ 34 35 $(SOPHYAINCP)mutyv.h \ 36 $(SOPHYAINCP)timestamp.h \ 37 $(SOPHYAINCP)objfio.h \ 38 $(SOPHYAINCP)ppersist.h \ 39 $(SOPHYAINCP)pexceptions.h \ 40 $(SOPHYAINCP)gnumd5.h \ 41 $(SOPHYAINCP)ppfbinstream.h \ 42 $(SOPHYAINCP)rawstream.h \ 43 $(SOPHYAINCP)ppfnametag.h \ 44 $(SOPHYAINCP)dvlist.h \ 45 $(SOPHYAINCP)ndatablock.h \ 46 $(SOPHYAINCP)utilarr.h \ 47 $(SOPHYAINCP)tmatrix.h \ 48 $(SOPHYAINCP)tmatrix_tsnl.h \ 49 $(SOPHYAINCP)tvector.h \ 50 $(SOPHYAINCP)tvector_tsnl.h \ 51 $(SOPHYAINCP)matharr.h \ 52 $(SOPHYAINCP)fioarr.h \ 53 $(SOPHYAINCP)sopemtx.h \ 54 $(SOPHYAINCP)sambainit.h \ 55 $(SOPHYAINCP)skymapinit.h \ 56 $(SOPHYAINCP)ntoolsinit.h \ 57 $(SOPHYAINCP)tarrinit.h \ 58 $(SOPHYAINCP)skyinit.h \ 59 $(SOPHYAINCP)pexceptions.h \ 60 $(SOPHYAINCP)cxxcmplnk.h \ 61 $(SOPHYAINCP)pdlmgr.h \ 62 $(SOPHYAINCP)timing.h 63 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ runcxx.cc 64 65 $(SOPHYAOBJP)scanfits.o: scanfits.cc \ 66 $(SOPHYAINCP)sopnamsp.h \ 67 $(SOPHYAINCP)fitsfile.h \ 68 $(SOPHYAINCP)ndatablock.h \ 69 $(SOPHYAINCP)machdefs.h \ 70 $(SOPHYAINCP)anydataobj.h \ 35 71 $(SOPHYAINCP)dvlist.h \ 36 72 $(SOPHYAINCP)objfio.h \ … … 41 77 $(SOPHYAINCP)rawstream.h \ 42 78 $(SOPHYAINCP)ppfnametag.h \ 43 $(SOPHYAINCP)ndatablock.h \44 $(SOPHYAINCP)utilarr.h \45 $(SOPHYAINCP)tmatrix.h \46 $(SOPHYAINCP)tvector.h \47 $(SOPHYAINCP)matharr.h \48 $(SOPHYAINCP)fioarr.h \49 $(SOPHYAINCP)sopemtx.h \50 $(SOPHYAINCP)sambainit.h \51 $(SOPHYAINCP)skymapinit.h \52 $(SOPHYAINCP)ntoolsinit.h \53 $(SOPHYAINCP)skyinit.h \54 $(SOPHYAINCP)cxxcmplnk.h \55 $(SOPHYAINCP)pdlmgr.h \56 $(SOPHYAINCP)timing.h57 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ runcxx.cc58 59 $(SOPHYAOBJP)scanfits.o: scanfits.cc \60 $(SOPHYAINCP)sopnamsp.h \61 $(SOPHYAINCP)histinit.h \62 $(SOPHYAINCP)ntoolsinit.h \63 $(SOPHYAINCP)tarrinit.h \64 $(SOPHYAINCP)sophyainit.h \65 $(SOPHYAINCP)machdefs.h \66 $(SOPHYAINCP)dvlist.h \67 $(SOPHYAINCP)objfio.h \68 $(SOPHYAINCP)anydataobj.h \69 $(SOPHYAINCP)ppersist.h \70 $(SOPHYAINCP)pexceptions.h \71 $(SOPHYAINCP)gnumd5.h \72 $(SOPHYAINCP)ppfbinstream.h \73 $(SOPHYAINCP)rawstream.h \74 $(SOPHYAINCP)ppfnametag.h \75 79 $(SOPHYAINCP)mutyv.h \ 76 $(SOPHYAINCP)ntuple.h \ 77 $(SOPHYAINCP)ntupintf.h \ 78 $(SOPHYAINCP)xntuple.h \ 79 $(SOPHYAINCP)fitsxntuple.h \ 80 $(SOPHYAINCP)fitsfile.h \ 81 $(SOPHYAINCP)ndatablock.h \ 80 $(SOPHYAINCP)timestamp.h \ 81 $(SOPHYAINCP)fitsinoutfile.h \ 82 82 $(SOPHYAINCP)FitsIO/fitsio.h \ 83 83 $(SOPHYAINCP)FitsIO/longnam.h \ 84 $(SOPHYAINCP)fitsntuple.h 84 $(SOPHYAINCP)fitshandler.h \ 85 $(SOPHYAINCP)fitsmanager.h \ 86 $(SOPHYAINCP)fiosinit.h \ 87 $(SOPHYAINCP)sophyainit.h 85 88 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ scanfits.cc 86 89 87 $(SOPHYAOBJP)scanppf.o: scanppf.cc $(SOPHYAINCP)sopnamsp.h \ 90 $(SOPHYAOBJP)scanppf.o: scanppf.cc \ 91 $(SOPHYAINCP)sopnamsp.h \ 88 92 $(SOPHYAINCP)ppersist.h \ 89 93 $(SOPHYAINCP)machdefs.h \ … … 93 97 $(SOPHYAINCP)rawstream.h \ 94 98 $(SOPHYAINCP)ppfnametag.h \ 99 $(SOPHYAINCP)ppersist.h \ 95 100 $(SOPHYAINCP)anydataobj.h \ 96 101 $(SOPHYAINCP)sambainit.h \ -
trunk/SophyaProg/Tests/Makefile
r2834 r3007 218 218 $(SOPHYAINCP)anydataobj.h \ 219 219 $(SOPHYAINCP)mutyv.h \ 220 $(SOPHYAINCP)timestamp.h \ 221 $(SOPHYAINCP)objfio.h \ 222 $(SOPHYAINCP)ppersist.h \ 223 $(SOPHYAINCP)pexceptions.h \ 224 $(SOPHYAINCP)gnumd5.h \ 225 $(SOPHYAINCP)ppfbinstream.h \ 226 $(SOPHYAINCP)rawstream.h \ 227 $(SOPHYAINCP)ppfnametag.h \ 228 $(SOPHYAINCP)dvlist.h \ 220 $(SOPHYAINCP)dvlist.h \ 221 $(SOPHYAINCP)objfio.h \ 222 $(SOPHYAINCP)ppersist.h \ 223 $(SOPHYAINCP)pexceptions.h \ 224 $(SOPHYAINCP)gnumd5.h \ 225 $(SOPHYAINCP)ppfbinstream.h \ 226 $(SOPHYAINCP)rawstream.h \ 227 $(SOPHYAINCP)ppfnametag.h \ 229 228 $(SOPHYAINCP)ndatablock.h \ 230 229 $(SOPHYAINCP)utilarr.h \ … … 246 245 $(SOPHYAINCP)anydataobj.h \ 247 246 $(SOPHYAINCP)mutyv.h \ 248 $(SOPHYAINCP)timestamp.h \ 249 $(SOPHYAINCP)objfio.h \ 250 $(SOPHYAINCP)ppersist.h \ 251 $(SOPHYAINCP)pexceptions.h \ 252 $(SOPHYAINCP)gnumd5.h \ 253 $(SOPHYAINCP)ppfbinstream.h \ 254 $(SOPHYAINCP)rawstream.h \ 255 $(SOPHYAINCP)ppfnametag.h \ 256 $(SOPHYAINCP)dvlist.h \ 247 $(SOPHYAINCP)dvlist.h \ 248 $(SOPHYAINCP)objfio.h \ 249 $(SOPHYAINCP)ppersist.h \ 250 $(SOPHYAINCP)pexceptions.h \ 251 $(SOPHYAINCP)gnumd5.h \ 252 $(SOPHYAINCP)ppfbinstream.h \ 253 $(SOPHYAINCP)rawstream.h \ 254 $(SOPHYAINCP)ppfnametag.h \ 257 255 $(SOPHYAINCP)ndatablock.h \ 258 256 $(SOPHYAINCP)utilarr.h \ … … 275 273 $(SOPHYAINCP)anydataobj.h \ 276 274 $(SOPHYAINCP)mutyv.h \ 277 $(SOPHYAINCP)timestamp.h \ 278 $(SOPHYAINCP)objfio.h \ 279 $(SOPHYAINCP)ppersist.h \ 280 $(SOPHYAINCP)pexceptions.h \ 281 $(SOPHYAINCP)gnumd5.h \ 282 $(SOPHYAINCP)ppfbinstream.h \ 283 $(SOPHYAINCP)rawstream.h \ 284 $(SOPHYAINCP)ppfnametag.h \ 285 $(SOPHYAINCP)dvlist.h \ 275 $(SOPHYAINCP)dvlist.h \ 276 $(SOPHYAINCP)objfio.h \ 277 $(SOPHYAINCP)ppersist.h \ 278 $(SOPHYAINCP)pexceptions.h \ 279 $(SOPHYAINCP)gnumd5.h \ 280 $(SOPHYAINCP)ppfbinstream.h \ 281 $(SOPHYAINCP)rawstream.h \ 282 $(SOPHYAINCP)ppfnametag.h \ 286 283 $(SOPHYAINCP)ndatablock.h \ 287 284 $(SOPHYAINCP)utilarr.h \ … … 312 309 $(SOPHYAINCP)ppfnametag.h \ 313 310 $(SOPHYAINCP)mutyv.h \ 314 $(SOPHYAINCP)timestamp.h \315 311 $(SOPHYAINCP)ntuple.h \ 316 312 $(SOPHYAINCP)ntupintf.h \ … … 343 339 $(SOPHYAINCP)anydataobj.h \ 344 340 $(SOPHYAINCP)mutyv.h \ 345 $(SOPHYAINCP)timestamp.h \ 346 $(SOPHYAINCP)objfio.h \ 347 $(SOPHYAINCP)ppersist.h \ 348 $(SOPHYAINCP)pexceptions.h \ 349 $(SOPHYAINCP)gnumd5.h \ 350 $(SOPHYAINCP)ppfbinstream.h \ 351 $(SOPHYAINCP)rawstream.h \ 352 $(SOPHYAINCP)ppfnametag.h \ 353 $(SOPHYAINCP)dvlist.h \ 341 $(SOPHYAINCP)dvlist.h \ 342 $(SOPHYAINCP)objfio.h \ 343 $(SOPHYAINCP)ppersist.h \ 344 $(SOPHYAINCP)pexceptions.h \ 345 $(SOPHYAINCP)gnumd5.h \ 346 $(SOPHYAINCP)ppfbinstream.h \ 347 $(SOPHYAINCP)rawstream.h \ 348 $(SOPHYAINCP)ppfnametag.h \ 354 349 $(SOPHYAINCP)ndatablock.h \ 355 350 $(SOPHYAINCP)utilarr.h \ … … 410 405 $(SOPHYAINCP)anydataobj.h \ 411 406 $(SOPHYAINCP)mutyv.h \ 412 $(SOPHYAINCP)timestamp.h \ 413 $(SOPHYAINCP)objfio.h \ 414 $(SOPHYAINCP)ppersist.h \ 415 $(SOPHYAINCP)gnumd5.h \ 416 $(SOPHYAINCP)ppfbinstream.h \ 417 $(SOPHYAINCP)rawstream.h \ 418 $(SOPHYAINCP)ppfnametag.h \ 419 $(SOPHYAINCP)dvlist.h \ 407 $(SOPHYAINCP)dvlist.h \ 408 $(SOPHYAINCP)objfio.h \ 409 $(SOPHYAINCP)ppersist.h \ 410 $(SOPHYAINCP)gnumd5.h \ 411 $(SOPHYAINCP)ppfbinstream.h \ 412 $(SOPHYAINCP)rawstream.h \ 413 $(SOPHYAINCP)ppfnametag.h \ 420 414 $(SOPHYAINCP)ndatablock.h \ 421 415 $(SOPHYAINCP)utilarr.h \ … … 437 431 $(SOPHYAINCP)anydataobj.h \ 438 432 $(SOPHYAINCP)mutyv.h \ 439 $(SOPHYAINCP)timestamp.h \ 440 $(SOPHYAINCP)objfio.h \ 441 $(SOPHYAINCP)ppersist.h \ 442 $(SOPHYAINCP)pexceptions.h \ 443 $(SOPHYAINCP)gnumd5.h \ 444 $(SOPHYAINCP)ppfbinstream.h \ 445 $(SOPHYAINCP)rawstream.h \ 446 $(SOPHYAINCP)ppfnametag.h \ 447 $(SOPHYAINCP)dvlist.h \ 433 $(SOPHYAINCP)dvlist.h \ 434 $(SOPHYAINCP)objfio.h \ 435 $(SOPHYAINCP)ppersist.h \ 436 $(SOPHYAINCP)pexceptions.h \ 437 $(SOPHYAINCP)gnumd5.h \ 438 $(SOPHYAINCP)ppfbinstream.h \ 439 $(SOPHYAINCP)rawstream.h \ 440 $(SOPHYAINCP)ppfnametag.h \ 448 441 $(SOPHYAINCP)ndatablock.h \ 449 442 $(SOPHYAINCP)utilarr.h \ … … 466 459 $(SOPHYAINCP)anydataobj.h \ 467 460 $(SOPHYAINCP)mutyv.h \ 468 $(SOPHYAINCP)timestamp.h \ 469 $(SOPHYAINCP)objfio.h \ 470 $(SOPHYAINCP)ppersist.h \ 471 $(SOPHYAINCP)pexceptions.h \ 472 $(SOPHYAINCP)gnumd5.h \ 473 $(SOPHYAINCP)ppfbinstream.h \ 474 $(SOPHYAINCP)rawstream.h \ 475 $(SOPHYAINCP)ppfnametag.h \ 476 $(SOPHYAINCP)dvlist.h \ 461 $(SOPHYAINCP)dvlist.h \ 462 $(SOPHYAINCP)objfio.h \ 463 $(SOPHYAINCP)ppersist.h \ 464 $(SOPHYAINCP)pexceptions.h \ 465 $(SOPHYAINCP)gnumd5.h \ 466 $(SOPHYAINCP)ppfbinstream.h \ 467 $(SOPHYAINCP)rawstream.h \ 468 $(SOPHYAINCP)ppfnametag.h \ 477 469 $(SOPHYAINCP)ndatablock.h \ 478 470 $(SOPHYAINCP)utilarr.h \ … … 492 484 $(SOPHYAINCP)anydataobj.h \ 493 485 $(SOPHYAINCP)mutyv.h \ 494 $(SOPHYAINCP)timestamp.h \ 495 $(SOPHYAINCP)objfio.h \ 496 $(SOPHYAINCP)ppersist.h \ 497 $(SOPHYAINCP)pexceptions.h \ 498 $(SOPHYAINCP)gnumd5.h \ 499 $(SOPHYAINCP)ppfbinstream.h \ 500 $(SOPHYAINCP)rawstream.h \ 501 $(SOPHYAINCP)ppfnametag.h \ 502 $(SOPHYAINCP)dvlist.h \ 486 $(SOPHYAINCP)dvlist.h \ 487 $(SOPHYAINCP)objfio.h \ 488 $(SOPHYAINCP)ppersist.h \ 489 $(SOPHYAINCP)pexceptions.h \ 490 $(SOPHYAINCP)gnumd5.h \ 491 $(SOPHYAINCP)ppfbinstream.h \ 492 $(SOPHYAINCP)rawstream.h \ 493 $(SOPHYAINCP)ppfnametag.h \ 503 494 $(SOPHYAINCP)ndatablock.h \ 504 495 $(SOPHYAINCP)utilarr.h \ … … 563 554 $(SOPHYAINCP)objfio.h \ 564 555 $(SOPHYAINCP)mutyv.h \ 565 $(SOPHYAINCP)timestamp.h \566 556 $(SOPHYAINCP)tvector.h \ 567 557 $(SOPHYAINCP)tmatrix.h \ … … 591 581 $(SOPHYAINCP)ppfnametag.h \ 592 582 $(SOPHYAINCP)mutyv.h \ 593 $(SOPHYAINCP)timestamp.h \594 583 $(SOPHYAINCP)ctimer.h 595 584 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tcmd.cc … … 607 596 $(SOPHYAINCP)anydataobj.h \ 608 597 $(SOPHYAINCP)mutyv.h \ 609 $(SOPHYAINCP)timestamp.h \ 610 $(SOPHYAINCP)objfio.h \ 611 $(SOPHYAINCP)ppersist.h \ 612 $(SOPHYAINCP)pexceptions.h \ 613 $(SOPHYAINCP)gnumd5.h \ 614 $(SOPHYAINCP)ppfbinstream.h \ 615 $(SOPHYAINCP)rawstream.h \ 616 $(SOPHYAINCP)ppfnametag.h \ 617 $(SOPHYAINCP)dvlist.h \ 598 $(SOPHYAINCP)dvlist.h \ 599 $(SOPHYAINCP)objfio.h \ 600 $(SOPHYAINCP)ppersist.h \ 601 $(SOPHYAINCP)pexceptions.h \ 602 $(SOPHYAINCP)gnumd5.h \ 603 $(SOPHYAINCP)ppfbinstream.h \ 604 $(SOPHYAINCP)rawstream.h \ 605 $(SOPHYAINCP)ppfnametag.h \ 618 606 $(SOPHYAINCP)ndatablock.h \ 619 607 $(SOPHYAINCP)utilarr.h \ … … 652 640 $(SOPHYAINCP)basarr.h \ 653 641 $(SOPHYAINCP)mutyv.h \ 654 $(SOPHYAINCP)timestamp.h \655 642 $(SOPHYAINCP)dvlist.h \ 656 643 $(SOPHYAINCP)ndatablock.h \ … … 671 658 $(SOPHYAINCP)anydataobj.h \ 672 659 $(SOPHYAINCP)mutyv.h \ 673 $(SOPHYAINCP)timestamp.h \ 674 $(SOPHYAINCP)objfio.h \ 675 $(SOPHYAINCP)ppersist.h \ 676 $(SOPHYAINCP)pexceptions.h \ 677 $(SOPHYAINCP)gnumd5.h \ 678 $(SOPHYAINCP)ppfbinstream.h \ 679 $(SOPHYAINCP)rawstream.h \ 680 $(SOPHYAINCP)ppfnametag.h \ 681 $(SOPHYAINCP)dvlist.h \ 660 $(SOPHYAINCP)dvlist.h \ 661 $(SOPHYAINCP)objfio.h \ 662 $(SOPHYAINCP)ppersist.h \ 663 $(SOPHYAINCP)pexceptions.h \ 664 $(SOPHYAINCP)gnumd5.h \ 665 $(SOPHYAINCP)ppfbinstream.h \ 666 $(SOPHYAINCP)rawstream.h \ 667 $(SOPHYAINCP)ppfnametag.h \ 682 668 $(SOPHYAINCP)ndatablock.h \ 683 669 $(SOPHYAINCP)utilarr.h \ … … 700 686 $(SOPHYAINCP)anydataobj.h \ 701 687 $(SOPHYAINCP)mutyv.h \ 702 $(SOPHYAINCP)timestamp.h \ 703 $(SOPHYAINCP)objfio.h \ 704 $(SOPHYAINCP)ppersist.h \ 705 $(SOPHYAINCP)pexceptions.h \ 706 $(SOPHYAINCP)gnumd5.h \ 707 $(SOPHYAINCP)ppfbinstream.h \ 708 $(SOPHYAINCP)rawstream.h \ 709 $(SOPHYAINCP)ppfnametag.h \ 710 $(SOPHYAINCP)dvlist.h \ 688 $(SOPHYAINCP)dvlist.h \ 689 $(SOPHYAINCP)objfio.h \ 690 $(SOPHYAINCP)ppersist.h \ 691 $(SOPHYAINCP)pexceptions.h \ 692 $(SOPHYAINCP)gnumd5.h \ 693 $(SOPHYAINCP)ppfbinstream.h \ 694 $(SOPHYAINCP)rawstream.h \ 695 $(SOPHYAINCP)ppfnametag.h \ 711 696 $(SOPHYAINCP)ndatablock.h \ 712 697 $(SOPHYAINCP)utilarr.h \ … … 742 727 $(SOPHYAINCP)ppfnametag.h \ 743 728 $(SOPHYAINCP)mutyv.h \ 744 $(SOPHYAINCP)timestamp.h \745 729 $(SOPHYAINCP)segdatablock.h \ 746 $(SOPHYAINCP)tvector.h \747 $(SOPHYAINCP)tmatrix.h \748 $(SOPHYAINCP)tarray.h \749 $(SOPHYAINCP)basarr.h \750 $(SOPHYAINCP)ndatablock.h \751 $(SOPHYAINCP)utilarr.h \752 730 $(SOPHYAINCP)fitshdtable.h \ 753 731 $(SOPHYAINCP)fitshandler.h \ … … 777 755 $(SOPHYAINCP)anydataobj.h \ 778 756 $(SOPHYAINCP)mutyv.h \ 779 $(SOPHYAINCP)timestamp.h \ 780 $(SOPHYAINCP)objfio.h \ 781 $(SOPHYAINCP)ppersist.h \ 782 $(SOPHYAINCP)pexceptions.h \ 783 $(SOPHYAINCP)gnumd5.h \ 784 $(SOPHYAINCP)ppfbinstream.h \ 785 $(SOPHYAINCP)rawstream.h \ 786 $(SOPHYAINCP)ppfnametag.h \ 787 $(SOPHYAINCP)dvlist.h \ 757 $(SOPHYAINCP)dvlist.h \ 758 $(SOPHYAINCP)objfio.h \ 759 $(SOPHYAINCP)ppersist.h \ 760 $(SOPHYAINCP)pexceptions.h \ 761 $(SOPHYAINCP)gnumd5.h \ 762 $(SOPHYAINCP)ppfbinstream.h \ 763 $(SOPHYAINCP)rawstream.h \ 764 $(SOPHYAINCP)ppfnametag.h \ 788 765 $(SOPHYAINCP)ndatablock.h \ 789 766 $(SOPHYAINCP)utilarr.h \ … … 810 787 $(SOPHYAINCP)anydataobj.h \ 811 788 $(SOPHYAINCP)mutyv.h \ 812 $(SOPHYAINCP)timestamp.h \ 813 $(SOPHYAINCP)objfio.h \ 814 $(SOPHYAINCP)ppersist.h \ 815 $(SOPHYAINCP)pexceptions.h \ 816 $(SOPHYAINCP)gnumd5.h \ 817 $(SOPHYAINCP)ppfbinstream.h \ 818 $(SOPHYAINCP)rawstream.h \ 819 $(SOPHYAINCP)ppfnametag.h \ 820 $(SOPHYAINCP)dvlist.h \ 789 $(SOPHYAINCP)dvlist.h \ 790 $(SOPHYAINCP)objfio.h \ 791 $(SOPHYAINCP)ppersist.h \ 792 $(SOPHYAINCP)pexceptions.h \ 793 $(SOPHYAINCP)gnumd5.h \ 794 $(SOPHYAINCP)ppfbinstream.h \ 795 $(SOPHYAINCP)rawstream.h \ 796 $(SOPHYAINCP)ppfnametag.h \ 821 797 $(SOPHYAINCP)ndatablock.h \ 822 798 $(SOPHYAINCP)utilarr.h \ … … 837 813 $(SOPHYAINCP)anydataobj.h \ 838 814 $(SOPHYAINCP)mutyv.h \ 839 $(SOPHYAINCP)timestamp.h \ 840 $(SOPHYAINCP)objfio.h \ 841 $(SOPHYAINCP)ppersist.h \ 842 $(SOPHYAINCP)pexceptions.h \ 843 $(SOPHYAINCP)gnumd5.h \ 844 $(SOPHYAINCP)ppfbinstream.h \ 845 $(SOPHYAINCP)rawstream.h \ 846 $(SOPHYAINCP)ppfnametag.h \ 847 $(SOPHYAINCP)dvlist.h \ 815 $(SOPHYAINCP)dvlist.h \ 816 $(SOPHYAINCP)objfio.h \ 817 $(SOPHYAINCP)ppersist.h \ 818 $(SOPHYAINCP)pexceptions.h \ 819 $(SOPHYAINCP)gnumd5.h \ 820 $(SOPHYAINCP)ppfbinstream.h \ 821 $(SOPHYAINCP)rawstream.h \ 822 $(SOPHYAINCP)ppfnametag.h \ 848 823 $(SOPHYAINCP)ndatablock.h \ 849 824 $(SOPHYAINCP)utilarr.h \ … … 877 852 $(SOPHYAINCP)ppfnametag.h \ 878 853 $(SOPHYAINCP)mutyv.h \ 879 $(SOPHYAINCP)timestamp.h \880 854 $(SOPHYAINCP)ntuple.h \ 881 855 $(SOPHYAINCP)ntupintf.h \ … … 884 858 $(SOPHYAINCP)basedtable.h \ 885 859 $(SOPHYAINCP)segdatablock.h \ 886 $(SOPHYAINCP)tvector.h \887 $(SOPHYAINCP)tmatrix.h \888 $(SOPHYAINCP)tarray.h \889 $(SOPHYAINCP)basarr.h \890 $(SOPHYAINCP)ndatablock.h \891 $(SOPHYAINCP)utilarr.h \892 860 $(SOPHYAINCP)swppfdtable.h \ 893 861 $(SOPHYAINCP)swsegdb.h \ … … 920 888 $(SOPHYAINCP)basarr.h \ 921 889 $(SOPHYAINCP)mutyv.h \ 922 $(SOPHYAINCP)timestamp.h \923 890 $(SOPHYAINCP)dvlist.h \ 924 891 $(SOPHYAINCP)ndatablock.h \ … … 956 923 $(SOPHYAINCP)basarr.h \ 957 924 $(SOPHYAINCP)mutyv.h \ 958 $(SOPHYAINCP)timestamp.h \959 925 $(SOPHYAINCP)dvlist.h \ 960 926 $(SOPHYAINCP)ndatablock.h \ … … 984 950 $(SOPHYAINCP)anydataobj.h \ 985 951 $(SOPHYAINCP)mutyv.h \ 986 $(SOPHYAINCP)timestamp.h \ 987 $(SOPHYAINCP)objfio.h \ 988 $(SOPHYAINCP)ppersist.h \ 989 $(SOPHYAINCP)pexceptions.h \ 990 $(SOPHYAINCP)gnumd5.h \ 991 $(SOPHYAINCP)ppfbinstream.h \ 992 $(SOPHYAINCP)rawstream.h \ 993 $(SOPHYAINCP)ppfnametag.h \ 994 $(SOPHYAINCP)dvlist.h \ 952 $(SOPHYAINCP)dvlist.h \ 953 $(SOPHYAINCP)objfio.h \ 954 $(SOPHYAINCP)ppersist.h \ 955 $(SOPHYAINCP)pexceptions.h \ 956 $(SOPHYAINCP)gnumd5.h \ 957 $(SOPHYAINCP)ppfbinstream.h \ 958 $(SOPHYAINCP)rawstream.h \ 959 $(SOPHYAINCP)ppfnametag.h \ 995 960 $(SOPHYAINCP)ndatablock.h \ 996 961 $(SOPHYAINCP)utilarr.h \ … … 1033 998 $(SOPHYAINCP)anydataobj.h \ 1034 999 $(SOPHYAINCP)mutyv.h \ 1035 $(SOPHYAINCP)timestamp.h \1036 1000 $(SOPHYAINCP)spherepos.h \ 1037 1001 $(SOPHYAINCP)unitvector.h \ … … 1089 1053 $(SOPHYAINCP)anydataobj.h \ 1090 1054 $(SOPHYAINCP)mutyv.h \ 1091 $(SOPHYAINCP)timestamp.h \1092 1055 $(SOPHYAINCP)spherepos.h \ 1093 1056 $(SOPHYAINCP)unitvector.h \ … … 1136 1099 $(SOPHYAINCP)anydataobj.h \ 1137 1100 $(SOPHYAINCP)mutyv.h \ 1138 $(SOPHYAINCP)timestamp.h \1139 1101 $(SOPHYAINCP)spherepos.h \ 1140 1102 $(SOPHYAINCP)unitvector.h \ … … 1180 1142 $(SOPHYAINCP)basarr.h \ 1181 1143 $(SOPHYAINCP)mutyv.h \ 1182 $(SOPHYAINCP)timestamp.h \ 1183 $(SOPHYAINCP)objfio.h \ 1184 $(SOPHYAINCP)ppersist.h \ 1185 $(SOPHYAINCP)gnumd5.h \ 1186 $(SOPHYAINCP)ppfbinstream.h \ 1187 $(SOPHYAINCP)rawstream.h \ 1188 $(SOPHYAINCP)ppfnametag.h \ 1189 $(SOPHYAINCP)dvlist.h \ 1144 $(SOPHYAINCP)dvlist.h \ 1145 $(SOPHYAINCP)objfio.h \ 1146 $(SOPHYAINCP)ppersist.h \ 1147 $(SOPHYAINCP)gnumd5.h \ 1148 $(SOPHYAINCP)ppfbinstream.h \ 1149 $(SOPHYAINCP)rawstream.h \ 1150 $(SOPHYAINCP)ppfnametag.h \ 1190 1151 $(SOPHYAINCP)ndatablock.h \ 1191 1152 $(SOPHYAINCP)utilarr.h \ … … 1208 1169 $(SOPHYAINCP)basarr.h \ 1209 1170 $(SOPHYAINCP)mutyv.h \ 1210 $(SOPHYAINCP)timestamp.h \ 1211 $(SOPHYAINCP)objfio.h \ 1212 $(SOPHYAINCP)ppersist.h \ 1213 $(SOPHYAINCP)gnumd5.h \ 1214 $(SOPHYAINCP)ppfbinstream.h \ 1215 $(SOPHYAINCP)rawstream.h \ 1216 $(SOPHYAINCP)ppfnametag.h \ 1217 $(SOPHYAINCP)dvlist.h \ 1171 $(SOPHYAINCP)dvlist.h \ 1172 $(SOPHYAINCP)objfio.h \ 1173 $(SOPHYAINCP)ppersist.h \ 1174 $(SOPHYAINCP)gnumd5.h \ 1175 $(SOPHYAINCP)ppfbinstream.h \ 1176 $(SOPHYAINCP)rawstream.h \ 1177 $(SOPHYAINCP)ppfnametag.h \ 1218 1178 $(SOPHYAINCP)ndatablock.h \ 1219 1179 $(SOPHYAINCP)utilarr.h \ … … 1244 1204 $(SOPHYAINCP)ppfnametag.h \ 1245 1205 $(SOPHYAINCP)mutyv.h \ 1246 $(SOPHYAINCP)timestamp.h \1247 1206 $(SOPHYAINCP)segdatablock.h \ 1248 $(SOPHYAINCP)tvector.h \1249 $(SOPHYAINCP)tmatrix.h \1250 $(SOPHYAINCP)tarray.h \1251 $(SOPHYAINCP)basarr.h \1252 $(SOPHYAINCP)ndatablock.h \1253 $(SOPHYAINCP)utilarr.h \1254 1207 $(SOPHYAINCP)swppfdtable.h \ 1255 1208 $(SOPHYAINCP)swsegdb.h \ … … 1321 1274 $(SOPHYAINCP)anydataobj.h \ 1322 1275 $(SOPHYAINCP)mutyv.h \ 1323 $(SOPHYAINCP)timestamp.h \ 1324 $(SOPHYAINCP)objfio.h \ 1325 $(SOPHYAINCP)ppersist.h \ 1326 $(SOPHYAINCP)gnumd5.h \ 1327 $(SOPHYAINCP)ppfbinstream.h \ 1328 $(SOPHYAINCP)rawstream.h \ 1329 $(SOPHYAINCP)ppfnametag.h \ 1330 $(SOPHYAINCP)dvlist.h \ 1276 $(SOPHYAINCP)dvlist.h \ 1277 $(SOPHYAINCP)objfio.h \ 1278 $(SOPHYAINCP)ppersist.h \ 1279 $(SOPHYAINCP)gnumd5.h \ 1280 $(SOPHYAINCP)ppfbinstream.h \ 1281 $(SOPHYAINCP)rawstream.h \ 1282 $(SOPHYAINCP)ppfnametag.h \ 1331 1283 $(SOPHYAINCP)ndatablock.h \ 1332 1284 $(SOPHYAINCP)utilarr.h \ … … 1352 1304 $(SOPHYAINCP)anydataobj.h \ 1353 1305 $(SOPHYAINCP)mutyv.h \ 1354 $(SOPHYAINCP)timestamp.h \ 1355 $(SOPHYAINCP)objfio.h \ 1356 $(SOPHYAINCP)ppersist.h \ 1357 $(SOPHYAINCP)gnumd5.h \ 1358 $(SOPHYAINCP)ppfbinstream.h \ 1359 $(SOPHYAINCP)rawstream.h \ 1360 $(SOPHYAINCP)ppfnametag.h \ 1361 $(SOPHYAINCP)dvlist.h \ 1306 $(SOPHYAINCP)dvlist.h \ 1307 $(SOPHYAINCP)objfio.h \ 1308 $(SOPHYAINCP)ppersist.h \ 1309 $(SOPHYAINCP)gnumd5.h \ 1310 $(SOPHYAINCP)ppfbinstream.h \ 1311 $(SOPHYAINCP)rawstream.h \ 1312 $(SOPHYAINCP)ppfnametag.h \ 1362 1313 $(SOPHYAINCP)ndatablock.h \ 1363 1314 $(SOPHYAINCP)utilarr.h \ … … 1382 1333 $(SOPHYAINCP)anydataobj.h \ 1383 1334 $(SOPHYAINCP)mutyv.h \ 1384 $(SOPHYAINCP)timestamp.h \ 1385 $(SOPHYAINCP)objfio.h \ 1386 $(SOPHYAINCP)ppersist.h \ 1387 $(SOPHYAINCP)gnumd5.h \ 1388 $(SOPHYAINCP)ppfbinstream.h \ 1389 $(SOPHYAINCP)rawstream.h \ 1390 $(SOPHYAINCP)ppfnametag.h \ 1391 $(SOPHYAINCP)dvlist.h \ 1335 $(SOPHYAINCP)dvlist.h \ 1336 $(SOPHYAINCP)objfio.h \ 1337 $(SOPHYAINCP)ppersist.h \ 1338 $(SOPHYAINCP)gnumd5.h \ 1339 $(SOPHYAINCP)ppfbinstream.h \ 1340 $(SOPHYAINCP)rawstream.h \ 1341 $(SOPHYAINCP)ppfnametag.h \ 1392 1342 $(SOPHYAINCP)ndatablock.h \ 1393 1343 $(SOPHYAINCP)utilarr.h \ … … 1416 1366 $(SOPHYAINCP)ppfnametag.h \ 1417 1367 $(SOPHYAINCP)mutyv.h \ 1418 $(SOPHYAINCP)timestamp.h \1419 1368 $(SOPHYAINCP)datatable.h \ 1420 1369 $(SOPHYAINCP)basedtable.h \ 1421 1370 $(SOPHYAINCP)ntupintf.h \ 1422 1371 $(SOPHYAINCP)segdatablock.h \ 1423 $(SOPHYAINCP)tvector.h \1424 $(SOPHYAINCP)tmatrix.h \1425 $(SOPHYAINCP)tarray.h \1426 $(SOPHYAINCP)basarr.h \1427 $(SOPHYAINCP)ndatablock.h \1428 $(SOPHYAINCP)utilarr.h \1429 1372 $(SOPHYAINCP)swppfdtable.h \ 1430 1373 $(SOPHYAINCP)swsegdb.h \ … … 1432 1375 $(SOPHYAINCP)ppftpointerio.h \ 1433 1376 $(SOPHYAINCP)fabtwriter.h \ 1377 $(SOPHYAINCP)tvector.h \ 1378 $(SOPHYAINCP)tmatrix.h \ 1379 $(SOPHYAINCP)tarray.h \ 1380 $(SOPHYAINCP)basarr.h \ 1381 $(SOPHYAINCP)ndatablock.h \ 1382 $(SOPHYAINCP)utilarr.h \ 1434 1383 $(SOPHYAINCP)FitsIO/fitsio.h \ 1435 1384 $(SOPHYAINCP)FitsIO/longnam.h \ … … 1443 1392 $(SOPHYAINCP)timing.h \ 1444 1393 $(SOPHYAINCP)timestamp.h \ 1445 $(SOPHYAINCP)objfio.h \1446 $(SOPHYAINCP)anydataobj.h \1447 $(SOPHYAINCP)ppersist.h \1448 $(SOPHYAINCP)pexceptions.h \1449 $(SOPHYAINCP)gnumd5.h \1450 $(SOPHYAINCP)ppfbinstream.h \1451 $(SOPHYAINCP)rawstream.h \1452 $(SOPHYAINCP)ppfnametag.h \1453 1394 $(SOPHYAINCP)histinit.h \ 1454 1395 $(SOPHYAINCP)ntoolsinit.h \ 1455 1396 $(SOPHYAINCP)tarrinit.h \ 1456 1397 $(SOPHYAINCP)sophyainit.h \ 1457 $(SOPHYAINCP)p pfwrapstlv.h1398 $(SOPHYAINCP)pexceptions.h 1458 1399 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ttimestamp.cc 1459 1400
Note:
See TracChangeset
for help on using the changeset viewer.