From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/tbtables/selector/mkpkg | 50 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 pkg/tbtables/selector/mkpkg (limited to 'pkg/tbtables/selector/mkpkg') 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 + rdselect.x + rst.x + selrows.x + tcsaddcol.x + tcsclose.x + tcscolumn.x "tcs.h" + tcsintinfo.x "tcs.h" + tcslinesize.x "tcs.h" + tcsopen.x "tcs.h" + tcsshape.x "tcs.h" + tcstotsize.x "tcs.h" + tcstxtinfo.x "tcs.h" + tbcga.x + tbcnel.x + trsclose.x "trs.h" + trseval.x "trs.h" + trsgencode.x "trs.h" + trsopen.x "trs.h" "trsopen.com" + trsrows.x "trs.h" + trstree.x "trs.h" + trstrim.x + whatfile.x "whatfile.h" + ; -- cgit