Changeset 3615 in Sophya for trunk/SophyaLib/Samba
- Timestamp:
- May 1, 2009, 1:34:31 PM (16 years ago)
- Location:
- trunk/SophyaLib/Samba
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/Makefile
r3572 r3615 12 12 13 13 $(SOPHYAOBJP)alm.o: alm.cc $(SOPHYAINCP)sopnamsp.h alm.h \ 14 $(SOPHYAINCP)stsrand.h \ 15 $(SOPHYAINCP)machdefs.h \ 16 $(SOPHYAINCP)objfio.h \ 17 $(SOPHYAINCP)anydataobj.h \ 18 $(SOPHYAINCP)ppersist.h \ 19 $(SOPHYAINCP)pexceptions.h \ 20 $(SOPHYAINCP)gnumd5.h \ 21 $(SOPHYAINCP)ppfbinstream.h \ 22 $(SOPHYAINCP)rawstream.h \ 23 $(SOPHYAINCP)ppfnametag.h \ 24 $(SOPHYAINCP)ndatablock.h \ 14 $(SOPHYAINCP)randinterf.h \ 15 $(SOPHYAINCP)machdefs.h \ 16 $(SOPHYAINCP)anydataobj.h \ 25 17 $(SOPHYAINCP)nbmath.h \ 26 18 $(SOPHYAINCP)smathconst.h \ 27 19 $(SOPHYAINCP)triangmtx.h \ 28 $(SOPHYAINCP)tvector.h \ 29 $(SOPHYAINCP)tmatrix.h \ 30 $(SOPHYAINCP)tarray.h \ 31 $(SOPHYAINCP)basarr.h \ 32 $(SOPHYAINCP)mutyv.h \ 33 $(SOPHYAINCP)timestamp.h \ 34 $(SOPHYAINCP)dvlist.h \ 35 $(SOPHYAINCP)utilarr.h \ 20 $(SOPHYAINCP)ndatablock.h \ 21 $(SOPHYAINCP)pexceptions.h \ 22 $(SOPHYAINCP)tvector.h \ 23 $(SOPHYAINCP)tmatrix.h \ 24 $(SOPHYAINCP)tarray.h \ 25 $(SOPHYAINCP)basarr.h \ 26 $(SOPHYAINCP)mutyv.h \ 27 $(SOPHYAINCP)timestamp.h \ 28 $(SOPHYAINCP)objfio.h \ 29 $(SOPHYAINCP)ppersist.h \ 30 $(SOPHYAINCP)gnumd5.h \ 31 $(SOPHYAINCP)ppfbinstream.h \ 32 $(SOPHYAINCP)rawstream.h \ 33 $(SOPHYAINCP)ppfnametag.h \ 34 $(SOPHYAINCP)dvlist.h \ 35 $(SOPHYAINCP)utilarr.h \ 36 $(SOPHYAINCP)randinterf.h \ 36 37 $(SOPHYAINCP)tmatrix_tsnl.h \ 37 38 $(SOPHYAINCP)tvector_tsnl.h … … 41 42 $(SOPHYAINCP)fmath.h bruit.h \ 42 43 $(SOPHYAINCP)srandgen.h \ 43 $(SOPHYAINCP)machdefs.h 44 $(SOPHYAINCP)machdefs.h \ 45 $(SOPHYAINCP)randinterf.h \ 46 $(SOPHYAINCP)anydataobj.h 44 47 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ bruit.cc 45 48 … … 91 94 $(SOPHYAINCP)ndatablock.h \ 92 95 $(SOPHYAINCP)utilarr.h \ 96 $(SOPHYAINCP)randinterf.h \ 93 97 $(SOPHYAINCP)tmatrix_tsnl.h \ 94 98 $(SOPHYAINCP)tvector_tsnl.h alm.h \ 95 $(SOPHYAINCP) stsrand.h \99 $(SOPHYAINCP)randinterf.h \ 96 100 $(SOPHYAINCP)nbmath.h \ 97 101 $(SOPHYAINCP)smathconst.h \ … … 129 133 $(SOPHYAINCP)ndatablock.h \ 130 134 $(SOPHYAINCP)utilarr.h \ 135 $(SOPHYAINCP)randinterf.h \ 131 136 $(SOPHYAINCP)tmatrix_tsnl.h \ 132 137 $(SOPHYAINCP)tvector_tsnl.h \ … … 195 200 $(SOPHYAINCP)ndatablock.h \ 196 201 $(SOPHYAINCP)utilarr.h \ 202 $(SOPHYAINCP)randinterf.h \ 197 203 $(SOPHYAINCP)tmatrix_tsnl.h \ 198 204 $(SOPHYAINCP)tvector_tsnl.h \ … … 200 206 $(SOPHYAINCP)fftpserver.h \ 201 207 $(SOPHYAINCP)fftservintf.h \ 202 $(SOPHYAINCP) stsrand.h alm.h \208 $(SOPHYAINCP)randinterf.h alm.h \ 203 209 $(SOPHYAINCP)nbmath.h \ 204 210 $(SOPHYAINCP)triangmtx.h \ -
trunk/SophyaLib/Samba/smakefile
r3572 r3615 12 12 13 13 $(SOPHYAOBJP)alm.o: alm.cc $(SOPHYAINCP)sopnamsp.h alm.h \ 14 $(SOPHYAINCP)stsrand.h \ 15 $(SOPHYAINCP)machdefs.h \ 16 $(SOPHYAINCP)objfio.h \ 17 $(SOPHYAINCP)anydataobj.h \ 18 $(SOPHYAINCP)ppersist.h \ 19 $(SOPHYAINCP)pexceptions.h \ 20 $(SOPHYAINCP)gnumd5.h \ 21 $(SOPHYAINCP)ppfbinstream.h \ 22 $(SOPHYAINCP)rawstream.h \ 23 $(SOPHYAINCP)ppfnametag.h \ 24 $(SOPHYAINCP)ndatablock.h \ 14 $(SOPHYAINCP)randinterf.h \ 15 $(SOPHYAINCP)machdefs.h \ 16 $(SOPHYAINCP)anydataobj.h \ 25 17 $(SOPHYAINCP)nbmath.h \ 26 18 $(SOPHYAINCP)smathconst.h \ 27 19 $(SOPHYAINCP)triangmtx.h \ 28 $(SOPHYAINCP)tvector.h \ 29 $(SOPHYAINCP)tmatrix.h \ 30 $(SOPHYAINCP)tarray.h \ 31 $(SOPHYAINCP)basarr.h \ 32 $(SOPHYAINCP)mutyv.h \ 33 $(SOPHYAINCP)timestamp.h \ 34 $(SOPHYAINCP)dvlist.h \ 35 $(SOPHYAINCP)utilarr.h \ 20 $(SOPHYAINCP)ndatablock.h \ 21 $(SOPHYAINCP)pexceptions.h \ 22 $(SOPHYAINCP)tvector.h \ 23 $(SOPHYAINCP)tmatrix.h \ 24 $(SOPHYAINCP)tarray.h \ 25 $(SOPHYAINCP)basarr.h \ 26 $(SOPHYAINCP)mutyv.h \ 27 $(SOPHYAINCP)timestamp.h \ 28 $(SOPHYAINCP)objfio.h \ 29 $(SOPHYAINCP)ppersist.h \ 30 $(SOPHYAINCP)gnumd5.h \ 31 $(SOPHYAINCP)ppfbinstream.h \ 32 $(SOPHYAINCP)rawstream.h \ 33 $(SOPHYAINCP)ppfnametag.h \ 34 $(SOPHYAINCP)dvlist.h \ 35 $(SOPHYAINCP)utilarr.h \ 36 $(SOPHYAINCP)randinterf.h \ 36 37 $(SOPHYAINCP)tmatrix_tsnl.h \ 37 38 $(SOPHYAINCP)tvector_tsnl.h … … 41 42 $(SOPHYAINCP)fmath.h bruit.h \ 42 43 $(SOPHYAINCP)srandgen.h \ 43 $(SOPHYAINCP)machdefs.h 44 $(SOPHYAINCP)machdefs.h \ 45 $(SOPHYAINCP)randinterf.h \ 46 $(SOPHYAINCP)anydataobj.h 44 47 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ bruit.cc 45 48 … … 91 94 $(SOPHYAINCP)ndatablock.h \ 92 95 $(SOPHYAINCP)utilarr.h \ 96 $(SOPHYAINCP)randinterf.h \ 93 97 $(SOPHYAINCP)tmatrix_tsnl.h \ 94 98 $(SOPHYAINCP)tvector_tsnl.h alm.h \ 95 $(SOPHYAINCP) stsrand.h \99 $(SOPHYAINCP)randinterf.h \ 96 100 $(SOPHYAINCP)nbmath.h \ 97 101 $(SOPHYAINCP)smathconst.h \ … … 129 133 $(SOPHYAINCP)ndatablock.h \ 130 134 $(SOPHYAINCP)utilarr.h \ 135 $(SOPHYAINCP)randinterf.h \ 131 136 $(SOPHYAINCP)tmatrix_tsnl.h \ 132 137 $(SOPHYAINCP)tvector_tsnl.h \ … … 195 200 $(SOPHYAINCP)ndatablock.h \ 196 201 $(SOPHYAINCP)utilarr.h \ 202 $(SOPHYAINCP)randinterf.h \ 197 203 $(SOPHYAINCP)tmatrix_tsnl.h \ 198 204 $(SOPHYAINCP)tvector_tsnl.h \ … … 200 206 $(SOPHYAINCP)fftpserver.h \ 201 207 $(SOPHYAINCP)fftservintf.h \ 202 $(SOPHYAINCP) stsrand.h alm.h \208 $(SOPHYAINCP)randinterf.h alm.h \ 203 209 $(SOPHYAINCP)nbmath.h \ 204 210 $(SOPHYAINCP)triangmtx.h \
Note:
See TracChangeset
for help on using the changeset viewer.