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/plio/mkpkg | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 sys/plio/mkpkg (limited to 'sys/plio/mkpkg') diff --git a/sys/plio/mkpkg b/sys/plio/mkpkg new file mode 100644 index 00000000..deb49757 --- /dev/null +++ b/sys/plio/mkpkg @@ -0,0 +1,94 @@ +# Make the PLIO package library. + +$checkout libex.a lib$ +$update libex.a +$checkin libex.a lib$ +$exit + +tfiles: + $set GFLAGS = "-k -t sil -p tf/" + $ifolder (tf/plglpi.x, plglp.gx) $generic $(GFLAGS) plglp.gx $endif + $ifolder (tf/plglri.x, plglr.gx) $generic $(GFLAGS) plglr.gx $endif + $ifolder (tf/pll2pi.x, pll2p.gx) $generic $(GFLAGS) pll2p.gx $endif + $ifolder (tf/pll2ri.x, pll2r.gx) $generic $(GFLAGS) pll2r.gx $endif + $ifolder (tf/plp2li.x, plp2l.gx) $generic $(GFLAGS) plp2l.gx $endif + $ifolder (tf/plp2ri.x, plp2r.gx) $generic $(GFLAGS) plp2r.gx $endif + $ifolder (tf/plplpi.x, plplp.gx) $generic $(GFLAGS) plplp.gx $endif + $ifolder (tf/plplri.x, plplr.gx) $generic $(GFLAGS) plplr.gx $endif + $ifolder (tf/plpropi.x, plprop.gx) $generic $(GFLAGS) plprop.gx $endif + $ifolder (tf/plr2li.x, plr2l.gx) $generic $(GFLAGS) plr2l.gx $endif + $ifolder (tf/plr2pi.x, plr2p.gx) $generic $(GFLAGS) plr2p.gx $endif + $ifolder (tf/plrropi.x, plrrop.gx) $generic $(GFLAGS) plrrop.gx $endif + $ifolder (tf/plrpri.x, plrpr.gx) $generic $(GFLAGS) plrpr.gx $endif + $ifolder (tf/plreqi.x, plreq.gx) $generic $(GFLAGS) plreq.gx $endif + ; + +zzdebug: +zzdebug.e: + $set XFLAGS = "$(XFLAGS) -q" + $omake zzdebug.x + $link -z zzdebug.o -o zzdebug.e + ; + +libex.a: + # Retranslate any recently modified generic sources. + $ifeq (hostid, unix) + $call tfiles + $endif + + @tf # Update datatype expanded files. + + placcess.x + plalloc.x + plascii.x + plbox.x plbox.h + plubox.x plbox.h + plcircle.x plcircle.h + plucircle.x plcircle.h + plclear.x + plclose.x + plcmpress.x + plcompare.x + plcreate.x + pldbgout.x + pldebug.x + plempty.x + plemptyline.x + plglls.x + plgplane.x + plgsize.x + pllen.x + plleq.x + plline.x + pllinene.x + pllnext.x pllseg.h + plload.x + plloadf.x + plloadim.x + plloop.x + pllpr.x + pllrop.x pllseg.h + pllsten.x pllseg.h + plnewcopy.x + plopen.x + plplls.x + plpoint.x + plpolygon.x plpolygon.h + plupolygon.x plpolygon.h + plregrop.x + plrio.x + plrop.x + plsave.x + plsavef.x + plsaveim.x + plsectnc.x pllseg.h + plsectne.x pllseg.h + plseti.x + plsplane.x + plssize.x + plsslv.x + plstati.x + plsten.x + plupdate.x + plvalid.x + ; -- cgit