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/utilities/nttools/lib/mkpkg | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 pkg/utilities/nttools/lib/mkpkg (limited to 'pkg/utilities/nttools/lib/mkpkg') diff --git a/pkg/utilities/nttools/lib/mkpkg b/pkg/utilities/nttools/lib/mkpkg new file mode 100644 index 00000000..3644f8e3 --- /dev/null +++ b/pkg/utilities/nttools/lib/mkpkg @@ -0,0 +1,33 @@ +# Update the library application code in the ttools package library +# Author: B.Simon, 21-Dec-87 + +$checkout libpkg.a ../ +$update libpkg.a +$checkin libpkg.a ../ +$exit + +libpkg.a: + allcols.x + allrows.x + ftnexpr.x + gettabcol.x + inquotes.x + invert.x + mjd.x reloperr.h + newcolnam.x reloperr.h + reorder.x + select.x reloperr.h + tabvar.x "../tabvar.com" + tbfile.x + tuopen.x + tbleval.x \ + reloperr.h tblterm.com + tblsearch.x \ + reloperr.h tblterm.com + tblsort.x + tblterm.x \ + reloperr.h tblterm.com + tctexp.x reloperr.h + tldtype.x + unique.x + ; -- cgit