| 1 | include ../Mgr/Makefile.h
 | 
|---|
| 2 |  
 | 
|---|
| 3 | all: $(LIB)libFitsIOServer.a
 | 
|---|
| 4 | 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
 | 
|---|