Changeset 1777 in Sophya
- Timestamp:
- Nov 16, 2001, 7:02:24 PM (24 years ago)
- Location:
- trunk/SophyaExt/FitsIOServer
- Files:
-
- 2 edited
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 50 $(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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 66 $(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 63 64 65 66 82 $(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 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 88 $(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 100 101 102 103 104 105 106 107 108 109 110 119 $(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 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 132 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 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 159 $(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 166 167 168 169 170 171 172 173 174 175 176 177 185 $(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 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 199 $(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 207 208 209 210 211 212 213 214 215 216 217 218 226 $(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 221 222 223 224 225 226 227 228 229 230 231 232 240 $(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.