1 posemath_cpp_srcs = files([ 2 'posemath.cc', 3 ]) 4 posemath_srcs = files([ 5 '_posemath.c', 6 'sincos.c', 7 'gomath.c', 8 ]) 9 10 posemath_inc = include_directories('.')