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/obsutil/src/pairmass/mkpkg | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 noao/obsutil/src/pairmass/mkpkg (limited to 'noao/obsutil/src/pairmass/mkpkg') diff --git a/noao/obsutil/src/pairmass/mkpkg b/noao/obsutil/src/pairmass/mkpkg new file mode 100644 index 00000000..bfc564e5 --- /dev/null +++ b/noao/obsutil/src/pairmass/mkpkg @@ -0,0 +1,19 @@ +# Make the PAIRMASS task. + +$checkout libpkg.a ../ +$update libpkg.a +$checkin libpkg.a ../ +$exit + +standalone: + $update libpkg.a + $omake x_pairmass.x + $link x_pairmass.o libpkg.a -lxtools -lasttools -o xx_pairmass.e + ; + +libpkg.a: + airmass.x + drawvector.x + initmarker.x + t_pairmass.x + ; -- cgit