Merge from master into 4.next
[exim.git] / src / OS / Makefile-Base
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 #
8 # Copyright (c) The Exim Maintainers 2016
9
10 SHELL      = $(MAKE_SHELL)
11 SCRIPTS    = ../scripts
12 O          = ../OS
13 EDITME     = ../Local/Makefile
14 EXIMON_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
20 LNCC = $(CC)
21
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
27 FULLECHO = @
28 FE       = $(FULLECHO)
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
38 all:       utils exim
39 config:    $(EDITME) checklocalmake Makefile os.c config.h version.h
40
41 checklocalmake: 
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
72 Makefile: ../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
82 os.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
96         $(SHELL) $(SCRIPTS)/Configure-os.h
97
98 # Build the os.c file
99
100 os.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
105         $(SHELL) $(SCRIPTS)/Configure-os.c
106
107 # Build the config.h file.
108
109 config.h: Makefile buildconfig ../src/config.h.defaults $(EDITME)
110         $(SHELL) $(SCRIPTS)/Configure-config.h "$(MAKE)"
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
118 .PHONY: all config utils \
119         buildauths buildlookups buildpdkim buildrouters \
120         buildtransports checklocalmake clean
121
122
123 utils: $(EXIM_MONITOR) exicyclog exinext exiwhat \
124         exigrep eximstats exipick exiqgrep exiqsumm \
125         transport-filter.pl convert4r3 convert4r4 \
126         exim_checkaccess \
127         exim_dbmbuild exim_dumpdb exim_fixdb exim_tidydb exim_lock
128
129
130 # Targets for special-purpose configuration header builders
131 buildconfig: buildconfig.c
132         @echo "$(CC) buildconfig.c"
133         $(FE)$(CC) $(CFLAGS) $(INCLUDE) -o buildconfig buildconfig.c $(LIBS)
134
135
136 # Target for the exicyclog utility script
137 exicyclog: config ../src/exicyclog.src
138         @rm -f exicyclog
139         @sed \
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)?" \
150           -e "s?CHGRP_COMMAND?$(CHGRP_COMMAND)?" \
151           -e "s?CHMOD_COMMAND?$(CHMOD_COMMAND)?" \
152           -e "s?CHOWN_COMMAND?$(CHOWN_COMMAND)?" \
153           -e "s?MV_COMMAND?$(MV_COMMAND)?" \
154           -e "s?RM_COMMAND?$(RM_COMMAND)?" \
155           -e "s?TOUCH_COMMAND?$(TOUCH_COMMAND)?" \
156           ../src/exicyclog.src > exicyclog-t
157         @mv exicyclog-t exicyclog
158         @chmod a+x exicyclog
159         @echo ">>> exicyclog script built"
160
161 # Target for the exinext utility script
162 exinext: config ../src/exinext.src
163         @rm -f exinext
164         @sed \
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
174         @echo ">>> exinext script built"
175
176 # Target for the exiwhat utility script
177 exiwhat: config ../src/exiwhat.src
178         @rm -f exiwhat
179         @sed \
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
195         @echo ">>> exiwhat script built"
196
197 # Target for the exim_checkaccess utility script
198 exim_checkaccess: config ../src/exim_checkaccess.src
199         @rm -f exim_checkaccess
200         @sed \
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
214 eximon: config ../src/eximon.src ../OS/eximon.conf-Default \
215           ../Local/eximon.conf
216         @rm -f eximon
217         $(SHELL) $(SCRIPTS)/Configure-eximon
218         @sed \
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
234 exigrep: Makefile ../src/exigrep.src
235         @rm -f exigrep
236         @sed \
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
246         @echo ">>> exigrep script built"
247
248 eximstats: Makefile ../src/eximstats.src
249         @rm -f eximstats
250         @sed \
251           -e "s?PERL_COMMAND?$(PERL_COMMAND)?" \
252           ../src/eximstats.src > eximstats-t
253         @mv eximstats-t eximstats
254         @chmod a+x eximstats
255         @echo ">>> eximstats script built"
256
257 exiqgrep: Makefile ../src/exiqgrep.src
258         @rm -f exiqgrep
259         @sed \
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
268         @echo ">>> exiqgrep script built"
269
270 exiqsumm: Makefile ../src/exiqsumm.src
271         @rm -f exiqsumm
272         @sed -e "s?PERL_COMMAND?$(PERL_COMMAND)?" \
273           ../src/exiqsumm.src > exiqsumm-t
274         @mv exiqsumm-t exiqsumm
275         @chmod a+x exiqsumm
276         @echo ">>> exiqsumm script built"
277
278 exipick: Makefile ../src/exipick.src
279         @rm -f exipick
280         @sed -e "s?PERL_COMMAND?$(PERL_COMMAND)?" \
281           -e "s?SPOOL_DIRECTORY?$(SPOOL_DIRECTORY)?" \
282           -e "s?BIN_DIRECTORY?$(BIN_DIRECTORY)?" \
283           ../src/exipick.src > exipick-t
284         @mv exipick-t exipick
285         @chmod a+x exipick
286         @echo ">>> exipick script built"
287
288 transport-filter.pl: Makefile ../src/transport-filter.src
289         @rm -f transport-filter.pl
290         @sed -e "s?PERL_COMMAND?$(PERL_COMMAND)?" \
291           ../src/transport-filter.src > transport-filter.pl-t
292         @mv transport-filter.pl-t transport-filter.pl
293         @chmod a+x transport-filter.pl
294         @echo ">>> transport-filter.pl script built"
295
296 convert4r3: Makefile ../src/convert4r3.src
297         @rm -f convert4r3
298         @sed -e "s?PERL_COMMAND?$(PERL_COMMAND)?" \
299           ../src/convert4r3.src > convert4r3-t
300         @mv convert4r3-t convert4r3
301         @chmod a+x convert4r3
302         @echo ">>> convert4r3 script built"
303
304 convert4r4: Makefile ../src/convert4r4.src
305         @rm -f convert4r4
306         @sed -e "s?PERL_COMMAND?$(PERL_COMMAND)?" \
307           ../src/convert4r4.src > convert4r4-t
308         @mv convert4r4-t convert4r4
309         @chmod a+x convert4r4
310         @echo ">>> convert4r4 script built"
311
312
313 # These are objects of optional features. They are always compiled, but
314 # if the corresponding #defines are not set, they wind up empty and
315 # are thrown away by the linker.
316
317 OBJ_WITH_CONTENT_SCAN = malware.o mime.o regex.o spam.o spool_mbox.o
318 OBJ_EXPERIMENTAL = bmi_spam.o \
319                                 dane.o \
320                                 dcc.o \
321                                 dmarc.o \
322                                 imap_utf7.o \
323                                 spf.o \
324                                 srs.o \
325                                 utf8.o
326
327 # Targets for final binaries; the main one has a build number which is
328 # updated each time. We don't bother with that for the auxiliaries.
329
330 OBJ_LOOKUPS = lookups/lf_quote.o lookups/lf_check_file.o lookups/lf_sqlperform.o
331
332 OBJ_EXIM = acl.o base64.o child.o crypt16.o daemon.o dbfn.o debug.o deliver.o \
333         directory.o dns.o drtables.o enq.o exim.o expand.o filter.o \
334         filtertest.o globals.o dkim.o hash.o \
335         header.o host.o ip.o log.o lss.o match.o moan.o \
336         os.o parse.o queue.o \
337         rda.o readconf.o receive.o retry.o rewrite.o rfc2047.o \
338         route.o search.o sieve.o smtp_in.o smtp_out.o spool_in.o spool_out.o \
339         std-crypto.o store.o string.o tls.o tod.o transport.o tree.o verify.o \
340         environment.o \
341         $(OBJ_LOOKUPS) \
342         local_scan.o $(EXIM_PERL) $(OBJ_WITH_CONTENT_SCAN) \
343         $(OBJ_EXPERIMENTAL)
344
345 exim:   buildlookups buildauths pdkim/pdkim.a \
346         buildrouters buildtransports \
347         $(OBJ_EXIM) version.o
348         @echo "$(LNCC) -o exim"
349         $(FE)$(PURIFY) $(LNCC) -o exim $(LFLAGS) $(OBJ_EXIM) version.o \
350           routers/routers.a transports/transports.a lookups/lookups.a \
351           auths/auths.a pdkim/pdkim.a \
352           $(LIBRESOLV) $(LIBS) $(LIBS_EXIM) $(IPV6_LIBS) $(EXTRALIBS) \
353           $(EXTRALIBS_EXIM) $(DBMLIB) $(LOOKUP_LIBS) $(AUTH_LIBS) \
354           $(PERL_LIBS) $(TLS_LIBS) $(PCRE_LIBS) $(LDFLAGS)
355         @if [ x"$(STRIP_COMMAND)" != x"" ]; then \
356           echo $(STRIP_COMMAND) exim; \
357           $(STRIP_COMMAND) exim; \
358         fi
359         $(EXIM_CHMOD)
360         @echo " "
361         @echo ">>> exim binary built"
362         @echo " "
363
364 # The utility for dumping the contents of an exim database
365
366 OBJ_DUMPDB = exim_dumpdb.o util-os.o util-store.o
367
368 exim_dumpdb: $(OBJ_DUMPDB)
369         @echo "$(LNCC) -o exim_dumpdb"
370         $(FE)$(LNCC) $(CFLAGS) $(INCLUDE) -o exim_dumpdb $(LFLAGS) $(OBJ_DUMPDB) \
371           $(LIBS) $(EXTRALIBS) $(DBMLIB)
372         @if [ x"$(STRIP_COMMAND)" != x"" ]; then \
373           echo $(STRIP_COMMAND) exim_dumpdb; \
374           $(STRIP_COMMAND) exim_dumpdb; \
375         fi
376         @echo ">>> exim_dumpdb utility built"
377         @echo " "
378
379 # The utility for interrogating/fixing the contents of an exim database
380
381 OBJ_FIXDB = exim_fixdb.o util-os.o util-store.o
382
383 exim_fixdb:  $(OBJ_FIXDB) buildauths
384         @echo "$(LNCC) -o exim_fixdb"
385         $(FE)$(LNCC) $(CFLAGS) $(INCLUDE) -o exim_fixdb $(LFLAGS) $(OBJ_FIXDB) \
386           auths/auths.a $(LIBS) $(EXTRALIBS) $(DBMLIB)
387         @if [ x"$(STRIP_COMMAND)" != x"" ]; then \
388           echo $(STRIP_COMMAND) exim_fixdb; \
389           $(STRIP_COMMAND) exim_fixdb; \
390         fi
391         @echo ">>> exim_fixdb utility built"
392         @echo " "
393
394 # The utility for tidying the contents of an exim database
395
396 OBJ_TIDYDB = exim_tidydb.o util-os.o util-store.o
397
398 exim_tidydb: $(OBJ_TIDYDB)
399         @echo "$(LNCC) -o exim_tidydb"
400         $(FE)$(LNCC) $(CFLAGS) $(INCLUDE) -o exim_tidydb $(LFLAGS) $(OBJ_TIDYDB) \
401           $(LIBS) $(EXTRALIBS) $(DBMLIB)
402         @if [ x"$(STRIP_COMMAND)" != x"" ]; then \
403           echo $(STRIP_COMMAND) exim_tidydb; \
404           $(STRIP_COMMAND) exim_tidydb; \
405         fi
406         @echo ">>> exim_tidydb utility built"
407         @echo " "
408
409 # The utility for building dbm files
410
411 exim_dbmbuild: exim_dbmbuild.o
412         @echo "$(LNCC) -o exim_dbmbuild"
413         $(FE)$(LNCC) $(CFLAGS) $(INCLUDE) -o exim_dbmbuild $(LFLAGS) exim_dbmbuild.o \
414           $(LIBS) $(EXTRALIBS) $(DBMLIB)
415         @if [ x"$(STRIP_COMMAND)" != x"" ]; then \
416           echo $(STRIP_COMMAND) exim_dbmbuild; \
417           $(STRIP_COMMAND) exim_dbmbuild; \
418         fi
419         @echo ">>> exim_dbmbuild utility built"
420         @echo " "
421
422 # The utility for locking a mailbox while messing around with it
423
424 exim_lock: exim_lock.c os.h
425         @echo "$(CC) exim_lock.c"
426         $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) exim_lock.c
427         @echo "$(LNCC) -o exim_lock"
428         $(FE)$(LNCC) -o exim_lock $(LFLAGS) exim_lock.o  \
429           $(LIBS) $(EXTRALIBS)
430         @if [ x"$(STRIP_COMMAND)" != x"" ]; then \
431           echo $(STRIP_COMMAND) exim_lock; \
432           $(STRIP_COMMAND) exim_lock; \
433         fi
434         @echo ">>> exim_lock utility built"
435         @echo " "
436
437 # The X-based Exim monitor program's binary part. There's a macro for cutting
438 # out the modified TextPop module, because some antique link editors cannot
439 # handle the fact that it is redefining things that are found later in the
440 # Xaw library.
441
442 # Object modules that are the unique Eximon modules
443
444 MONBIN = em_StripChart.o $(EXIMON_TEXTPOP) em_globals.o em_init.o \
445         em_log.o em_main.o em_menu.o em_queue.o em_strip.o \
446         em_text.o em_xs.o
447
448 # The complete modules list also includes some specially compiled versions of
449 # code from the main Exim source tree.
450
451 OBJ_MONBIN = util-spool_in.o \
452              util-store.o \
453              util-string.o \
454              util-queue.o \
455              tod.o \
456              tree.o \
457              $(MONBIN)
458
459 eximon.bin: $(EXIMON_EDITME) eximon $(OBJ_MONBIN) \
460             ../exim_monitor/em_version.c
461         @echo "$(CC) exim_monitor/em_version.c"
462         $(FE)$(CC) -o em_version.o -c \
463           $(CFLAGS) $(XINCLUDE) -I. ../exim_monitor/em_version.c
464         @echo "$(LNCC) -o eximon.bin"
465         $(FE)$(PURIFY) $(LNCC) -o eximon.bin em_version.o $(LFLAGS) $(XLFLAGS) \
466           $(OBJ_MONBIN) -lXaw -lXmu -lXt -lXext -lX11 $(PCRE_LIBS) \
467           $(LIBS) $(LIBS_EXIMON) $(EXTRALIBS) $(EXTRALIBS_EXIMON) -lc
468         @if [ x"$(STRIP_COMMAND)" != x"" ]; then \
469           echo $(STRIP_COMMAND) eximon.bin; \
470           $(STRIP_COMMAND) eximon.bin; \
471         fi
472         @echo ">>> exim monitor binary built"
473         @echo " "
474
475
476 # Compile step for most of the exim modules. HDRS is a list of headers
477 # which cause everthing to be rebuilt. PHDRS is the same, for the use
478 # of routers, transports, and authenticators. I can't find a way of doing this
479 # in one. This list is overkill, but it doesn't really take much time to
480 # rebuild Exim on a modern computer.
481
482 HDRS  = blob.h \
483         config.h \
484         dbfunctions.h \
485         dbstuff.h \
486         exim.h \
487         functions.h \
488         globals.h \
489         hash.h \
490         local_scan.h \
491         macros.h \
492         mytypes.h \
493         sha_ver.h \
494         structs.h \
495         os.h
496 PHDRS = ../config.h \
497         ../dbfunctions.h \
498         ../dbstuff.h \
499         ../exim.h \
500         ../functions.h \
501         ../globals.h \
502         ../local_scan.h \
503         ../macros.h \
504         ../mytypes.h \
505         ../structs.h \
506         ../os.h
507
508 .SUFFIXES: .o .c
509 .c.o:;  @echo "$(CC) $*.c"
510         $(FE)$(CC) -c $(CFLAGS) -I. $(INCLUDE) $(IPV6_INCLUDE) $(TLS_INCLUDE) $*.c
511
512 # Update Exim's version information and build the version object.
513
514 version.h::
515         @../scripts/reversion
516
517 cnumber.h: version.h
518
519 version.o: $(HDRS) cnumber.h version.h version.c
520
521 # This is the dummy module for use by test compiles of individual modules. It
522 # contains functions such as log_write() that may be called from bits of Exim
523 # in the tested code.
524
525 dummies.o:       dummies.c
526
527 # Compile instructions for perl.o for when EXIM_PERL is set
528
529 perl.o:          $(HDRS) perl.c
530         @echo "$(PERL_CC) perl.c"
531         $(FE)$(PERL_CC) $(PERL_CCOPTS) $(CFLAGS) $(INCLUDE) -c perl.c
532
533 # Compile instructions for the database utility modules
534
535 exim_dumpdb.o:   $(HDRS) exim_dbutil.c
536         @echo "$(CC) -DEXIM_DUMPDB exim_dbutil.c"
537         $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) \
538                                       -DCOMPILE_UTILITY \
539                                       -DEXIM_DUMPDB \
540                                       -o exim_dumpdb.o exim_dbutil.c
541
542 exim_fixdb.o:    $(HDRS) exim_dbutil.c
543         @echo "$(CC) -DEXIM_FIXDB exim_dbutil.c"
544         $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) \
545                                       -DCOMPILE_UTILITY \
546                                       -DEXIM_FIXDB \
547                                       -o exim_fixdb.o exim_dbutil.c
548
549 exim_tidydb.o:   $(HDRS) exim_dbutil.c
550         @echo "$(CC) -DEXIM_TIDYDB exim_dbutil.c"
551         $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) \
552                                       -DCOMPILE_UTILITY \
553                                       -DEXIM_TIDYDB \
554                                       -o exim_tidydb.o exim_dbutil.c
555
556 # Compile instructions for exim_dbmbuild
557
558 exim_dbmbuild.o: $(HDRS) exim_dbmbuild.c
559         @echo "$(CC) exim_dbmbuild.c"
560         $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) -o exim_dbmbuild.o exim_dbmbuild.c
561
562 # Utilities use special versions of some modules - typically with debugging
563 # calls cut out.
564
565 util-spool_in.o: $(HDRS) spool_in.c
566         @echo "$(CC) -DCOMPILE_UTILITY spool_in.c"
567         $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) -DCOMPILE_UTILITY -o util-spool_in.o spool_in.c
568
569 util-store.o:    $(HDRS) store.c
570         @echo "$(CC) -DCOMPILE_UTILITY store.c"
571         $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) -DCOMPILE_UTILITY -o util-store.o store.c
572
573 util-string.o:   $(HDRS) string.c
574         @echo "$(CC) -DCOMPILE_UTILITY string.c"
575         $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) -DCOMPILE_UTILITY -o util-string.o string.c
576
577 util-queue.o:   $(HDRS) queue.c
578         @echo "$(CC) -DCOMPILE_UTILITY queue.c"
579         $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) -DCOMPILE_UTILITY -o util-queue.o queue.c
580
581 util-os.o:       $(HDRS) os.c
582         @echo "$(CC) -DCOMPILE_UTILITY os.c"
583         $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) \
584                                       -DCOMPILE_UTILITY \
585                                       -DOS_LOAD_AVERAGE \
586                                       -DFIND_RUNNING_INTERFACES \
587                                       -o util-os.o os.c
588
589 # The local scan module depends only on its own special header, and is compiled
590 # from a source whose location is set by configuration.
591
592 local_scan.o:    config local_scan.h ../$(LOCAL_SCAN_SOURCE)
593         @echo "$(CC) local_scan.c"
594         $(FE)$(CC) -c $(CFLAGS) -I. $(INCLUDE) -o local_scan.o ../$(LOCAL_SCAN_SOURCE)
595
596 # Dependencies for the "ordinary" exim modules
597
598 acl.o:           $(HDRS) acl.c
599 base64.o:        $(HDRS) mime.h base64.c
600 child.o:         $(HDRS) child.c
601 crypt16.o:       $(HDRS) crypt16.c
602 daemon.o:        $(HDRS) daemon.c
603 dbfn.o:          $(HDRS) dbfn.c
604 debug.o:         $(HDRS) debug.c
605 deliver.o:       $(HDRS) deliver.c
606 directory.o:     $(HDRS) directory.c
607 dns.o:           $(HDRS) dns.c
608 enq.o:           $(HDRS) enq.c
609 exim.o:          $(HDRS) exim.c
610 expand.o:        $(HDRS) expand.c
611 environment.o:   $(HDRS) environment.c
612 filter.o:        $(HDRS) filter.c
613 filtertest.o:    $(HDRS) filtertest.c
614 globals.o:       $(HDRS) globals.c
615 hash.o:          $(HDRS) hash.c
616 header.o:        $(HDRS) header.c
617 host.o:          $(HDRS) host.c
618 ip.o:            $(HDRS) ip.c
619 log.o:           $(HDRS) log.c
620 lss.o:           $(HDRS) lss.c
621 match.o:         $(HDRS) match.c
622 moan.o:          $(HDRS) moan.c
623 os.o:            $(HDRS) $(OS_C_INCLUDES) os.c
624 parse.o:         $(HDRS) parse.c
625 queue.o:         $(HDRS) queue.c
626 rda.o:           $(HDRS) rda.c
627 readconf.o:      $(HDRS) readconf.c
628 receive.o:       $(HDRS) receive.c
629 retry.o:         $(HDRS) retry.c
630 rewrite.o:       $(HDRS) rewrite.c
631 rfc2047.o:       $(HDRS) rfc2047.c
632 route.o:         $(HDRS) route.c
633 search.o:        $(HDRS) search.c
634 sieve.o:         $(HDRS) sieve.c
635 smtp_in.o:       $(HDRS) smtp_in.c
636 smtp_out.o:      $(HDRS) smtp_out.c
637 spool_in.o:      $(HDRS) spool_in.c
638 spool_out.o:     $(HDRS) spool_out.c
639 std-crypto.o:    $(HDRS) std-crypto.c
640 store.o:         $(HDRS) store.c
641 string.o:        $(HDRS) string.c
642 tls.o:           $(HDRS) tls.c \
643                  tls-gnu.c tlscert-gnu.c \
644                  tls-openssl.c tlscert-openssl.c
645 tod.o:           $(HDRS) tod.c
646 transport.o:     $(HDRS) transport.c
647 tree.o:          $(HDRS) tree.c
648 verify.o:        $(HDRS) verify.c
649 dkim.o:          $(HDRS) pdkim/pdkim.h dkim.c
650
651 # Dependencies for WITH_CONTENT_SCAN modules
652
653 malware.o:       $(HDRS) malware.c
654 mime.o:          $(HDRS) mime.h mime.c
655 regex.o:         $(HDRS) regex.c
656 spam.o:          $(HDRS) spam.c
657 spool_mbox.o:    $(HDRS) spool_mbox.c
658
659
660 # Dependencies for EXPERIMENTAL_* modules
661
662 bmi_spam.o:     $(HDRS) bmi_spam.c
663 dane.o:         $(HDRS) dane.c dane-gnu.c dane-openssl.c
664 dcc.o:          $(HDRS) dcc.h dcc.c
665 dmarc.o:        $(HDRS) pdkim/pdkim.h dmarc.h dmarc.c
666 imap_utf7.o:    $(HDRS) imap_utf7.c
667 spf.o:          $(HDRS) spf.h spf.c
668 srs.o:          $(HDRS) srs.h srs.c
669 utf8.o:         $(HDRS) utf8.c
670
671 # The module containing tables of available lookups, routers, auths, and
672 # transports must be rebuilt if any of them are. However, because the makefiles
673 # for the drivers are always run, we don't actually put the dependencies here,
674 # because if we do, some version of "make" (e.g. IRIX) insist on rebuilding
675 # drtables.o even though the .a files haven't in fact been updated. Instead
676 # it is arranged that the lower-level makefiles remove drtables.o when they
677 # rebuild the .a files.
678
679 drtables.o:      $(HDRS) drtables.c
680
681 # We depend upon object files built as part of building the lookups library
682 # When using parallel make, we don't have the dependency to force building
683 # in the sub-directory unless we force that dependency:
684
685 $(OBJ_LOOKUPS):  buildlookups
686
687 # The exim monitor's private modules - the sources live in a private
688 # subdirectory. The final binary combines the private modules with some
689 # modules from the main exim binary.
690
691 em_StripChart.o: ../exim_monitor/em_StripChart.c
692 em_TextPop.o:    ../exim_monitor/em_TextPop.c
693 em_globals.o:    ../exim_monitor/em_globals.c ../exim_monitor/em_hdr.h
694 em_init.o:       ../exim_monitor/em_init.c    ../exim_monitor/em_hdr.h
695 em_log.o:        ../exim_monitor/em_log.c     ../exim_monitor/em_hdr.h
696 em_main.o:       ../exim_monitor/em_main.c    ../exim_monitor/em_hdr.h
697 em_menu.o:       ../exim_monitor/em_menu.c    ../exim_monitor/em_hdr.h
698 em_queue.o:      ../exim_monitor/em_queue.c   ../exim_monitor/em_hdr.h
699 em_strip.o:      ../exim_monitor/em_strip.c   ../exim_monitor/em_hdr.h
700 em_text.o:       ../exim_monitor/em_text.c    ../exim_monitor/em_hdr.h
701 em_xs.o:         ../exim_monitor/em_xs.c      ../exim_monitor/em_hdr.h
702 em_version.o:    ../exim_monitor/em_version.c ../exim_monitor/em_hdr.h
703 $(MONBIN): $(HDRS)
704                  @echo "$(CC) exim_monitor/`echo $@ | sed 's/o$$/c/'`"
705                  $(FE)$(CC) -o $@ -c $(CFLAGS) -I. -I../exim_monitor $(INCLUDE) $(XINCLUDE) \
706                    ../exim_monitor/`echo $@ | sed 's/o$$/c/'`
707
708
709 # Targets for the various libraries that Exim uses.
710
711 # The lookups library.
712
713 buildlookups: config
714          @cd lookups && $(MAKE) SHELL=$(SHELL) AR="$(AR)" $(MFLAGS) CC="$(CC)" CFLAGS="$(CFLAGS)" \
715            CFLAGS_DYNAMIC="$(CFLAGS_DYNAMIC)" HDRS="../version.h $(PHDRS)" \
716            FE="$(FE)" RANLIB="$(RANLIB)" RM_COMMAND="$(RM_COMMAND)" \
717            INCLUDE="$(INCLUDE) $(IPV6_INCLUDE) $(TLS_INCLUDE) $(LOOKUP_INCLUDE)"
718          @echo " "
719
720 # The routers library.
721
722 buildrouters: config
723          @cd routers && $(MAKE) SHELL=$(SHELL) AR="$(AR)" $(MFLAGS) CC="$(CC)" CFLAGS="$(CFLAGS)" \
724            FE="$(FE)" RANLIB="$(RANLIB)" RM_COMMAND="$(RM_COMMAND)" HDRS="$(PHDRS)" \
725            INCLUDE="$(INCLUDE) $(IPV6_INCLUDE) $(TLS_INCLUDE)"
726          @echo " "
727
728 # The transports library.
729
730 buildtransports: config
731          @cd transports && $(MAKE) SHELL=$(SHELL) AR="$(AR)" $(MFLAGS) CC="$(CC)" CFLAGS="$(CFLAGS)" \
732            FE="$(FE)" RANLIB="$(RANLIB)" RM_COMMAND="$(RM_COMMAND)" HDRS="$(PHDRS)" \
733            INCLUDE="$(INCLUDE) $(IPV6_INCLUDE) $(TLS_INCLUDE)"
734          @echo " "
735
736 # The library of authorization modules
737
738 buildauths: config
739          @cd auths && $(MAKE) SHELL=$(SHELL) AR="$(AR)" $(MFLAGS) CC="$(CC)" CFLAGS="$(CFLAGS)" \
740            FE="$(FE)" RANLIB="$(RANLIB)" RM_COMMAND="$(RM_COMMAND)" HDRS="$(PHDRS)" \
741            INCLUDE="$(INCLUDE) $(IPV6_INCLUDE) $(TLS_INCLUDE)"
742          @echo " "
743
744 # The PDKIM library
745
746 buildpdkim: pdkim/pdkim.a
747 pdkim/pdkim.a: config
748          @cd pdkim && $(MAKE) SHELL=$(SHELL) AR="$(AR)" $(MFLAGS) CC="$(CC)" CFLAGS="$(CFLAGS)" \
749            FE="$(FE)" RANLIB="$(RANLIB)" RM_COMMAND="$(RM_COMMAND)" HDRS="$(PHDRS)" \
750            INCLUDE="$(INCLUDE) $(IPV6_INCLUDE) $(TLS_INCLUDE)"
751          @echo " "
752
753 # The "clean", "install", and "makefile" targets just pass themselves back to
754 # the main Exim makefile. These targets will be obeyed only if "make" is obeyed
755 # for them in the build directory.
756
757 clean install makefile:; cd ..; $(MAKE) $(MFLAGS) build=$(build) $@
758
759 # Targets for building stand-alone testing programs for basic testing of
760 # some of the building blocks. These are not integrated with the makefile-
761 # building targets. If you change something that is going to cause the
762 # makefile to be rebuilt, you must run "make makefile" before running one
763 # of these.
764
765 # The testing programs use different versions of some modules - usually
766 # with bits cut out that are not relevant to the test in hand. For those
767 # that are used by several tests, we use a different name.
768
769 sa-globals.o:    $(HDRS) globals.c
770         $(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE -o sa-globals.o globals.c
771
772 sa-os.o:         $(HDRS) os.c
773         $(CC) -c $(CFLAGS) $(INCLUDE) \
774                                       -DFIND_RUNNING_INTERFACES \
775                                       -o sa-os.o os.c
776
777 # These are the test targets themselves
778
779 test_dbfn:   config.h dbfn.c dummies.o sa-globals.o sa-os.o store.o \
780                string.o tod.o version.o utf8.o
781         $(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE dbfn.c
782         $(LNCC) -o test_dbfn $(LFLAGS) dbfn.o \
783           dummies.o sa-globals.o sa-os.o store.o string.o \
784           tod.o version.o utf8.o $(LIBS) $(DBMLIB) $(LDFLAGS)
785         rm -f dbfn.o
786
787 test_host:   config.h child.c host.c dns.c dummies.c sa-globals.o os.o \
788                store.o string.o tod.o tree.o
789         $(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE -DTEST_HOST child.c
790         $(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE -DTEST_HOST host.c
791         $(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE -DTEST_HOST dns.c
792         $(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE -DTEST_HOST dummies.c
793         $(LNCC) -o test_host $(LFLAGS) \
794           host.o child.o dns.o dummies.o sa-globals.o os.o store.o string.o \
795           tod.o tree.o $(LIBS) $(LIBRESOLV)
796         rm -f child.o dummies.o host.o dns.o
797
798 test_os:     os.h os.c dummies.o sa-globals.o store.o string.o tod.o utf8.o
799         $(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE os.c
800         $(LNCC) -o test_os $(LFLAGS) os.o dummies.o \
801           sa-globals.o store.o string.o tod.o utf8.o $(LIBS) $(LDFLAGS)
802         rm -f os.o
803
804 test_parse:  config.h parse.c dummies.o sa-globals.o \
805              store.o string.o tod.o version.o utf8.o
806         $(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE parse.c
807         $(LNCC) -o test_parse $(LFLAGS) parse.o \
808           dummies.o sa-globals.o store.o string.o tod.o version.o \
809           utf8.o $(LDFLAGS)
810         rm -f parse.o
811
812 test_string: config.h string.c dummies.o sa-globals.o store.o tod.o utf8.o
813         $(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE string.c
814         $(LNCC) -o test_string $(LFLAGS) -DSTAND_ALONE string.o \
815           dummies.o sa-globals.o store.o tod.o utf8.o $(LIBS) $(LDFLAGS)
816         rm -f string.o
817
818 # End