Docs: clarify unit of S= log line element
[exim.git] / src / OS / Makefile-Base
CommitLineData
61ec970d
PH
1# This file is the basis of the main makefile for Exim and friends. The
2# makefile at the top level arranges to build the main makefile by calling
3# scripts/Configure-Makefile from within the build directory. This
4# concatentates the configuration settings from Local/Makefile and other,
5# optional, Local/* files at the front of this file, to create Makefile in the
6# build directory.
7
8SHELL = $(MAKE_SHELL)
9SCRIPTS = ../scripts
dfc7c07a 10O = ../OS
61ec970d
PH
11EDITME = ../Local/Makefile
12EXIMON_EDITME = ../Local/eximon.conf
13
14# The compiler used for linking is normally the same as the compiler used for
15# compiling. However, by giving it a different name, we can override it from
16# the command line, and this is helpful for certain types of testing.
17
18LNCC = $(CC)
19
c1ac6996
PH
20# The compile commands can be very long. To make the output look better,
21# they are not normally echoed in full. To get full echoing, the caller
22# must set FULLECHO='' on the command line and call make with -e. We default
23# FULLECHO to '@' to suppress the full echo. Then define an abbreviation.
24
25FULLECHO = @
26FE = $(FULLECHO)
61ec970d
PH
27
28# The default target double-checks the existence of $(EDITME) and then arranges
29# to touch it if it exists and any of the optional configuration files, which
30# depend on the os or the architecture, have been altered. The same sub-target
31# does the same thing for the eximon configuration file if it exists. Then
32# there is a check that the Makefile (the one built from this file) is
33# up-to-date. Then the os-specific source files and the C configuration file
34# are set up, and finally it goes to the main Exim target.
35
8497e842 36all: utils exim
3ae1aa79 37config: $(EDITME) checklocalmake Makefile os.c config.h version.h
61ec970d 38
3ae1aa79 39checklocalmake:
61ec970d
PH
40 @if $(SHELL) $(SCRIPTS)/newer $(EDITME)-$(OSTYPE) $(EDITME) || \
41 $(SHELL) $(SCRIPTS)/newer $(EDITME)-$(ARCHTYPE) $(EDITME) || \
42 $(SHELL) $(SCRIPTS)/newer $(EDITME)-$(OSTYPE)-$(ARCHTYPE) $(EDITME); \
43 then \
44 touch $(EDITME); \
45 fi
46 @if $(SHELL) $(SCRIPTS)/newer $(EXIMON_EDITME)-$(OSTYPE) $(EXIMON_EDITME) || \
47 $(SHELL) $(SCRIPTS)/newer $(EXIMON_EDITME)-$(ARCHTYPE) $(EXIMON_EDITME) || \
48 $(SHELL) $(SCRIPTS)/newer $(EXIMON_EDITME)-$(OSTYPE)-$(ARCHTYPE) $(EXIMON_EDITME); \
49 then \
50 if [ -f $(EXIMON_EDITME) ]; then touch $(EXIMON_EDITME); fi \
51 fi
52
53$(EDITME):
54 @echo " "
55 @echo "*** Please create Local/Makefile by copying src/EDITME and making"
56 @echo "*** appropriate changes for your site."
57 @echo " "
58 @false
59
60$(EXIMON_EDITME):
61 @echo " "
62 @echo "*** Please create Local/eximon.conf by copying exim_monitor/EDITME and making"
63 @echo "*** appropriate changes for your site."
64 @echo " "
65 @test ! -d ../Local && mkdir ../Local
66 @false
67
68# Check that the local Makefile is up-to-date
69
70Makefile: ../OS/Makefile-Base ../OS/Makefile-Default \
71 $(SCRIPTS)/Configure $(SCRIPTS)/Configure-Makefile $(EDITME)
72 @echo " "
73 @echo "*** Makefile needs rebuilding"
74 @echo "*** Please run \"make makefile\" at top level"
75 @echo " "
76 @false
77
78# Build (link) the os.h file
79
dfc7c07a
JH
80os.h: $(SCRIPTS)/Configure-os.h \
81 $(O)/os.h-AIX $(O)/os.h-BSDI $(O)/os.h-cygwin \
82 $(O)/os.h-Darwin $(O)/os.h-DGUX $(O)/os.h-DragonFly \
83 $(O)/os.h-FreeBSD $(O)/os.h-GNU $(O)/os.h-GNUkFreeBSD \
84 $(O)/os.h-GNUkNetBSD $(O)/os.h-HI-OSF \
85 $(O)/os.h-HI-UX $(O)/os.h-HP-UX $(O)/os.h-HP-UX-9 \
86 $(O)/os.h-IRIX $(O)/os.h-IRIX6 $(O)/os.h-IRIX632 \
87 $(O)/os.h-IRIX65 $(O)/os.h-Linux $(O)/os.h-mips \
88 $(O)/os.h-NetBSD $(O)/os.h-NetBSD-a.out \
89 $(O)/os.h-OpenBSD $(O)/os.h-OpenUNIX $(O)/os.h-OSF1 \
90 $(O)/os.h-QNX $(O)/os.h-SCO $(O)/os.h-SCO_SV \
91 $(O)/os.h-SunOS4 $(O)/os.h-SunOS5 $(O)/os.h-SunOS5-hal \
92 $(O)/os.h-ULTRIX $(O)/os.h-UNIX_SV \
93 $(O)/os.h-Unixware7 $(O)/os.h-USG
61ec970d
PH
94 $(SHELL) $(SCRIPTS)/Configure-os.h
95
96# Build the os.c file
97
dfc7c07a
JH
98os.c: ../src/os.c \
99 $(SCRIPTS)/Configure-os.c \
100 $(O)/os.c-cygwin $(O)/os.c-GNU $(O)/os.c-HI-OSF \
101 $(O)/os.c-IRIX $(O)/os.c-IRIX6 $(O)/os.c-IRIX632 \
102 $(O)/os.c-IRIX65 $(O)/os.c-Linux $(O)/os.c-OSF1
61ec970d
PH
103 $(SHELL) $(SCRIPTS)/Configure-os.c
104
105# Build the config.h file.
106
107config.h: Makefile buildconfig ../src/config.h.defaults $(EDITME)
9176e9f0 108 $(SHELL) $(SCRIPTS)/Configure-config.h "$(MAKE)"
61ec970d
PH
109
110
111# This target is recognized specially by GNU make. It records those targets
112# that do not correspond to files that are being built and which should
113# therefore always be run, even if the files exist. This shouldn't in fact be a
114# problem, but it does no harm. Other make programs will just ignore this.
115
8497e842
JH
116.PHONY: all config utils \
117 buildauths buildlookups buildpdkim buildrouters \
61ec970d
PH
118 buildtransports checklocalmake clean
119
120
8497e842 121utils: $(EXIM_MONITOR) exicyclog exinext exiwhat \
61ec970d
PH
122 exigrep eximstats exipick exiqgrep exiqsumm \
123 transport-filter.pl convert4r3 convert4r4 \
124 exim_checkaccess \
8497e842 125 exim_dbmbuild exim_dumpdb exim_fixdb exim_tidydb exim_lock
61ec970d
PH
126
127
128# Targets for special-purpose configuration header builders
129buildconfig: buildconfig.c
c1ac6996
PH
130 @echo "$(CC) buildconfig.c"
131 $(FE)$(CC) $(CFLAGS) $(INCLUDE) -o buildconfig buildconfig.c $(LIBS)
61ec970d
PH
132
133
134# Target for the exicyclog utility script
7864a644 135exicyclog: config ../src/exicyclog.src
61ec970d 136 @rm -f exicyclog
c1ac6996 137 @sed \
61ec970d
PH
138 -e "s?PROCESSED_FLAG?This file has been so processed.?"\
139 -e "/^# /p" \
140 -e "/^# /d" \
141 -e "s?CONFIGURE_FILE_USE_NODE?$(CONFIGURE_FILE_USE_NODE)?" \
142 -e "s?CONFIGURE_FILE_USE_EUID?$(CONFIGURE_FILE_USE_EUID)?" \
143 -e "s?CONFIGURE_FILE?$(CONFIGURE_FILE)?" \
144 -e "s?BIN_DIRECTORY?$(BIN_DIRECTORY)?" \
145 -e "s?EXICYCLOG_MAX?$(EXICYCLOG_MAX)?" \
146 -e "s?COMPRESS_COMMAND?$(COMPRESS_COMMAND)?" \
147 -e "s?COMPRESS_SUFFIX?$(COMPRESS_SUFFIX)?" \
61ec970d 148 -e "s?CHGRP_COMMAND?$(CHGRP_COMMAND)?" \
5c3a378f
TF
149 -e "s?CHMOD_COMMAND?$(CHMOD_COMMAND)?" \
150 -e "s?CHOWN_COMMAND?$(CHOWN_COMMAND)?" \
61ec970d
PH
151 -e "s?MV_COMMAND?$(MV_COMMAND)?" \
152 -e "s?RM_COMMAND?$(RM_COMMAND)?" \
5c3a378f 153 -e "s?TOUCH_COMMAND?$(TOUCH_COMMAND)?" \
61ec970d
PH
154 ../src/exicyclog.src > exicyclog-t
155 @mv exicyclog-t exicyclog
156 @chmod a+x exicyclog
c1ac6996 157 @echo ">>> exicyclog script built"
61ec970d
PH
158
159# Target for the exinext utility script
7864a644 160exinext: config ../src/exinext.src
61ec970d 161 @rm -f exinext
c1ac6996 162 @sed \
61ec970d
PH
163 -e "s?PROCESSED_FLAG?This file has been so processed.?"\
164 -e "/^# /p" \
165 -e "/^# /d" \
166 -e "s?CONFIGURE_FILE_USE_NODE?$(CONFIGURE_FILE_USE_NODE)?" \
167 -e "s?CONFIGURE_FILE?$(CONFIGURE_FILE)?" \
168 -e "s?BIN_DIRECTORY?$(BIN_DIRECTORY)?" \
169 ../src/exinext.src > exinext-t
170 @mv exinext-t exinext
171 @chmod a+x exinext
c1ac6996 172 @echo ">>> exinext script built"
61ec970d
PH
173
174# Target for the exiwhat utility script
7864a644 175exiwhat: config ../src/exiwhat.src
61ec970d 176 @rm -f exiwhat
c1ac6996 177 @sed \
61ec970d
PH
178 -e "s?PROCESSED_FLAG?This file has been so processed.?"\
179 -e "/^# /p" \
180 -e "/^# /d" \
181 -e "s?CONFIGURE_FILE_USE_NODE?$(CONFIGURE_FILE_USE_NODE)?" \
182 -e "s?CONFIGURE_FILE?$(CONFIGURE_FILE)?" \
183 -e "s?BIN_DIRECTORY?$(BIN_DIRECTORY)?" \
184 -e "s?EXIWHAT_PS_CMD?$(EXIWHAT_PS_CMD)?" \
185 -e "s?EXIWHAT_PS_ARG?$(EXIWHAT_PS_ARG)?" \
186 -e "s?EXIWHAT_KILL_SIGNAL?$(EXIWHAT_KILL_SIGNAL)?" \
187 -e "s?EXIWHAT_EGREP_ARG?$(EXIWHAT_EGREP_ARG)?" \
188 -e "s?EXIWHAT_MULTIKILL_CMD?$(EXIWHAT_MULTIKILL_CMD)?" \
189 -e "s?EXIWHAT_MULTIKILL_ARG?$(EXIWHAT_MULTIKILL_ARG)?" \
190 ../src/exiwhat.src > exiwhat-t
191 @mv exiwhat-t exiwhat
192 @chmod a+x exiwhat
c1ac6996 193 @echo ">>> exiwhat script built"
61ec970d
PH
194
195# Target for the exim_checkaccess utility script
7864a644 196exim_checkaccess: config ../src/exim_checkaccess.src
61ec970d 197 @rm -f exim_checkaccess
c1ac6996 198 @sed \
61ec970d
PH
199 -e "s?PROCESSED_FLAG?This file has been so processed.?"\
200 -e "/^# /p" \
201 -e "/^# /d" \
202 -e "s?CONFIGURE_FILE_USE_NODE?$(CONFIGURE_FILE_USE_NODE)?" \
203 -e "s?CONFIGURE_FILE?$(CONFIGURE_FILE)?" \
204 -e "s?BIN_DIRECTORY?$(BIN_DIRECTORY)?" \
205 -e "s?PERL_COMMAND?$(PERL_COMMAND)?" \
206 ../src/exim_checkaccess.src > exim_checkaccess-t
207 @mv exim_checkaccess-t exim_checkaccess
208 @chmod a+x exim_checkaccess
209 @echo ">>> exim_checkaccess script built"; echo ""
210
211# Target for the Exim monitor start-up script
7864a644 212eximon: config ../src/eximon.src ../OS/eximon.conf-Default \
61ec970d
PH
213 ../Local/eximon.conf
214 @rm -f eximon
215 $(SHELL) $(SCRIPTS)/Configure-eximon
c1ac6996 216 @sed \
61ec970d
PH
217 -e "s?PROCESSED_FLAG?This file has been so processed.?"\
218 -e "/^# /p" \
219 -e "/^# /d" \
220 -e "s?CONFIGURE_FILE_USE_NODE?$(CONFIGURE_FILE_USE_NODE)?" \
221 -e "s?CONFIGURE_FILE?$(CONFIGURE_FILE)?" \
222 -e "s?BIN_DIRECTORY?$(BIN_DIRECTORY)?" \
223 -e "s?BASENAME_COMMAND?$(BASENAME_COMMAND)?" \
224 -e "s?HOSTNAME_COMMAND?$(HOSTNAME_COMMAND)?" \
225 -e "s?X11_LD_LIBRARY?$(X11_LD_LIB)?" \
226 ../src/eximon.src >> eximon
227 @echo ">>> eximon script built"; echo ""
228
229# Targets for utilities; these are all Perl scripts that have to get the
230# location of Perl put in them. A few need other things as well.
231
232exigrep: Makefile ../src/exigrep.src
233 @rm -f exigrep
c1ac6996 234 @sed \
61ec970d
PH
235 -e "s?PROCESSED_FLAG?This file has been so processed.?"\
236 -e "/^# /p" \
237 -e "/^# /d" \
238 -e "s?PERL_COMMAND?$(PERL_COMMAND)?" \
239 -e "s?ZCAT_COMMAND?$(ZCAT_COMMAND)?" \
240 -e "s?COMPRESS_SUFFIX?$(COMPRESS_SUFFIX)?" \
241 ../src/exigrep.src > exigrep-t
242 @mv exigrep-t exigrep
243 @chmod a+x exigrep
c1ac6996 244 @echo ">>> exigrep script built"
61ec970d
PH
245
246eximstats: Makefile ../src/eximstats.src
247 @rm -f eximstats
c1ac6996 248 @sed \
61ec970d
PH
249 -e "s?PERL_COMMAND?$(PERL_COMMAND)?" \
250 ../src/eximstats.src > eximstats-t
251 @mv eximstats-t eximstats
252 @chmod a+x eximstats
c1ac6996 253 @echo ">>> eximstats script built"
61ec970d
PH
254
255exiqgrep: Makefile ../src/exiqgrep.src
256 @rm -f exiqgrep
c1ac6996 257 @sed \
61ec970d
PH
258 -e "s?PROCESSED_FLAG?This file has been so processed.?"\
259 -e "/^# /p" \
260 -e "/^# /d" \
261 -e "s?BIN_DIRECTORY?$(BIN_DIRECTORY)?" \
262 -e "s?PERL_COMMAND?$(PERL_COMMAND)?" \
263 ../src/exiqgrep.src > exiqgrep-t
264 @mv exiqgrep-t exiqgrep
265 @chmod a+x exiqgrep
c1ac6996 266 @echo ">>> exiqgrep script built"
61ec970d
PH
267
268exiqsumm: Makefile ../src/exiqsumm.src
269 @rm -f exiqsumm
c1ac6996 270 @sed -e "s?PERL_COMMAND?$(PERL_COMMAND)?" \
61ec970d
PH
271 ../src/exiqsumm.src > exiqsumm-t
272 @mv exiqsumm-t exiqsumm
273 @chmod a+x exiqsumm
c1ac6996 274 @echo ">>> exiqsumm script built"
61ec970d
PH
275
276exipick: Makefile ../src/exipick.src
277 @rm -f exipick
c1ac6996 278 @sed -e "s?PERL_COMMAND?$(PERL_COMMAND)?" \
61ec970d
PH
279 -e "s?SPOOL_DIRECTORY?$(SPOOL_DIRECTORY)?" \
280 ../src/exipick.src > exipick-t
281 @mv exipick-t exipick
282 @chmod a+x exipick
c1ac6996 283 @echo ">>> exipick script built"
61ec970d
PH
284
285transport-filter.pl: Makefile ../src/transport-filter.src
286 @rm -f transport-filter.pl
c1ac6996 287 @sed -e "s?PERL_COMMAND?$(PERL_COMMAND)?" \
61ec970d
PH
288 ../src/transport-filter.src > transport-filter.pl-t
289 @mv transport-filter.pl-t transport-filter.pl
290 @chmod a+x transport-filter.pl
c1ac6996 291 @echo ">>> transport-filter.pl script built"
61ec970d
PH
292
293convert4r3: Makefile ../src/convert4r3.src
294 @rm -f convert4r3
c1ac6996 295 @sed -e "s?PERL_COMMAND?$(PERL_COMMAND)?" \
61ec970d
PH
296 ../src/convert4r3.src > convert4r3-t
297 @mv convert4r3-t convert4r3
298 @chmod a+x convert4r3
c1ac6996 299 @echo ">>> convert4r3 script built"
61ec970d
PH
300
301convert4r4: Makefile ../src/convert4r4.src
302 @rm -f convert4r4
c1ac6996 303 @sed -e "s?PERL_COMMAND?$(PERL_COMMAND)?" \
61ec970d
PH
304 ../src/convert4r4.src > convert4r4-t
305 @mv convert4r4-t convert4r4
306 @chmod a+x convert4r4
c1ac6996 307 @echo ">>> convert4r4 script built"
61ec970d
PH
308
309
8523533c
TK
310# These are objects of optional features. They are always compiled, but
311# if the corresponding #defines are not set, they wind up empty and
312# are thrown away by the linker.
313
314OBJ_WITH_CONTENT_SCAN = malware.o mime.o regex.o spam.o spool_mbox.o
315OBJ_WITH_OLD_DEMIME = demime.o
ed0512a1
JH
316OBJ_EXPERIMENTAL = bmi_spam.o \
317 dane.o \
318 dcc.o \
319 dmarc.o \
320 imap_utf7.o \
321 spf.o \
322 srs.o \
323 utf8.o
8523533c 324
61ec970d
PH
325# Targets for final binaries; the main one has a build number which is
326# updated each time. We don't bother with that for the auxiliaries.
327
c6fa5dfa
PP
328OBJ_LOOKUPS = lookups/lf_quote.o lookups/lf_check_file.o lookups/lf_sqlperform.o
329
f4d091fb 330OBJ_EXIM = acl.o base64.o child.o crypt16.o daemon.o dbfn.o debug.o deliver.o \
61ec970d 331 directory.o dns.o drtables.o enq.o exim.o expand.o filter.o \
80a47a2c 332 filtertest.o globals.o dkim.o \
61ec970d
PH
333 header.o host.o ip.o log.o lss.o match.o moan.o \
334 os.o parse.o queue.o \
335 rda.o readconf.o receive.o retry.o rewrite.o rfc2047.o \
336 route.o search.o sieve.o smtp_in.o smtp_out.o spool_in.o spool_out.o \
a799883d 337 std-crypto.o store.o string.o tls.o tod.o transport.o tree.o verify.o \
c6fa5dfa 338 $(OBJ_LOOKUPS) \
8523533c 339 local_scan.o $(EXIM_PERL) $(OBJ_WITH_CONTENT_SCAN) \
8e669ac1 340 $(OBJ_WITH_OLD_DEMIME) $(OBJ_EXPERIMENTAL)
61ec970d 341
24697698
JH
342exim: buildlookups buildauths pdkim/pdkim.a \
343 buildrouters buildtransports \
5901f0ab 344 $(OBJ_EXIM) version.o
c1ac6996
PH
345 @echo "$(LNCC) -o exim"
346 $(FE)$(PURIFY) $(LNCC) -o exim $(LFLAGS) $(OBJ_EXIM) version.o \
61ec970d 347 routers/routers.a transports/transports.a lookups/lookups.a \
80a47a2c 348 auths/auths.a pdkim/pdkim.a \
61ec970d
PH
349 $(LIBRESOLV) $(LIBS) $(LIBS_EXIM) $(IPV6_LIBS) $(EXTRALIBS) \
350 $(EXTRALIBS_EXIM) $(DBMLIB) $(LOOKUP_LIBS) $(AUTH_LIBS) \
8eb9f5bd 351 $(PERL_LIBS) $(TLS_LIBS) $(PCRE_LIBS) $(LDFLAGS)
61ec970d
PH
352 @if [ x"$(STRIP_COMMAND)" != x"" ]; then \
353 echo $(STRIP_COMMAND) exim; \
354 $(STRIP_COMMAND) exim; \
355 fi
356 $(EXIM_CHMOD)
357 @echo " "
358 @echo ">>> exim binary built"
359 @echo " "
360
361# The utility for dumping the contents of an exim database
362
363OBJ_DUMPDB = exim_dumpdb.o util-os.o util-store.o
364
365exim_dumpdb: $(OBJ_DUMPDB)
c1ac6996
PH
366 @echo "$(LNCC) -o exim_dumpdb"
367 $(FE)$(LNCC) $(CFLAGS) $(INCLUDE) -o exim_dumpdb $(LFLAGS) $(OBJ_DUMPDB) \
61ec970d
PH
368 $(LIBS) $(EXTRALIBS) $(DBMLIB)
369 @if [ x"$(STRIP_COMMAND)" != x"" ]; then \
370 echo $(STRIP_COMMAND) exim_dumpdb; \
371 $(STRIP_COMMAND) exim_dumpdb; \
372 fi
61ec970d
PH
373 @echo ">>> exim_dumpdb utility built"
374 @echo " "
375
376# The utility for interrogating/fixing the contents of an exim database
377
378OBJ_FIXDB = exim_fixdb.o util-os.o util-store.o
379
24697698 380exim_fixdb: $(OBJ_FIXDB) buildauths
c1ac6996
PH
381 @echo "$(LNCC) -o exim_fixdb"
382 $(FE)$(LNCC) $(CFLAGS) $(INCLUDE) -o exim_fixdb $(LFLAGS) $(OBJ_FIXDB) \
c99ce5c9 383 auths/auths.a $(LIBS) $(EXTRALIBS) $(DBMLIB)
61ec970d
PH
384 @if [ x"$(STRIP_COMMAND)" != x"" ]; then \
385 echo $(STRIP_COMMAND) exim_fixdb; \
386 $(STRIP_COMMAND) exim_fixdb; \
387 fi
61ec970d
PH
388 @echo ">>> exim_fixdb utility built"
389 @echo " "
390
391# The utility for tidying the contents of an exim database
392
393OBJ_TIDYDB = exim_tidydb.o util-os.o util-store.o
394
395exim_tidydb: $(OBJ_TIDYDB)
c1ac6996
PH
396 @echo "$(LNCC) -o exim_tidydb"
397 $(FE)$(LNCC) $(CFLAGS) $(INCLUDE) -o exim_tidydb $(LFLAGS) $(OBJ_TIDYDB) \
61ec970d
PH
398 $(LIBS) $(EXTRALIBS) $(DBMLIB)
399 @if [ x"$(STRIP_COMMAND)" != x"" ]; then \
400 echo $(STRIP_COMMAND) exim_tidydb; \
401 $(STRIP_COMMAND) exim_tidydb; \
402 fi
61ec970d
PH
403 @echo ">>> exim_tidydb utility built"
404 @echo " "
405
406# The utility for building dbm files
407
408exim_dbmbuild: exim_dbmbuild.o
c1ac6996
PH
409 @echo "$(LNCC) -o exim_dbmbuild"
410 $(FE)$(LNCC) -o exim_dbmbuild $(LFLAGS) exim_dbmbuild.o \
61ec970d
PH
411 $(LIBS) $(EXTRALIBS) $(DBMLIB)
412 @if [ x"$(STRIP_COMMAND)" != x"" ]; then \
413 echo $(STRIP_COMMAND) exim_dbmbuild; \
414 $(STRIP_COMMAND) exim_dbmbuild; \
415 fi
61ec970d
PH
416 @echo ">>> exim_dbmbuild utility built"
417 @echo " "
418
419# The utility for locking a mailbox while messing around with it
420
3ae1aa79 421exim_lock: exim_lock.c os.h
c1ac6996
PH
422 @echo "$(CC) exim_lock.c"
423 $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) exim_lock.c
424 @echo "$(LNCC) -o exim_lock"
425 $(FE)$(LNCC) -o exim_lock $(LFLAGS) exim_lock.o \
61ec970d
PH
426 $(LIBS) $(EXTRALIBS)
427 @if [ x"$(STRIP_COMMAND)" != x"" ]; then \
428 echo $(STRIP_COMMAND) exim_lock; \
429 $(STRIP_COMMAND) exim_lock; \
430 fi
61ec970d
PH
431 @echo ">>> exim_lock utility built"
432 @echo " "
433
434# The X-based Exim monitor program's binary part. There's a macro for cutting
435# out the modified TextPop module, because some antique link editors cannot
436# handle the fact that it is redefining things that are found later in the
437# Xaw library.
438
439# Object modules that are the unique Eximon modules
440
441MONBIN = em_StripChart.o $(EXIMON_TEXTPOP) em_globals.o em_init.o \
442 em_log.o em_main.o em_menu.o em_queue.o em_strip.o \
443 em_text.o em_xs.o
444
445# The complete modules list also includes some specially compiled versions of
446# code from the main Exim source tree.
447
448OBJ_MONBIN = util-spool_in.o util-store.o util-string.o tod.o tree.o $(MONBIN)
449
8eb9f5bd 450eximon.bin: $(EXIMON_EDITME) eximon $(OBJ_MONBIN) \
61ec970d 451 ../exim_monitor/em_version.c
c1ac6996
PH
452 @echo "$(CC) exim_monitor/em_version.c"
453 $(FE)$(CC) -o em_version.o -c \
61ec970d 454 $(CFLAGS) $(XINCLUDE) -I. ../exim_monitor/em_version.c
c1ac6996
PH
455 @echo "$(LNCC) -o eximon.bin"
456 $(FE)$(PURIFY) $(LNCC) -o eximon.bin em_version.o $(LFLAGS) $(XLFLAGS) \
8eb9f5bd 457 $(OBJ_MONBIN) -lXaw -lXmu -lXt -lXext -lX11 $(PCRE_LIBS) \
61ec970d
PH
458 $(LIBS) $(LIBS_EXIMON) $(EXTRALIBS) $(EXTRALIBS_EXIMON) -lc
459 @if [ x"$(STRIP_COMMAND)" != x"" ]; then \
460 echo $(STRIP_COMMAND) eximon.bin; \
461 $(STRIP_COMMAND) eximon.bin; \
462 fi
61ec970d
PH
463 @echo ">>> exim monitor binary built"
464 @echo " "
465
466
467# Compile step for most of the exim modules. HDRS is a list of headers
468# which cause everthing to be rebuilt. PHDRS is the same, for the use
469# of routers, transports, and authenticators. I can't find a way of doing this
470# in one. This list is overkill, but it doesn't really take much time to
471# rebuild Exim on a modern computer.
472
13510a25
HSHR
473HDRS = config.h \
474 dbfunctions.h \
475 dbstuff.h \
476 exim.h \
477 functions.h \
478 globals.h \
479 local_scan.h \
480 macros.h \
481 mytypes.h \
482 structs.h \
483 os.h
484PHDRS = ../config.h \
485 ../dbfunctions.h \
486 ../dbstuff.h \
487 ../exim.h \
488 ../functions.h \
489 ../globals.h \
490 ../local_scan.h \
491 ../macros.h \
492 ../mytypes.h \
493 ../structs.h \
494 ../os.h
61ec970d
PH
495
496.SUFFIXES: .o .c
c1ac6996
PH
497.c.o:; @echo "$(CC) $*.c"
498 $(FE)$(CC) -c $(CFLAGS) -I. $(INCLUDE) $(IPV6_INCLUDE) $(TLS_INCLUDE) $*.c
61ec970d 499
5901f0ab
TF
500# Update Exim's version information and build the version object.
501
502version.h::
503 @../scripts/reversion
504
c6fa5dfa
PP
505cnumber.h: version.h
506
5901f0ab
TF
507version.o: $(HDRS) cnumber.h version.h version.c
508
61ec970d
PH
509# This is the dummy module for use by test compiles of individual modules. It
510# contains functions such as log_write() that may be called from bits of Exim
511# in the tested code.
512
513dummies.o: dummies.c
514
515# Compile instructions for perl.o for when EXIM_PERL is set
516
517perl.o: $(HDRS) perl.c
c1ac6996
PH
518 @echo "$(PERL_CC) perl.c"
519 $(FE)$(PERL_CC) $(PERL_CCOPTS) $(CFLAGS) $(INCLUDE) -c perl.c
61ec970d
PH
520
521# Compile instructions for the database utility modules
522
523exim_dumpdb.o: $(HDRS) exim_dbutil.c
c1ac6996
PH
524 @echo "$(CC) -DEXIM_DUMPDB exim_dbutil.c"
525 $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) \
61ec970d
PH
526 -DCOMPILE_UTILITY \
527 -DEXIM_DUMPDB \
528 -o exim_dumpdb.o exim_dbutil.c
529
530exim_fixdb.o: $(HDRS) exim_dbutil.c
c1ac6996
PH
531 @echo "$(CC) -DEXIM_FIXDB exim_dbutil.c"
532 $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) \
61ec970d
PH
533 -DCOMPILE_UTILITY \
534 -DEXIM_FIXDB \
535 -o exim_fixdb.o exim_dbutil.c
536
537exim_tidydb.o: $(HDRS) exim_dbutil.c
c1ac6996
PH
538 @echo "$(CC) -DEXIM_TIDYDB exim_dbutil.c"
539 $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) \
61ec970d
PH
540 -DCOMPILE_UTILITY \
541 -DEXIM_TIDYDB \
542 -o exim_tidydb.o exim_dbutil.c
543
544# Compile instructions for exim_dbmbuild
545
546exim_dbmbuild.o: $(HDRS) exim_dbmbuild.c
c1ac6996
PH
547 @echo "$(CC) exim_dbmbuild.c"
548 $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) -o exim_dbmbuild.o exim_dbmbuild.c
61ec970d
PH
549
550# Utilities use special versions of some modules - typically with debugging
551# calls cut out.
552
553util-spool_in.o: $(HDRS) spool_in.c
c1ac6996
PH
554 @echo "$(CC) -DCOMPILE_UTILITY spool_in.c"
555 $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) -DCOMPILE_UTILITY -o util-spool_in.o spool_in.c
61ec970d
PH
556
557util-store.o: $(HDRS) store.c
c1ac6996
PH
558 @echo "$(CC) -DCOMPILE_UTILITY store.c"
559 $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) -DCOMPILE_UTILITY -o util-store.o store.c
61ec970d
PH
560
561util-string.o: $(HDRS) string.c
c1ac6996
PH
562 @echo "$(CC) -DCOMPILE_UTILITY string.c"
563 $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) -DCOMPILE_UTILITY -o util-string.o string.c
61ec970d
PH
564
565util-os.o: $(HDRS) os.c
c1ac6996
PH
566 @echo "$(CC) -DCOMPILE_UTILITY os.c"
567 $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) \
61ec970d
PH
568 -DCOMPILE_UTILITY \
569 -DOS_LOAD_AVERAGE \
570 -DFIND_RUNNING_INTERFACES \
571 -o util-os.o os.c
572
573# The local scan module depends only on its own special header, and is compiled
574# from a source whose location is set by configuration.
575
7864a644 576local_scan.o: config local_scan.h ../$(LOCAL_SCAN_SOURCE)
c1ac6996
PH
577 @echo "$(CC) local_scan.c"
578 $(FE)$(CC) -c $(CFLAGS) -I. $(INCLUDE) -o local_scan.o ../$(LOCAL_SCAN_SOURCE)
61ec970d
PH
579
580# Dependencies for the "ordinary" exim modules
581
582acl.o: $(HDRS) acl.c
f4d091fb 583base64.o: $(HDRS) mime.h base64.c
61ec970d
PH
584child.o: $(HDRS) child.c
585crypt16.o: $(HDRS) crypt16.c
586daemon.o: $(HDRS) daemon.c
587dbfn.o: $(HDRS) dbfn.c
588debug.o: $(HDRS) debug.c
589deliver.o: $(HDRS) deliver.c
590directory.o: $(HDRS) directory.c
591dns.o: $(HDRS) dns.c
592enq.o: $(HDRS) enq.c
593exim.o: $(HDRS) exim.c
594expand.o: $(HDRS) expand.c
595filter.o: $(HDRS) filter.c
596filtertest.o: $(HDRS) filtertest.c
597globals.o: $(HDRS) globals.c
598header.o: $(HDRS) header.c
599host.o: $(HDRS) host.c
600ip.o: $(HDRS) ip.c
601log.o: $(HDRS) log.c
602lss.o: $(HDRS) lss.c
603match.o: $(HDRS) match.c
604moan.o: $(HDRS) moan.c
605os.o: $(HDRS) os.c
606parse.o: $(HDRS) parse.c
607queue.o: $(HDRS) queue.c
608rda.o: $(HDRS) rda.c
609readconf.o: $(HDRS) readconf.c
610receive.o: $(HDRS) receive.c
611retry.o: $(HDRS) retry.c
612rewrite.o: $(HDRS) rewrite.c
613rfc2047.o: $(HDRS) rfc2047.c
614route.o: $(HDRS) route.c
615search.o: $(HDRS) search.c
616sieve.o: $(HDRS) sieve.c
617smtp_in.o: $(HDRS) smtp_in.c
618smtp_out.o: $(HDRS) smtp_out.c
619spool_in.o: $(HDRS) spool_in.c
620spool_out.o: $(HDRS) spool_out.c
a799883d 621std-crypto.o: $(HDRS) std-crypto.c
61ec970d
PH
622store.o: $(HDRS) store.c
623string.o: $(HDRS) string.c
06cf6fdc
JH
624tls.o: $(HDRS) tls.c setenv.c \
625 tls-gnu.c tlscert-gnu.c \
626 tls-openssl.c tlscert-openssl.c
61ec970d
PH
627tod.o: $(HDRS) tod.c
628transport.o: $(HDRS) transport.c
629tree.o: $(HDRS) tree.c
630verify.o: $(HDRS) verify.c
3b957582 631dkim.o: $(HDRS) pdkim/pdkim.h dkim.c
8523533c
TK
632
633# Dependencies for WITH_CONTENT_SCAN modules
634
635malware.o: $(HDRS) malware.c
f4d091fb 636mime.o: $(HDRS) mime.h mime.c
8523533c
TK
637regex.o: $(HDRS) regex.c
638spam.o: $(HDRS) spam.c
639spool_mbox.o: $(HDRS) spool_mbox.c
640
641
642# Dependencies for WITH_OLD_DEMIME modules
643
3b957582 644demime.o: $(HDRS) demime.c
8523533c
TK
645
646
647# Dependencies for EXPERIMENTAL_* modules
648
3b957582
JB
649bmi_spam.o: $(HDRS) bmi_spam.c
650dane.o: $(HDRS) dane.c dane-gnu.c dane-openssl.c
651dcc.o: $(HDRS) dcc.h dcc.c
652dmarc.o: $(HDRS) pdkim/pdkim.h dmarc.h dmarc.c
ed0512a1 653imap_utf7.o: $(HDRS) imap_utf7.c
3b957582
JB
654spf.o: $(HDRS) spf.h spf.c
655srs.o: $(HDRS) srs.h srs.c
656utf8.o: $(HDRS) utf8.c
8523533c 657
61ec970d
PH
658# The module containing tables of available lookups, routers, auths, and
659# transports must be rebuilt if any of them are. However, because the makefiles
660# for the drivers are always run, we don't actually put the dependencies here,
661# because if we do, some version of "make" (e.g. IRIX) insist on rebuilding
662# drtables.o even though the .a files haven't in fact been updated. Instead
663# it is arranged that the lower-level makefiles remove drtables.o when they
664# rebuild the .a files.
665
666drtables.o: $(HDRS) drtables.c
667
c6fa5dfa
PP
668# We depend upon object files built as part of building the lookups library
669# When using parallel make, we don't have the dependency to force building
670# in the sub-directory unless we force that dependency:
671
24697698 672$(OBJ_LOOKUPS): buildlookups
61ec970d
PH
673
674# The exim monitor's private modules - the sources live in a private
675# subdirectory. The final binary combines the private modules with some
676# modules from the main exim binary.
677
678em_StripChart.o: ../exim_monitor/em_StripChart.c
679em_TextPop.o: ../exim_monitor/em_TextPop.c
680em_globals.o: ../exim_monitor/em_globals.c ../exim_monitor/em_hdr.h
681em_init.o: ../exim_monitor/em_init.c ../exim_monitor/em_hdr.h
682em_log.o: ../exim_monitor/em_log.c ../exim_monitor/em_hdr.h
683em_main.o: ../exim_monitor/em_main.c ../exim_monitor/em_hdr.h
684em_menu.o: ../exim_monitor/em_menu.c ../exim_monitor/em_hdr.h
685em_queue.o: ../exim_monitor/em_queue.c ../exim_monitor/em_hdr.h
686em_strip.o: ../exim_monitor/em_strip.c ../exim_monitor/em_hdr.h
687em_text.o: ../exim_monitor/em_text.c ../exim_monitor/em_hdr.h
688em_xs.o: ../exim_monitor/em_xs.c ../exim_monitor/em_hdr.h
689em_version.o: ../exim_monitor/em_version.c ../exim_monitor/em_hdr.h
690$(MONBIN): $(HDRS)
c1ac6996
PH
691 @echo "$(CC) exim_monitor/`echo $@ | sed 's/o$$/c/'`"
692 $(FE)$(CC) -o $@ -c $(CFLAGS) -I. -I../exim_monitor $(INCLUDE) $(XINCLUDE) \
61ec970d
PH
693 ../exim_monitor/`echo $@ | sed 's/o$$/c/'`
694
695
23510047 696# Targets for the various libraries that Exim uses.
61ec970d 697
61ec970d
PH
698# The lookups library.
699
7864a644 700buildlookups: config
7f2a2a43 701 @cd lookups && $(MAKE) SHELL=$(SHELL) AR="$(AR)" $(MFLAGS) CC="$(CC)" CFLAGS="$(CFLAGS)" \
5901f0ab
TF
702 CFLAGS_DYNAMIC="$(CFLAGS_DYNAMIC)" HDRS="../version.h $(PHDRS)" \
703 FE="$(FE)" RANLIB="$(RANLIB)" RM_COMMAND="$(RM_COMMAND)" \
7f2a2a43
PP
704 INCLUDE="$(INCLUDE) $(IPV6_INCLUDE) $(TLS_INCLUDE) $(LOOKUP_INCLUDE)"
705 @echo " "
61ec970d
PH
706
707# The routers library.
708
7864a644 709buildrouters: config
7f2a2a43 710 @cd routers && $(MAKE) SHELL=$(SHELL) AR="$(AR)" $(MFLAGS) CC="$(CC)" CFLAGS="$(CFLAGS)" \
ebcb507f 711 FE="$(FE)" RANLIB="$(RANLIB)" RM_COMMAND="$(RM_COMMAND)" HDRS="$(PHDRS)" \
7f2a2a43
PP
712 INCLUDE="$(INCLUDE) $(IPV6_INCLUDE) $(TLS_INCLUDE)"
713 @echo " "
61ec970d
PH
714
715# The transports library.
716
7864a644 717buildtransports: config
7f2a2a43 718 @cd transports && $(MAKE) SHELL=$(SHELL) AR="$(AR)" $(MFLAGS) CC="$(CC)" CFLAGS="$(CFLAGS)" \
ebcb507f 719 FE="$(FE)" RANLIB="$(RANLIB)" RM_COMMAND="$(RM_COMMAND)" HDRS="$(PHDRS)" \
7f2a2a43
PP
720 INCLUDE="$(INCLUDE) $(IPV6_INCLUDE) $(TLS_INCLUDE)"
721 @echo " "
61ec970d
PH
722
723# The library of authorization modules
724
7864a644 725buildauths: config
7f2a2a43 726 @cd auths && $(MAKE) SHELL=$(SHELL) AR="$(AR)" $(MFLAGS) CC="$(CC)" CFLAGS="$(CFLAGS)" \
ebcb507f 727 FE="$(FE)" RANLIB="$(RANLIB)" RM_COMMAND="$(RM_COMMAND)" HDRS="$(PHDRS)" \
7f2a2a43
PP
728 INCLUDE="$(INCLUDE) $(IPV6_INCLUDE) $(TLS_INCLUDE)"
729 @echo " "
61ec970d 730
80a47a2c
TK
731# The PDKIM library
732
22476721 733buildpdkim: pdkim/pdkim.a
7864a644 734pdkim/pdkim.a: config
7f2a2a43 735 @cd pdkim && $(MAKE) SHELL=$(SHELL) AR="$(AR)" $(MFLAGS) CC="$(CC)" CFLAGS="$(CFLAGS)" \
80a47a2c 736 FE="$(FE)" RANLIB="$(RANLIB)" RM_COMMAND="$(RM_COMMAND)" HDRS="$(PHDRS)" \
7f2a2a43
PP
737 INCLUDE="$(INCLUDE) $(IPV6_INCLUDE) $(TLS_INCLUDE)"
738 @echo " "
80a47a2c 739
61ec970d
PH
740# The "clean", "install", and "makefile" targets just pass themselves back to
741# the main Exim makefile. These targets will be obeyed only if "make" is obeyed
742# for them in the build directory.
743
744clean install makefile:; cd ..; $(MAKE) $(MFLAGS) build=$(build) $@
745
746# Targets for building stand-alone testing programs for basic testing of
747# some of the building blocks. These are not integrated with the makefile-
748# building targets. If you change something that is going to cause the
749# makefile to be rebuilt, you must run "make makefile" before running one
750# of these.
751
752# The testing programs use different versions of some modules - usually
753# with bits cut out that are not relevant to the test in hand. For those
754# that are used by several tests, we use a different name.
755
756sa-globals.o: $(HDRS) globals.c
757 $(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE -o sa-globals.o globals.c
758
759sa-os.o: $(HDRS) os.c
760 $(CC) -c $(CFLAGS) $(INCLUDE) \
761 -DFIND_RUNNING_INTERFACES \
762 -o sa-os.o os.c
763
764# These are the test targets themselves
765
766test_dbfn: config.h dbfn.c dummies.o sa-globals.o sa-os.o store.o \
505d976a 767 string.o tod.o version.o utf8.o
61ec970d
PH
768 $(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE dbfn.c
769 $(LNCC) -o test_dbfn $(LFLAGS) dbfn.o \
770 dummies.o sa-globals.o sa-os.o store.o string.o \
505d976a 771 tod.o version.o utf8.o $(LIBS) $(DBMLIB) $(LDFLAGS)
61ec970d
PH
772 rm -f dbfn.o
773
9edc04ce 774test_host: config.h child.c host.c dns.c dummies.c sa-globals.o os.o \
e7726cbf
PH
775 store.o string.o tod.o tree.o
776 $(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE -DTEST_HOST child.c
61ec970d
PH
777 $(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE -DTEST_HOST host.c
778 $(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE -DTEST_HOST dns.c
779 $(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE -DTEST_HOST dummies.c
780 $(LNCC) -o test_host $(LFLAGS) \
e7726cbf
PH
781 host.o child.o dns.o dummies.o sa-globals.o os.o store.o string.o \
782 tod.o tree.o $(LIBS) $(LIBRESOLV)
783 rm -f child.o dummies.o host.o dns.o
61ec970d 784
505d976a 785test_os: os.h os.c dummies.o sa-globals.o store.o string.o tod.o utf8.o
61ec970d
PH
786 $(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE os.c
787 $(LNCC) -o test_os $(LFLAGS) os.o dummies.o \
505d976a 788 sa-globals.o store.o string.o tod.o utf8.o $(LIBS) $(LDFLAGS)
61ec970d
PH
789 rm -f os.o
790
791test_parse: config.h parse.c dummies.o sa-globals.o \
505d976a 792 store.o string.o tod.o version.o utf8.o
61ec970d
PH
793 $(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE parse.c
794 $(LNCC) -o test_parse $(LFLAGS) parse.o \
505d976a
HSHR
795 dummies.o sa-globals.o store.o string.o tod.o version.o \
796 utf8.o $(LDFLAGS)
61ec970d
PH
797 rm -f parse.o
798
505d976a 799test_string: config.h string.c dummies.o sa-globals.o store.o tod.o utf8.o
61ec970d
PH
800 $(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE string.c
801 $(LNCC) -o test_string $(LFLAGS) -DSTAND_ALONE string.o \
505d976a 802 dummies.o sa-globals.o store.o tod.o utf8.o $(LIBS) $(LDFLAGS)
61ec970d
PH
803 rm -f string.o
804
805# End