| 1 | include $(SOPHYABASE)/include/sophyamake.inc
 | 
|---|
| 2 |  
 | 
|---|
| 3 | all: $(SOPHYALIBP)libSamba.a
 | 
|---|
| 4 |  
 | 
|---|
| 5 | clean:
 | 
|---|
| 6 |          rm -f $(SOPHYAOBJP)alm.o $(SOPHYAOBJP)bruit.o $(SOPHYAOBJP)circle.o $(SOPHYAOBJP)datacirclefake.o $(SOPHYAOBJP)harmspher.o $(SOPHYAOBJP)lambdaBuilder.o $(SOPHYAOBJP)mlobe.o $(SOPHYAOBJP)sambainit.o $(SOPHYAOBJP)scan.o $(SOPHYAOBJP)sphericaltransformserver.o
 | 
|---|
| 7 |         rm -f $(SOPHYALIBP)libSamba.a
 | 
|---|
| 8 |  
 | 
|---|
| 9 | $(SOPHYALIBP)libSamba.a : $(SOPHYAOBJP)alm.o $(SOPHYAOBJP)bruit.o $(SOPHYAOBJP)circle.o $(SOPHYAOBJP)datacirclefake.o $(SOPHYAOBJP)harmspher.o $(SOPHYAOBJP)lambdaBuilder.o $(SOPHYAOBJP)mlobe.o $(SOPHYAOBJP)sambainit.o $(SOPHYAOBJP)scan.o $(SOPHYAOBJP)sphericaltransformserver.o
 | 
|---|
| 10 |         $(AR) $(ARFLAGS) $@ $? 
 | 
|---|
| 11 |         touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
 | 
|---|
| 12 |  
 | 
|---|
| 13 | $(SOPHYAOBJP)alm.o: alm.cc $(SOPHYAINCP)sopnamsp.h alm.h \
 | 
|---|
| 14 |   $(SOPHYAINCP)randinterf.h \
 | 
|---|
| 15 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 16 |   $(SOPHYAINCP)osx_values.h \
 | 
|---|
| 17 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 18 |   $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)nbmath.h \
 | 
|---|
| 19 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 20 |   $(SOPHYAINCP)smathconst.h \
 | 
|---|
| 21 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 22 |   $(SOPHYAINCP)trngmtx.h \
 | 
|---|
| 23 |   $(SOPHYAINCP)spesqmtx.h \
 | 
|---|
| 24 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| 25 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 26 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 27 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| 28 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 29 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
| 30 |   $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 31 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 32 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| 33 |   $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)objfio.h \
 | 
|---|
| 34 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 35 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 36 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 37 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 38 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| 39 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
| 40 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
| 41 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 42 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| 43 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 44 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| 45 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 46 |   $(SOPHYAINCP)randinterf.h \
 | 
|---|
| 47 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
| 48 |   $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)tarray.h \
 | 
|---|
| 49 |   $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)basarr.h \
 | 
|---|
| 50 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 51 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 52 |   $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \
 | 
|---|
| 53 |   $(SOPHYAINCP)objfio.h $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 54 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| 55 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
| 56 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
| 57 |   $(SOPHYAINCP)spesqmtx_tsnl.h \
 | 
|---|
| 58 |   $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
 | 
|---|
| 59 |   $(SOPHYAINCP)tvector_tsnl.h
 | 
|---|
| 60 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  alm.cc
 | 
|---|
| 61 |  
 | 
|---|
| 62 | $(SOPHYAOBJP)bruit.o: bruit.cc $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 63 |   $(SOPHYAINCP)fmath.h bruit.h \
 | 
|---|
| 64 |   $(SOPHYAINCP)srandgen.h \
 | 
|---|
| 65 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 66 |   $(SOPHYAINCP)osx_values.h \
 | 
|---|
| 67 |   $(SOPHYAINCP)randinterf.h \
 | 
|---|
| 68 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 69 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 70 |   $(SOPHYAINCP)machdefs.h
 | 
|---|
| 71 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  bruit.cc
 | 
|---|
| 72 |  
 | 
|---|
| 73 | $(SOPHYAOBJP)circle.o: circle.cc $(SOPHYAINCP)sopnamsp.h circle.h \
 | 
|---|
| 74 |   $(SOPHYAINCP)vector3d.h \
 | 
|---|
| 75 |   $(SOPHYAINCP)longlat.h \
 | 
|---|
| 76 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 77 |   $(SOPHYAINCP)osx_values.h \
 | 
|---|
| 78 |   $(SOPHYAINCP)utilgeom.h \
 | 
|---|
| 79 |   $(SOPHYAINCP)unitvector.h \
 | 
|---|
| 80 |   $(SOPHYAINCP)vector3d.h geometry.h
 | 
|---|
| 81 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  circle.cc
 | 
|---|
| 82 |  
 | 
|---|
| 83 | $(SOPHYAOBJP)datacirclefake.o: datacirclefake.cc $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 84 |   datacirclefake.h datacirclebase.h circle.h \
 | 
|---|
| 85 |   $(SOPHYAINCP)vector3d.h \
 | 
|---|
| 86 |   $(SOPHYAINCP)longlat.h \
 | 
|---|
| 87 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 88 |   $(SOPHYAINCP)osx_values.h \
 | 
|---|
| 89 |   $(SOPHYAINCP)utilgeom.h \
 | 
|---|
| 90 |   $(SOPHYAINCP)unitvector.h \
 | 
|---|
| 91 |   $(SOPHYAINCP)vector3d.h geometry.h
 | 
|---|
| 92 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  datacirclefake.cc
 | 
|---|
| 93 |  
 | 
|---|
| 94 | $(SOPHYAOBJP)harmspher.o: harmspher.cc $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 95 |   $(SOPHYAINCP)osx_values.h harmspher.h
 | 
|---|
| 96 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  harmspher.cc
 | 
|---|
| 97 |  
 | 
|---|
| 98 | $(SOPHYAOBJP)lambdaBuilder.o: lambdaBuilder.cc $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 99 |   lambdaBuilder.h $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| 100 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 101 |   $(SOPHYAINCP)osx_values.h \
 | 
|---|
| 102 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 103 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 104 |   $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
 | 
|---|
| 105 |   $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)tarray.h \
 | 
|---|
| 106 |   $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)basarr.h \
 | 
|---|
| 107 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 108 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 109 |   $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 110 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| 111 |   $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)objfio.h \
 | 
|---|
| 112 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 113 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 114 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 115 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 116 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| 117 |   $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)gnumd5.h \
 | 
|---|
| 118 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
| 119 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 120 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| 121 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 122 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| 123 |   $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)dvlist.h \
 | 
|---|
| 124 |   $(SOPHYAINCP)objfio.h $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 125 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| 126 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
| 127 |   $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 128 |   $(SOPHYAINCP)randinterf.h \
 | 
|---|
| 129 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 130 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 131 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
| 132 |   $(SOPHYAINCP)tvector_tsnl.h alm.h \
 | 
|---|
| 133 |   $(SOPHYAINCP)nbmath.h $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 134 |   $(SOPHYAINCP)smathconst.h \
 | 
|---|
| 135 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 136 |   $(SOPHYAINCP)trngmtx.h \
 | 
|---|
| 137 |   $(SOPHYAINCP)spesqmtx.h \
 | 
|---|
| 138 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| 139 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| 140 |   $(SOPHYAINCP)utilarr.h $(SOPHYAINCP)tmatrix.h \
 | 
|---|
| 141 |   $(SOPHYAINCP)spesqmtx_tsnl.h \
 | 
|---|
| 142 |   $(SOPHYAINCP)nbconst.h
 | 
|---|
| 143 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  lambdaBuilder.cc
 | 
|---|
| 144 |  
 | 
|---|
| 145 | $(SOPHYAOBJP)mlobe.o: mlobe.cc $(SOPHYAINCP)sopnamsp.h mlobe.h \
 | 
|---|
| 146 |   $(SOPHYAINCP)sphericalmap.h \
 | 
|---|
| 147 |   $(SOPHYAINCP)smathconst.h \
 | 
|---|
| 148 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 149 |   $(SOPHYAINCP)osx_values.h \
 | 
|---|
| 150 |   $(SOPHYAINCP)pixelmap.h \
 | 
|---|
| 151 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 152 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 153 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| 154 |   $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)gnumd5.h \
 | 
|---|
| 155 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
| 156 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 157 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| 158 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 159 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| 160 |   $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)dvlist.h \
 | 
|---|
| 161 |   $(SOPHYAINCP)objfio.h $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 162 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 163 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 164 |   $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 165 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 166 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| 167 |   $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)objfio.h \
 | 
|---|
| 168 |   $(SOPHYAINCP)spherepos.h \
 | 
|---|
| 169 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 170 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 171 |   $(SOPHYAINCP)unitvector.h \
 | 
|---|
| 172 |   $(SOPHYAINCP)vector3d.h \
 | 
|---|
| 173 |   $(SOPHYAINCP)longlat.h \
 | 
|---|
| 174 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 175 |   $(SOPHYAINCP)utilgeom.h \
 | 
|---|
| 176 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 177 |   $(SOPHYAINCP)datatype.h \
 | 
|---|
| 178 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 179 |   $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
 | 
|---|
| 180 |   $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)tarray.h \
 | 
|---|
| 181 |   $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)basarr.h \
 | 
|---|
| 182 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 183 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 184 |   $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \
 | 
|---|
| 185 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| 186 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 187 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 188 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
| 189 |   $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 190 |   $(SOPHYAINCP)randinterf.h \
 | 
|---|
| 191 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 192 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 193 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
| 194 |   $(SOPHYAINCP)tvector_tsnl.h \
 | 
|---|
| 195 |   $(SOPHYAINCP)timing.h
 | 
|---|
| 196 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  mlobe.cc
 | 
|---|
| 197 |  
 | 
|---|
| 198 | $(SOPHYAOBJP)sambainit.o: sambainit.cc $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 199 |   sambainit.h $(SOPHYAINCP)skymapinit.h \
 | 
|---|
| 200 |   $(SOPHYAINCP)sophyainit.h \
 | 
|---|
| 201 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 202 |   $(SOPHYAINCP)osx_values.h \
 | 
|---|
| 203 |   $(SOPHYAINCP)ntoolsinit.h \
 | 
|---|
| 204 |   $(SOPHYAINCP)tarrinit.h \
 | 
|---|
| 205 |   $(SOPHYAINCP)sophyainit.h
 | 
|---|
| 206 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  sambainit.cc
 | 
|---|
| 207 |  
 | 
|---|
| 208 | $(SOPHYAOBJP)scan.o: scan.cc $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 209 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 210 |   $(SOPHYAINCP)osx_values.h scan.h \
 | 
|---|
| 211 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 212 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 213 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| 214 |   $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)gnumd5.h \
 | 
|---|
| 215 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
| 216 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 217 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| 218 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 219 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| 220 |   $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)dvlist.h \
 | 
|---|
| 221 |   $(SOPHYAINCP)objfio.h $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 222 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 223 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 224 |   $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 225 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 226 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| 227 |   $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)objfio.h \
 | 
|---|
| 228 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| 229 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 230 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 231 |   $(SOPHYAINCP)fiondblock.h \
 | 
|---|
| 232 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 233 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 234 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| 235 |   $(SOPHYAINCP)smathconst.h \
 | 
|---|
| 236 |   $(SOPHYAINCP)machdefs.h
 | 
|---|
| 237 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  scan.cc
 | 
|---|
| 238 |  
 | 
|---|
| 239 | $(SOPHYAOBJP)sphericaltransformserver.o: sphericaltransformserver.cc \
 | 
|---|
| 240 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 241 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 242 |   $(SOPHYAINCP)osx_values.h sphericaltransformserver.h \
 | 
|---|
| 243 |   $(SOPHYAINCP)sphericalmap.h \
 | 
|---|
| 244 |   $(SOPHYAINCP)smathconst.h \
 | 
|---|
| 245 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 246 |   $(SOPHYAINCP)pixelmap.h \
 | 
|---|
| 247 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 248 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 249 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| 250 |   $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)gnumd5.h \
 | 
|---|
| 251 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
| 252 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 253 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| 254 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 255 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| 256 |   $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)dvlist.h \
 | 
|---|
| 257 |   $(SOPHYAINCP)objfio.h $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 258 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 259 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 260 |   $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 261 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 262 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| 263 |   $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)objfio.h \
 | 
|---|
| 264 |   $(SOPHYAINCP)spherepos.h \
 | 
|---|
| 265 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 266 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 267 |   $(SOPHYAINCP)unitvector.h \
 | 
|---|
| 268 |   $(SOPHYAINCP)vector3d.h \
 | 
|---|
| 269 |   $(SOPHYAINCP)longlat.h \
 | 
|---|
| 270 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 271 |   $(SOPHYAINCP)utilgeom.h \
 | 
|---|
| 272 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 273 |   $(SOPHYAINCP)datatype.h \
 | 
|---|
| 274 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 275 |   $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
 | 
|---|
| 276 |   $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)tarray.h \
 | 
|---|
| 277 |   $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)basarr.h \
 | 
|---|
| 278 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 279 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 280 |   $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \
 | 
|---|
| 281 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| 282 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 283 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 284 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
| 285 |   $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 286 |   $(SOPHYAINCP)randinterf.h \
 | 
|---|
| 287 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 288 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 289 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
| 290 |   $(SOPHYAINCP)tvector_tsnl.h \
 | 
|---|
| 291 |   $(SOPHYAINCP)fftservintf.h \
 | 
|---|
| 292 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 293 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| 294 |   $(SOPHYAINCP)tmatrix.h $(SOPHYAINCP)tvector.h \
 | 
|---|
| 295 |   $(SOPHYAINCP)fftpserver.h \
 | 
|---|
| 296 |   $(SOPHYAINCP)fftservintf.h alm.h \
 | 
|---|
| 297 |   $(SOPHYAINCP)nbmath.h $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 298 |   $(SOPHYAINCP)smathconst.h \
 | 
|---|
| 299 |   $(SOPHYAINCP)trngmtx.h \
 | 
|---|
| 300 |   $(SOPHYAINCP)spesqmtx.h \
 | 
|---|
| 301 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| 302 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| 303 |   $(SOPHYAINCP)utilarr.h $(SOPHYAINCP)tmatrix.h \
 | 
|---|
| 304 |   $(SOPHYAINCP)spesqmtx_tsnl.h lambdaBuilder.h \
 | 
|---|
| 305 |   $(SOPHYAINCP)timing.h
 | 
|---|
| 306 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  sphericaltransformserver.cc
 | 
|---|
| 307 |  
 | 
|---|