Changeset 3007 in Sophya for trunk/SophyaLib/Samba
- Timestamp:
- Jul 5, 2006, 10:59:39 AM (19 years ago)
- Location:
- trunk/SophyaLib/Samba
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/Makefile
r2834 r3007 34 34 $(SOPHYAINCP)ppfnametag.h \ 35 35 $(SOPHYAINCP)dvlist.h \ 36 $(SOPHYAINCP)utilarr.h 36 $(SOPHYAINCP)utilarr.h \ 37 $(SOPHYAINCP)tmatrix_tsnl.h \ 38 $(SOPHYAINCP)tvector_tsnl.h 37 39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ alm.cc 38 40 … … 49 51 $(SOPHYAINCP)machdefs.h \ 50 52 $(SOPHYAINCP)utilgeom.h \ 51 $(SOPHYAINCP)unitvector.h geometry.h 53 $(SOPHYAINCP)unitvector.h \ 54 $(SOPHYAINCP)vector3d.h \ 55 $(SOPHYAINCP)utilgeom.h geometry.h 52 56 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ circle.cc 53 57 … … 59 63 $(SOPHYAINCP)machdefs.h \ 60 64 $(SOPHYAINCP)utilgeom.h \ 61 $(SOPHYAINCP)unitvector.h geometry.h 65 $(SOPHYAINCP)unitvector.h \ 66 $(SOPHYAINCP)vector3d.h \ 67 $(SOPHYAINCP)utilgeom.h geometry.h 62 68 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacirclefake.cc 63 69 … … 85 91 $(SOPHYAINCP)ppfnametag.h \ 86 92 $(SOPHYAINCP)dvlist.h \ 87 $(SOPHYAINCP)utilarr.h alm.h \ 93 $(SOPHYAINCP)ndatablock.h \ 94 $(SOPHYAINCP)utilarr.h \ 95 $(SOPHYAINCP)tmatrix_tsnl.h \ 96 $(SOPHYAINCP)tvector_tsnl.h alm.h \ 88 97 $(SOPHYAINCP)nbrandom.h \ 89 98 $(SOPHYAINCP)srandgen.h \ … … 115 124 $(SOPHYAINCP)longlat.h \ 116 125 $(SOPHYAINCP)utilgeom.h \ 117 $(SOPHYAINCP)tvector.h \ 118 $(SOPHYAINCP)tmatrix.h \ 119 $(SOPHYAINCP)tarray.h \ 120 $(SOPHYAINCP)basarr.h \ 121 $(SOPHYAINCP)ndatablock.h \ 122 $(SOPHYAINCP)utilarr.h \ 126 $(SOPHYAINCP)datatype.h \ 127 $(SOPHYAINCP)tvector.h \ 128 $(SOPHYAINCP)tmatrix.h \ 129 $(SOPHYAINCP)tarray.h \ 130 $(SOPHYAINCP)basarr.h \ 131 $(SOPHYAINCP)ndatablock.h \ 132 $(SOPHYAINCP)utilarr.h \ 133 $(SOPHYAINCP)tmatrix_tsnl.h \ 134 $(SOPHYAINCP)tvector_tsnl.h \ 135 $(SOPHYAINCP)unitvector.h \ 123 136 $(SOPHYAINCP)timing.h 124 137 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mlobe.cc … … 136 149 $(SOPHYAINCP)machdefs.h scan.h \ 137 150 $(SOPHYAINCP)ppersist.h \ 138 $(SOPHYAINCP)pexceptions.h \ 139 $(SOPHYAINCP)gnumd5.h \ 140 $(SOPHYAINCP)ppfbinstream.h \ 141 $(SOPHYAINCP)rawstream.h \ 142 $(SOPHYAINCP)ppfnametag.h \ 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)ppersist.h \ 143 158 $(SOPHYAINCP)dvlist.h \ 144 159 $(SOPHYAINCP)objfio.h \ … … 148 163 $(SOPHYAINCP)ndatablock.h \ 149 164 $(SOPHYAINCP)fiondblock.h \ 165 $(SOPHYAINCP)ndatablock.h \ 150 166 $(SOPHYAINCP)smathconst.h 151 167 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ scan.cc … … 157 173 $(SOPHYAINCP)sphericalmap.h \ 158 174 $(SOPHYAINCP)smathconst.h \ 175 $(SOPHYAINCP)machdefs.h \ 159 176 $(SOPHYAINCP)pixelmap.h \ 160 177 $(SOPHYAINCP)ppersist.h \ … … 174 191 $(SOPHYAINCP)longlat.h \ 175 192 $(SOPHYAINCP)utilgeom.h \ 176 $(SOPHYAINCP)tvector.h \ 177 $(SOPHYAINCP)tmatrix.h \ 178 $(SOPHYAINCP)tarray.h \ 179 $(SOPHYAINCP)basarr.h \ 180 $(SOPHYAINCP)ndatablock.h \ 181 $(SOPHYAINCP)utilarr.h \ 193 $(SOPHYAINCP)datatype.h \ 194 $(SOPHYAINCP)tvector.h \ 195 $(SOPHYAINCP)tmatrix.h \ 196 $(SOPHYAINCP)tarray.h \ 197 $(SOPHYAINCP)basarr.h \ 198 $(SOPHYAINCP)ndatablock.h \ 199 $(SOPHYAINCP)utilarr.h \ 200 $(SOPHYAINCP)tmatrix_tsnl.h \ 201 $(SOPHYAINCP)tvector_tsnl.h \ 182 202 $(SOPHYAINCP)fftservintf.h \ 183 $(SOPHYAINCP)fftpserver.h alm.h \ 203 $(SOPHYAINCP)fftpserver.h \ 204 $(SOPHYAINCP)fftservintf.h alm.h \ 184 205 $(SOPHYAINCP)nbrandom.h \ 185 206 $(SOPHYAINCP)srandgen.h \ 186 207 $(SOPHYAINCP)nbmath.h \ 187 $(SOPHYAINCP)triangmtx.h lambdaBuilder.h \ 208 $(SOPHYAINCP)triangmtx.h \ 209 $(SOPHYAINCP)tvector.h lambdaBuilder.h \ 210 $(SOPHYAINCP)ndatablock.h \ 188 211 $(SOPHYAINCP)timing.h 189 212 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphericaltransformserver.cc -
trunk/SophyaLib/Samba/exclude
r733 r3007 1 anagen.cc2 syngen.cc -
trunk/SophyaLib/Samba/smakefile
r2765 r3007 26 26 $(SOPHYAINCP)basarr.h \ 27 27 $(SOPHYAINCP)mutyv.h \ 28 $(SOPHYAINCP)dvlist.h \ 29 $(SOPHYAINCP)objfio.h \ 30 $(SOPHYAINCP)ppersist.h \ 31 $(SOPHYAINCP)gnumd5.h \ 32 $(SOPHYAINCP)ppfbinstream.h \ 33 $(SOPHYAINCP)rawstream.h \ 34 $(SOPHYAINCP)ppfnametag.h \ 35 $(SOPHYAINCP)utilarr.h 28 $(SOPHYAINCP)timestamp.h \ 29 $(SOPHYAINCP)objfio.h \ 30 $(SOPHYAINCP)ppersist.h \ 31 $(SOPHYAINCP)gnumd5.h \ 32 $(SOPHYAINCP)ppfbinstream.h \ 33 $(SOPHYAINCP)rawstream.h \ 34 $(SOPHYAINCP)ppfnametag.h \ 35 $(SOPHYAINCP)dvlist.h \ 36 $(SOPHYAINCP)utilarr.h \ 37 $(SOPHYAINCP)tmatrix_tsnl.h \ 38 $(SOPHYAINCP)tvector_tsnl.h 36 39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ alm.cc 37 40 … … 48 51 $(SOPHYAINCP)machdefs.h \ 49 52 $(SOPHYAINCP)utilgeom.h \ 50 $(SOPHYAINCP)unitvector.h geometry.h 53 $(SOPHYAINCP)unitvector.h \ 54 $(SOPHYAINCP)vector3d.h \ 55 $(SOPHYAINCP)utilgeom.h geometry.h 51 56 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ circle.cc 52 57 … … 58 63 $(SOPHYAINCP)machdefs.h \ 59 64 $(SOPHYAINCP)utilgeom.h \ 60 $(SOPHYAINCP)unitvector.h geometry.h 65 $(SOPHYAINCP)unitvector.h \ 66 $(SOPHYAINCP)vector3d.h \ 67 $(SOPHYAINCP)utilgeom.h geometry.h 61 68 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacirclefake.cc 62 69 … … 75 82 $(SOPHYAINCP)basarr.h \ 76 83 $(SOPHYAINCP)mutyv.h \ 77 $(SOPHYAINCP)dvlist.h \ 78 $(SOPHYAINCP)objfio.h \ 79 $(SOPHYAINCP)ppersist.h \ 80 $(SOPHYAINCP)pexceptions.h \ 81 $(SOPHYAINCP)gnumd5.h \ 82 $(SOPHYAINCP)ppfbinstream.h \ 83 $(SOPHYAINCP)rawstream.h \ 84 $(SOPHYAINCP)ppfnametag.h \ 85 $(SOPHYAINCP)utilarr.h alm.h \ 84 $(SOPHYAINCP)timestamp.h \ 85 $(SOPHYAINCP)objfio.h \ 86 $(SOPHYAINCP)ppersist.h \ 87 $(SOPHYAINCP)pexceptions.h \ 88 $(SOPHYAINCP)gnumd5.h \ 89 $(SOPHYAINCP)ppfbinstream.h \ 90 $(SOPHYAINCP)rawstream.h \ 91 $(SOPHYAINCP)ppfnametag.h \ 92 $(SOPHYAINCP)dvlist.h \ 93 $(SOPHYAINCP)ndatablock.h \ 94 $(SOPHYAINCP)utilarr.h \ 95 $(SOPHYAINCP)tmatrix_tsnl.h \ 96 $(SOPHYAINCP)tvector_tsnl.h alm.h \ 86 97 $(SOPHYAINCP)nbrandom.h \ 87 98 $(SOPHYAINCP)srandgen.h \ … … 107 118 $(SOPHYAINCP)anydataobj.h \ 108 119 $(SOPHYAINCP)mutyv.h \ 120 $(SOPHYAINCP)timestamp.h \ 109 121 $(SOPHYAINCP)spherepos.h \ 110 122 $(SOPHYAINCP)unitvector.h \ … … 112 124 $(SOPHYAINCP)longlat.h \ 113 125 $(SOPHYAINCP)utilgeom.h \ 114 $(SOPHYAINCP)tvector.h \ 115 $(SOPHYAINCP)tmatrix.h \ 116 $(SOPHYAINCP)tarray.h \ 117 $(SOPHYAINCP)basarr.h \ 118 $(SOPHYAINCP)ndatablock.h \ 119 $(SOPHYAINCP)utilarr.h \ 126 $(SOPHYAINCP)datatype.h \ 127 $(SOPHYAINCP)tvector.h \ 128 $(SOPHYAINCP)tmatrix.h \ 129 $(SOPHYAINCP)tarray.h \ 130 $(SOPHYAINCP)basarr.h \ 131 $(SOPHYAINCP)ndatablock.h \ 132 $(SOPHYAINCP)utilarr.h \ 133 $(SOPHYAINCP)tmatrix_tsnl.h \ 134 $(SOPHYAINCP)tvector_tsnl.h \ 135 $(SOPHYAINCP)unitvector.h \ 120 136 $(SOPHYAINCP)timing.h 121 137 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mlobe.cc … … 133 149 $(SOPHYAINCP)machdefs.h scan.h \ 134 150 $(SOPHYAINCP)ppersist.h \ 135 $(SOPHYAINCP)pexceptions.h \ 136 $(SOPHYAINCP)gnumd5.h \ 137 $(SOPHYAINCP)ppfbinstream.h \ 138 $(SOPHYAINCP)rawstream.h \ 139 $(SOPHYAINCP)ppfnametag.h \ 140 $(SOPHYAINCP)dvlist.h \ 141 $(SOPHYAINCP)objfio.h \ 142 $(SOPHYAINCP)anydataobj.h \ 143 $(SOPHYAINCP)mutyv.h \ 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)ppersist.h \ 158 $(SOPHYAINCP)dvlist.h \ 159 $(SOPHYAINCP)objfio.h \ 160 $(SOPHYAINCP)anydataobj.h \ 161 $(SOPHYAINCP)mutyv.h \ 162 $(SOPHYAINCP)timestamp.h \ 144 163 $(SOPHYAINCP)ndatablock.h \ 145 164 $(SOPHYAINCP)fiondblock.h \ 165 $(SOPHYAINCP)ndatablock.h \ 146 166 $(SOPHYAINCP)smathconst.h 147 167 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ scan.cc … … 153 173 $(SOPHYAINCP)sphericalmap.h \ 154 174 $(SOPHYAINCP)smathconst.h \ 175 $(SOPHYAINCP)machdefs.h \ 155 176 $(SOPHYAINCP)pixelmap.h \ 156 177 $(SOPHYAINCP)ppersist.h \ … … 164 185 $(SOPHYAINCP)anydataobj.h \ 165 186 $(SOPHYAINCP)mutyv.h \ 187 $(SOPHYAINCP)timestamp.h \ 166 188 $(SOPHYAINCP)spherepos.h \ 167 189 $(SOPHYAINCP)unitvector.h \ … … 169 191 $(SOPHYAINCP)longlat.h \ 170 192 $(SOPHYAINCP)utilgeom.h \ 171 $(SOPHYAINCP)tvector.h \ 172 $(SOPHYAINCP)tmatrix.h \ 173 $(SOPHYAINCP)tarray.h \ 174 $(SOPHYAINCP)basarr.h \ 175 $(SOPHYAINCP)ndatablock.h \ 176 $(SOPHYAINCP)utilarr.h \ 193 $(SOPHYAINCP)datatype.h \ 194 $(SOPHYAINCP)tvector.h \ 195 $(SOPHYAINCP)tmatrix.h \ 196 $(SOPHYAINCP)tarray.h \ 197 $(SOPHYAINCP)basarr.h \ 198 $(SOPHYAINCP)ndatablock.h \ 199 $(SOPHYAINCP)utilarr.h \ 200 $(SOPHYAINCP)tmatrix_tsnl.h \ 201 $(SOPHYAINCP)tvector_tsnl.h \ 177 202 $(SOPHYAINCP)fftservintf.h \ 178 $(SOPHYAINCP)fftpserver.h alm.h \ 203 $(SOPHYAINCP)fftpserver.h \ 204 $(SOPHYAINCP)fftservintf.h alm.h \ 179 205 $(SOPHYAINCP)nbrandom.h \ 180 206 $(SOPHYAINCP)srandgen.h \ 181 207 $(SOPHYAINCP)nbmath.h \ 182 $(SOPHYAINCP)triangmtx.h lambdaBuilder.h \ 208 $(SOPHYAINCP)triangmtx.h \ 209 $(SOPHYAINCP)tvector.h lambdaBuilder.h \ 210 $(SOPHYAINCP)ndatablock.h \ 183 211 $(SOPHYAINCP)timing.h 184 212 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphericaltransformserver.cc
Note:
See TracChangeset
for help on using the changeset viewer.