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/imio/iki/stf/mkpkg | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 sys/imio/iki/stf/mkpkg (limited to 'sys/imio/iki/stf/mkpkg') diff --git a/sys/imio/iki/stf/mkpkg b/sys/imio/iki/stf/mkpkg new file mode 100644 index 00000000..b28ace96 --- /dev/null +++ b/sys/imio/iki/stf/mkpkg @@ -0,0 +1,36 @@ +# Make the IKI/STF interface (STScI SDAS/GEIS group format images) + +$checkout libex.a lib$ +$update libex.a +$checkin libex.a lib$ +$exit + +libex.a: + #$set XFLAGS = "$(XFLAGS) -qfx" + #$set XFLAGS = "$(XFLAGS) -/pg" + + stfaccess.x stf.h + stfaddpar.x stf.h + stfclose.x stf.h + stfcopy.x stf.h + stfcopyf.x stf.h + stfctype.x stf.h + stfdelete.x stf.h + stfget.x stf.h + stfhextn.x stf.h + stfiwcs.x stf.h + stfmerge.x stf.h + stfmkpfn.x stf.h + stfnewim.x stf.h + stfopen.x stf.h + stfopix.x stf.h + stfordgpb.x stf.h + stfrdhdr.x stf.h + stfreblk.x stf.h + stfrename.x stf.h + stfrfits.x stf.h + stfrgpb.x stf.h + stfupdhdr.x stf.h + stfwfits.x stf.h + stfwgpb.x stf.h + ; -- cgit