From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- noao/lib/mkpkg.sf.SSUN | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 noao/lib/mkpkg.sf.SSUN (limited to 'noao/lib/mkpkg.sf.SSUN') diff --git a/noao/lib/mkpkg.sf.SSUN b/noao/lib/mkpkg.sf.SSUN new file mode 100644 index 00000000..79d0a37d --- /dev/null +++ b/noao/lib/mkpkg.sf.SSUN @@ -0,0 +1,13 @@ +# Mkpkg special file list for SUN/IRAF, Solaris + +$set XNO = '& "$xc -cq -/libmil -p noao &"' + +$special "$(noao)onedspec/": t_standard.x $(XNO) ; + + +# The following need to be linked nonshared to avoid the 268 MB memory limit +# in the shared Sun/IRAF library implementation. + +$set NONSHARE = '& "LFLAGS = -z -/Bstatic -p noao -p tables"' +$special "digiphot$daophot/": xx_daophot.e $(NONSHARE) ; + -- cgit