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 --- pkg/proto/masks/mkpkg | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pkg/proto/masks/mkpkg (limited to 'pkg/proto/masks/mkpkg') diff --git a/pkg/proto/masks/mkpkg b/pkg/proto/masks/mkpkg new file mode 100644 index 00000000..21db5803 --- /dev/null +++ b/pkg/proto/masks/mkpkg @@ -0,0 +1,23 @@ +# Make the protype masks tasks MIMSTAT + +$checkout libpkg.a ../ +$update libpkg.a +$checkin libpkg.a ../ +$exit + +libpkg.a: + t_mimstat.x "mimstat.h" + mstcache.x + + t_rskysub.x "rskysub.h" + rsstats.x "mimstat.h" \ + "rskysub.h" + rsmmean.x "rskysub.h" + rsmean.x "rskysub.h" + rsscache.x + rsreject.x + rsfnames.x + + mimstat.x "mimstat.h" + mptools.x + ; -- cgit