File: Makefile-SunOS5

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 (17 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Exim: OS-specific make file for SunOS5

CFLAGS=-O

BASENAME_COMMAND=look_for_it
HOSTNAME_COMMAND=look_for_it

RANLIB=@true
LIBS=-lsocket -lnsl -lkstat
LIBRESOLV=-lresolv

X11=/usr/openwin
XINCLUDE=-I$(X11)/include
XLFLAGS=-L$(X11)/lib -R$(X11)/lib
X11LIB=$(X11)/lib

# End