From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- math/interp/mkpkg | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 math/interp/mkpkg (limited to 'math/interp/mkpkg') diff --git a/math/interp/mkpkg b/math/interp/mkpkg new file mode 100644 index 00000000..55ab29c6 --- /dev/null +++ b/math/interp/mkpkg @@ -0,0 +1,21 @@ +# Old image interpolator tools library. + +$checkout libinterp.a lib$ +$update libinterp.a +$checkin libinterp.a lib$ +$exit + +libinterp.a: + arbpix.x interpdef.h asidef.h + arider.x interpdef.h + arival.x interpdef.h + asider.x interpdef.h asidef.h + asieva.x interpdef.h asidef.h + asifit.x interpdef.h asidef.h + asigrl.x interpdef.h asidef.h + asiset.x interpdef.h asidef.h + asival.x interpdef.h asidef.h + iieval.x + iif_spline.x + iipol_terp.x + ; -- cgit