aboutsummaryrefslogtreecommitdiff
path: root/noao/imred/bias/mkpkg
diff options
context:
space:
mode:
Diffstat (limited to 'noao/imred/bias/mkpkg')
-rw-r--r--noao/imred/bias/mkpkg30
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>
+ ;