From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- noao/astutil/asttools/mkpkg | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 noao/astutil/asttools/mkpkg (limited to 'noao/astutil/asttools/mkpkg') diff --git a/noao/astutil/asttools/mkpkg b/noao/astutil/asttools/mkpkg new file mode 100644 index 00000000..4c59582c --- /dev/null +++ b/noao/astutil/asttools/mkpkg @@ -0,0 +1,23 @@ +# NOAO astronomical toolslibasttools.a + +update: + $checkout libasttools.a noaolib$ + $update libasttools.a + $checkin libasttools.a noaolib$ + ; + +libasttools.a: + astarcsep.x + astcoord.x + astgalactic.x + astgaltoeq.x + asthjd.x + astlvac.x + astprecess.x + asttimes.x + astvbary.x + astvorbit.x + astvr.x + astvrotate.x + astvsun.x + ; -- cgit