From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/images/imcoords/src/mkpkg | 47 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 pkg/images/imcoords/src/mkpkg (limited to 'pkg/images/imcoords/src/mkpkg') diff --git a/pkg/images/imcoords/src/mkpkg b/pkg/images/imcoords/src/mkpkg new file mode 100644 index 00000000..6b1632ab --- /dev/null +++ b/pkg/images/imcoords/src/mkpkg @@ -0,0 +1,47 @@ +# Library for the IMAGES IMCOORDS Subpackage Tasks + +$checkout libpkg.a ../../ +$update libpkg.a +$checkin libpkg.a ../../ +$exit + +generic: + $set GEN = "$$generic -k" + + $ifolder (rgstr.x, rgstr.gx) + $(GEN) rgstr.gx -o rgstr.x $endif + ; + +libpkg.a: + $ifeq (USE_GENERIC, yes) $call generic $endif + + ccfunc.x \ + + ccstd.x + ccxytran.x + healpix.x + rgstr.x + sfconvolve.x starfind.h + sffind.x \ + starfind.h + sftools.x starfind.h + skyctran.x + t_ccfind.x + t_ccget.x \ + + t_ccmap.x \ + "../../lib/geomap.h" + t_ccsetwcs.x + t_ccstd.x + t_cctran.x + t_ccxymatch.x "../../lib/xyxymatch.h" + t_hpctran.x + t_imcctran.x \ + + t_skyctran.x + t_starfind.x + t_wcsctran.x \ + + t_wcsedit.x + t_wcsreset.x + ; -- cgit