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