1 # $Cambridge: exim/src/OS/Makefile-SunOS5-hal,v 1.1 2004/10/06 15:07:39 ph10 Exp $
3 # Exim: OS-specific make file for SunOS5 on a HAL
5 # Note: The HAL runs a standard SunOS5 except that it has a 64 bit C
6 # compiler called hcc. To make things work pass the -KV7 flag to force
7 # 32bit compilation - this is necessary to interwork with some libraries.
11 LIBIDENTCFLAGS="-KV7 -O -DHAVE_ANSIHEADERS"
14 LIBS=-lsocket -lnsl -lkstat
17 XINCLUDE=-I$(X11)/include
18 XLFLAGS=-L$(X11)/lib -R$(X11)/lib