From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- 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