| 1 | include ../BuildMgr/sophyamake.inc
 | 
|---|
| 2 |  
 | 
|---|
| 3 | all: $(SOPHYALIBP)libTArray.a
 | 
|---|
| 4 |  
 | 
|---|
| 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)toeplitzMatrix.o $(SOPHYAOBJP)tvector.o $(SOPHYAOBJP)utilarr.o
 | 
|---|
| 7 |         rm -f $(SOPHYALIBP)libTArray.a
 | 
|---|
| 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)toeplitzMatrix.o $(SOPHYAOBJP)tvector.o $(SOPHYAOBJP)utilarr.o
 | 
|---|
| 10 |         $(AR) $(ARFLAGS) $@ $? 
 | 
|---|
| 11 |         touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
 | 
|---|
| 12 |  
 | 
|---|
| 13 | $(SOPHYAOBJP)basarr.o: basarr.cc $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 14 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 15 |   $(SOPHYAINCP)pexceptions.h basarr.h \
 | 
|---|
| 16 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 17 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 18 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| 19 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
| 20 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 21 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
| 22 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
| 23 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| 24 |   $(SOPHYAINCP)ppfnametag.h
 | 
|---|
| 25 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  basarr.cc
 | 
|---|
| 26 |  
 | 
|---|
| 27 | $(SOPHYAOBJP)fioarr.o: fioarr.cc $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 28 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| 29 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 30 |   $(SOPHYAINCP)fiondblock.h \
 | 
|---|
| 31 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 32 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
| 33 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
| 34 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| 35 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| 36 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| 37 |   $(SOPHYAINCP)anydataobj.h fioarr.h tarray.h \
 | 
|---|
| 38 |   basarr.h $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 39 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| 40 |   $(SOPHYAINCP)objfio.h utilarr.h tmatrix.h \
 | 
|---|
| 41 |   tvector.h $(SOPHYAINCP)datatype.h
 | 
|---|
| 42 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fioarr.cc
 | 
|---|
| 43 |  
 | 
|---|
| 44 | $(SOPHYAOBJP)matharr.o: matharr.cc $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 45 |   $(SOPHYAINCP)machdefs.h matharr.h tarray.h \
 | 
|---|
| 46 |   basarr.h $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 47 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 48 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| 49 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
| 50 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 51 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| 52 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
| 53 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
| 54 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| 55 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| 56 |   $(SOPHYAINCP)ndatablock.h utilarr.h
 | 
|---|
| 57 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  matharr.cc
 | 
|---|
| 58 |  
 | 
|---|
| 59 | $(SOPHYAOBJP)sopemtx.o: sopemtx.cc $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 60 |   $(SOPHYAINCP)machdefs.h sopemtx.h tmatrix.h \
 | 
|---|
| 61 |   tarray.h basarr.h $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 62 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 63 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| 64 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
| 65 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 66 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| 67 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
| 68 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
| 69 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| 70 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| 71 |   $(SOPHYAINCP)ndatablock.h utilarr.h \
 | 
|---|
| 72 |   tvector.h $(SOPHYAINCP)smathconst.h
 | 
|---|
| 73 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  sopemtx.cc
 | 
|---|
| 74 |  
 | 
|---|
| 75 | $(SOPHYAOBJP)tarray.o: tarray.cc $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 76 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 77 |   $(SOPHYAINCP)pexceptions.h tarray.h \
 | 
|---|
| 78 |   basarr.h $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 79 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 80 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| 81 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
| 82 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 83 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
| 84 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
| 85 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| 86 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| 87 |   $(SOPHYAINCP)ndatablock.h utilarr.h
 | 
|---|
| 88 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  tarray.cc
 | 
|---|
| 89 |  
 | 
|---|
| 90 | $(SOPHYAOBJP)tarrinit.o: tarrinit.cc \
 | 
|---|
| 91 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 92 |   $(SOPHYAINCP)machdefs.h tarrinit.h \
 | 
|---|
| 93 |   $(SOPHYAINCP)sophyainit.h fioarr.h tarray.h \
 | 
|---|
| 94 |   basarr.h $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 95 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 96 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| 97 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
| 98 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 99 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| 100 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
| 101 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
| 102 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| 103 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| 104 |   $(SOPHYAINCP)ndatablock.h utilarr.h \
 | 
|---|
| 105 |   tmatrix.h tvector.h
 | 
|---|
| 106 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  tarrinit.cc
 | 
|---|
| 107 |  
 | 
|---|
| 108 | $(SOPHYAOBJP)tmatrix.o: tmatrix.cc $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 109 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 110 |   $(SOPHYAINCP)pexceptions.h tmatrix.h \
 | 
|---|
| 111 |   tarray.h basarr.h $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 112 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 113 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| 114 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
| 115 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 116 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
| 117 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
| 118 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| 119 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| 120 |   $(SOPHYAINCP)ndatablock.h utilarr.h
 | 
|---|
| 121 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  tmatrix.cc
 | 
|---|
| 122 |  
 | 
|---|
| 123 | $(SOPHYAOBJP)toeplitzMatrix.o: toeplitzMatrix.cc \
 | 
|---|
| 124 |   $(SOPHYAINCP)sopnamsp.h toeplitzMatrix.h \
 | 
|---|
| 125 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 126 |   $(SOPHYAINCP)nbmath.h \
 | 
|---|
| 127 |   $(SOPHYAINCP)smathconst.h \
 | 
|---|
| 128 |   $(SOPHYAINCP)timing.h array.h tarray.h \
 | 
|---|
| 129 |   basarr.h $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 130 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 131 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| 132 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
| 133 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 134 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| 135 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
| 136 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
| 137 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| 138 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| 139 |   $(SOPHYAINCP)ndatablock.h utilarr.h \
 | 
|---|
| 140 |   tmatrix.h tvector.h matharr.h fioarr.h sopemtx.h \
 | 
|---|
| 141 |   $(SOPHYAINCP)fftservintf.h \
 | 
|---|
| 142 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
| 143 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
| 144 |   $(SOPHYAINCP)fftpserver.h
 | 
|---|
| 145 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  toeplitzMatrix.cc
 | 
|---|
| 146 |  
 | 
|---|
| 147 | $(SOPHYAOBJP)tvector.o: tvector.cc $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 148 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 149 |   $(SOPHYAINCP)pexceptions.h tvector.h \
 | 
|---|
| 150 |   tmatrix.h tarray.h basarr.h \
 | 
|---|
| 151 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 152 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 153 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| 154 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
| 155 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 156 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
| 157 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
| 158 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| 159 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| 160 |   $(SOPHYAINCP)ndatablock.h utilarr.h
 | 
|---|
| 161 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  tvector.cc
 | 
|---|
| 162 |  
 | 
|---|
| 163 | $(SOPHYAOBJP)utilarr.o: utilarr.cc $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 164 |   $(SOPHYAINCP)machdefs.h utilarr.h \
 | 
|---|
| 165 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 166 |   $(SOPHYAINCP)srandgen.h
 | 
|---|
| 167 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  utilarr.cc
 | 
|---|
| 168 |  
 | 
|---|