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 /sys/imio/iki/plf/mkpkg | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'sys/imio/iki/plf/mkpkg')
-rw-r--r-- | sys/imio/iki/plf/mkpkg | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys/imio/iki/plf/mkpkg b/sys/imio/iki/plf/mkpkg new file mode 100644 index 00000000..4253544e --- /dev/null +++ b/sys/imio/iki/plf/mkpkg @@ -0,0 +1,17 @@ +# Make the PLF image kernel (PLIO mask image kernel). + +$checkout libex.a lib$ +$update libex.a +$checkin libex.a lib$ +$exit + +libex.a: + plfaccess.x plf.h + plfclose.x <imhdr.h> <imio.h> <plset.h> + plfcopy.x plf.h <error.h> + plfdelete.x <error.h> + plfnull.x + plfopen.x <imhdr.h> <imio.h> <plio.h> <pmset.h> + plfrename.x plf.h <error.h> + plfupdhdr.x <imhdr.h> <imio.h> <plset.h> + ; |