blob: 79d0a37d15df9f8bf3a4a0ece4dffc7ac7b49b05 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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) ;
|