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