aboutsummaryrefslogtreecommitdiff
path: root/noao/imred/dtoi/mkpkg
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
commit40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch)
tree4464880c571602d54f6ae114729bf62a89518057 /noao/imred/dtoi/mkpkg
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'noao/imred/dtoi/mkpkg')
-rw-r--r--noao/imred/dtoi/mkpkg40
1 files changed, 40 insertions, 0 deletions
diff --git a/noao/imred/dtoi/mkpkg b/noao/imred/dtoi/mkpkg
new file mode 100644
index 00000000..80d5b737
--- /dev/null
+++ b/noao/imred/dtoi/mkpkg
@@ -0,0 +1,40 @@
+# Make the DTOI package.
+
+$call relink
+$exit
+
+update:
+ $call relink
+ $call install
+ ;
+
+relink:
+ $call update@hdicfit
+ $update libpkg.a
+ $call dtoi
+ ;
+
+install:
+ $move xx_dtoi.e noaobin$x_dtoi.e
+ ;
+
+dtoi:
+ $omake x_dtoi.x
+ $link x_dtoi.o libpkg.a hdicfit/libhdic.a -lxtools -lcurfit\
+ -o xx_dtoi.e
+ ;
+
+libpkg.a:
+ database.x <ctotok.h> <ctype.h> <finfo.h> <time.h>
+ dematch.x <error.h>
+ hd_aravr.x <mach.h>
+ hdfit.x hdicfit/hdicfit.h <ctype.h> <error.h> <fset.h>\
+ <imhdr.h> <mach.h> <math/curfit.h> <pkg/gtools.h>\
+ <pkg/xtanswer.h>
+ hdshift.x <math/curfit.h>
+ hdtoi.x hdicfit/hdicfit.h <error.h> <imhdr.h> <mach.h>\
+ <math/curfit.h>
+ minmax.x <imhdr.h>
+ selftest.x <gio.h> <gset.h> <mach.h>
+ spotlist.x <error.h> <fset.h> <imhdr.h> <mach.h>
+ ;