[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) $@ $?
|
---|
[2763] | 11 | touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
|
---|
[2743] | 12 |
|
---|
| 13 | $(SOPHYAOBJP)fiolocalmap.o: fiolocalmap.cc \
|
---|
[2751] | 14 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 15 | fiolocalmap.h sphericalmap.h \
|
---|
| 16 | $(SOPHYAINCP)smathconst.h \
|
---|
| 17 | $(SOPHYAINCP)machdefs.h \
|
---|
| 18 | pixelmap.h \
|
---|
[2743] | 19 | $(SOPHYAINCP)ppersist.h \
|
---|
| 20 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 21 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 22 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 23 | $(SOPHYAINCP)rawstream.h \
|
---|
| 24 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 25 | $(SOPHYAINCP)dvlist.h \
|
---|
| 26 | $(SOPHYAINCP)objfio.h \
|
---|
| 27 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 28 | $(SOPHYAINCP)mutyv.h spherepos.h \
|
---|
| 29 | unitvector.h vector3d.h longlat.h utilgeom.h \
|
---|
| 30 | $(SOPHYAINCP)tvector.h \
|
---|
| 31 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 32 | $(SOPHYAINCP)tarray.h \
|
---|
| 33 | $(SOPHYAINCP)basarr.h \
|
---|
| 34 | $(SOPHYAINCP)ndatablock.h \
|
---|
[2751] | 35 | $(SOPHYAINCP)utilarr.h \
|
---|
| 36 | localmap.h $(SOPHYAINCP)fioarr.h \
|
---|
[2743] | 37 | $(SOPHYAINCP)fiondblock.h \
|
---|
| 38 | $(SOPHYAINCP)datatype.h
|
---|
[2751] | 39 | $(CXXCOMPILELIB) -o $@ $<
|
---|
[2743] | 40 |
|
---|
| 41 | $(SOPHYAOBJP)fiosphereecp.o: fiosphereecp.cc \
|
---|
[2751] | 42 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 43 | fiosphereecp.h sphereecp.h sphericalmap.h \
|
---|
[2743] | 44 | $(SOPHYAINCP)smathconst.h \
|
---|
[2751] | 45 | $(SOPHYAINCP)machdefs.h \
|
---|
| 46 | pixelmap.h \
|
---|
[2743] | 47 | $(SOPHYAINCP)ppersist.h \
|
---|
| 48 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 49 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 50 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 51 | $(SOPHYAINCP)rawstream.h \
|
---|
| 52 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 53 | $(SOPHYAINCP)dvlist.h \
|
---|
| 54 | $(SOPHYAINCP)objfio.h \
|
---|
| 55 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 56 | $(SOPHYAINCP)mutyv.h spherepos.h \
|
---|
| 57 | unitvector.h vector3d.h longlat.h utilgeom.h \
|
---|
| 58 | $(SOPHYAINCP)tvector.h \
|
---|
| 59 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 60 | $(SOPHYAINCP)tarray.h \
|
---|
| 61 | $(SOPHYAINCP)basarr.h \
|
---|
| 62 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 63 | $(SOPHYAINCP)utilarr.h \
|
---|
| 64 | $(SOPHYAINCP)fioarr.h \
|
---|
| 65 | $(SOPHYAINCP)datatype.h
|
---|
[2751] | 66 | $(CXXCOMPILELIB) -o $@ $<
|
---|
[2743] | 67 |
|
---|
| 68 | $(SOPHYAOBJP)fiospherehealpix.o: fiospherehealpix.cc \
|
---|
[2751] | 69 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 70 | fiospherehealpix.h sphericalmap.h \
|
---|
| 71 | $(SOPHYAINCP)smathconst.h \
|
---|
| 72 | $(SOPHYAINCP)machdefs.h \
|
---|
| 73 | pixelmap.h \
|
---|
[2743] | 74 | $(SOPHYAINCP)ppersist.h \
|
---|
| 75 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 76 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 77 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 78 | $(SOPHYAINCP)rawstream.h \
|
---|
| 79 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 80 | $(SOPHYAINCP)dvlist.h \
|
---|
| 81 | $(SOPHYAINCP)objfio.h \
|
---|
| 82 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 83 | $(SOPHYAINCP)mutyv.h spherepos.h \
|
---|
| 84 | unitvector.h vector3d.h longlat.h utilgeom.h \
|
---|
| 85 | $(SOPHYAINCP)tvector.h \
|
---|
| 86 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 87 | $(SOPHYAINCP)tarray.h \
|
---|
| 88 | $(SOPHYAINCP)basarr.h \
|
---|
| 89 | $(SOPHYAINCP)ndatablock.h \
|
---|
[2751] | 90 | $(SOPHYAINCP)utilarr.h \
|
---|
| 91 | spherehealpix.h HEALPixUtils.h \
|
---|
| 92 | $(SOPHYAINCP)fiondblock.h \
|
---|
[2743] | 93 | $(SOPHYAINCP)datatype.h
|
---|
[2751] | 94 | $(CXXCOMPILELIB) -o $@ $<
|
---|
[2743] | 95 |
|
---|
| 96 | $(SOPHYAOBJP)fiospherethetaphi.o: fiospherethetaphi.cc \
|
---|
| 97 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 98 | fiospherethetaphi.h sphericalmap.h \
|
---|
| 99 | $(SOPHYAINCP)smathconst.h \
|
---|
[2751] | 100 | $(SOPHYAINCP)machdefs.h \
|
---|
| 101 | pixelmap.h \
|
---|
[2743] | 102 | $(SOPHYAINCP)ppersist.h \
|
---|
| 103 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 104 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 105 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 106 | $(SOPHYAINCP)rawstream.h \
|
---|
| 107 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 108 | $(SOPHYAINCP)dvlist.h \
|
---|
| 109 | $(SOPHYAINCP)objfio.h \
|
---|
| 110 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 111 | $(SOPHYAINCP)mutyv.h spherepos.h \
|
---|
| 112 | unitvector.h vector3d.h longlat.h utilgeom.h \
|
---|
| 113 | $(SOPHYAINCP)tvector.h \
|
---|
| 114 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 115 | $(SOPHYAINCP)tarray.h \
|
---|
| 116 | $(SOPHYAINCP)basarr.h \
|
---|
| 117 | $(SOPHYAINCP)ndatablock.h \
|
---|
[2751] | 118 | $(SOPHYAINCP)utilarr.h \
|
---|
| 119 | spherethetaphi.h \
|
---|
[2743] | 120 | $(SOPHYAINCP)fiondblock.h \
|
---|
| 121 | $(SOPHYAINCP)datatype.h
|
---|
[2751] | 122 | $(CXXCOMPILELIB) -o $@ $<
|
---|
[2743] | 123 |
|
---|
| 124 | $(SOPHYAOBJP)HEALPixUtils.o: HEALPixUtils.cc \
|
---|
[2751] | 125 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 126 | HEALPixUtils.h \
|
---|
[2743] | 127 | $(SOPHYAINCP)machdefs.h \
|
---|
| 128 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 129 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 130 | $(SOPHYAINCP)tvector.h \
|
---|
| 131 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 132 | $(SOPHYAINCP)tarray.h \
|
---|
| 133 | $(SOPHYAINCP)basarr.h \
|
---|
| 134 | $(SOPHYAINCP)mutyv.h \
|
---|
| 135 | $(SOPHYAINCP)dvlist.h \
|
---|
| 136 | $(SOPHYAINCP)objfio.h \
|
---|
| 137 | $(SOPHYAINCP)ppersist.h \
|
---|
| 138 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 139 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 140 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 141 | $(SOPHYAINCP)rawstream.h \
|
---|
| 142 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 143 | $(SOPHYAINCP)utilarr.h \
|
---|
| 144 | $(SOPHYAINCP)smathconst.h
|
---|
[2751] | 145 | $(CXXCOMPILELIB) -o $@ $<
|
---|
[2743] | 146 |
|
---|
| 147 | $(SOPHYAOBJP)localmap.o: localmap.cc \
|
---|
[2751] | 148 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 149 | localmap.h pixelmap.h \
|
---|
| 150 | $(SOPHYAINCP)ppersist.h \
|
---|
[2743] | 151 | $(SOPHYAINCP)machdefs.h \
|
---|
| 152 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 153 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 154 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 155 | $(SOPHYAINCP)rawstream.h \
|
---|
| 156 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 157 | $(SOPHYAINCP)dvlist.h \
|
---|
| 158 | $(SOPHYAINCP)objfio.h \
|
---|
| 159 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 160 | $(SOPHYAINCP)mutyv.h spherepos.h \
|
---|
| 161 | unitvector.h vector3d.h longlat.h utilgeom.h sphericalmap.h \
|
---|
| 162 | $(SOPHYAINCP)smathconst.h \
|
---|
| 163 | $(SOPHYAINCP)tvector.h \
|
---|
| 164 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 165 | $(SOPHYAINCP)tarray.h \
|
---|
| 166 | $(SOPHYAINCP)basarr.h \
|
---|
| 167 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 168 | $(SOPHYAINCP)utilarr.h \
|
---|
| 169 | $(SOPHYAINCP)fiondblock.h \
|
---|
| 170 | $(SOPHYAINCP)timing.h
|
---|
[2751] | 171 | $(CXXCOMPILELIB) -o $@ $<
|
---|
[2743] | 172 |
|
---|
| 173 | $(SOPHYAOBJP)longlat.o: longlat.cc \
|
---|
[2751] | 174 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 175 | longlat.h \
|
---|
| 176 | $(SOPHYAINCP)machdefs.h \
|
---|
| 177 | utilgeom.h
|
---|
| 178 | $(CXXCOMPILELIB) -o $@ $<
|
---|
[2743] | 179 |
|
---|
| 180 | $(SOPHYAOBJP)mapoperation.o: mapoperation.cc \
|
---|
| 181 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[2751] | 182 | $(SOPHYAINCP)machdefs.h \
|
---|
| 183 | mapoperation.h \
|
---|
[2743] | 184 | $(SOPHYAINCP)ndatablock.h \
|
---|
[2751] | 185 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 186 | pixelmap.h \
|
---|
[2743] | 187 | $(SOPHYAINCP)ppersist.h \
|
---|
| 188 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 189 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 190 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 191 | $(SOPHYAINCP)rawstream.h \
|
---|
| 192 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 193 | $(SOPHYAINCP)dvlist.h \
|
---|
| 194 | $(SOPHYAINCP)objfio.h \
|
---|
| 195 | $(SOPHYAINCP)mutyv.h spherepos.h \
|
---|
| 196 | unitvector.h vector3d.h longlat.h utilgeom.h
|
---|
[2751] | 197 | $(CXXCOMPILELIB) -o $@ $<
|
---|
[2743] | 198 |
|
---|
| 199 | $(SOPHYAOBJP)skymapinit.o: skymapinit.cc \
|
---|
| 200 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[2751] | 201 | $(SOPHYAINCP)machdefs.h \
|
---|
| 202 | skymapinit.h \
|
---|
| 203 | $(SOPHYAINCP)sophyainit.h \
|
---|
| 204 | spherethetaphi.h sphericalmap.h \
|
---|
| 205 | $(SOPHYAINCP)smathconst.h \
|
---|
| 206 | pixelmap.h \
|
---|
| 207 | $(SOPHYAINCP)ppersist.h \
|
---|
[2743] | 208 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 209 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 210 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 211 | $(SOPHYAINCP)rawstream.h \
|
---|
| 212 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 213 | $(SOPHYAINCP)dvlist.h \
|
---|
| 214 | $(SOPHYAINCP)objfio.h \
|
---|
| 215 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 216 | $(SOPHYAINCP)mutyv.h spherepos.h \
|
---|
| 217 | unitvector.h vector3d.h longlat.h utilgeom.h \
|
---|
| 218 | $(SOPHYAINCP)tvector.h \
|
---|
| 219 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 220 | $(SOPHYAINCP)tarray.h \
|
---|
| 221 | $(SOPHYAINCP)basarr.h \
|
---|
| 222 | $(SOPHYAINCP)ndatablock.h \
|
---|
[2751] | 223 | $(SOPHYAINCP)utilarr.h \
|
---|
| 224 | fiospherehealpix.h spherehealpix.h HEALPixUtils.h fiospherethetaphi.h \
|
---|
| 225 | fiolocalmap.h localmap.h fiosphereecp.h sphereecp.h
|
---|
| 226 | $(CXXCOMPILELIB) -o $@ $<
|
---|
[2743] | 227 |
|
---|
| 228 | $(SOPHYAOBJP)sphereecp.o: sphereecp.cc \
|
---|
[2751] | 229 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 230 | sphereecp.h sphericalmap.h \
|
---|
| 231 | $(SOPHYAINCP)smathconst.h \
|
---|
| 232 | $(SOPHYAINCP)machdefs.h \
|
---|
| 233 | pixelmap.h \
|
---|
[2743] | 234 | $(SOPHYAINCP)ppersist.h \
|
---|
| 235 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 236 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 237 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 238 | $(SOPHYAINCP)rawstream.h \
|
---|
| 239 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 240 | $(SOPHYAINCP)dvlist.h \
|
---|
| 241 | $(SOPHYAINCP)objfio.h \
|
---|
| 242 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 243 | $(SOPHYAINCP)mutyv.h spherepos.h \
|
---|
| 244 | unitvector.h vector3d.h longlat.h utilgeom.h \
|
---|
| 245 | $(SOPHYAINCP)tvector.h \
|
---|
| 246 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 247 | $(SOPHYAINCP)tarray.h \
|
---|
| 248 | $(SOPHYAINCP)basarr.h \
|
---|
| 249 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 250 | $(SOPHYAINCP)utilarr.h
|
---|
[2751] | 251 | $(CXXCOMPILELIB) -o $@ $<
|
---|
[2743] | 252 |
|
---|
| 253 | $(SOPHYAOBJP)spherehealpix.o: spherehealpix.cc \
|
---|
| 254 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 255 | $(SOPHYAINCP)machdefs.h \
|
---|
| 256 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 257 | $(SOPHYAINCP)fiondblock.h \
|
---|
| 258 | $(SOPHYAINCP)ppersist.h \
|
---|
| 259 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 260 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 261 | $(SOPHYAINCP)rawstream.h \
|
---|
| 262 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 263 | $(SOPHYAINCP)ndatablock.h \
|
---|
[2751] | 264 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 265 | spherehealpix.h sphericalmap.h \
|
---|
| 266 | $(SOPHYAINCP)smathconst.h \
|
---|
[2743] | 267 | pixelmap.h $(SOPHYAINCP)dvlist.h \
|
---|
| 268 | $(SOPHYAINCP)objfio.h \
|
---|
| 269 | $(SOPHYAINCP)mutyv.h spherepos.h \
|
---|
| 270 | unitvector.h vector3d.h longlat.h utilgeom.h \
|
---|
| 271 | $(SOPHYAINCP)tvector.h \
|
---|
| 272 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 273 | $(SOPHYAINCP)tarray.h \
|
---|
| 274 | $(SOPHYAINCP)basarr.h \
|
---|
[2751] | 275 | $(SOPHYAINCP)utilarr.h \
|
---|
| 276 | HEALPixUtils.h \
|
---|
[2743] | 277 | $(SOPHYAINCP)strutil.h
|
---|
[2751] | 278 | $(CXXCOMPILELIB) -o $@ $<
|
---|
[2743] | 279 |
|
---|
| 280 | $(SOPHYAOBJP)spherepos.o: spherepos.cc \
|
---|
[2751] | 281 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 282 | spherepos.h \
|
---|
[2743] | 283 | $(SOPHYAINCP)machdefs.h \
|
---|
| 284 | $(SOPHYAINCP)ppersist.h \
|
---|
| 285 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 286 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 287 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 288 | $(SOPHYAINCP)rawstream.h \
|
---|
[2751] | 289 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 290 | unitvector.h vector3d.h longlat.h utilgeom.h \
|
---|
[2743] | 291 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 292 | $(SOPHYAINCP)datatype.h
|
---|
[2751] | 293 | $(CXXCOMPILELIB) -o $@ $<
|
---|
[2743] | 294 |
|
---|
| 295 | $(SOPHYAOBJP)spherethetaphi.o: spherethetaphi.cc \
|
---|
[2751] | 296 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 297 | spherethetaphi.h sphericalmap.h \
|
---|
| 298 | $(SOPHYAINCP)smathconst.h \
|
---|
| 299 | $(SOPHYAINCP)machdefs.h \
|
---|
| 300 | pixelmap.h \
|
---|
[2743] | 301 | $(SOPHYAINCP)ppersist.h \
|
---|
| 302 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 303 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 304 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 305 | $(SOPHYAINCP)rawstream.h \
|
---|
| 306 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 307 | $(SOPHYAINCP)dvlist.h \
|
---|
| 308 | $(SOPHYAINCP)objfio.h \
|
---|
| 309 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 310 | $(SOPHYAINCP)mutyv.h spherepos.h \
|
---|
| 311 | unitvector.h vector3d.h longlat.h utilgeom.h \
|
---|
| 312 | $(SOPHYAINCP)tvector.h \
|
---|
| 313 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 314 | $(SOPHYAINCP)tarray.h \
|
---|
| 315 | $(SOPHYAINCP)basarr.h \
|
---|
| 316 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 317 | $(SOPHYAINCP)utilarr.h \
|
---|
| 318 | $(SOPHYAINCP)fiondblock.h
|
---|
[2751] | 319 | $(CXXCOMPILELIB) -o $@ $<
|
---|
[2743] | 320 |
|
---|
| 321 | $(SOPHYAOBJP)unitvector.o: unitvector.cc \
|
---|
[2751] | 322 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 323 | unitvector.h vector3d.h longlat.h \
|
---|
| 324 | $(SOPHYAINCP)machdefs.h \
|
---|
| 325 | utilgeom.h
|
---|
| 326 | $(CXXCOMPILELIB) -o $@ $<
|
---|
[2743] | 327 |
|
---|
| 328 | $(SOPHYAOBJP)utilgeom.o: utilgeom.cc \
|
---|
| 329 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[2751] | 330 | $(SOPHYAINCP)machdefs.h \
|
---|
| 331 | utilgeom.h
|
---|
| 332 | $(CXXCOMPILELIB) -o $@ $<
|
---|
[2743] | 333 |
|
---|
| 334 | $(SOPHYAOBJP)vector3d.o: vector3d.cc \
|
---|
| 335 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 336 | $(SOPHYAINCP)machdefs.h \
|
---|
[2751] | 337 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 338 | vector3d.h longlat.h utilgeom.h
|
---|
| 339 | $(CXXCOMPILELIB) -o $@ $<
|
---|
[2743] | 340 |
|
---|