File: Makefile-Linux-libc5

package info (click to toggle)
exim 3.35-1woody4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,640 kB
  • ctags: 3,572
  • sloc: ansic: 52,473; sh: 1,132; perl: 579; makefile: 337
file content (19 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Exim: OS-specific make file for Linux systems using the old libc5
# version of the C library.

BASENAME_COMMAND=look_for_it

CFLAGS=-O

DBMLIB = -lndbm

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

EXIWHAT_PS_ARG=-ax
EXIWHAT_EGREP_ARG='/exim( |$$)'
EXIWHAT_KILL_ARG=-USR1

# End