aboutsummaryrefslogtreecommitdiff
path: root/noao/obsutil/src/pairmass/mkpkg
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /noao/obsutil/src/pairmass/mkpkg
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'noao/obsutil/src/pairmass/mkpkg')
-rw-r--r--noao/obsutil/src/pairmass/mkpkg19
1 files changed, 19 insertions, 0 deletions
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 <math.h>
+ drawvector.x <gset.h> <mach.h>
+ initmarker.x <gset.h>
+ t_pairmass.x
+ ;