From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- noao/onedspec/smw/mkpkg | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 noao/onedspec/smw/mkpkg (limited to 'noao/onedspec/smw/mkpkg') 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 + shdr.x \ + + smwclose.x + smwct.x + smwctfree.x + smwctran.x + smwdaxis.x + smwequispec.x + smwesms.x + smwgapid.x + smwgwattrs.x + smwmerge.x + smwmultispec.x + smwmw.x + smwnd.x + smwndes.x + smwnewcopy.x + smwoldms.x + smwonedspec.x + smwopen.x + smwopenim.x + smwsapid.x + smwsaveim.x + smwsaxes.x + smwsctran.x + smwsmw.x + smwswattrs.x + units.x + ; -- cgit