Changeset 3572 in Sophya for trunk/SophyaLib/Samba/smakefile
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/smakefile
r3405 r3572 12 12 13 13 $(SOPHYAOBJP)alm.o: alm.cc $(SOPHYAINCP)sopnamsp.h alm.h \ 14 $(SOPHYAINCP)srandgen.h \ 15 $(SOPHYAINCP)machdefs.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 \ 16 25 $(SOPHYAINCP)nbmath.h \ 17 26 $(SOPHYAINCP)smathconst.h \ 18 27 $(SOPHYAINCP)triangmtx.h \ 19 $(SOPHYAINCP)ndatablock.h \ 20 $(SOPHYAINCP)anydataobj.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 \ 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 34 $(SOPHYAINCP)dvlist.h \ 35 35 $(SOPHYAINCP)utilarr.h \ … … 93 93 $(SOPHYAINCP)tmatrix_tsnl.h \ 94 94 $(SOPHYAINCP)tvector_tsnl.h alm.h \ 95 $(SOPHYAINCP)s randgen.h \95 $(SOPHYAINCP)stsrand.h \ 96 96 $(SOPHYAINCP)nbmath.h \ 97 97 $(SOPHYAINCP)smathconst.h \ 98 98 $(SOPHYAINCP)triangmtx.h \ 99 $(SOPHYAINCP)pexceptions.h \ 99 100 $(SOPHYAINCP)nbconst.h 100 101 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ lambdaBuilder.cc … … 198 199 $(SOPHYAINCP)fftservintf.h \ 199 200 $(SOPHYAINCP)fftpserver.h \ 200 $(SOPHYAINCP)fftservintf.h alm.h\201 $(SOPHYAINCP)s randgen.h \201 $(SOPHYAINCP)fftservintf.h \ 202 $(SOPHYAINCP)stsrand.h alm.h \ 202 203 $(SOPHYAINCP)nbmath.h \ 203 204 $(SOPHYAINCP)triangmtx.h \ 204 205 $(SOPHYAINCP)tvector.h lambdaBuilder.h \ 205 206 $(SOPHYAINCP)ndatablock.h \ 207 $(SOPHYAINCP)pexceptions.h \ 206 208 $(SOPHYAINCP)timing.h 207 209 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphericaltransformserver.cc
Note:
See TracChangeset
for help on using the changeset viewer.