Merge branch 'master' into 4.next
[exim.git] / src / OS / unsupported / Makefile-UNIX_SV
CommitLineData
61ec970d
PH
1# Exim: OS-specific make file for SCO SVR4.2MP (and maybe Unixware)
2#
3# *** Note that for SCO 5 the configuration file is called SCO_SV,
4# *** and that Unixware7 has its own configuration. This is an old
5# *** file that is retained for compatibility.
6#
7# Note that SCO does not include dbm/ndbm with their standard compiler
8# (it is available with /usr/ucb/cc, but that has bugs of its own). You
9# should install gcc and gdbm, then execute 'make install-compat' in the
10# gdbm source directory.
11
12CC=gcc -I/usr/local/include
13CFLAGS=-O
14
15RANLIB=@true
16DBMLIB=-lgdbm -L/usr/local/lib
17ERRNO_QUOTA=0
870f6ba8 18LIBS=-lsocket -lelf -lgen -lnsl -lresolv -lm
61ec970d
PH
19
20X11=/usr/lib/X11
21XINCLUDE=-I/usr/include/X11
22XLFLAGS=-L/usr/lib -L$(X11)/lib
23
24# End