diff --git a/config.el b/config.el index 92c458b..63a8d73 100644 --- a/config.el +++ b/config.el @@ -28,17 +28,26 @@ (atrip-def-hdr atrip-slice-h "Slice.hpp") (atrip-def-hdr atrip-slice-union-h "SliceUnion.hpp") (atrip-def-hdr atrip-utils-h "Utils.hpp") -(atrip-def-hdr atrip-blas-h "Blas.hpp") (atrip-def-hdr atrip-rankmap-h "RankMap.hpp") (atrip-def-hdr atrip-unions-h "Unions.hpp") (atrip-def-hdr atrip-tuples-h "Tuples.hpp") -(atrip-def-hdr atrip-equations-h "Equations.hpp") (atrip-def-hdr atrip-debug-h "Debug.hpp") (atrip-def-hdr atrip-checkpoint-h "Checkpoint.hpp") +(atrip-def-hdr atrip-blas-h "Blas.hpp") +(atrip-def-src atrip-blas-cxx "Blas.cxx") + +(atrip-def-hdr atrip-complex-h "Complex.hpp") +(atrip-def-src atrip-complex-cxx "Complex.cxx") + (atrip-def-hdr atrip-atrip-h "Atrip.hpp") (atrip-def-src atrip-atrip-cxx "Atrip.cxx") +(atrip-def-hdr atrip-equations-h "Equations.hpp") +(atrip-def-src atrip-equations-cxx "Equations.cxx") + +(atrip-def-hdr atrip-types-h "Types.hpp") + (atrip-def atrip-main-h "include/atrip.hpp") ;; main test