Changeset 1777 in Sophya for trunk/SophyaExt/FitsIOServer
- Timestamp:
- Nov 16, 2001, 7:02:24 PM (24 years ago)
- Location:
- trunk/SophyaExt/FitsIOServer
- Files:
-
- 2 edited
-
Makefile (modified) (2 diffs)
-
objlist.list (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/Makefile
r1660 r1777 3 3 all: $(LIB)libFitsIOServer.a 4 4 clean: 5 rm -f $(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)fitstarray.o $(OBJ)fitsxntuple.o5 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 6 rm -f $(LIB)libFitsIOServer.a 7 $(LIB)libFitsIOServer.a : $(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)fitstarray.o $(OBJ)fitsxntuple.o7 $(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)fitstarray.o $(OBJ)fitsxntuple.o 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $? 9 9 ifeq ($(CXX),cxx) … … 11 11 endif 12 12 13 $(OBJ)fabtcolread.o: fabtcolread.cc $(INC)machdefs.h \ 14 $(INC)pexceptions.h fabtcolread.h \ 15 $(INC)anydataobj.h \ 16 $(INC)tvector.h \ 17 $(INC)tmatrix.h \ 18 $(INC)tarray.h \ 19 $(INC)basarr.h \ 20 $(INC)mutyv.h \ 21 $(INC)dvlist.h \ 22 $(INC)objfio.h \ 23 $(INC)ppersist.h \ 24 $(INC)gnumd5.h \ 25 $(INC)ndatablock.h \ 26 $(INC)utilarr.h \ 27 $(EXTINCPATH)FitsIO/fitsio.h \ 28 $(EXTINCPATH)FitsIO/longnam.h 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 fitsfile.h \ 22 $(INC)ndatablock.h \ 23 $(INC)anydataobj.h \ 24 $(INC)dvlist.h \ 25 $(INC)objfio.h \ 26 $(INC)ppersist.h \ 27 $(INC)pexceptions.h \ 28 $(INC)gnumd5.h \ 29 $(INC)mutyv.h \ 30 $(EXTINCPATH)FitsIO/fitsio.h \ 31 $(EXTINCPATH)FitsIO/longnam.h 32 $(OBJ)fabtcolread.o: fabtcolread.cc \ 33 $(INC)machdefs.h \ 34 $(INC)pexceptions.h fabtcolread.h \ 35 $(INC)anydataobj.h \ 36 $(INC)tvector.h \ 37 $(INC)tmatrix.h \ 38 $(INC)tarray.h \ 39 $(INC)basarr.h \ 40 $(INC)mutyv.h \ 41 $(INC)dvlist.h \ 42 $(INC)objfio.h \ 43 $(INC)ppersist.h \ 44 $(INC)gnumd5.h \ 45 $(INC)ndatablock.h \ 46 $(INC)utilarr.h \ 47 $(EXTINCPATH)FitsIO/fitsio.h \ 48 $(EXTINCPATH)FitsIO/longnam.h 29 49 $(OBJ)fabtwriter.o: fabtwriter.cc $(INC)machdefs.h \ 30 $(INC)pexceptions.h fabtwriter.h \31 $(INC)anydataobj.h \32 $(INC)tvector.h \33 $(INC)tmatrix.h \34 $(INC)tarray.h \35 $(INC)basarr.h \36 $(INC)mutyv.h \37 $(INC)dvlist.h \38 $(INC)objfio.h \39 $(INC)ppersist.h \40 $(INC)gnumd5.h \41 $(INC)ndatablock.h \42 $(INC)utilarr.h \43 $(EXTINCPATH)FitsIO/fitsio.h \44 $(EXTINCPATH)FitsIO/longnam.h50 $(INC)pexceptions.h fabtwriter.h \ 51 $(INC)anydataobj.h \ 52 $(INC)tvector.h \ 53 $(INC)tmatrix.h \ 54 $(INC)tarray.h \ 55 $(INC)basarr.h \ 56 $(INC)mutyv.h \ 57 $(INC)dvlist.h \ 58 $(INC)objfio.h \ 59 $(INC)ppersist.h \ 60 $(INC)gnumd5.h \ 61 $(INC)ndatablock.h \ 62 $(INC)utilarr.h \ 63 $(EXTINCPATH)FitsIO/fitsio.h \ 64 $(EXTINCPATH)FitsIO/longnam.h 45 65 $(OBJ)fboloread.o: fboloread.cc $(INC)machdefs.h \ 46 $(INC)pexceptions.h fboloread.h \47 $(INC)anydataobj.h \48 $(INC)tvector.h \49 $(INC)tmatrix.h \50 $(INC)tarray.h \51 $(INC)basarr.h \52 $(INC)mutyv.h \53 $(INC)dvlist.h \54 $(INC)objfio.h \55 $(INC)ppersist.h \56 $(INC)gnumd5.h \57 $(INC)ndatablock.h \58 $(INC)utilarr.h fabtcolread.h \59 $(EXTINCPATH)FitsIO/fitsio.h \60 $(EXTINCPATH)FitsIO/longnam.h66 $(INC)pexceptions.h fboloread.h \ 67 $(INC)anydataobj.h \ 68 $(INC)tvector.h \ 69 $(INC)tmatrix.h \ 70 $(INC)tarray.h \ 71 $(INC)basarr.h \ 72 $(INC)mutyv.h \ 73 $(INC)dvlist.h \ 74 $(INC)objfio.h \ 75 $(INC)ppersist.h \ 76 $(INC)gnumd5.h \ 77 $(INC)ndatablock.h \ 78 $(INC)utilarr.h fabtcolread.h \ 79 $(EXTINCPATH)FitsIO/fitsio.h \ 80 $(EXTINCPATH)FitsIO/longnam.h 61 81 $(OBJ)fbtntintf.o: fbtntintf.cc $(INC)machdefs.h \ 62 $(INC)pexceptions.h fbtntintf.h \63 $(INC)anydataobj.h \64 $(INC)ntupintf.h \65 $(EXTINCPATH)FitsIO/fitsio.h \66 $(EXTINCPATH)FitsIO/longnam.h82 $(INC)pexceptions.h fbtntintf.h \ 83 $(INC)anydataobj.h \ 84 $(INC)ntupintf.h \ 85 $(EXTINCPATH)FitsIO/fitsio.h \ 86 $(EXTINCPATH)FitsIO/longnam.h 67 87 $(OBJ)fitsautoreader.o: fitsautoreader.cc \ 68 $(INC)pexceptions.h \69 $(INC)machdefs.h fitsautoreader.h \70 $(INC)anydataobj.h fitsfile.h \71 $(INC)ndatablock.h \72 $(INC)dvlist.h \73 $(INC)objfio.h \74 $(INC)ppersist.h \75 $(INC)gnumd5.h \76 $(INC)mutyv.h \77 $(EXTINCPATH)FitsIO/fitsio.h \78 $(EXTINCPATH)FitsIO/longnam.h fitstarray.h \79 $(INC)tarray.h \80 $(INC)basarr.h \81 $(INC)utilarr.h fitsspherehealpix.h \82 $(INC)spherehealpix.h \83 $(INC)sphericalmap.h \84 $(INC)smathconst.h \85 $(INC)pixelmap.h \86 $(INC)spherepos.h \87 $(INC)unitvector.h \88 $(INC)vector3d.h \89 $(INC)longlat.h \90 $(INC)utilgeom.h \91 $(INC)tvector.h \92 $(INC)tmatrix.h \93 $(INC)HEALPixUtils.h fitsntuple.h \94 $(INC)ntuple.h \95 $(INC)ntupintf.h fitsxntuple.h \96 $(INC)xntuple.h fitslocalmap.h \97 $(INC)localmap.h88 $(INC)pexceptions.h \ 89 $(INC)machdefs.h fitsautoreader.h \ 90 $(INC)anydataobj.h fitsfile.h \ 91 $(INC)ndatablock.h \ 92 $(INC)dvlist.h \ 93 $(INC)objfio.h \ 94 $(INC)ppersist.h \ 95 $(INC)gnumd5.h \ 96 $(INC)mutyv.h \ 97 $(EXTINCPATH)FitsIO/fitsio.h \ 98 $(EXTINCPATH)FitsIO/longnam.h fitstarray.h \ 99 $(INC)tarray.h \ 100 $(INC)basarr.h \ 101 $(INC)utilarr.h fitsspherehealpix.h \ 102 $(INC)spherehealpix.h \ 103 $(INC)sphericalmap.h \ 104 $(INC)smathconst.h \ 105 $(INC)pixelmap.h \ 106 $(INC)spherepos.h \ 107 $(INC)unitvector.h \ 108 $(INC)vector3d.h \ 109 $(INC)longlat.h \ 110 $(INC)utilgeom.h \ 111 $(INC)tvector.h \ 112 $(INC)tmatrix.h \ 113 $(INC)HEALPixUtils.h fitsntuple.h \ 114 $(INC)ntuple.h \ 115 $(INC)ntupintf.h fitsxntuple.h \ 116 $(INC)xntuple.h fitslocalmap.h \ 117 $(INC)localmap.h 98 118 $(OBJ)fitsbntbllineRW.o: fitsbntbllineRW.cc \ 99 $(INC)pexceptions.h \100 $(INC)machdefs.h fitsbntbllineRW.h \101 $(INC)dvlist.h \102 $(INC)objfio.h \103 $(INC)anydataobj.h \104 $(INC)ppersist.h \105 $(INC)gnumd5.h \106 $(INC)mutyv.h fitsfile.h \107 $(INC)ndatablock.h \108 $(EXTINCPATH)FitsIO/fitsio.h \109 $(EXTINCPATH)FitsIO/longnam.h \110 $(INC)utils.h119 $(INC)pexceptions.h \ 120 $(INC)machdefs.h fitsbntbllineRW.h \ 121 $(INC)dvlist.h \ 122 $(INC)objfio.h \ 123 $(INC)anydataobj.h \ 124 $(INC)ppersist.h \ 125 $(INC)gnumd5.h \ 126 $(INC)mutyv.h fitsfile.h \ 127 $(INC)ndatablock.h \ 128 $(EXTINCPATH)FitsIO/fitsio.h \ 129 $(EXTINCPATH)FitsIO/longnam.h \ 130 $(INC)utils.h 111 131 $(OBJ)fitsfile.o: fitsfile.cc $(INC)machdefs.h \ 112 fitsfile.h $(INC)ndatablock.h \113 $(INC)anydataobj.h \114 $(INC)dvlist.h \115 $(INC)objfio.h \116 $(INC)ppersist.h \117 $(INC)pexceptions.h \118 $(INC)gnumd5.h \119 $(INC)mutyv.h \120 $(EXTINCPATH)FitsIO/fitsio.h \121 $(EXTINCPATH)FitsIO/longnam.h \122 $(INC)strutil.h fitsspherehealpix.h \123 $(INC)spherehealpix.h \124 $(INC)sphericalmap.h \125 $(INC)smathconst.h \126 $(INC)pixelmap.h \127 $(INC)spherepos.h \128 $(INC)unitvector.h \129 $(INC)vector3d.h \130 $(INC)longlat.h \131 $(INC)utilgeom.h \132 $(INC)tvector.h \133 $(INC)tmatrix.h \134 $(INC)tarray.h \135 $(INC)basarr.h \136 $(INC)utilarr.h \137 $(INC)HEALPixUtils.h132 fitsfile.h $(INC)ndatablock.h \ 133 $(INC)anydataobj.h \ 134 $(INC)dvlist.h \ 135 $(INC)objfio.h \ 136 $(INC)ppersist.h \ 137 $(INC)pexceptions.h \ 138 $(INC)gnumd5.h \ 139 $(INC)mutyv.h \ 140 $(EXTINCPATH)FitsIO/fitsio.h \ 141 $(EXTINCPATH)FitsIO/longnam.h \ 142 $(INC)strutil.h fitsspherehealpix.h \ 143 $(INC)spherehealpix.h \ 144 $(INC)sphericalmap.h \ 145 $(INC)smathconst.h \ 146 $(INC)pixelmap.h \ 147 $(INC)spherepos.h \ 148 $(INC)unitvector.h \ 149 $(INC)vector3d.h \ 150 $(INC)longlat.h \ 151 $(INC)utilgeom.h \ 152 $(INC)tvector.h \ 153 $(INC)tmatrix.h \ 154 $(INC)tarray.h \ 155 $(INC)basarr.h \ 156 $(INC)utilarr.h \ 157 $(INC)HEALPixUtils.h 138 158 $(OBJ)fitslocalmap.o: fitslocalmap.cc \ 139 $(INC)machdefs.h fitslocalmap.h \140 $(INC)pexceptions.h \141 $(INC)localmap.h \142 $(INC)pixelmap.h \143 $(INC)ppersist.h \144 $(INC)gnumd5.h \145 $(INC)dvlist.h \146 $(INC)objfio.h \147 $(INC)anydataobj.h \148 $(INC)mutyv.h \149 $(INC)spherepos.h \150 $(INC)unitvector.h \151 $(INC)vector3d.h \152 $(INC)longlat.h \153 $(INC)utilgeom.h \154 $(INC)sphericalmap.h \155 $(INC)smathconst.h \156 $(INC)tvector.h \157 $(INC)tmatrix.h \158 $(INC)tarray.h \159 $(INC)basarr.h \160 $(INC)ndatablock.h \161 $(INC)utilarr.h fitsfile.h \162 $(EXTINCPATH)FitsIO/fitsio.h \163 $(EXTINCPATH)FitsIO/longnam.h159 $(INC)machdefs.h fitslocalmap.h \ 160 $(INC)pexceptions.h \ 161 $(INC)localmap.h \ 162 $(INC)pixelmap.h \ 163 $(INC)ppersist.h \ 164 $(INC)gnumd5.h \ 165 $(INC)dvlist.h \ 166 $(INC)objfio.h \ 167 $(INC)anydataobj.h \ 168 $(INC)mutyv.h \ 169 $(INC)spherepos.h \ 170 $(INC)unitvector.h \ 171 $(INC)vector3d.h \ 172 $(INC)longlat.h \ 173 $(INC)utilgeom.h \ 174 $(INC)sphericalmap.h \ 175 $(INC)smathconst.h \ 176 $(INC)tvector.h \ 177 $(INC)tmatrix.h \ 178 $(INC)tarray.h \ 179 $(INC)basarr.h \ 180 $(INC)ndatablock.h \ 181 $(INC)utilarr.h fitsfile.h \ 182 $(EXTINCPATH)FitsIO/fitsio.h \ 183 $(EXTINCPATH)FitsIO/longnam.h 164 184 $(OBJ)fitsntuple.o: fitsntuple.cc \ 165 $(INC)pexceptions.h \166 $(INC)machdefs.h fitsntuple.h \167 $(INC)ntuple.h \168 $(INC)objfio.h \169 $(INC)anydataobj.h \170 $(INC)ppersist.h \171 $(INC)gnumd5.h \172 $(INC)ntupintf.h \173 $(INC)dvlist.h \174 $(INC)mutyv.h fitsfile.h \175 $(INC)ndatablock.h \176 $(EXTINCPATH)FitsIO/fitsio.h \177 $(EXTINCPATH)FitsIO/longnam.h185 $(INC)pexceptions.h \ 186 $(INC)machdefs.h fitsntuple.h \ 187 $(INC)ntuple.h \ 188 $(INC)objfio.h \ 189 $(INC)anydataobj.h \ 190 $(INC)ppersist.h \ 191 $(INC)gnumd5.h \ 192 $(INC)ntupintf.h \ 193 $(INC)dvlist.h \ 194 $(INC)mutyv.h fitsfile.h \ 195 $(INC)ndatablock.h \ 196 $(EXTINCPATH)FitsIO/fitsio.h \ 197 $(EXTINCPATH)FitsIO/longnam.h 178 198 $(OBJ)fitsspherehealpix.o: fitsspherehealpix.cc \ 179 $(INC)pexceptions.h \180 $(INC)machdefs.h fitsspherehealpix.h \181 $(INC)spherehealpix.h \182 $(INC)sphericalmap.h \183 $(INC)smathconst.h \184 $(INC)pixelmap.h \185 $(INC)ppersist.h \186 $(INC)gnumd5.h \187 $(INC)dvlist.h \188 $(INC)objfio.h \189 $(INC)anydataobj.h \190 $(INC)mutyv.h \191 $(INC)spherepos.h \192 $(INC)unitvector.h \193 $(INC)vector3d.h \194 $(INC)longlat.h \195 $(INC)utilgeom.h \196 $(INC)tvector.h \197 $(INC)tmatrix.h \198 $(INC)tarray.h \199 $(INC)basarr.h \200 $(INC)ndatablock.h \201 $(INC)utilarr.h \202 $(INC)HEALPixUtils.h fitsfile.h \203 $(EXTINCPATH)FitsIO/fitsio.h \204 $(EXTINCPATH)FitsIO/longnam.h fitstarray.h199 $(INC)pexceptions.h \ 200 $(INC)machdefs.h fitsspherehealpix.h \ 201 $(INC)spherehealpix.h \ 202 $(INC)sphericalmap.h \ 203 $(INC)smathconst.h \ 204 $(INC)pixelmap.h \ 205 $(INC)ppersist.h \ 206 $(INC)gnumd5.h \ 207 $(INC)dvlist.h \ 208 $(INC)objfio.h \ 209 $(INC)anydataobj.h \ 210 $(INC)mutyv.h \ 211 $(INC)spherepos.h \ 212 $(INC)unitvector.h \ 213 $(INC)vector3d.h \ 214 $(INC)longlat.h \ 215 $(INC)utilgeom.h \ 216 $(INC)tvector.h \ 217 $(INC)tmatrix.h \ 218 $(INC)tarray.h \ 219 $(INC)basarr.h \ 220 $(INC)ndatablock.h \ 221 $(INC)utilarr.h \ 222 $(INC)HEALPixUtils.h fitsfile.h \ 223 $(EXTINCPATH)FitsIO/fitsio.h \ 224 $(EXTINCPATH)FitsIO/longnam.h fitstarray.h 205 225 $(OBJ)fitstarray.o: fitstarray.cc $(INC)machdefs.h \ 206 $(INC)pexceptions.h fitstarray.h \207 $(INC)tarray.h \208 $(INC)basarr.h \209 $(INC)anydataobj.h \210 $(INC)mutyv.h \211 $(INC)dvlist.h \212 $(INC)objfio.h \213 $(INC)ppersist.h \214 $(INC)gnumd5.h \215 $(INC)ndatablock.h \216 $(INC)utilarr.h fitsfile.h \217 $(EXTINCPATH)FitsIO/fitsio.h \218 $(EXTINCPATH)FitsIO/longnam.h226 $(INC)pexceptions.h fitstarray.h \ 227 $(INC)tarray.h \ 228 $(INC)basarr.h \ 229 $(INC)anydataobj.h \ 230 $(INC)mutyv.h \ 231 $(INC)dvlist.h \ 232 $(INC)objfio.h \ 233 $(INC)ppersist.h \ 234 $(INC)gnumd5.h \ 235 $(INC)ndatablock.h \ 236 $(INC)utilarr.h fitsfile.h \ 237 $(EXTINCPATH)FitsIO/fitsio.h \ 238 $(EXTINCPATH)FitsIO/longnam.h 219 239 $(OBJ)fitsxntuple.o: fitsxntuple.cc \ 220 $(INC)pexceptions.h \221 $(INC)machdefs.h fitsxntuple.h \222 $(INC)xntuple.h \223 $(INC)ntupintf.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 fitsfile.h \230 $(INC)ndatablock.h \231 $(EXTINCPATH)FitsIO/fitsio.h \232 $(EXTINCPATH)FitsIO/longnam.h240 $(INC)pexceptions.h \ 241 $(INC)machdefs.h fitsxntuple.h \ 242 $(INC)xntuple.h \ 243 $(INC)ntupintf.h \ 244 $(INC)ppersist.h \ 245 $(INC)gnumd5.h \ 246 $(INC)dvlist.h \ 247 $(INC)objfio.h \ 248 $(INC)anydataobj.h \ 249 $(INC)mutyv.h fitsfile.h \ 250 $(INC)ndatablock.h \ 251 $(EXTINCPATH)FitsIO/fitsio.h \ 252 $(EXTINCPATH)FitsIO/longnam.h -
trunk/SophyaExt/FitsIOServer/objlist.list
r1660 r1777 1 datacirclefits.o 1 2 fabtcolread.o 2 3 fabtwriter.o
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/PI/chrome/site/your_project_logo.png)