diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /noao/imred/dtoi/mkpkg | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'noao/imred/dtoi/mkpkg')
-rw-r--r-- | noao/imred/dtoi/mkpkg | 40 |
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> + ; |