@@ -155,44 +155,26 @@ build_includes = include_directories('.') # compile time generated headers as pe
155155includes = include_directories (
156156 [
157157 incdir_numpy,
158- ' src/csrc ' ,
158+ ' src/include ' ,
159159 ]
160160)
161161pythoncapi_includes = pythoncapi_compat_inc
162162
163163srcs = [
164- ' src/csrc/quad_common.h' ,
165- ' src/csrc/casts.h' ,
166164 ' src/csrc/casts.cpp' ,
167- ' src/csrc/scalar.h' ,
168165 ' src/csrc/scalar.c' ,
169- ' src/csrc/dtype.h' ,
170166 ' src/csrc/dtype.c' ,
171167 ' src/csrc/quaddtype_main.c' ,
172- ' src/csrc/scalar_ops.h' ,
173168 ' src/csrc/scalar_ops.cpp' ,
174- ' src/csrc/ops.hpp' ,
175- ' src/csrc/dragon4.h' ,
176169 ' src/csrc/dragon4.c' ,
177- ' src/csrc/quadblas_interface.h' ,
178170 ' src/csrc/quadblas_interface.cpp' ,
179- ' src/csrc/umath/umath.h' ,
180171 ' src/csrc/umath/umath.cpp' ,
181- ' src/csrc/umath/binary_ops.h' ,
182172 ' src/csrc/umath/binary_ops.cpp' ,
183- ' src/csrc/umath/unary_ops.h' ,
184173 ' src/csrc/umath/unary_ops.cpp' ,
185- ' src/csrc/umath/unary_props.h' ,
186174 ' src/csrc/umath/unary_props.cpp' ,
187- ' src/csrc/umath/comparison_ops.h' ,
188175 ' src/csrc/umath/comparison_ops.cpp' ,
189- ' src/csrc/umath/promoters.hpp' ,
190- ' src/csrc/umath/matmul.h' ,
191176 ' src/csrc/umath/matmul.cpp' ,
192- ' src/csrc/constants.hpp' ,
193- ' src/csrc/lock.h' ,
194177 ' src/csrc/lock.c' ,
195- ' src/csrc/utilities.h' ,
196178 ' src/csrc/utilities.c' ,
197179]
198180
0 commit comments