Changeset 2740 in Sophya for trunk/SophyaExt
- Timestamp:
- May 20, 2005, 9:32:27 AM (20 years ago)
- Location:
- trunk/SophyaExt
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/CodeMinuit/Makefile
r2739 r2740 2 2 all: 3 3 cp MakeMinuit ./code/MakeMinuit 4 cd code; make -f MakeMinuit 4 cd code; make -f MakeMinuit; rm -f MakeMinuit 5 5 6 6 clean: 7 7 cp MakeMinuit ./code/MakeMinuit 8 cd code; make -f MakeMinuit clean 8 cd code; make -f MakeMinuit clean; rm -f MakeMinuit 9 9 10 10 test: 11 11 cp MakeMinuit ./code/MakeMinuit 12 cd code; make -f MakeMinuit test 12 cd code; make -f MakeMinuit test; rm -f MakeMinuit -
trunk/SophyaExt/CodeMinuit/smakefile
r2739 r2740 2 2 all: 3 3 cp MakeMinuit ./code/MakeMinuit 4 cd code; make -f MakeMinuit 4 cd code; make -f MakeMinuit; rm -f MakeMinuit 5 5 6 6 clean: 7 7 cp MakeMinuit ./code/MakeMinuit 8 cd code; make -f MakeMinuit clean 8 cd code; make -f MakeMinuit clean; rm -f MakeMinuit 9 9 10 10 test: 11 11 cp MakeMinuit ./code/MakeMinuit 12 cd code; make -f MakeMinuit test 12 cd code; make -f MakeMinuit test; rm -f MakeMinuit -
trunk/SophyaExt/FitsIOServer/Makefile
r2445 r2740 1 include ../Mgr/Makefile.h 2 3 all: $(LIB)libFitsIOServer.a 1 include ../BuildMgr/sophyamake.inc 2 3 all: $(SOPHYALIBP)libFitsIOServer.a 4 4 5 clean: 5 rm -f $(OBJ)datacirclefits.o $(OBJ)fabtcolread.o $(OBJ)fabtwriter.o $(OBJ)fboloread.o $(OBJ)fbtntintf.o $(OBJ)fitsautoreader.o $(OBJ)fitsbntbllineRW.o $(OBJ)fitsfile.o $(OBJ)fitslocalmap.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitsspherethetaphi.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o 6 rm -f $(LIB)libFitsIOServer.a 7 $(LIB)libFitsIOServer.a : $(OBJ)datacirclefits.o $(OBJ)fabtcolread.o $(OBJ)fabtwriter.o $(OBJ)fboloread.o $(OBJ)fbtntintf.o $(OBJ)fitsautoreader.o $(OBJ)fitsbntbllineRW.o $(OBJ)fitsfile.o $(OBJ)fitslocalmap.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitsspherethetaphi.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o 8 $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS)) 9 ifeq ($(CXX),cxx) 10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf 11 endif 12 13 $(OBJ)datacirclefits.o: datacirclefits.cc datacirclefits.h \ 14 $(INC)datacirclebase.h \ 15 $(INC)circle.h \ 16 $(INC)vector3d.h \ 17 $(INC)longlat.h \ 18 $(INC)machdefs.h \ 19 $(INC)utilgeom.h \ 20 $(INC)unitvector.h \ 21 $(INC)geometry.h \ 22 $(EXTINCPATH)FitsIO/fitsio.h \ 23 $(EXTINCPATH)FitsIO/longnam.h 24 $(OBJ)fabtcolread.o: fabtcolread.cc \ 25 $(INC)machdefs.h \ 26 $(INC)pexceptions.h fabtcolread.h \ 27 $(INC)anydataobj.h \ 28 $(INC)tvector.h \ 29 $(INC)tmatrix.h \ 30 $(INC)tarray.h \ 31 $(INC)basarr.h \ 32 $(INC)mutyv.h \ 33 $(INC)dvlist.h \ 34 $(INC)objfio.h \ 35 $(INC)ppersist.h \ 36 $(INC)gnumd5.h \ 37 $(INC)ndatablock.h \ 38 $(INC)utilarr.h \ 39 $(EXTINCPATH)FitsIO/fitsio.h \ 40 $(EXTINCPATH)FitsIO/longnam.h 41 $(OBJ)fabtwriter.o: fabtwriter.cc $(INC)machdefs.h \ 42 $(INC)pexceptions.h fabtwriter.h \ 43 $(INC)anydataobj.h \ 44 $(INC)tvector.h \ 45 $(INC)tmatrix.h \ 46 $(INC)tarray.h \ 47 $(INC)basarr.h \ 48 $(INC)mutyv.h \ 49 $(INC)dvlist.h \ 50 $(INC)objfio.h \ 51 $(INC)ppersist.h \ 52 $(INC)gnumd5.h \ 53 $(INC)ndatablock.h \ 54 $(INC)utilarr.h \ 55 $(EXTINCPATH)FitsIO/fitsio.h \ 56 $(EXTINCPATH)FitsIO/longnam.h 57 $(OBJ)fboloread.o: fboloread.cc $(INC)machdefs.h \ 58 $(INC)pexceptions.h fboloread.h \ 59 $(INC)anydataobj.h \ 60 $(INC)tvector.h \ 61 $(INC)tmatrix.h \ 62 $(INC)tarray.h \ 63 $(INC)basarr.h \ 64 $(INC)mutyv.h \ 65 $(INC)dvlist.h \ 66 $(INC)objfio.h \ 67 $(INC)ppersist.h \ 68 $(INC)gnumd5.h \ 69 $(INC)ndatablock.h \ 70 $(INC)utilarr.h fabtcolread.h \ 71 $(EXTINCPATH)FitsIO/fitsio.h \ 72 $(EXTINCPATH)FitsIO/longnam.h 73 $(OBJ)fbtntintf.o: fbtntintf.cc $(INC)machdefs.h \ 74 $(INC)pexceptions.h fbtntintf.h \ 75 $(INC)anydataobj.h \ 76 $(INC)ntupintf.h \ 77 $(EXTINCPATH)FitsIO/fitsio.h \ 78 $(EXTINCPATH)FitsIO/longnam.h 79 $(OBJ)fitsautoreader.o: fitsautoreader.cc \ 80 $(INC)pexceptions.h \ 81 $(INC)machdefs.h fitsautoreader.h \ 82 $(INC)anydataobj.h fitsfile.h \ 83 $(INC)ndatablock.h \ 84 $(INC)dvlist.h \ 85 $(INC)objfio.h \ 86 $(INC)ppersist.h \ 87 $(INC)gnumd5.h \ 88 $(INC)mutyv.h \ 89 $(EXTINCPATH)FitsIO/fitsio.h \ 90 $(EXTINCPATH)FitsIO/longnam.h fitstarray.h \ 91 $(INC)tarray.h \ 92 $(INC)basarr.h \ 93 $(INC)utilarr.h fitsspherehealpix.h \ 94 $(INC)spherehealpix.h \ 95 $(INC)sphericalmap.h \ 96 $(INC)smathconst.h \ 97 $(INC)pixelmap.h \ 98 $(INC)spherepos.h \ 99 $(INC)unitvector.h \ 100 $(INC)vector3d.h \ 101 $(INC)longlat.h \ 102 $(INC)utilgeom.h \ 103 $(INC)tvector.h \ 104 $(INC)tmatrix.h \ 105 $(INC)HEALPixUtils.h fitsntuple.h \ 106 $(INC)ntuple.h \ 107 $(INC)ntupintf.h fitsxntuple.h \ 108 $(INC)xntuple.h fitslocalmap.h \ 109 $(INC)localmap.h fbtntintf.h 110 $(OBJ)fitsbntbllineRW.o: fitsbntbllineRW.cc \ 111 $(INC)pexceptions.h \ 112 $(INC)machdefs.h fitsbntbllineRW.h \ 113 $(INC)dvlist.h \ 114 $(INC)objfio.h \ 115 $(INC)anydataobj.h \ 116 $(INC)ppersist.h \ 117 $(INC)gnumd5.h \ 118 $(INC)mutyv.h fitsfile.h \ 119 $(INC)ndatablock.h \ 120 $(EXTINCPATH)FitsIO/fitsio.h \ 121 $(EXTINCPATH)FitsIO/longnam.h \ 122 $(INC)utils.h 123 $(OBJ)fitsfile.o: fitsfile.cc $(INC)machdefs.h \ 124 fitsfile.h $(INC)ndatablock.h \ 125 $(INC)anydataobj.h \ 126 $(INC)dvlist.h \ 127 $(INC)objfio.h \ 128 $(INC)ppersist.h \ 129 $(INC)pexceptions.h \ 130 $(INC)gnumd5.h \ 131 $(INC)mutyv.h \ 132 $(EXTINCPATH)FitsIO/fitsio.h \ 133 $(EXTINCPATH)FitsIO/longnam.h \ 134 $(INC)strutil.h fitsspherehealpix.h \ 135 $(INC)spherehealpix.h \ 136 $(INC)sphericalmap.h \ 137 $(INC)smathconst.h \ 138 $(INC)pixelmap.h \ 139 $(INC)spherepos.h \ 140 $(INC)unitvector.h \ 141 $(INC)vector3d.h \ 142 $(INC)longlat.h \ 143 $(INC)utilgeom.h \ 144 $(INC)tvector.h \ 145 $(INC)tmatrix.h \ 146 $(INC)tarray.h \ 147 $(INC)basarr.h \ 148 $(INC)utilarr.h \ 149 $(INC)HEALPixUtils.h 150 $(OBJ)fitslocalmap.o: fitslocalmap.cc \ 151 $(INC)machdefs.h fitslocalmap.h \ 152 $(INC)pexceptions.h \ 153 $(INC)localmap.h \ 154 $(INC)pixelmap.h \ 155 $(INC)ppersist.h \ 156 $(INC)gnumd5.h \ 157 $(INC)dvlist.h \ 158 $(INC)objfio.h \ 159 $(INC)anydataobj.h \ 160 $(INC)mutyv.h \ 161 $(INC)spherepos.h \ 162 $(INC)unitvector.h \ 163 $(INC)vector3d.h \ 164 $(INC)longlat.h \ 165 $(INC)utilgeom.h \ 166 $(INC)sphericalmap.h \ 167 $(INC)smathconst.h \ 168 $(INC)tvector.h \ 169 $(INC)tmatrix.h \ 170 $(INC)tarray.h \ 171 $(INC)basarr.h \ 172 $(INC)ndatablock.h \ 173 $(INC)utilarr.h fitsfile.h \ 174 $(EXTINCPATH)FitsIO/fitsio.h \ 175 $(EXTINCPATH)FitsIO/longnam.h 176 $(OBJ)fitsntuple.o: fitsntuple.cc \ 177 $(INC)pexceptions.h \ 178 $(INC)machdefs.h fitsntuple.h \ 179 $(INC)ntuple.h \ 180 $(INC)objfio.h \ 181 $(INC)anydataobj.h \ 182 $(INC)ppersist.h \ 183 $(INC)gnumd5.h \ 184 $(INC)ntupintf.h \ 185 $(INC)dvlist.h \ 186 $(INC)mutyv.h fitsfile.h \ 187 $(INC)ndatablock.h \ 188 $(EXTINCPATH)FitsIO/fitsio.h \ 189 $(EXTINCPATH)FitsIO/longnam.h 190 $(OBJ)fitsspherehealpix.o: fitsspherehealpix.cc \ 191 $(INC)pexceptions.h \ 192 $(INC)machdefs.h fitsspherehealpix.h \ 193 $(INC)spherehealpix.h \ 194 $(INC)sphericalmap.h \ 195 $(INC)smathconst.h \ 196 $(INC)pixelmap.h \ 197 $(INC)ppersist.h \ 198 $(INC)gnumd5.h \ 199 $(INC)dvlist.h \ 200 $(INC)objfio.h \ 201 $(INC)anydataobj.h \ 202 $(INC)mutyv.h \ 203 $(INC)spherepos.h \ 204 $(INC)unitvector.h \ 205 $(INC)vector3d.h \ 206 $(INC)longlat.h \ 207 $(INC)utilgeom.h \ 208 $(INC)tvector.h \ 209 $(INC)tmatrix.h \ 210 $(INC)tarray.h \ 211 $(INC)basarr.h \ 212 $(INC)ndatablock.h \ 213 $(INC)utilarr.h \ 214 $(INC)HEALPixUtils.h fitsfile.h \ 215 $(EXTINCPATH)FitsIO/fitsio.h \ 216 $(EXTINCPATH)FitsIO/longnam.h fitstarray.h 217 $(OBJ)fitsspherethetaphi.o: fitsspherethetaphi.cc \ 218 $(INC)pexceptions.h \ 219 $(INC)machdefs.h fitsspherethetaphi.h \ 220 $(INC)spherethetaphi.h \ 221 $(INC)sphericalmap.h \ 222 $(INC)smathconst.h \ 223 $(INC)pixelmap.h \ 224 $(INC)ppersist.h \ 225 $(INC)gnumd5.h \ 226 $(INC)dvlist.h \ 227 $(INC)objfio.h \ 228 $(INC)anydataobj.h \ 229 $(INC)mutyv.h \ 230 $(INC)spherepos.h \ 231 $(INC)unitvector.h \ 232 $(INC)vector3d.h \ 233 $(INC)longlat.h \ 234 $(INC)utilgeom.h \ 235 $(INC)tvector.h \ 236 $(INC)tmatrix.h \ 237 $(INC)tarray.h \ 238 $(INC)basarr.h \ 239 $(INC)ndatablock.h \ 240 $(INC)utilarr.h fitsfile.h \ 241 $(EXTINCPATH)FitsIO/fitsio.h \ 242 $(EXTINCPATH)FitsIO/longnam.h fitstarray.h 243 $(OBJ)fitstarray.o: fitstarray.cc $(INC)machdefs.h \ 244 $(INC)pexceptions.h fitstarray.h \ 245 $(INC)tarray.h \ 246 $(INC)basarr.h \ 247 $(INC)anydataobj.h \ 248 $(INC)mutyv.h \ 249 $(INC)dvlist.h \ 250 $(INC)objfio.h \ 251 $(INC)ppersist.h \ 252 $(INC)gnumd5.h \ 253 $(INC)ndatablock.h \ 254 $(INC)utilarr.h fitsfile.h \ 255 $(EXTINCPATH)FitsIO/fitsio.h \ 256 $(EXTINCPATH)FitsIO/longnam.h 257 $(OBJ)fitsxntuple.o: fitsxntuple.cc \ 258 $(INC)pexceptions.h \ 259 $(INC)machdefs.h fitsxntuple.h \ 260 $(INC)xntuple.h \ 261 $(INC)ntupintf.h \ 262 $(INC)ppersist.h \ 263 $(INC)gnumd5.h \ 264 $(INC)dvlist.h \ 265 $(INC)objfio.h \ 266 $(INC)anydataobj.h \ 267 $(INC)mutyv.h fitsfile.h \ 268 $(INC)ndatablock.h \ 269 $(EXTINCPATH)FitsIO/fitsio.h \ 270 $(EXTINCPATH)FitsIO/longnam.h 6 rm -f $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o 7 rm -f $(SOPHYALIBP)libFitsIOServer.a 8 9 $(SOPHYALIBP)libFitsIOServer.a : $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o 10 $(AR) $(ARFLAGS) $@ $? 11 12 $(SOPHYAOBJP)datacirclefits.o: datacirclefits.cc \ 13 $(SOPHYAINCP)sopnamsp.h datacirclefits.h \ 14 $(SOPHYAINCP)datacirclebase.h \ 15 $(SOPHYAINCP)circle.h \ 16 $(SOPHYAINCP)vector3d.h \ 17 $(SOPHYAINCP)longlat.h \ 18 $(SOPHYAINCP)machdefs.h \ 19 $(SOPHYAINCP)utilgeom.h \ 20 $(SOPHYAINCP)unitvector.h \ 21 $(SOPHYAINCP)geometry.h \ 22 $(SOPHYAINCP)FitsIO/fitsio.h \ 23 $(SOPHYAINCP)FitsIO/longnam.h 24 $(CXXCOMPILE) -o $@ $< 25 26 $(SOPHYAOBJP)fabtcolread.o: fabtcolread.cc \ 27 $(SOPHYAINCP)sopnamsp.h \ 28 $(SOPHYAINCP)machdefs.h \ 29 $(SOPHYAINCP)pexceptions.h fabtcolread.h \ 30 $(SOPHYAINCP)anydataobj.h \ 31 $(SOPHYAINCP)tvector.h \ 32 $(SOPHYAINCP)tmatrix.h \ 33 $(SOPHYAINCP)tarray.h \ 34 $(SOPHYAINCP)basarr.h \ 35 $(SOPHYAINCP)mutyv.h \ 36 $(SOPHYAINCP)dvlist.h \ 37 $(SOPHYAINCP)objfio.h \ 38 $(SOPHYAINCP)ppersist.h \ 39 $(SOPHYAINCP)gnumd5.h \ 40 $(SOPHYAINCP)ppfbinstream.h \ 41 $(SOPHYAINCP)rawstream.h \ 42 $(SOPHYAINCP)ppfnametag.h \ 43 $(SOPHYAINCP)ndatablock.h \ 44 $(SOPHYAINCP)utilarr.h \ 45 $(SOPHYAINCP)FitsIO/fitsio.h \ 46 $(SOPHYAINCP)FitsIO/longnam.h 47 $(CXXCOMPILE) -o $@ $< 48 49 $(SOPHYAOBJP)fabtwriter.o: fabtwriter.cc \ 50 $(SOPHYAINCP)sopnamsp.h \ 51 $(SOPHYAINCP)machdefs.h \ 52 $(SOPHYAINCP)pexceptions.h fabtwriter.h \ 53 $(SOPHYAINCP)anydataobj.h \ 54 $(SOPHYAINCP)tvector.h \ 55 $(SOPHYAINCP)tmatrix.h \ 56 $(SOPHYAINCP)tarray.h \ 57 $(SOPHYAINCP)basarr.h \ 58 $(SOPHYAINCP)mutyv.h \ 59 $(SOPHYAINCP)dvlist.h \ 60 $(SOPHYAINCP)objfio.h \ 61 $(SOPHYAINCP)ppersist.h \ 62 $(SOPHYAINCP)gnumd5.h \ 63 $(SOPHYAINCP)ppfbinstream.h \ 64 $(SOPHYAINCP)rawstream.h \ 65 $(SOPHYAINCP)ppfnametag.h \ 66 $(SOPHYAINCP)ndatablock.h \ 67 $(SOPHYAINCP)utilarr.h \ 68 $(SOPHYAINCP)FitsIO/fitsio.h \ 69 $(SOPHYAINCP)FitsIO/longnam.h 70 $(CXXCOMPILE) -o $@ $< 71 72 $(SOPHYAOBJP)fboloread.o: fboloread.cc \ 73 $(SOPHYAINCP)sopnamsp.h \ 74 $(SOPHYAINCP)machdefs.h \ 75 $(SOPHYAINCP)pexceptions.h fboloread.h \ 76 $(SOPHYAINCP)anydataobj.h \ 77 $(SOPHYAINCP)tvector.h \ 78 $(SOPHYAINCP)tmatrix.h \ 79 $(SOPHYAINCP)tarray.h \ 80 $(SOPHYAINCP)basarr.h \ 81 $(SOPHYAINCP)mutyv.h \ 82 $(SOPHYAINCP)dvlist.h \ 83 $(SOPHYAINCP)objfio.h \ 84 $(SOPHYAINCP)ppersist.h \ 85 $(SOPHYAINCP)gnumd5.h \ 86 $(SOPHYAINCP)ppfbinstream.h \ 87 $(SOPHYAINCP)rawstream.h \ 88 $(SOPHYAINCP)ppfnametag.h \ 89 $(SOPHYAINCP)ndatablock.h \ 90 $(SOPHYAINCP)utilarr.h fabtcolread.h \ 91 $(SOPHYAINCP)FitsIO/fitsio.h \ 92 $(SOPHYAINCP)FitsIO/longnam.h 93 $(CXXCOMPILE) -o $@ $< 94 95 $(SOPHYAOBJP)fbtntintf.o: fbtntintf.cc \ 96 $(SOPHYAINCP)sopnamsp.h \ 97 $(SOPHYAINCP)machdefs.h \ 98 $(SOPHYAINCP)pexceptions.h fbtntintf.h \ 99 $(SOPHYAINCP)anydataobj.h \ 100 $(SOPHYAINCP)ntupintf.h \ 101 $(SOPHYAINCP)FitsIO/fitsio.h \ 102 $(SOPHYAINCP)FitsIO/longnam.h 103 $(CXXCOMPILE) -o $@ $< 104 105 $(SOPHYAOBJP)fitsautoreader.o: fitsautoreader.cc \ 106 $(SOPHYAINCP)sopnamsp.h \ 107 $(SOPHYAINCP)pexceptions.h \ 108 $(SOPHYAINCP)machdefs.h fitsautoreader.h \ 109 $(SOPHYAINCP)anydataobj.h fitsfile.h \ 110 $(SOPHYAINCP)ndatablock.h \ 111 $(SOPHYAINCP)dvlist.h \ 112 $(SOPHYAINCP)objfio.h \ 113 $(SOPHYAINCP)ppersist.h \ 114 $(SOPHYAINCP)gnumd5.h \ 115 $(SOPHYAINCP)ppfbinstream.h \ 116 $(SOPHYAINCP)rawstream.h \ 117 $(SOPHYAINCP)ppfnametag.h \ 118 $(SOPHYAINCP)mutyv.h \ 119 $(SOPHYAINCP)FitsIO/fitsio.h \ 120 $(SOPHYAINCP)FitsIO/longnam.h fitstarray.h \ 121 $(SOPHYAINCP)tarray.h \ 122 $(SOPHYAINCP)basarr.h \ 123 $(SOPHYAINCP)utilarr.h fitsspherehealpix.h \ 124 $(SOPHYAINCP)spherehealpix.h \ 125 $(SOPHYAINCP)sphericalmap.h \ 126 $(SOPHYAINCP)smathconst.h \ 127 $(SOPHYAINCP)pixelmap.h \ 128 $(SOPHYAINCP)spherepos.h \ 129 $(SOPHYAINCP)unitvector.h \ 130 $(SOPHYAINCP)vector3d.h \ 131 $(SOPHYAINCP)longlat.h \ 132 $(SOPHYAINCP)utilgeom.h \ 133 $(SOPHYAINCP)tvector.h \ 134 $(SOPHYAINCP)tmatrix.h \ 135 $(SOPHYAINCP)HEALPixUtils.h fitsntuple.h \ 136 $(SOPHYAINCP)ntuple.h \ 137 $(SOPHYAINCP)ntupintf.h fitsxntuple.h \ 138 $(SOPHYAINCP)xntuple.h fitslocalmap.h \ 139 $(SOPHYAINCP)localmap.h fbtntintf.h 140 $(CXXCOMPILE) -o $@ $< 141 142 $(SOPHYAOBJP)fitsbntbllineRW.o: fitsbntbllineRW.cc \ 143 $(SOPHYAINCP)sopnamsp.h \ 144 $(SOPHYAINCP)pexceptions.h \ 145 $(SOPHYAINCP)machdefs.h fitsbntbllineRW.h \ 146 $(SOPHYAINCP)dvlist.h \ 147 $(SOPHYAINCP)objfio.h \ 148 $(SOPHYAINCP)anydataobj.h \ 149 $(SOPHYAINCP)ppersist.h \ 150 $(SOPHYAINCP)gnumd5.h \ 151 $(SOPHYAINCP)ppfbinstream.h \ 152 $(SOPHYAINCP)rawstream.h \ 153 $(SOPHYAINCP)ppfnametag.h \ 154 $(SOPHYAINCP)mutyv.h fitsfile.h \ 155 $(SOPHYAINCP)ndatablock.h \ 156 $(SOPHYAINCP)FitsIO/fitsio.h \ 157 $(SOPHYAINCP)FitsIO/longnam.h \ 158 $(SOPHYAINCP)utils.h 159 $(CXXCOMPILE) -o $@ $< 160 161 $(SOPHYAOBJP)fitsfile.o: fitsfile.cc \ 162 $(SOPHYAINCP)sopnamsp.h \ 163 $(SOPHYAINCP)machdefs.h fitsfile.h \ 164 $(SOPHYAINCP)ndatablock.h \ 165 $(SOPHYAINCP)anydataobj.h \ 166 $(SOPHYAINCP)dvlist.h \ 167 $(SOPHYAINCP)objfio.h \ 168 $(SOPHYAINCP)ppersist.h \ 169 $(SOPHYAINCP)pexceptions.h \ 170 $(SOPHYAINCP)gnumd5.h \ 171 $(SOPHYAINCP)ppfbinstream.h \ 172 $(SOPHYAINCP)rawstream.h \ 173 $(SOPHYAINCP)ppfnametag.h \ 174 $(SOPHYAINCP)mutyv.h \ 175 $(SOPHYAINCP)FitsIO/fitsio.h \ 176 $(SOPHYAINCP)FitsIO/longnam.h \ 177 $(SOPHYAINCP)strutil.h fitsspherehealpix.h \ 178 $(SOPHYAINCP)spherehealpix.h \ 179 $(SOPHYAINCP)sphericalmap.h \ 180 $(SOPHYAINCP)smathconst.h \ 181 $(SOPHYAINCP)pixelmap.h \ 182 $(SOPHYAINCP)spherepos.h \ 183 $(SOPHYAINCP)unitvector.h \ 184 $(SOPHYAINCP)vector3d.h \ 185 $(SOPHYAINCP)longlat.h \ 186 $(SOPHYAINCP)utilgeom.h \ 187 $(SOPHYAINCP)tvector.h \ 188 $(SOPHYAINCP)tmatrix.h \ 189 $(SOPHYAINCP)tarray.h \ 190 $(SOPHYAINCP)basarr.h \ 191 $(SOPHYAINCP)utilarr.h \ 192 $(SOPHYAINCP)HEALPixUtils.h 193 $(CXXCOMPILE) -o $@ $< 194 195 $(SOPHYAOBJP)fitslocalmap.o: fitslocalmap.cc \ 196 $(SOPHYAINCP)sopnamsp.h \ 197 $(SOPHYAINCP)machdefs.h fitslocalmap.h \ 198 $(SOPHYAINCP)pexceptions.h \ 199 $(SOPHYAINCP)localmap.h \ 200 $(SOPHYAINCP)pixelmap.h \ 201 $(SOPHYAINCP)ppersist.h \ 202 $(SOPHYAINCP)gnumd5.h \ 203 $(SOPHYAINCP)ppfbinstream.h \ 204 $(SOPHYAINCP)rawstream.h \ 205 $(SOPHYAINCP)ppfnametag.h \ 206 $(SOPHYAINCP)dvlist.h \ 207 $(SOPHYAINCP)objfio.h \ 208 $(SOPHYAINCP)anydataobj.h \ 209 $(SOPHYAINCP)mutyv.h \ 210 $(SOPHYAINCP)spherepos.h \ 211 $(SOPHYAINCP)unitvector.h \ 212 $(SOPHYAINCP)vector3d.h \ 213 $(SOPHYAINCP)longlat.h \ 214 $(SOPHYAINCP)utilgeom.h \ 215 $(SOPHYAINCP)sphericalmap.h \ 216 $(SOPHYAINCP)smathconst.h \ 217 $(SOPHYAINCP)tvector.h \ 218 $(SOPHYAINCP)tmatrix.h \ 219 $(SOPHYAINCP)tarray.h \ 220 $(SOPHYAINCP)basarr.h \ 221 $(SOPHYAINCP)ndatablock.h \ 222 $(SOPHYAINCP)utilarr.h fitsfile.h \ 223 $(SOPHYAINCP)FitsIO/fitsio.h \ 224 $(SOPHYAINCP)FitsIO/longnam.h 225 $(CXXCOMPILE) -o $@ $< 226 227 $(SOPHYAOBJP)fitsntuple.o: fitsntuple.cc \ 228 $(SOPHYAINCP)sopnamsp.h \ 229 $(SOPHYAINCP)pexceptions.h \ 230 $(SOPHYAINCP)machdefs.h fitsntuple.h \ 231 $(SOPHYAINCP)ntuple.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)ntupintf.h \ 240 $(SOPHYAINCP)dvlist.h \ 241 $(SOPHYAINCP)mutyv.h fitsfile.h \ 242 $(SOPHYAINCP)ndatablock.h \ 243 $(SOPHYAINCP)FitsIO/fitsio.h \ 244 $(SOPHYAINCP)FitsIO/longnam.h 245 $(CXXCOMPILE) -o $@ $< 246 247 $(SOPHYAOBJP)fitsspherehealpix.o: fitsspherehealpix.cc \ 248 $(SOPHYAINCP)sopnamsp.h \ 249 $(SOPHYAINCP)pexceptions.h \ 250 $(SOPHYAINCP)machdefs.h \ 251 fitsspherehealpix.h \ 252 $(SOPHYAINCP)spherehealpix.h \ 253 $(SOPHYAINCP)sphericalmap.h \ 254 $(SOPHYAINCP)smathconst.h \ 255 $(SOPHYAINCP)pixelmap.h \ 256 $(SOPHYAINCP)ppersist.h \ 257 $(SOPHYAINCP)gnumd5.h \ 258 $(SOPHYAINCP)ppfbinstream.h \ 259 $(SOPHYAINCP)rawstream.h \ 260 $(SOPHYAINCP)ppfnametag.h \ 261 $(SOPHYAINCP)dvlist.h \ 262 $(SOPHYAINCP)objfio.h \ 263 $(SOPHYAINCP)anydataobj.h \ 264 $(SOPHYAINCP)mutyv.h \ 265 $(SOPHYAINCP)spherepos.h \ 266 $(SOPHYAINCP)unitvector.h \ 267 $(SOPHYAINCP)vector3d.h \ 268 $(SOPHYAINCP)longlat.h \ 269 $(SOPHYAINCP)utilgeom.h \ 270 $(SOPHYAINCP)tvector.h \ 271 $(SOPHYAINCP)tmatrix.h \ 272 $(SOPHYAINCP)tarray.h \ 273 $(SOPHYAINCP)basarr.h \ 274 $(SOPHYAINCP)ndatablock.h \ 275 $(SOPHYAINCP)utilarr.h \ 276 $(SOPHYAINCP)HEALPixUtils.h fitsfile.h \ 277 $(SOPHYAINCP)FitsIO/fitsio.h \ 278 $(SOPHYAINCP)FitsIO/longnam.h fitstarray.h 279 $(CXXCOMPILE) -o $@ $< 280 281 $(SOPHYAOBJP)fitsspherethetaphi.o: fitsspherethetaphi.cc \ 282 $(SOPHYAINCP)sopnamsp.h \ 283 $(SOPHYAINCP)pexceptions.h \ 284 $(SOPHYAINCP)machdefs.h \ 285 fitsspherethetaphi.h \ 286 $(SOPHYAINCP)spherethetaphi.h \ 287 $(SOPHYAINCP)sphericalmap.h \ 288 $(SOPHYAINCP)smathconst.h \ 289 $(SOPHYAINCP)pixelmap.h \ 290 $(SOPHYAINCP)ppersist.h \ 291 $(SOPHYAINCP)gnumd5.h \ 292 $(SOPHYAINCP)ppfbinstream.h \ 293 $(SOPHYAINCP)rawstream.h \ 294 $(SOPHYAINCP)ppfnametag.h \ 295 $(SOPHYAINCP)dvlist.h \ 296 $(SOPHYAINCP)objfio.h \ 297 $(SOPHYAINCP)anydataobj.h \ 298 $(SOPHYAINCP)mutyv.h \ 299 $(SOPHYAINCP)spherepos.h \ 300 $(SOPHYAINCP)unitvector.h \ 301 $(SOPHYAINCP)vector3d.h \ 302 $(SOPHYAINCP)longlat.h \ 303 $(SOPHYAINCP)utilgeom.h \ 304 $(SOPHYAINCP)tvector.h \ 305 $(SOPHYAINCP)tmatrix.h \ 306 $(SOPHYAINCP)tarray.h \ 307 $(SOPHYAINCP)basarr.h \ 308 $(SOPHYAINCP)ndatablock.h \ 309 $(SOPHYAINCP)utilarr.h fitsfile.h \ 310 $(SOPHYAINCP)FitsIO/fitsio.h \ 311 $(SOPHYAINCP)FitsIO/longnam.h fitstarray.h 312 $(CXXCOMPILE) -o $@ $< 313 314 $(SOPHYAOBJP)fitstarray.o: fitstarray.cc \ 315 $(SOPHYAINCP)sopnamsp.h \ 316 $(SOPHYAINCP)machdefs.h \ 317 $(SOPHYAINCP)pexceptions.h fitstarray.h \ 318 $(SOPHYAINCP)tarray.h \ 319 $(SOPHYAINCP)basarr.h \ 320 $(SOPHYAINCP)anydataobj.h \ 321 $(SOPHYAINCP)mutyv.h \ 322 $(SOPHYAINCP)dvlist.h \ 323 $(SOPHYAINCP)objfio.h \ 324 $(SOPHYAINCP)ppersist.h \ 325 $(SOPHYAINCP)gnumd5.h \ 326 $(SOPHYAINCP)ppfbinstream.h \ 327 $(SOPHYAINCP)rawstream.h \ 328 $(SOPHYAINCP)ppfnametag.h \ 329 $(SOPHYAINCP)ndatablock.h \ 330 $(SOPHYAINCP)utilarr.h fitsfile.h \ 331 $(SOPHYAINCP)FitsIO/fitsio.h \ 332 $(SOPHYAINCP)FitsIO/longnam.h 333 $(CXXCOMPILE) -o $@ $< 334 335 $(SOPHYAOBJP)fitsxntuple.o: fitsxntuple.cc \ 336 $(SOPHYAINCP)sopnamsp.h \ 337 $(SOPHYAINCP)pexceptions.h \ 338 $(SOPHYAINCP)machdefs.h fitsxntuple.h \ 339 $(SOPHYAINCP)xntuple.h \ 340 $(SOPHYAINCP)ntupintf.h \ 341 $(SOPHYAINCP)ppersist.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 fitsfile.h \ 350 $(SOPHYAINCP)ndatablock.h \ 351 $(SOPHYAINCP)FitsIO/fitsio.h \ 352 $(SOPHYAINCP)FitsIO/longnam.h 353 $(CXXCOMPILE) -o $@ $< 354 -
trunk/SophyaExt/FitsIOServer/objlist.list
r1777 r2740 10 10 fitsntuple.o 11 11 fitsspherehealpix.o 12 fitsspherethetaphi.o 12 13 fitstarray.o 13 14 fitsxntuple.o
Note:
See TracChangeset
for help on using the changeset viewer.