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/tbtables/selector/mkpkg | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/tbtables/selector/mkpkg')
-rw-r--r-- | pkg/tbtables/selector/mkpkg | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/pkg/tbtables/selector/mkpkg b/pkg/tbtables/selector/mkpkg new file mode 100644 index 00000000..85a6b7ba --- /dev/null +++ b/pkg/tbtables/selector/mkpkg @@ -0,0 +1,50 @@ +# Update the selector library. +# Author: Bernie Simon, 18-Mar-96 +# +# Modified: 11/21/96, to be part of threed package (I.Busko) +# Modified: 103/17/97, added selrows function (I.Busko) +# Modified: 04/22/97, incorporated into sgraph package (W. Hack) +# 4 Dec 1997, added "$call generic" after "libtbtables.a" (Phil Hodge) +# 26 Mar 1998, added tbcga.x and tbcnel.x (Phil Hodge). + +$checkout libtbtables.a ../ +$update libtbtables.a +$checkin libtbtables.a ../ +$exit + +generic: + $ifnfile (generic/tcsrdaryi.x) + $generic -k -p generic/ -t bcsird tcsrdary.gx + $endif + $ifolder (generic/tcsrdaryi.x, tcsrdary.gx) + $generic -k -p generic/ -t bcsird tcsrdary.gx + $endif + ; + +libtbtables.a: + $call generic + @generic + omniread.x <tbset.h> <imhdr.h> <imio.h> + rdselect.x + rst.x + selrows.x + tcsaddcol.x + tcsclose.x + tcscolumn.x "tcs.h" + tcsintinfo.x "tcs.h" + tcslinesize.x "tcs.h" + tcsopen.x <tbset.h> "tcs.h" + tcsshape.x "tcs.h" + tcstotsize.x "tcs.h" + tcstxtinfo.x "tcs.h" + tbcga.x <tbset.h> + tbcnel.x <tbset.h> + trsclose.x "trs.h" + trseval.x "trs.h" + trsgencode.x <tbset.h> "trs.h" + trsopen.x "trs.h" "trsopen.com" + trsrows.x "trs.h" + trstree.x "trs.h" + trstrim.x + whatfile.x <imhdr.h> "whatfile.h" + ; |