From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- 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