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/vops/achtgen/mkpkg | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'sys/vops/achtgen/mkpkg')
-rw-r--r-- | sys/vops/achtgen/mkpkg | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sys/vops/achtgen/mkpkg b/sys/vops/achtgen/mkpkg new file mode 100644 index 00000000..48b7c157 --- /dev/null +++ b/sys/vops/achtgen/mkpkg @@ -0,0 +1,25 @@ +# The files in this directory are the higher level type conversion routines. +# The most general routine is ACHT, which can convert an array of any of the +# nine datatypes UBcsilrdx to any of the other types (it will cause 100 +# additional subroutines to be linked). One level down in the structure tree +# are the ACHTx routines, which will convert an array of type X to any other +# type. At the bottom are the ACHTxy routines, which convert from type X +# to type Y; these procedures are in vops$ak and osb$. + +$checkout libvops.a lib$ +$update libvops.a +$checkin libvops.a lib$ +$exit + +libvops.a: + acht.x + achtb.x + achtc.x + achtd.x + achti.x + achtl.x + achtr.x + achts.x + achtu.x + achtx.x + ; |