1 # Exim: OS-specific make file for Linux. This is for modern Linuxes,
3 # Copyright (c) The Exim Maintainers 2020
5 # For Linux, we assume GNU Make; at time of writing, the only extension
6 # used is ?= which is actually portable to other maintained Make variants,
11 BASENAME_COMMAND=look_for_it
12 CHOWN_COMMAND=look_for_it
13 CHGRP_COMMAND=look_for_it
14 CHMOD_COMMAND=look_for_it
16 # The system cc may be gcc or clang; do not force gcc
18 # Preserve CFLAGS and CFLAGS_DYNAMIC from the caller/environment
19 CFLAGS ?= -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
20 CFLAGS_DYNAMIC ?= -shared -rdynamic
29 XINCLUDE=-I$(X11)/include
34 EXIWHAT_EGREP_ARG='/exim( |$$)'
35 EXIWHAT_MULTIKILL_CMD=killall
36 EXIWHAT_MULTIKILL_ARG=exim
37 EXIWHAT_KILL_SIGNAL=-USR1