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