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