aboutsummaryrefslogtreecommitdiff
path: root/unix/hlib/mkpkg.sf.MACX
blob: d90c56040571067d3da7a89ba17682de57801d2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Mkpkg special file list for MacOSX/IRAF, GNU compilers.

$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)
#	;

$set	XBIG	= '& "$xc -c -w -/Nx512 -/Ns2048 &"'
$special "sys$fmtio/":		evvexpr.x	$(XBIG)	;

$set	XNL	= '& "$xc -c -/NL400 &"'
$special "math$slalib/":	obs.f		$(XNL)	;