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 /pkg/dataio/imtext/mkpkg | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/dataio/imtext/mkpkg')
-rw-r--r-- | pkg/dataio/imtext/mkpkg | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/pkg/dataio/imtext/mkpkg b/pkg/dataio/imtext/mkpkg new file mode 100644 index 00000000..8cabe34c --- /dev/null +++ b/pkg/dataio/imtext/mkpkg @@ -0,0 +1,19 @@ +# The image to text file conversion program WTEXTIMAGE makes the following +# contributions to the dataio package library: + +$checkout libpkg.a ../ +$update libpkg.a +$checkin libpkg.a ../ +$exit + +libpkg.a: + putcplx.x <imhdr.h> <mach.h> + putint.x <imhdr.h> <mach.h> <ctype.h> + putreal.x <imhdr.h> <mach.h> + wti_wheader.x imtext.h <imhdr.h> <mach.h> <imio.h> + t_wtextimage.x imtext.h <imhdr.h> <mach.h> <ctype.h> <fset.h> <error.h> + rt_rheader.x imtext.h <imhdr.h> <imio.h> + rt_cvtpix.x imtext.h <imhdr.h> + rt_rwpix.x imtext.h <imhdr.h> <ctype.h> + t_rtextimage.x imtext.h <imhdr.h> <error.h> + ; |