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 /noao/onedspec/smw/mkpkg | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'noao/onedspec/smw/mkpkg')
-rw-r--r-- | noao/onedspec/smw/mkpkg | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/noao/onedspec/smw/mkpkg b/noao/onedspec/smw/mkpkg new file mode 100644 index 00000000..64326969 --- /dev/null +++ b/noao/onedspec/smw/mkpkg @@ -0,0 +1,48 @@ +# SMW/SHDR Interface + +update: + $checkout libsmw.a noaolib$ + $update libsmw.a + $checkin libsmw.a noaolib$ + ; + +generic: + $set GEN = "$$generic -k" + + $ifolder (smwctran.x, smwctran.gx) + $(GEN) smwctran.gx -o smwctran.x $endif + ; + +libsmw.a: + $ifeq (USE_GENERIC, yes) $call generic $endif + + funits.x <ctype.h> <error.h> <funits.h> + shdr.x <error.h> <funits.h> <imset.h> <math/iminterp.h>\ + <smw.h> <units.h> <imhdr.h> + smwclose.x <smw.h> + smwct.x <smw.h> + smwctfree.x <smw.h> + smwctran.x <smw.h> + smwdaxis.x <smw.h> + smwequispec.x <mwset.h> <smw.h> <imhdr.h> + smwesms.x <mwset.h> <smw.h> + smwgapid.x <smw.h> + smwgwattrs.x <error.h> <smw.h> + smwmerge.x <mwset.h> <smw.h> + smwmultispec.x <smw.h> + smwmw.x <smw.h> + smwnd.x <imhdr.h> <smw.h> + smwndes.x <imhdr.h> <smw.h> + smwnewcopy.x <smw.h> + smwoldms.x <mwset.h> <smw.h> + smwonedspec.x <smw.h> <imhdr.h> + smwopen.x <smw.h> + smwopenim.x <imio.h> <mwset.h> <imhdr.h> + smwsapid.x <smw.h> + smwsaveim.x <imio.h> <smw.h> <imhdr.h> + smwsaxes.x <imhdr.h> <mwset.h> <smw.h> + smwsctran.x <smw.h> + smwsmw.x <smw.h> + smwswattrs.x <error.h> <smw.h> + units.x <ctype.h> <error.h> <units.h> + ; |