[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 \
|
---|
[2765] | 15 | $(SOPHYAINCP)pexceptions.h basarr.h \
|
---|
[2743] | 16 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 17 | $(SOPHYAINCP)mutyv.h \
|
---|
[2909] | 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 \
|
---|
[2909] | 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 \
|
---|
[2909] | 40 | $(SOPHYAINCP)timestamp.h \
|
---|
| 41 | $(SOPHYAINCP)objfio.h \
|
---|
| 42 | $(SOPHYAINCP)dvlist.h utilarr.h tmatrix.h \
|
---|
| 43 | tmatrix_tsnl.h tvector.h tvector_tsnl.h \
|
---|
| 44 | $(SOPHYAINCP)datatype.h
|
---|
[2765] | 45 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fioarr.cc
|
---|
[2743] | 46 |
|
---|
[2765] | 47 | $(SOPHYAOBJP)matharr.o: matharr.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
| 48 | $(SOPHYAINCP)machdefs.h matharr.h tarray.h \
|
---|
| 49 | basarr.h $(SOPHYAINCP)anydataobj.h \
|
---|
[2743] | 50 | $(SOPHYAINCP)mutyv.h \
|
---|
[2909] | 51 | $(SOPHYAINCP)timestamp.h \
|
---|
[2743] | 52 | $(SOPHYAINCP)objfio.h \
|
---|
| 53 | $(SOPHYAINCP)ppersist.h \
|
---|
| 54 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 55 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 56 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 57 | $(SOPHYAINCP)rawstream.h \
|
---|
| 58 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[2909] | 59 | $(SOPHYAINCP)dvlist.h \
|
---|
[2765] | 60 | $(SOPHYAINCP)ndatablock.h utilarr.h
|
---|
| 61 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ matharr.cc
|
---|
[2743] | 62 |
|
---|
[2765] | 63 | $(SOPHYAOBJP)sopemtx.o: sopemtx.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
| 64 | $(SOPHYAINCP)machdefs.h sopemtx.h tmatrix.h \
|
---|
| 65 | tarray.h basarr.h $(SOPHYAINCP)anydataobj.h \
|
---|
[2743] | 66 | $(SOPHYAINCP)mutyv.h \
|
---|
[2909] | 67 | $(SOPHYAINCP)timestamp.h \
|
---|
[2743] | 68 | $(SOPHYAINCP)objfio.h \
|
---|
| 69 | $(SOPHYAINCP)ppersist.h \
|
---|
| 70 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 71 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 72 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 73 | $(SOPHYAINCP)rawstream.h \
|
---|
| 74 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[2909] | 75 | $(SOPHYAINCP)dvlist.h \
|
---|
[2765] | 76 | $(SOPHYAINCP)ndatablock.h utilarr.h \
|
---|
[2909] | 77 | tmatrix_tsnl.h tvector.h tvector_tsnl.h \
|
---|
| 78 | $(SOPHYAINCP)smathconst.h
|
---|
[2765] | 79 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sopemtx.cc
|
---|
[2743] | 80 |
|
---|
[2765] | 81 | $(SOPHYAOBJP)tarray.o: tarray.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
[2743] | 82 | $(SOPHYAINCP)machdefs.h \
|
---|
[2765] | 83 | $(SOPHYAINCP)pexceptions.h tarray.h \
|
---|
| 84 | basarr.h $(SOPHYAINCP)anydataobj.h \
|
---|
[2743] | 85 | $(SOPHYAINCP)mutyv.h \
|
---|
[2909] | 86 | $(SOPHYAINCP)timestamp.h \
|
---|
[2743] | 87 | $(SOPHYAINCP)objfio.h \
|
---|
| 88 | $(SOPHYAINCP)ppersist.h \
|
---|
| 89 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 90 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 91 | $(SOPHYAINCP)rawstream.h \
|
---|
| 92 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[2909] | 93 | $(SOPHYAINCP)dvlist.h \
|
---|
[2765] | 94 | $(SOPHYAINCP)ndatablock.h utilarr.h
|
---|
| 95 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tarray.cc
|
---|
[2743] | 96 |
|
---|
| 97 | $(SOPHYAOBJP)tarrinit.o: tarrinit.cc \
|
---|
| 98 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[2765] | 99 | $(SOPHYAINCP)machdefs.h tarrinit.h \
|
---|
| 100 | $(SOPHYAINCP)sophyainit.h fioarr.h tarray.h \
|
---|
| 101 | basarr.h $(SOPHYAINCP)anydataobj.h \
|
---|
[2743] | 102 | $(SOPHYAINCP)mutyv.h \
|
---|
[2909] | 103 | $(SOPHYAINCP)timestamp.h \
|
---|
[2743] | 104 | $(SOPHYAINCP)objfio.h \
|
---|
| 105 | $(SOPHYAINCP)ppersist.h \
|
---|
| 106 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 107 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 108 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 109 | $(SOPHYAINCP)rawstream.h \
|
---|
| 110 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[2909] | 111 | $(SOPHYAINCP)dvlist.h \
|
---|
[2765] | 112 | $(SOPHYAINCP)ndatablock.h utilarr.h \
|
---|
[2909] | 113 | tmatrix.h tmatrix_tsnl.h tvector.h tvector_tsnl.h
|
---|
[2765] | 114 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tarrinit.cc
|
---|
[2743] | 115 |
|
---|
[2765] | 116 | $(SOPHYAOBJP)tmatrix.o: tmatrix.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
[2743] | 117 | $(SOPHYAINCP)machdefs.h \
|
---|
[2765] | 118 | $(SOPHYAINCP)pexceptions.h tmatrix.h \
|
---|
| 119 | tarray.h basarr.h $(SOPHYAINCP)anydataobj.h \
|
---|
[2743] | 120 | $(SOPHYAINCP)mutyv.h \
|
---|
[2909] | 121 | $(SOPHYAINCP)timestamp.h \
|
---|
[2743] | 122 | $(SOPHYAINCP)objfio.h \
|
---|
| 123 | $(SOPHYAINCP)ppersist.h \
|
---|
| 124 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 125 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 126 | $(SOPHYAINCP)rawstream.h \
|
---|
| 127 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 128 | $(SOPHYAINCP)dvlist.h \
|
---|
[2765] | 129 | $(SOPHYAINCP)ndatablock.h utilarr.h \
|
---|
[2909] | 130 | tmatrix_tsnl.h
|
---|
| 131 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tmatrix.cc
|
---|
[2743] | 132 |
|
---|
[2765] | 133 | $(SOPHYAOBJP)tvector.o: tvector.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
[2743] | 134 | $(SOPHYAINCP)machdefs.h \
|
---|
[2765] | 135 | $(SOPHYAINCP)pexceptions.h tvector.h \
|
---|
| 136 | tmatrix.h tarray.h basarr.h \
|
---|
[2743] | 137 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 138 | $(SOPHYAINCP)mutyv.h \
|
---|
[2909] | 139 | $(SOPHYAINCP)timestamp.h \
|
---|
[2743] | 140 | $(SOPHYAINCP)objfio.h \
|
---|
| 141 | $(SOPHYAINCP)ppersist.h \
|
---|
| 142 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 143 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 144 | $(SOPHYAINCP)rawstream.h \
|
---|
| 145 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[2909] | 146 | $(SOPHYAINCP)dvlist.h \
|
---|
| 147 | $(SOPHYAINCP)ndatablock.h utilarr.h \
|
---|
| 148 | tmatrix_tsnl.h tvector_tsnl.h
|
---|
[2765] | 149 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tvector.cc
|
---|
[2743] | 150 |
|
---|
[2765] | 151 | $(SOPHYAOBJP)utilarr.o: utilarr.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
| 152 | $(SOPHYAINCP)machdefs.h utilarr.h \
|
---|
| 153 | $(SOPHYAINCP)mutyv.h \
|
---|
[2909] | 154 | $(SOPHYAINCP)timestamp.h \
|
---|
| 155 | $(SOPHYAINCP)objfio.h \
|
---|
| 156 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 157 | $(SOPHYAINCP)ppersist.h \
|
---|
| 158 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 159 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 160 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 161 | $(SOPHYAINCP)rawstream.h \
|
---|
| 162 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[2743] | 163 | $(SOPHYAINCP)srandgen.h
|
---|
[2765] | 164 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ utilarr.cc
|
---|
[2743] | 165 |
|
---|