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 /noao/mtlocal/cyber/mkpkg | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'noao/mtlocal/cyber/mkpkg')
-rw-r--r-- | noao/mtlocal/cyber/mkpkg | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/noao/mtlocal/cyber/mkpkg b/noao/mtlocal/cyber/mkpkg new file mode 100644 index 00000000..b546080e --- /dev/null +++ b/noao/mtlocal/cyber/mkpkg @@ -0,0 +1,22 @@ +# The four cyber format readers LDUMPF, RDUMPF, RIDSFILE, RIDSOUT contribute +# the following sources to the dataio package library: + +$checkout libpkg.a ../ +$update libpkg.a +$checkin libpkg.a ../ +$exit + +libpkg.a: + @rrcopy + + cykeywords.x <mach.h> cyber.h <imhdr.h> + cyrbits.x pow.inc powd.inc <error.h> <imhdr.h> <mach.h> cyber.h + cyrheader.x <error.h> <imhdr.h> <mach.h> cyber.h + cyrimage.x cyber.h <error.h> <imhdr.h> <mach.h> + rdumpf.x cyber.h <mach.h> + rpft.x <mach.h> cyber.h + t_ldumpf.x <mach.h> cyber.h + t_rdumpf.x cyber.h <error.h> <fset.h> <mach.h> + t_ridsfile.x cyber.h <error.h> <fset.h> <mach.h> <imhdr.h> + t_ridsout.x cyber.h <ctype.h> <error.h> <fset.h> <imhdr.h> <mach.h> + ; |