From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- noao/imred/dtoi/mkpkg | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 noao/imred/dtoi/mkpkg (limited to 'noao/imred/dtoi/mkpkg') 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 + dematch.x + hd_aravr.x + hdfit.x hdicfit/hdicfit.h \ + \ + + hdshift.x + hdtoi.x hdicfit/hdicfit.h \ + + minmax.x + selftest.x + spotlist.x + ; -- cgit