diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /noao/lib/mkpkg.inc | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'noao/lib/mkpkg.inc')
-rw-r--r-- | noao/lib/mkpkg.inc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/noao/lib/mkpkg.inc b/noao/lib/mkpkg.inc new file mode 100644 index 00000000..17ae9763 --- /dev/null +++ b/noao/lib/mkpkg.inc @@ -0,0 +1,27 @@ +# Global MKPKG definitions for the NOAO packages. + +$set XFLAGS = "$(XFLAGS) -p noao" +$set XVFLAGS = "$(XVFLAGS) -p noao" +$set LFLAGS = "$(LFLAGS) -p noao" + +$ifeq (MACH, ssun) then + $include "noao$lib/mkpkg.sf.SSUN" +$else $ifeq (MACH, sparc) then + $include "noao$lib/mkpkg.sf.SUN4" +$else $ifeq (MACH, i386) then + $include "noao$lib/mkpkg.sf.I386" +$else $ifeq (MACH, f68881) then + $include "noao$lib/mkpkg.sf.SUN3" +$else $ifeq (MACH, ffpa) then + $include "noao$lib/mkpkg.sf.SUN3" +$else $ifeq (MACH, vms) then + $include "noao$lib/mkpkg.sf.VMS" +$else $ifeq (MACH, ddec) then + $include "noao$lib/mkpkg.sf.DDEC" +$else $ifeq (MACH, dmip) then + $include "noao$lib/mkpkg.sf.DMIP" +$else $ifeq (MACH, rs6000) then + $include "noao$lib/mkpkg.sf.AIX3" +$else $ifeq (MACH, mips) then + $include "noao$lib/mkpkg.sf.MIPS" +$end |