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/imred/bias/mkpkg | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 noao/imred/bias/mkpkg (limited to 'noao/imred/bias/mkpkg') diff --git a/noao/imred/bias/mkpkg b/noao/imred/bias/mkpkg new file mode 100644 index 00000000..fefd744a --- /dev/null +++ b/noao/imred/bias/mkpkg @@ -0,0 +1,30 @@ +# Make the BIAS package. + +$call relink +$exit + +update: + $call relink + $call install + ; + +relink: + $update libpkg.a + $call bias + ; + +install: + $move x_bias1.e noaobin$x_bias.e + ; + +bias: + $omake x_bias.x + $link x_bias.o libpkg.a -lxtools -lcurfit -o x_bias1.e + ; + +libpkg.a: + colbias.x \ + + linebias.x \ + + ; -- cgit