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/tty/mkpkg | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 sys/tty/mkpkg (limited to 'sys/tty/mkpkg') diff --git a/sys/tty/mkpkg b/sys/tty/mkpkg new file mode 100644 index 00000000..35e97a8a --- /dev/null +++ b/sys/tty/mkpkg @@ -0,0 +1,52 @@ +# Make the TTY interface portion of the LIBSYS library. + +$checkout libsys.a lib$ +$update libsys.a +$checkin libsys.a lib$ +$exit + +update: + $call relink + $call install + ; + +relink: + $omake x_mkttydata.x tty.h + $link x_mkttydata.o + ; + +install: + $move x_mkttydata.e bin$ + ; + +libsys.a: + gttyload.x + ttycaps.x tty.h + ttycdes.x + ttyclear.x tty.h + ttyclln.x tty.h + ttyclose.x + ttyctrl.x tty.h + ttydelay.x tty.h + ttydevnm.x + ttygdes.x dev$cacheg.dat tty.h + ttygetb.x + ttygeti.x + ttygetr.x + ttygets.x + ttygoto.x tty.h + ttygsize.x + ttyindex.x tty.h + ttyinit.x tty.h + ttyload.x dev$cachet.dat + ttyodes.x tty.h + ttyopen.x tty.h + ttyputl.x tty.h + ttyputs.x + ttyread.x + ttyseti.x tty.h + ttyso.x + ttystati.x tty.h + ttysubi.x tty.h + ttywrite.x tty.h + ; -- cgit