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