1 # Exim: OS-specific make file for Unixware7
2 # Based on information from James FitzGibbon <james@ehlo.com>
3 # SPDX-License-Identifier: GPL-2.0-or-later
5 # If you want to use libbind, you need to
6 # add -I/usr/local/bind/include to CFLAGS
7 # add -L/usr/local/bind/lib to LFLAGS
8 # remove -lresolv from LIBS
9 # add LOOKUP_LIBS=-lbind
10 # The new settings should go in your Local/Makefile rather than here; then
11 # they will be usable for subsequent Exim releases.
14 CFLAGS=-O -I/usr/local/include
15 LFLAGS=-L/usr/local/lib
19 LIBS=-lsocket -lnsl -lelf -lgen -lresolv -lm
21 # Removed on the advice of Larry Rosenman
24 EXTRALIBS_EXIMON=-lICE -lSM
30 XINCLUDE=-I/usr/include/X11
31 XLFLAGS=-L/usr/lib -L$(X11)/lib