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