From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- noao/astcat/src/agetcat/mkpkg | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 noao/astcat/src/agetcat/mkpkg (limited to 'noao/astcat/src/agetcat/mkpkg') diff --git a/noao/astcat/src/agetcat/mkpkg b/noao/astcat/src/agetcat/mkpkg new file mode 100644 index 00000000..c8b025b5 --- /dev/null +++ b/noao/astcat/src/agetcat/mkpkg @@ -0,0 +1,31 @@ +# AGETCAT task subdirectory + +$checkout libpkg.a ".." +$update libpkg.a +$checkin libpkg.a ".." +$exit + +libpkg.a: + t_aclist.x + t_aslist.x + t_agetcat.x "../../lib/astrom.h" + t_afiltcat.x "../../lib/astrom.h" + t_agetim.x "../../lib/astrom.h" + t_ahedit.x "../../lib/astrom.h" + t_aimfind.x "../../lib/astrom.h" + atrcquery.x \ + "../../lib/astrom.h" "../../lib/acatalog.h" + atrcrd.x \ + "../../lib/astrom.h" "../../lib/acatalog.h" + attquery.x "../../lib/astrom.h" + atwcat.x + atfcat.x "../../lib/astrom.h" \ + "../../lib/acatalog.h" \ + + athedit.x "../../lib/astrom.h" "../../lib/aimpars.h" + atwedit.x + atcatinit.x + atincat.x + atoutcat.x + atrcsym.x "../../lib/astrom.h" + ; -- cgit