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/gio/stdgraph/mkpkg | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 sys/gio/stdgraph/mkpkg (limited to 'sys/gio/stdgraph/mkpkg') diff --git a/sys/gio/stdgraph/mkpkg b/sys/gio/stdgraph/mkpkg new file mode 100644 index 00000000..8530f2c9 --- /dev/null +++ b/sys/gio/stdgraph/mkpkg @@ -0,0 +1,80 @@ +# Make the STDGRAPH GIO graphics kernel. + +$checkout libstg.a lib$ +$update libstg.a +$checkin libstg.a lib$ +$exit + +update: # update lib$x_stdgraph.e + $call relink + $call install + ; + +relink: # make x_stdgraph.e in local directory + $omake x_stdgraph.x + $link x_stdgraph.o -lstg + ; + +install: # install in system library + $move x_stdgraph.e bin$ + ; + +libstg.a: + # $set xflags = "$(xflags) -qfx" + + stgcancel.x stdgraph.com stdgraph.h + stgclear.x stdgraph.com stdgraph.h + stgclose.x stdgraph.com stdgraph.h + stgclws.x stdgraph.h stdgraph.com + stgctrl.x stdgraph.com stdgraph.h + stgdeact.x stdgraph.com stdgraph.h + stgdraw.x stdgraph.com stdgraph.h + stgdrawch.x font.com font.h stdgraph.com stdgraph.h \ + + stgencode.x stdgraph.com stdgraph.h + stgescape.x + stgfa.x stdgraph.com stdgraph.h + stgfaset.x stdgraph.com stdgraph.h + stgfilter.x stdgraph.com stdgraph.h + stgflush.x stdgraph.com stdgraph.h + stggcell.x + stggcur.x stdgraph.com stdgraph.h + stggdisab.x stdgraph.com stdgraph.h + stggim.x stdgraph.com stdgraph.h \ + + stggenab.x stdgraph.com stdgraph.h + stggrstr.x stdgraph.com stdgraph.h + stginit.x stdgraph.com stdgraph.h \ + + stglkcur.x stdgraph.com stdgraph.h + stgmove.x stdgraph.com stdgraph.h + stgonerr.x stdgraph.com stdgraph.h + stgonint.x stdgraph.h + stgopen.x stdgraph.com stdgraph.h + stgopenws.x stdgraph.com stdgraph.h \ + + stgoutput.x stdgraph.com stdgraph.h + stgoutstr.x stdgraph.com stdgraph.h + stgpcell.x stdgraph.com stdgraph.h + stgpl.x stdgraph.com stdgraph.h + stgplset.x stdgraph.com stdgraph.h + stgpm.x stdgraph.com stdgraph.h + stgpmset.x stdgraph.com stdgraph.h + stgrcur.x stdgraph.com stdgraph.h \ + + stgreact.x stdgraph.com stdgraph.h + stgres.x stdgraph.com stdgraph.h + stgreset.x stdgraph.com stdgraph.h + stgrtty.x stdgraph.com stdgraph.h + stgscur.x stdgraph.com stdgraph.h + stgtx.x stdgraph.com stdgraph.h \ + + stgtxqual.x stdgraph.com stdgraph.h + stgtxset.x stdgraph.com stdgraph.h + stgtxsize.x stdgraph.com stdgraph.h + stgunkown.x + stgwtty.x stdgraph.com stdgraph.h + t_gkideco.x + t_showcap.x stdgraph.h + t_stdgraph.x + ; -- cgit