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/dataio/mkpkg | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 pkg/dataio/mkpkg (limited to 'pkg/dataio/mkpkg') diff --git a/pkg/dataio/mkpkg b/pkg/dataio/mkpkg new file mode 100644 index 00000000..bba288df --- /dev/null +++ b/pkg/dataio/mkpkg @@ -0,0 +1,33 @@ +# Make the DATAIO package + +$call relink +$exit + +update: + $call relink + $call install + ; + +relink: + $set LIBS = "-lxtools" + $update libpkg.a + $omake x_dataio.x + $link x_dataio.o libpkg.a $(LIBS) -o xx_dataio.e + ; + +install: + $move xx_dataio.e bin$x_dataio.e + ; + +libpkg.a: + @lib + @export + @import + @imtext + @reblock + @fits + @bintext + @mtexamine + @cardimage + @t2d + ; -- cgit