1 # $Cambridge: exim/src/OS/Makefile-SunOS5-hal,v 1.2 2005/05/23 16:58:55 fanf2 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 -lm
17 XINCLUDE=-I$(X11)/include
18 XLFLAGS=-L$(X11)/lib -R$(X11)/lib