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 --- unix/hlib/mkpkg.sf.CYGW | 50 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 unix/hlib/mkpkg.sf.CYGW (limited to 'unix/hlib/mkpkg.sf.CYGW') diff --git a/unix/hlib/mkpkg.sf.CYGW b/unix/hlib/mkpkg.sf.CYGW new file mode 100644 index 00000000..bf27cba9 --- /dev/null +++ b/unix/hlib/mkpkg.sf.CYGW @@ -0,0 +1,50 @@ +# Mkpkg special file list for Linux/IRAF, GNU compilers. + +$special "sys$osb/": aclrb.c as$aclrb.c + bytmov.c as$bytmov.c + ieeer.x as$ieeer.x + ieeed.x as$ieeed.x + ; + +$special "sys$vops/ak/": aclrc.x as$aclrc.c + aclrs.x as$aclrs.c + aclri.x as$aclri.c + aclrl.x as$aclrl.c + aclrr.x as$aclrr.c + aclrd.x as$aclrd.c + ; + +$special "sys$vops/lz/": amovc.x as$amovc.c + amovs.x as$amovs.c + amovi.x as$amovi.c + amovl.x as$amovl.c + amovr.x as$amovr.c + amovd.x as$amovd.c + ; + +#$special "sys$memdbg/": zrtadr.c as$zrtadr.s ; + + +# These routines use local include files with multi-line macros + +$set XARCH = '& "$xc -c -A &"' +$special "sys$plio/tf/": + plrropi.x $(XARCH) + plrropl.x $(XARCH) + plrrops.x $(XARCH) + ; + +$special "sys$plio/": + pllnext.x $(XARCH) + pllrop.x $(XARCH) + pllsten.x $(XARCH) + plsectnc.x $(XARCH) + plsectne.x $(XARCH) + ; + +$set XBIG = '& "$xc -c -w -/Nx512 -/Ns2048 &"' +$special "sys$fmtio/": evvexpr.x $(XBIG) ; + +$set XNL = '& "$xc -c -/NL400 &"' +$special "math$slalib/": obs.f $(XNL) ; + -- cgit