diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /sys/imio/iki/qpf/mkpkg | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'sys/imio/iki/qpf/mkpkg')
-rw-r--r-- | sys/imio/iki/qpf/mkpkg | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sys/imio/iki/qpf/mkpkg b/sys/imio/iki/qpf/mkpkg new file mode 100644 index 00000000..eb3e8efd --- /dev/null +++ b/sys/imio/iki/qpf/mkpkg @@ -0,0 +1,22 @@ +# Make the IKI/QPF interface (photon image kernel). + +$checkout libex.a lib$ +$update libex.a +$checkin libex.a lib$ +$exit + +libex.a: + qpfaccess.x qpf.h + qpfclose.x qpf.h <imhdr.h> <imio.h> + qpfcopy.x qpf.h <error.h> + qpfcopypar.x qpf.h <error.h> <imhdr.h> <imio.h> <qpset.h> + qpfdelete.x <error.h> + qpfopen.x qpf.h <error.h> <imhdr.h> <imio.h> <mach.h>\ + <qpioset.h> <qpset.h> + qpfopix.x qpf.h <imhdr.h> <imio.h> + qpfrename.x qpf.h <error.h> + qpfupdhdr.x + qpfwattr.x qpf.h <ctype.h> <qpioset.h> + qpfwfilter.x qpf.h + zfioqp.x qpf.h <fio.h> <imhdr.h> <imio.h> <mach.h> <qpioset.h> + ; |