From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- sys/imio/imt/mkpkg | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 sys/imio/imt/mkpkg (limited to 'sys/imio/imt/mkpkg') diff --git a/sys/imio/imt/mkpkg b/sys/imio/imt/mkpkg new file mode 100644 index 00000000..eca1a520 --- /dev/null +++ b/sys/imio/imt/mkpkg @@ -0,0 +1,24 @@ +# Update the IMIO portion of the LIBEX library. + +$checkout libex.a ../ +$update libex.a +$checkin libex.a ../ +$exit + +libex.a: + imt.x + imx.x imx.h + imxbreakout.x + imxparse.x imx.h + imxescape.x imx.h + imxexpand.x imx.h + imxexpr.x imx.h + imxftype.x imx.h + imxpreproc.x imx.h + ; + +test: + $call libpkg.a + $omake zzdebug.x + $link zzdebug.o libpkg.a + ; -- cgit