Merge branch 'debian'
[hcoop/debian/exim4.git] / OS / unsupported / Makefile-SunOS5-hal
1 # Exim: OS-specific make file for SunOS5 on a HAL
2
3 # Note: The HAL runs a standard SunOS5 except that it has a 64 bit C
4 # compiler called hcc. To make things work pass the -KV7 flag to force
5 # 32bit compilation - this is necessary to interwork with some libraries.
6
7 CC=hcc
8 CFLAGS=-O -KV7
9 LIBIDENTCFLAGS="-KV7 -O -DHAVE_ANSIHEADERS"
10 LIBIDENTNAME=sunos5
11 RANLIB=@true
12 LIBS=-lsocket -lnsl -lkstat -lm
13 LIBRESOLV=-lresolv
14 X11=/usr/X11R6
15 XINCLUDE=-I$(X11)/include
16 XLFLAGS=-L$(X11)/lib -R$(X11)/lib
17
18 # End