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/mkpkg | 140 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 sys/gio/mkpkg (limited to 'sys/gio/mkpkg') diff --git a/sys/gio/mkpkg b/sys/gio/mkpkg new file mode 100644 index 00000000..b09ae3cd --- /dev/null +++ b/sys/gio/mkpkg @@ -0,0 +1,140 @@ +# Make the GIO package. + +$checkout libex.a lib$ # default: update libex.a +$update libex.a +$checkin libex.a lib$ +$exit + +# UPDATE -- Relink and install all graphics kernels. + +update: + @stdgraph + @sgikern + @imdkern + $ifeq (USE_NSPP, yes) @nsppkern $endif + $ifeq (USE_CALCOMP, yes) @calcomp $endif + ; + + +# The following redirect sys$mkpkg to the appropriate subdirectories to +# update the libraries therein. + +libcur.a: + @cursor + ; +libgks.a: + @gks + ; +libncar.a: + @ncarutil + ; +libnspp.a: + @nspp + ; +libstg.a: + @stdgraph + ; +libsgi.a: + @sgikern + ; +libimd.a: + @imdkern + ; +libgkt.a: + @nsppkern + ; +libccp.a: + @calcomp + ; + + +# GIO portion of LIBEX. + +libex.a: + $ifeq (USE_GENERIC, yes) + $ifolder (gtickr.x, gtick.gx) + $generic -k -t r gtick.gx + $endif + $endif + + @glabax + @gki + @gim + + aelogd.x + aelogr.x + elogd.x + elogr.x + fpequald.x + fpequalr.x + fpfixd.x + fpfixr.x + fpndgr.x + fpnormd.x + fpnormr.x + gactivate.x + gadraw.x gpl.com + gamove.x gpl.com + gascale.x + gcancel.x + gclear.x + gclose.x + gctran.x + gcurpos.x gpl.com + gdeact.x + gescape.x + gfill.x + gflush.x + gframe.x + gfrinit.x + ggcell.x gpl.com + ggcur.x + ggetb.x + ggeti.x + ggetr.x + ggets.x + ggscale.x + ggview.x + ggwind.x + gline.x + gmark.x markers.inc + gmftitle.x + gmprintf.x + gmsg.x + gopen.x + gpagefile.x + gpcell.x gpl.com + gplcache.x gpl.com + gplcancel.x gpl.com + gplflush.x gpl.com + gpline.x + gploto.x + gplotv.x + gplreset.x gpl.com + gplstype.x gpl.com + gpmark.x + gqverify.x + grdraw.x + grdwcs.x + greact.x + greset.x + grmove.x + grscale.x + gscan.x + gscur.x + gseti.x + gsetr.x + gsets.x + gstati.x + gstatr.x + gstats.x + gsview.x + gswind.x + gtext.x + gtickr.x + gtxset.x + gumark.x + gvline.x + gvmark.x + wcstogki.x gpl.com + ; -- cgit