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/stxtools/mkpkg | 54 ++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 pkg/utilities/nttools/stxtools/mkpkg (limited to 'pkg/utilities/nttools/stxtools/mkpkg') diff --git a/pkg/utilities/nttools/stxtools/mkpkg b/pkg/utilities/nttools/stxtools/mkpkg new file mode 100644 index 00000000..218ad5f5 --- /dev/null +++ b/pkg/utilities/nttools/stxtools/mkpkg @@ -0,0 +1,54 @@ +# Update the xtools library. +# Author: Phil Hodge, 16-NOV-1988 +# Modified to include similar.x : B.Simon 14-Mar-1989 +# Modified to include group template expansion routines : B.Simon 14-Feb-1990 +# Modified to include word.x and vex*.x : B.Simon 21-May-1990 +# Modified to include copyimg.x: B.Simon 02-Mar-1992 + +$checkout libpkg.a ../ +$update libpkg.a +$checkin libpkg.a ../ +$exit + + +libpkg.a: + @od + @sp_util + @wcslab + changt.x + checkdim.x + cif.x "cif.h" + clgnone.x + copyimg.x + errxit.x + fbuild.x + fparse.x + grmimy.x + isblank.x + lubksb.f + lubksd.f + ludcmd.x + ludcmp.x + postexit.x + savgol.x + sbuf.x "sbuf.h" + sgcone.x + similar.x + strjust.x + stxgetcoord.x + tpbreak.x + tpclose.x "template.h" + tpcount.x "template.h" + tpfetch.x "template.h" + tpgroup.x + tpimtype.x "template.h" + tpopen.x "template.h" + tpparse.x + vexcompile.x "vex.h" "vex.com" + vexeval.x "vex.h" + vexfree.x "vex.h" + vexfunc.x "vex.h" + vexstack.x "vex.h" + word.x + xtwcs.x + ; -- cgit