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