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/gio/nsppkern/mkpkg | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 sys/gio/nsppkern/mkpkg (limited to 'sys/gio/nsppkern/mkpkg') diff --git a/sys/gio/nsppkern/mkpkg b/sys/gio/nsppkern/mkpkg new file mode 100644 index 00000000..e9f92d6e --- /dev/null +++ b/sys/gio/nsppkern/mkpkg @@ -0,0 +1,56 @@ +# Make the NSPPKERN GIO graphics kernel. Requires LIBNSPP. Requires +# a host system metacode translation task for each device. + +$checkout libgkt.a lib$ +$update libgkt.a +$checkin libgkt.a lib$ +$call relink +$exit + +update: # update lib$x_nsppkern.e + $call relink + $call install + ; + +relink: # make x_nsppkern.e in local directory + $omake writeb.x gkt.h gkt.com + $omake x_nsppkern.x + $link x_nsppkern.o writeb.o -lgkt -lnspp + ; + +install: # install in system library + $move x_nsppkern.e bin$ + ; + +libgkt.a: + gktcancel.x gkt.com gkt.h + gktclear.x gkt.com gkt.h + gktclose.x gkt.com gkt.h + gktclws.x gkt.h gkt.com + gktcolor.x gkt.com gkt.h + gktdrawch.x font.com font.h gkt.h + gktescape.x + gktfa.x gkt.com gkt.h + gktfaset.x gkt.com gkt.h + gktflush.x gkt.com gkt.h + gktfont.x gkt.com gkt.h + gktgcell.x + gktinit.x gkt.com gkt.h nspp.com + gktline.x gkt.com gkt.h + gktmfopen.x gkt.h + gktopen.x gkt.com gkt.h + gktopenws.x gkt.com gkt.h nspp.com + gktpcell.x gkt.com gkt.h + gktpl.x gkt.com gkt.h + gktplset.x gkt.com gkt.h + gktpm.x gkt.com gkt.h + gktpmset.x gkt.com gkt.h + gktreset.x gkt.com gkt.h + gkttx.x gkt.com gkt.h + gkttxset.x gkt.com gkt.h + pixel0.f + pixels.f + t_nsppkern.x + tran16.f + writeb.x gkt.h gkt.com + ; -- cgit