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/astcat/src/awcs/mkpkg | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 noao/astcat/src/awcs/mkpkg (limited to 'noao/astcat/src/awcs/mkpkg') diff --git a/noao/astcat/src/awcs/mkpkg b/noao/astcat/src/awcs/mkpkg new file mode 100644 index 00000000..29160f2a --- /dev/null +++ b/noao/astcat/src/awcs/mkpkg @@ -0,0 +1,22 @@ +# AWCS task subdirectory + +$checkout libpkg.a "../" +$update libpkg.a +$checkin libpkg.a "../" +$exit + +libpkg.a: + dsswcs.x + dbwcs.x + parswcs.x "../../lib/astrom.h" "../../lib/aimpars.h" \ + + atmwshow.x + ccqseq.x + calcds.x + trsteq.x + treqst.x + dcmpsv.f + fitsvd.f + ksbsvd.f + varsvd.f + ; -- cgit