| [2743] | 1 | include $(SOPHYABASE)/include/sophyamake.inc
 | 
|---|
 | 2 |  
 | 
|---|
 | 3 | all: $(SOPHYALIBP)libSkyMap.a
 | 
|---|
 | 4 |  
 | 
|---|
 | 5 | clean:
 | 
|---|
 | 6 |          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 |         rm -f $(SOPHYALIBP)libSkyMap.a
 | 
|---|
 | 8 |  
 | 
|---|
 | 9 | $(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 |         $(AR) $(ARFLAGS) $@ $? 
 | 
|---|
 | 11 |  
 | 
|---|
 | 12 | $(SOPHYAOBJP)fiolocalmap.o: fiolocalmap.cc \
 | 
|---|
 | 13 |   $(SOPHYAINCP)sopnamsp.h fiolocalmap.h \
 | 
|---|
 | 14 |   sphericalmap.h $(SOPHYAINCP)smathconst.h \
 | 
|---|
 | 15 |   $(SOPHYAINCP)machdefs.h pixelmap.h \
 | 
|---|
 | 16 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 17 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 18 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 19 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 20 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 21 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
 | 22 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
 | 23 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 24 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 25 |   $(SOPHYAINCP)mutyv.h spherepos.h \
 | 
|---|
 | 26 |   unitvector.h vector3d.h longlat.h utilgeom.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 localmap.h \
 | 
|---|
 | 33 |   $(SOPHYAINCP)fioarr.h \
 | 
|---|
 | 34 |   $(SOPHYAINCP)fiondblock.h \
 | 
|---|
 | 35 |   $(SOPHYAINCP)datatype.h
 | 
|---|
 | 36 |         $(CXXCOMPILE) -o $@ $<
 | 
|---|
 | 37 |  
 | 
|---|
 | 38 | $(SOPHYAOBJP)fiosphereecp.o: fiosphereecp.cc \
 | 
|---|
 | 39 |   $(SOPHYAINCP)sopnamsp.h fiosphereecp.h \
 | 
|---|
 | 40 |   sphereecp.h sphericalmap.h \
 | 
|---|
 | 41 |   $(SOPHYAINCP)smathconst.h \
 | 
|---|
 | 42 |   $(SOPHYAINCP)machdefs.h pixelmap.h \
 | 
|---|
 | 43 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 44 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 45 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 46 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 47 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 48 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
 | 49 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
 | 50 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 51 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 52 |   $(SOPHYAINCP)mutyv.h spherepos.h \
 | 
|---|
 | 53 |   unitvector.h vector3d.h longlat.h utilgeom.h \
 | 
|---|
 | 54 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
 | 55 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 56 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 57 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 58 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
 | 59 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
 | 60 |   $(SOPHYAINCP)fioarr.h \
 | 
|---|
 | 61 |   $(SOPHYAINCP)datatype.h
 | 
|---|
 | 62 |         $(CXXCOMPILE) -o $@ $<
 | 
|---|
 | 63 |  
 | 
|---|
 | 64 | $(SOPHYAOBJP)fiospherehealpix.o: fiospherehealpix.cc \
 | 
|---|
 | 65 |   $(SOPHYAINCP)sopnamsp.h fiospherehealpix.h \
 | 
|---|
 | 66 |   sphericalmap.h $(SOPHYAINCP)smathconst.h \
 | 
|---|
 | 67 |   $(SOPHYAINCP)machdefs.h pixelmap.h \
 | 
|---|
 | 68 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 69 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 70 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 71 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 72 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 73 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
 | 74 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
 | 75 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 76 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 77 |   $(SOPHYAINCP)mutyv.h spherepos.h \
 | 
|---|
 | 78 |   unitvector.h vector3d.h longlat.h utilgeom.h \
 | 
|---|
 | 79 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
 | 80 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 81 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 82 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 83 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
 | 84 |   $(SOPHYAINCP)utilarr.h spherehealpix.h \
 | 
|---|
 | 85 |   HEALPixUtils.h $(SOPHYAINCP)fiondblock.h \
 | 
|---|
 | 86 |   $(SOPHYAINCP)datatype.h
 | 
|---|
 | 87 |         $(CXXCOMPILE) -o $@ $<
 | 
|---|
 | 88 |  
 | 
|---|
 | 89 | $(SOPHYAOBJP)fiospherethetaphi.o: fiospherethetaphi.cc \
 | 
|---|
 | 90 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
 | 91 |   fiospherethetaphi.h sphericalmap.h \
 | 
|---|
 | 92 |   $(SOPHYAINCP)smathconst.h \
 | 
|---|
 | 93 |   $(SOPHYAINCP)machdefs.h pixelmap.h \
 | 
|---|
 | 94 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 95 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 96 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 97 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 98 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 99 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
 | 100 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
 | 101 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 102 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 103 |   $(SOPHYAINCP)mutyv.h spherepos.h \
 | 
|---|
 | 104 |   unitvector.h vector3d.h longlat.h utilgeom.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 spherethetaphi.h \
 | 
|---|
 | 111 |   $(SOPHYAINCP)fiondblock.h \
 | 
|---|
 | 112 |   $(SOPHYAINCP)datatype.h
 | 
|---|
 | 113 |         $(CXXCOMPILE) -o $@ $<
 | 
|---|
 | 114 |  
 | 
|---|
 | 115 | $(SOPHYAOBJP)HEALPixUtils.o: HEALPixUtils.cc \
 | 
|---|
 | 116 |   $(SOPHYAINCP)sopnamsp.h HEALPixUtils.h \
 | 
|---|
 | 117 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
 | 118 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
 | 119 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 120 |   $(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)objfio.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)utilarr.h \
 | 
|---|
 | 134 |   $(SOPHYAINCP)smathconst.h
 | 
|---|
 | 135 |         $(CXXCOMPILE) -o $@ $<
 | 
|---|
 | 136 |  
 | 
|---|
 | 137 | $(SOPHYAOBJP)localmap.o: localmap.cc \
 | 
|---|
 | 138 |   $(SOPHYAINCP)sopnamsp.h localmap.h \
 | 
|---|
 | 139 |   pixelmap.h $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 140 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
 | 141 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 142 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 143 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 144 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 145 |   $(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 \
 | 
|---|
 | 151 |   $(SOPHYAINCP)smathconst.h \
 | 
|---|
 | 152 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
 | 153 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 154 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 155 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 156 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
 | 157 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
 | 158 |   $(SOPHYAINCP)fiondblock.h \
 | 
|---|
 | 159 |   $(SOPHYAINCP)timing.h
 | 
|---|
 | 160 |         $(CXXCOMPILE) -o $@ $<
 | 
|---|
 | 161 |  
 | 
|---|
 | 162 | $(SOPHYAOBJP)longlat.o: longlat.cc \
 | 
|---|
 | 163 |   $(SOPHYAINCP)sopnamsp.h longlat.h \
 | 
|---|
 | 164 |   $(SOPHYAINCP)machdefs.h utilgeom.h
 | 
|---|
 | 165 |         $(CXXCOMPILE) -o $@ $<
 | 
|---|
 | 166 |  
 | 
|---|
 | 167 | $(SOPHYAOBJP)mapoperation.o: mapoperation.cc \
 | 
|---|
 | 168 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
 | 169 |   $(SOPHYAINCP)machdefs.h mapoperation.h \
 | 
|---|
 | 170 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
 | 171 |   $(SOPHYAINCP)anydataobj.h pixelmap.h \
 | 
|---|
 | 172 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 173 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 174 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 175 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 176 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 177 |   $(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
 | 
|---|
 | 182 |         $(CXXCOMPILE) -o $@ $<
 | 
|---|
 | 183 |  
 | 
|---|
 | 184 | $(SOPHYAOBJP)skymapinit.o: skymapinit.cc \
 | 
|---|
 | 185 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
 | 186 |   $(SOPHYAINCP)machdefs.h skymapinit.h \
 | 
|---|
 | 187 |   $(SOPHYAINCP)sophyainit.h spherethetaphi.h \
 | 
|---|
 | 188 |   sphericalmap.h $(SOPHYAINCP)smathconst.h \
 | 
|---|
 | 189 |   pixelmap.h $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 190 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 191 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 192 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 193 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 194 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
 | 195 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
 | 196 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 197 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 198 |   $(SOPHYAINCP)mutyv.h spherepos.h \
 | 
|---|
 | 199 |   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
 | 
|---|
 | 208 |         $(CXXCOMPILE) -o $@ $<
 | 
|---|
 | 209 |  
 | 
|---|
 | 210 | $(SOPHYAOBJP)sphereecp.o: sphereecp.cc \
 | 
|---|
 | 211 |   $(SOPHYAINCP)sopnamsp.h sphereecp.h \
 | 
|---|
 | 212 |   sphericalmap.h $(SOPHYAINCP)smathconst.h \
 | 
|---|
 | 213 |   $(SOPHYAINCP)machdefs.h pixelmap.h \
 | 
|---|
 | 214 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 215 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 216 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 217 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 218 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 219 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
 | 220 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
 | 221 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 222 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 223 |   $(SOPHYAINCP)mutyv.h spherepos.h \
 | 
|---|
 | 224 |   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) -o $@ $<
 | 
|---|
 | 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 \
 | 
|---|
 | 255 |   $(SOPHYAINCP)strutil.h
 | 
|---|
 | 256 |         $(CXXCOMPILE) -o $@ $<
 | 
|---|
 | 257 |  
 | 
|---|
 | 258 | $(SOPHYAOBJP)spherepos.o: spherepos.cc \
 | 
|---|
 | 259 |   $(SOPHYAINCP)sopnamsp.h spherepos.h \
 | 
|---|
 | 260 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
 | 261 |   $(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 \
 | 
|---|
 | 267 |   vector3d.h longlat.h utilgeom.h \
 | 
|---|
 | 268 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 269 |   $(SOPHYAINCP)datatype.h
 | 
|---|
 | 270 |         $(CXXCOMPILE) -o $@ $<
 | 
|---|
 | 271 |  
 | 
|---|
 | 272 | $(SOPHYAOBJP)spherethetaphi.o: spherethetaphi.cc \
 | 
|---|
 | 273 |   $(SOPHYAINCP)sopnamsp.h spherethetaphi.h \
 | 
|---|
 | 274 |   sphericalmap.h $(SOPHYAINCP)smathconst.h \
 | 
|---|
 | 275 |   $(SOPHYAINCP)machdefs.h pixelmap.h \
 | 
|---|
 | 276 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 277 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 278 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 279 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 280 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 281 |   $(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 \
 | 
|---|
 | 293 |   $(SOPHYAINCP)fiondblock.h
 | 
|---|
 | 294 |         $(CXXCOMPILE) -o $@ $<
 | 
|---|
 | 295 |  
 | 
|---|
 | 296 | $(SOPHYAOBJP)unitvector.o: unitvector.cc \
 | 
|---|
 | 297 |   $(SOPHYAINCP)sopnamsp.h unitvector.h \
 | 
|---|
 | 298 |   vector3d.h longlat.h \
 | 
|---|
 | 299 |   $(SOPHYAINCP)machdefs.h utilgeom.h
 | 
|---|
 | 300 |         $(CXXCOMPILE) -o $@ $<
 | 
|---|
 | 301 |  
 | 
|---|
 | 302 | $(SOPHYAOBJP)utilgeom.o: utilgeom.cc \
 | 
|---|
 | 303 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
 | 304 |   $(SOPHYAINCP)machdefs.h utilgeom.h
 | 
|---|
 | 305 |         $(CXXCOMPILE) -o $@ $<
 | 
|---|
 | 306 |  
 | 
|---|
 | 307 | $(SOPHYAOBJP)vector3d.o: vector3d.cc \
 | 
|---|
 | 308 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
 | 309 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
 | 310 |   $(SOPHYAINCP)pexceptions.h vector3d.h \
 | 
|---|
 | 311 |   longlat.h utilgeom.h
 | 
|---|
 | 312 |         $(CXXCOMPILE) -o $@ $<
 | 
|---|
 | 313 |  
 | 
|---|