aboutsummaryrefslogtreecommitdiff
path: root/noao/imred/ccdred/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/imred/ccdred/mkpkg
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'noao/imred/ccdred/mkpkg')
-rw-r--r--noao/imred/ccdred/mkpkg29
1 files changed, 29 insertions, 0 deletions
diff --git a/noao/imred/ccdred/mkpkg b/noao/imred/ccdred/mkpkg
new file mode 100644
index 00000000..dab87bc3
--- /dev/null
+++ b/noao/imred/ccdred/mkpkg
@@ -0,0 +1,29 @@
+# Make CCDRED Package.
+
+$call relink
+$exit
+
+update:
+ $call relink
+ $call install
+ ;
+
+relink:
+ $update libpkg.a
+ $call ccdred
+ ;
+
+install:
+ $move xx_ccdred.e noaobin$x_ccdred.e
+ ;
+
+ccdred:
+ $omake x_ccdred.x
+ $link x_ccdred.o libpkg.a -lxtools -lcurfit -lgsurfit -lncar -lgks\
+ -o xx_ccdred.e
+ ;
+
+libpkg.a:
+ @src
+ @ccdtest
+ ;