From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/proto/mkpkg | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 pkg/proto/mkpkg (limited to 'pkg/proto/mkpkg') diff --git a/pkg/proto/mkpkg b/pkg/proto/mkpkg new file mode 100644 index 00000000..d1f20350 --- /dev/null +++ b/pkg/proto/mkpkg @@ -0,0 +1,47 @@ +# Make the PROTO package. + +$call relink +$exit + +update: + $call relink + $call install + ; + +relink: + $call relink@color + $call relink@vol + + $update libpkg.a + $omake x_proto.x + $link x_proto.o libpkg.a -lxtools -liminterp -o xx_proto.e + ; + +install: + $call install@color + $call install@vol + + $move xx_proto.e bin$x_proto.e + ; + +libpkg.a: + epix.x + fields.x + interp.x + intrp.f + t_binfil.x + t_bscale.x + t_fixpix.x + t_hfix.x + t_imext.x \ + + t_imcntr.x + t_imscale.x + t_joinlines.x + t_mask2text.x + t_mkglbhdr.x + t_suntoiraf.x + t_text2mask.x + @masks + @maskexpr + ; -- cgit