diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /sys/imio/iki/stf/mkpkg | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'sys/imio/iki/stf/mkpkg')
-rw-r--r-- | sys/imio/iki/stf/mkpkg | 36 |
1 files changed, 36 insertions, 0 deletions
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 <imhdr.h> <imio.h> <mach.h> stf.h + stfclose.x stf.h <imhdr.h> <imio.h> + stfcopy.x stf.h <error.h> + stfcopyf.x stf.h + stfctype.x stf.h <ctype.h> + stfdelete.x stf.h <error.h> <imhdr.h> + stfget.x stf.h <ctype.h> + stfhextn.x stf.h <imhdr.h> <imio.h> + stfiwcs.x stf.h <imhdr.h> + stfmerge.x stf.h <imhdr.h> <imio.h> <mach.h> + stfmkpfn.x stf.h + stfnewim.x stf.h <imhdr.h> <imio.h> <mach.h> + stfopen.x stf.h <error.h> <imhdr.h> <imio.h> + stfopix.x stf.h <fset.h> <imhdr.h> <imio.h> <mach.h> + stfordgpb.x stf.h <mach.h> + stfrdhdr.x stf.h <finfo.h> <imhdr.h> <imio.h> <mach.h> + stfreblk.x stf.h <imhdr.h> <imio.h> + stfrename.x stf.h <error.h> + stfrfits.x stf.h <ctype.h> <finfo.h> <fset.h> <imhdr.h> <imio.h> + stfrgpb.x stf.h <imhdr.h> <imio.h> <mach.h> + stfupdhdr.x stf.h <imhdr.h> <imio.h> + stfwfits.x stf.h <error.h> <fio.h> <imhdr.h> <imio.h> + stfwgpb.x stf.h <error.h> <imhdr.h> <imio.h> <mach.h> + ; |