diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /noao/imred/bias/mkpkg | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'noao/imred/bias/mkpkg')
-rw-r--r-- | noao/imred/bias/mkpkg | 30 |
1 files changed, 30 insertions, 0 deletions
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 <imhdr.h> <imio.h> <pkg/xtanswer.h>\ + <pkg/gtools.h> + linebias.x <imhdr.h> <imio.h> <pkg/xtanswer.h>\ + <pkg/gtools.h> + ; |