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/lib/mkpkg.inc | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
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 |