File: Makefile-SCO

package info (click to toggle)
exim 2.05-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 4,520 kB
  • ctags: 2,992
  • sloc: ansic: 42,424; perl: 1,349; sh: 843; makefile: 321
file content (18 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Exim: OS-specific make file for SCO

# It was reported that some versions of gcc (e.g. 2.8.1) require this to be
# CFLAGS=-melf

CFLAGS=-b elf

RANLIB=@true
DBMLIB=-lndbm
ERRNO_QUOTA=0
LIBS=-lsocket

X11=/usr/lib/X11
XINCLUDE=-I/usr/include/X11
XLFLAGS=-L/usr/lib -L$(X11)/lib
X11_LD_LIB=$(X11)/lib

# End