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