diff options
Diffstat (limited to 'src/Makefile.lsq_funcs')
-rw-r--r-- | src/Makefile.lsq_funcs | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/Makefile.lsq_funcs b/src/Makefile.lsq_funcs index f117e1e..8f92113 100644 --- a/src/Makefile.lsq_funcs +++ b/src/Makefile.lsq_funcs @@ -1,4 +1,7 @@ -all: lsq_funcs.c +all: ProjectionRectilinear_funcs.cxx ProjectionCylindrical_funcs.cxx -lsq_funcs.c: lsq_funcs.mac - maxima -b lsq_funcs.mac | grep "^static" > lsq_funcs.c +ProjectionRectilinear_funcs.cxx: lsq_rectilinear.mac + maxima -b lsq_rectilinear.mac | grep "^double" > ProjectionRectilinear_funcs.cxx + +ProjectionCylindrical_funcs.cxx: lsq_cylindrical.mac + maxima -b lsq_cylindrical.mac | grep "^double" > ProjectionCylindrical_funcs.cxx |