aboutsummaryrefslogtreecommitdiff
path: root/unix/hlib/mkpkg.sf.SUN4
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /unix/hlib/mkpkg.sf.SUN4
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'unix/hlib/mkpkg.sf.SUN4')
-rw-r--r--unix/hlib/mkpkg.sf.SUN455
1 files changed, 55 insertions, 0 deletions
diff --git a/unix/hlib/mkpkg.sf.SUN4 b/unix/hlib/mkpkg.sf.SUN4
new file mode 100644
index 00000000..de55ae44
--- /dev/null
+++ b/unix/hlib/mkpkg.sf.SUN4
@@ -0,0 +1,55 @@
+# Mkpkg special file list for SUN/IRAF.
+# SunOS Release Sys4GAMMA (HERCULES) #1: Fri Sep 18 10:15:21 PDT 1987
+# SunOS Release Sys4BETA1 (ORION) #1: Fri Oct 23 13:09:29 PDT 1987
+
+$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 ;
+
+# The iraf main has to be compiled without optimization on the Sun-4
+# as setjmp does not save the register set.
+
+$set XNO = '& "$xc -cq &"'
+$special "sys$etc/":
+ main.x $(XNO)
+ ;
+
+# All files needing special processing for the local host operating system,
+# e.g., to permit host dependent optimization or to work around compiler bugs,
+# should be listed here.
+
+$special "sys$vops/ak/":
+ abnekx.x $(XNO)
+ abnex.x $(XNO)
+ ;
+$special "sys$vops/lz/":
+ aveqx.x $(XNO)
+ ;
+
+# TMPFS bug should be fixed by now.
+#$special "sys$etc/":
+# oscmd.x as$oscmd.s
+# ;
+
+$set XBIG = '& "$xc -c -/Ns2048 &"'
+$special "sys$fmtio/": evvexpr.x $(XBIG) ;