diff options
Diffstat (limited to 'pkg/softools/mkpkg')
-rw-r--r-- | pkg/softools/mkpkg | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/pkg/softools/mkpkg b/pkg/softools/mkpkg new file mode 100644 index 00000000..f78b672a --- /dev/null +++ b/pkg/softools/mkpkg @@ -0,0 +1,24 @@ +# Make the SOFTOOLS package. + +$call relink +$exit + +update: + $call relink + $call install + ; + +relink: + $update libpkg.a + $omake x_softools.x + $link x_softools.o libpkg.a -o xx_softools.e + ; + +install: + $move xx_softools.e bin$x_softools.e + +libpkg.a: + memchk.x <ctype.h> + mktags.x <ctotok.h> <ctype.h> <error.h> + tgutil.x <ctotok.h> <ctype.h> <error.h> + ; |