aboutsummaryrefslogtreecommitdiff
path: root/sys/imio/imt/mkpkg
diff options
context:
space:
mode:
Diffstat (limited to 'sys/imio/imt/mkpkg')
-rw-r--r--sys/imio/imt/mkpkg24
1 files changed, 24 insertions, 0 deletions
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 <error.h>
+ imxbreakout.x
+ imxparse.x imx.h <ctype.h>
+ imxescape.x imx.h
+ imxexpand.x imx.h <ctype.h> <error.h> <imhdr.h> <imset.h> <mach.h>
+ imxexpr.x imx.h <ctype.h> <error.h> <evexpr.h> <lexnum.h>
+ imxftype.x imx.h <error.h>
+ imxpreproc.x imx.h
+ ;
+
+test:
+ $call libpkg.a
+ $omake zzdebug.x
+ $link zzdebug.o libpkg.a
+ ;