aboutsummaryrefslogtreecommitdiff
path: root/noao/imred/crutil/src/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/crutil/src/mkpkg
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'noao/imred/crutil/src/mkpkg')
-rw-r--r--noao/imred/crutil/src/mkpkg38
1 files changed, 38 insertions, 0 deletions
diff --git a/noao/imred/crutil/src/mkpkg b/noao/imred/crutil/src/mkpkg
new file mode 100644
index 00000000..1279b656
--- /dev/null
+++ b/noao/imred/crutil/src/mkpkg
@@ -0,0 +1,38 @@
+# COSMIC RAY CLEANING PACKAGE
+
+$call relink
+$exit
+
+update:
+ $call relink
+ $call install
+ ;
+
+relink:
+ $update libpkg.a
+ $call crutil
+ ;
+
+install:
+ $move xx_crutil.e noaobin$x_crutil.e
+ ;
+
+crutil:
+ $omake x_crutil.x
+ $link x_crutil.o libpkg.a -lxtools -lcurfit -lgsurfit -lncar -lgks\
+ -o xx_crutil.e
+ ;
+
+libpkg.a:
+ crexamine.x crlist.h <error.h> <gset.h> <mach.h> <pkg/gtools.h>\
+ <imhdr.h>
+ crfind.x <math/gsurfit.h>
+ crlist.x crlist.h <error.h> <gset.h> <pmset.h>
+ crsurface.x
+ t_cosmicrays.x crlist.h <error.h> <math/gsurfit.h> <imhdr.h> <gset.h>\
+ <pkg/gtools.h> <imset.h>
+ t_craverage.x <imhdr.h> <error.h> <mach.h>
+ t_crgrow.x <error.h> <imhdr.h>
+ t_crmedian.x <imhdr.h> <mach.h>
+ xtmaskname.x
+ ;