Changeset 2909 in Sophya for trunk/SophyaLib/TArray/Makefile
- Timestamp:
- Jan 17, 2006, 10:41:42 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/Makefile
r2834 r2909 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)basarr.o $(SOPHYAOBJP)fioarr.o $(SOPHYAOBJP)matharr.o $(SOPHYAOBJP)sopemtx.o $(SOPHYAOBJP)tarray.o $(SOPHYAOBJP)tarrinit.o $(SOPHYAOBJP)tmatrix.o $(SOPHYAOBJP)t oeplitzMatrix.o $(SOPHYAOBJP)tvector.o $(SOPHYAOBJP)utilarr.o6 rm -f $(SOPHYAOBJP)basarr.o $(SOPHYAOBJP)fioarr.o $(SOPHYAOBJP)matharr.o $(SOPHYAOBJP)sopemtx.o $(SOPHYAOBJP)tarray.o $(SOPHYAOBJP)tarrinit.o $(SOPHYAOBJP)tmatrix.o $(SOPHYAOBJP)tvector.o $(SOPHYAOBJP)utilarr.o 7 7 rm -f $(SOPHYALIBP)libTArray.a 8 8 9 $(SOPHYALIBP)libTArray.a : $(SOPHYAOBJP)basarr.o $(SOPHYAOBJP)fioarr.o $(SOPHYAOBJP)matharr.o $(SOPHYAOBJP)sopemtx.o $(SOPHYAOBJP)tarray.o $(SOPHYAOBJP)tarrinit.o $(SOPHYAOBJP)tmatrix.o $(SOPHYAOBJP)t oeplitzMatrix.o $(SOPHYAOBJP)tvector.o $(SOPHYAOBJP)utilarr.o9 $(SOPHYALIBP)libTArray.a : $(SOPHYAOBJP)basarr.o $(SOPHYAOBJP)fioarr.o $(SOPHYAOBJP)matharr.o $(SOPHYAOBJP)sopemtx.o $(SOPHYAOBJP)tarray.o $(SOPHYAOBJP)tarrinit.o $(SOPHYAOBJP)tmatrix.o $(SOPHYAOBJP)tvector.o $(SOPHYAOBJP)utilarr.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist … … 41 41 $(SOPHYAINCP)objfio.h \ 42 42 $(SOPHYAINCP)dvlist.h utilarr.h tmatrix.h \ 43 tvector.h $(SOPHYAINCP)datatype.h 43 tmatrix_tsnl.h tvector.h tvector_tsnl.h \ 44 $(SOPHYAINCP)datatype.h 44 45 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fioarr.cc 45 46 … … 74 75 $(SOPHYAINCP)dvlist.h \ 75 76 $(SOPHYAINCP)ndatablock.h utilarr.h \ 76 tvector.h $(SOPHYAINCP)smathconst.h 77 tmatrix_tsnl.h tvector.h tvector_tsnl.h \ 78 $(SOPHYAINCP)smathconst.h 77 79 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sopemtx.cc 78 80 … … 109 111 $(SOPHYAINCP)dvlist.h \ 110 112 $(SOPHYAINCP)ndatablock.h utilarr.h \ 111 tmatrix.h t vector.h113 tmatrix.h tmatrix_tsnl.h tvector.h tvector_tsnl.h 112 114 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tarrinit.cc 113 115 … … 125 127 $(SOPHYAINCP)ppfnametag.h \ 126 128 $(SOPHYAINCP)dvlist.h \ 127 $(SOPHYAINCP)ndatablock.h utilarr.h 129 $(SOPHYAINCP)ndatablock.h utilarr.h \ 130 tmatrix_tsnl.h 128 131 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tmatrix.cc 129 130 $(SOPHYAOBJP)toeplitzMatrix.o: toeplitzMatrix.cc \131 $(SOPHYAINCP)sopnamsp.h toeplitzMatrix.h \132 $(SOPHYAINCP)machdefs.h \133 $(SOPHYAINCP)nbmath.h \134 $(SOPHYAINCP)smathconst.h \135 $(SOPHYAINCP)timing.h array.h tarray.h \136 basarr.h $(SOPHYAINCP)anydataobj.h \137 $(SOPHYAINCP)mutyv.h \138 $(SOPHYAINCP)timestamp.h \139 $(SOPHYAINCP)objfio.h \140 $(SOPHYAINCP)ppersist.h \141 $(SOPHYAINCP)pexceptions.h \142 $(SOPHYAINCP)gnumd5.h \143 $(SOPHYAINCP)ppfbinstream.h \144 $(SOPHYAINCP)rawstream.h \145 $(SOPHYAINCP)ppfnametag.h \146 $(SOPHYAINCP)dvlist.h \147 $(SOPHYAINCP)ndatablock.h utilarr.h \148 tmatrix.h tvector.h matharr.h fioarr.h sopemtx.h \149 $(SOPHYAINCP)fftservintf.h \150 $(SOPHYAINCP)tmatrix.h \151 $(SOPHYAINCP)tvector.h \152 $(SOPHYAINCP)fftpserver.h153 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ toeplitzMatrix.cc154 132 155 133 $(SOPHYAOBJP)tvector.o: tvector.cc $(SOPHYAINCP)sopnamsp.h \ … … 167 145 $(SOPHYAINCP)ppfnametag.h \ 168 146 $(SOPHYAINCP)dvlist.h \ 169 $(SOPHYAINCP)ndatablock.h utilarr.h 147 $(SOPHYAINCP)ndatablock.h utilarr.h \ 148 tmatrix_tsnl.h tvector_tsnl.h 170 149 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tvector.cc 171 150
Note:
See TracChangeset
for help on using the changeset viewer.