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/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