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
10 EDITME = ../Local/Makefile
11 EXIMON_EDITME = ../Local/eximon.conf
13 # The compiler used for linking is normally the same as the compiler used for
14 # compiling. However, by giving it a different name, we can override it from
15 # the command line, and this is helpful for certain types of testing.
19 # The compile commands can be very long. To make the output look better,
20 # they are not normally echoed in full. To get full echoing, the caller
21 # must set FULLECHO='' on the command line and call make with -e. We default
22 # FULLECHO to '@' to suppress the full echo. Then define an abbreviation.
27 # The default target double-checks the existence of $(EDITME) and then arranges
28 # to touch it if it exists and any of the optional configuration files, which
29 # depend on the os or the architecture, have been altered. The same sub-target
30 # does the same thing for the eximon configuration file if it exists. Then
31 # there is a check that the Makefile (the one built from this file) is
32 # up-to-date. Then the os-specific source files and the C configuration file
33 # are set up, and finally it goes to the main Exim target.
36 config: $(EDITME) checklocalmake Makefile os.c config.h version.h
39 @if $(SHELL) $(SCRIPTS)/newer $(EDITME)-$(OSTYPE) $(EDITME) || \
40 $(SHELL) $(SCRIPTS)/newer $(EDITME)-$(ARCHTYPE) $(EDITME) || \
41 $(SHELL) $(SCRIPTS)/newer $(EDITME)-$(OSTYPE)-$(ARCHTYPE) $(EDITME); \
45 @if $(SHELL) $(SCRIPTS)/newer $(EXIMON_EDITME)-$(OSTYPE) $(EXIMON_EDITME) || \
46 $(SHELL) $(SCRIPTS)/newer $(EXIMON_EDITME)-$(ARCHTYPE) $(EXIMON_EDITME) || \
47 $(SHELL) $(SCRIPTS)/newer $(EXIMON_EDITME)-$(OSTYPE)-$(ARCHTYPE) $(EXIMON_EDITME); \
49 if [ -f $(EXIMON_EDITME) ]; then touch $(EXIMON_EDITME); fi \
54 @echo "*** Please create Local/Makefile by copying src/EDITME and making"
55 @echo "*** appropriate changes for your site."
61 @echo "*** Please create Local/eximon.conf by copying exim_monitor/EDITME and making"
62 @echo "*** appropriate changes for your site."
64 @test ! -d ../Local && mkdir ../Local
67 # Check that the local Makefile is up-to-date
69 Makefile: ../OS/Makefile-Base ../OS/Makefile-Default \
70 $(SCRIPTS)/Configure $(SCRIPTS)/Configure-Makefile $(EDITME)
72 @echo "*** Makefile needs rebuilding"
73 @echo "*** Please run \"make makefile\" at top level"
77 # Build (link) the os.h file
80 $(SHELL) $(SCRIPTS)/Configure-os.h
85 $(SHELL) $(SCRIPTS)/Configure-os.c
87 # Build the config.h file.
89 config.h: Makefile buildconfig ../src/config.h.defaults $(EDITME)
90 $(SHELL) $(SCRIPTS)/Configure-config.h "$(MAKE)"
93 # This target is recognized specially by GNU make. It records those targets
94 # that do not correspond to files that are being built and which should
95 # therefore always be run, even if the files exist. This shouldn't in fact be a
96 # problem, but it does no harm. Other make programs will just ignore this.
98 .PHONY: all config utils \
99 buildauths buildlookups buildpdkim buildrouters \
100 buildtransports checklocalmake clean
103 utils: $(EXIM_MONITOR) exicyclog exinext exiwhat \
104 exigrep eximstats exipick exiqgrep exiqsumm \
105 transport-filter.pl convert4r3 convert4r4 \
107 exim_dbmbuild exim_dumpdb exim_fixdb exim_tidydb exim_lock
110 # Targets for special-purpose configuration header builders
111 buildconfig: buildconfig.c
112 @echo "$(CC) buildconfig.c"
113 $(FE)$(CC) $(CFLAGS) $(INCLUDE) -o buildconfig buildconfig.c $(LIBS)
116 # Target for the exicyclog utility script
117 exicyclog: config ../src/exicyclog.src
120 -e "s?PROCESSED_FLAG?This file has been so processed.?"\
123 -e "s?CONFIGURE_FILE_USE_NODE?$(CONFIGURE_FILE_USE_NODE)?" \
124 -e "s?CONFIGURE_FILE_USE_EUID?$(CONFIGURE_FILE_USE_EUID)?" \
125 -e "s?CONFIGURE_FILE?$(CONFIGURE_FILE)?" \
126 -e "s?BIN_DIRECTORY?$(BIN_DIRECTORY)?" \
127 -e "s?EXICYCLOG_MAX?$(EXICYCLOG_MAX)?" \
128 -e "s?COMPRESS_COMMAND?$(COMPRESS_COMMAND)?" \
129 -e "s?COMPRESS_SUFFIX?$(COMPRESS_SUFFIX)?" \
130 -e "s?CHGRP_COMMAND?$(CHGRP_COMMAND)?" \
131 -e "s?CHMOD_COMMAND?$(CHMOD_COMMAND)?" \
132 -e "s?CHOWN_COMMAND?$(CHOWN_COMMAND)?" \
133 -e "s?MV_COMMAND?$(MV_COMMAND)?" \
134 -e "s?RM_COMMAND?$(RM_COMMAND)?" \
135 -e "s?TOUCH_COMMAND?$(TOUCH_COMMAND)?" \
136 ../src/exicyclog.src > exicyclog-t
137 @mv exicyclog-t exicyclog
139 @echo ">>> exicyclog script built"
141 # Target for the exinext utility script
142 exinext: config ../src/exinext.src
145 -e "s?PROCESSED_FLAG?This file has been so processed.?"\
148 -e "s?CONFIGURE_FILE_USE_NODE?$(CONFIGURE_FILE_USE_NODE)?" \
149 -e "s?CONFIGURE_FILE?$(CONFIGURE_FILE)?" \
150 -e "s?BIN_DIRECTORY?$(BIN_DIRECTORY)?" \
151 ../src/exinext.src > exinext-t
152 @mv exinext-t exinext
154 @echo ">>> exinext script built"
156 # Target for the exiwhat utility script
157 exiwhat: config ../src/exiwhat.src
160 -e "s?PROCESSED_FLAG?This file has been so processed.?"\
163 -e "s?CONFIGURE_FILE_USE_NODE?$(CONFIGURE_FILE_USE_NODE)?" \
164 -e "s?CONFIGURE_FILE?$(CONFIGURE_FILE)?" \
165 -e "s?BIN_DIRECTORY?$(BIN_DIRECTORY)?" \
166 -e "s?EXIWHAT_PS_CMD?$(EXIWHAT_PS_CMD)?" \
167 -e "s?EXIWHAT_PS_ARG?$(EXIWHAT_PS_ARG)?" \
168 -e "s?EXIWHAT_KILL_SIGNAL?$(EXIWHAT_KILL_SIGNAL)?" \
169 -e "s?EXIWHAT_EGREP_ARG?$(EXIWHAT_EGREP_ARG)?" \
170 -e "s?EXIWHAT_MULTIKILL_CMD?$(EXIWHAT_MULTIKILL_CMD)?" \
171 -e "s?EXIWHAT_MULTIKILL_ARG?$(EXIWHAT_MULTIKILL_ARG)?" \
172 ../src/exiwhat.src > exiwhat-t
173 @mv exiwhat-t exiwhat
175 @echo ">>> exiwhat script built"
177 # Target for the exim_checkaccess utility script
178 exim_checkaccess: config ../src/exim_checkaccess.src
179 @rm -f exim_checkaccess
181 -e "s?PROCESSED_FLAG?This file has been so processed.?"\
184 -e "s?CONFIGURE_FILE_USE_NODE?$(CONFIGURE_FILE_USE_NODE)?" \
185 -e "s?CONFIGURE_FILE?$(CONFIGURE_FILE)?" \
186 -e "s?BIN_DIRECTORY?$(BIN_DIRECTORY)?" \
187 -e "s?PERL_COMMAND?$(PERL_COMMAND)?" \
188 ../src/exim_checkaccess.src > exim_checkaccess-t
189 @mv exim_checkaccess-t exim_checkaccess
190 @chmod a+x exim_checkaccess
191 @echo ">>> exim_checkaccess script built"; echo ""
193 # Target for the Exim monitor start-up script
194 eximon: config ../src/eximon.src ../OS/eximon.conf-Default \
197 $(SHELL) $(SCRIPTS)/Configure-eximon
199 -e "s?PROCESSED_FLAG?This file has been so processed.?"\
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?BASENAME_COMMAND?$(BASENAME_COMMAND)?" \
206 -e "s?HOSTNAME_COMMAND?$(HOSTNAME_COMMAND)?" \
207 -e "s?X11_LD_LIBRARY?$(X11_LD_LIB)?" \
208 ../src/eximon.src >> eximon
209 @echo ">>> eximon script built"; echo ""
211 # Targets for utilities; these are all Perl scripts that have to get the
212 # location of Perl put in them. A few need other things as well.
214 exigrep: Makefile ../src/exigrep.src
217 -e "s?PROCESSED_FLAG?This file has been so processed.?"\
220 -e "s?PERL_COMMAND?$(PERL_COMMAND)?" \
221 -e "s?ZCAT_COMMAND?$(ZCAT_COMMAND)?" \
222 -e "s?COMPRESS_SUFFIX?$(COMPRESS_SUFFIX)?" \
223 ../src/exigrep.src > exigrep-t
224 @mv exigrep-t exigrep
226 @echo ">>> exigrep script built"
228 eximstats: Makefile ../src/eximstats.src
231 -e "s?PERL_COMMAND?$(PERL_COMMAND)?" \
232 ../src/eximstats.src > eximstats-t
233 @mv eximstats-t eximstats
235 @echo ">>> eximstats script built"
237 exiqgrep: Makefile ../src/exiqgrep.src
240 -e "s?PROCESSED_FLAG?This file has been so processed.?"\
243 -e "s?BIN_DIRECTORY?$(BIN_DIRECTORY)?" \
244 -e "s?PERL_COMMAND?$(PERL_COMMAND)?" \
245 ../src/exiqgrep.src > exiqgrep-t
246 @mv exiqgrep-t exiqgrep
248 @echo ">>> exiqgrep script built"
250 exiqsumm: Makefile ../src/exiqsumm.src
252 @sed -e "s?PERL_COMMAND?$(PERL_COMMAND)?" \
253 ../src/exiqsumm.src > exiqsumm-t
254 @mv exiqsumm-t exiqsumm
256 @echo ">>> exiqsumm script built"
258 exipick: Makefile ../src/exipick.src
260 @sed -e "s?PERL_COMMAND?$(PERL_COMMAND)?" \
261 -e "s?SPOOL_DIRECTORY?$(SPOOL_DIRECTORY)?" \
262 ../src/exipick.src > exipick-t
263 @mv exipick-t exipick
265 @echo ">>> exipick script built"
267 transport-filter.pl: Makefile ../src/transport-filter.src
268 @rm -f transport-filter.pl
269 @sed -e "s?PERL_COMMAND?$(PERL_COMMAND)?" \
270 ../src/transport-filter.src > transport-filter.pl-t
271 @mv transport-filter.pl-t transport-filter.pl
272 @chmod a+x transport-filter.pl
273 @echo ">>> transport-filter.pl script built"
275 convert4r3: Makefile ../src/convert4r3.src
277 @sed -e "s?PERL_COMMAND?$(PERL_COMMAND)?" \
278 ../src/convert4r3.src > convert4r3-t
279 @mv convert4r3-t convert4r3
280 @chmod a+x convert4r3
281 @echo ">>> convert4r3 script built"
283 convert4r4: Makefile ../src/convert4r4.src
285 @sed -e "s?PERL_COMMAND?$(PERL_COMMAND)?" \
286 ../src/convert4r4.src > convert4r4-t
287 @mv convert4r4-t convert4r4
288 @chmod a+x convert4r4
289 @echo ">>> convert4r4 script built"
292 # These are objects of optional features. They are always compiled, but
293 # if the corresponding #defines are not set, they wind up empty and
294 # are thrown away by the linker.
296 OBJ_WITH_CONTENT_SCAN = malware.o mime.o regex.o spam.o spool_mbox.o
297 OBJ_WITH_OLD_DEMIME = demime.o
298 OBJ_EXPERIMENTAL = bmi_spam.o \
307 # Targets for final binaries; the main one has a build number which is
308 # updated each time. We don't bother with that for the auxiliaries.
310 OBJ_LOOKUPS = lookups/lf_quote.o lookups/lf_check_file.o lookups/lf_sqlperform.o
312 OBJ_EXIM = acl.o child.o crypt16.o daemon.o dbfn.o debug.o deliver.o \
313 directory.o dns.o drtables.o enq.o exim.o expand.o filter.o \
314 filtertest.o globals.o dkim.o \
315 header.o host.o ip.o log.o lss.o match.o moan.o \
316 os.o parse.o queue.o \
317 rda.o readconf.o receive.o retry.o rewrite.o rfc2047.o \
318 route.o search.o sieve.o smtp_in.o smtp_out.o spool_in.o spool_out.o \
319 std-crypto.o store.o string.o tls.o tod.o transport.o tree.o verify.o \
321 local_scan.o $(EXIM_PERL) $(OBJ_WITH_CONTENT_SCAN) \
322 $(OBJ_WITH_OLD_DEMIME) $(OBJ_EXPERIMENTAL)
324 exim: buildlookups buildauths pdkim/pdkim.a \
325 buildrouters buildtransports \
326 $(OBJ_EXIM) version.o
327 @echo "$(LNCC) -o exim"
328 $(FE)$(PURIFY) $(LNCC) -o exim $(LFLAGS) $(OBJ_EXIM) version.o \
329 routers/routers.a transports/transports.a lookups/lookups.a \
330 auths/auths.a pdkim/pdkim.a \
331 $(LIBRESOLV) $(LIBS) $(LIBS_EXIM) $(IPV6_LIBS) $(EXTRALIBS) \
332 $(EXTRALIBS_EXIM) $(DBMLIB) $(LOOKUP_LIBS) $(AUTH_LIBS) \
333 $(PERL_LIBS) $(TLS_LIBS) $(PCRE_LIBS) $(LDFLAGS)
334 @if [ x"$(STRIP_COMMAND)" != x"" ]; then \
335 echo $(STRIP_COMMAND) exim; \
336 $(STRIP_COMMAND) exim; \
340 @echo ">>> exim binary built"
343 # The utility for dumping the contents of an exim database
345 OBJ_DUMPDB = exim_dumpdb.o util-os.o util-store.o
347 exim_dumpdb: $(OBJ_DUMPDB)
348 @echo "$(LNCC) -o exim_dumpdb"
349 $(FE)$(LNCC) $(CFLAGS) $(INCLUDE) -o exim_dumpdb $(LFLAGS) $(OBJ_DUMPDB) \
350 $(LIBS) $(EXTRALIBS) $(DBMLIB)
351 @if [ x"$(STRIP_COMMAND)" != x"" ]; then \
352 echo $(STRIP_COMMAND) exim_dumpdb; \
353 $(STRIP_COMMAND) exim_dumpdb; \
355 @echo ">>> exim_dumpdb utility built"
358 # The utility for interrogating/fixing the contents of an exim database
360 OBJ_FIXDB = exim_fixdb.o util-os.o util-store.o
362 exim_fixdb: $(OBJ_FIXDB) buildauths
363 @echo "$(LNCC) -o exim_fixdb"
364 $(FE)$(LNCC) $(CFLAGS) $(INCLUDE) -o exim_fixdb $(LFLAGS) $(OBJ_FIXDB) \
365 auths/auths.a $(LIBS) $(EXTRALIBS) $(DBMLIB)
366 @if [ x"$(STRIP_COMMAND)" != x"" ]; then \
367 echo $(STRIP_COMMAND) exim_fixdb; \
368 $(STRIP_COMMAND) exim_fixdb; \
370 @echo ">>> exim_fixdb utility built"
373 # The utility for tidying the contents of an exim database
375 OBJ_TIDYDB = exim_tidydb.o util-os.o util-store.o
377 exim_tidydb: $(OBJ_TIDYDB)
378 @echo "$(LNCC) -o exim_tidydb"
379 $(FE)$(LNCC) $(CFLAGS) $(INCLUDE) -o exim_tidydb $(LFLAGS) $(OBJ_TIDYDB) \
380 $(LIBS) $(EXTRALIBS) $(DBMLIB)
381 @if [ x"$(STRIP_COMMAND)" != x"" ]; then \
382 echo $(STRIP_COMMAND) exim_tidydb; \
383 $(STRIP_COMMAND) exim_tidydb; \
385 @echo ">>> exim_tidydb utility built"
388 # The utility for building dbm files
390 exim_dbmbuild: exim_dbmbuild.o
391 @echo "$(LNCC) -o exim_dbmbuild"
392 $(FE)$(LNCC) -o exim_dbmbuild $(LFLAGS) exim_dbmbuild.o \
393 $(LIBS) $(EXTRALIBS) $(DBMLIB)
394 @if [ x"$(STRIP_COMMAND)" != x"" ]; then \
395 echo $(STRIP_COMMAND) exim_dbmbuild; \
396 $(STRIP_COMMAND) exim_dbmbuild; \
398 @echo ">>> exim_dbmbuild utility built"
401 # The utility for locking a mailbox while messing around with it
403 exim_lock: exim_lock.c os.h
404 @echo "$(CC) exim_lock.c"
405 $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) exim_lock.c
406 @echo "$(LNCC) -o exim_lock"
407 $(FE)$(LNCC) -o exim_lock $(LFLAGS) exim_lock.o \
409 @if [ x"$(STRIP_COMMAND)" != x"" ]; then \
410 echo $(STRIP_COMMAND) exim_lock; \
411 $(STRIP_COMMAND) exim_lock; \
413 @echo ">>> exim_lock utility built"
416 # The X-based Exim monitor program's binary part. There's a macro for cutting
417 # out the modified TextPop module, because some antique link editors cannot
418 # handle the fact that it is redefining things that are found later in the
421 # Object modules that are the unique Eximon modules
423 MONBIN = em_StripChart.o $(EXIMON_TEXTPOP) em_globals.o em_init.o \
424 em_log.o em_main.o em_menu.o em_queue.o em_strip.o \
427 # The complete modules list also includes some specially compiled versions of
428 # code from the main Exim source tree.
430 OBJ_MONBIN = util-spool_in.o util-store.o util-string.o tod.o tree.o $(MONBIN)
432 eximon.bin: $(EXIMON_EDITME) eximon $(OBJ_MONBIN) \
433 ../exim_monitor/em_version.c
434 @echo "$(CC) exim_monitor/em_version.c"
435 $(FE)$(CC) -o em_version.o -c \
436 $(CFLAGS) $(XINCLUDE) -I. ../exim_monitor/em_version.c
437 @echo "$(LNCC) -o eximon.bin"
438 $(FE)$(PURIFY) $(LNCC) -o eximon.bin em_version.o $(LFLAGS) $(XLFLAGS) \
439 $(OBJ_MONBIN) -lXaw -lXmu -lXt -lXext -lX11 $(PCRE_LIBS) \
440 $(LIBS) $(LIBS_EXIMON) $(EXTRALIBS) $(EXTRALIBS_EXIMON) -lc
441 @if [ x"$(STRIP_COMMAND)" != x"" ]; then \
442 echo $(STRIP_COMMAND) eximon.bin; \
443 $(STRIP_COMMAND) eximon.bin; \
445 @echo ">>> exim monitor binary built"
449 # Compile step for most of the exim modules. HDRS is a list of headers
450 # which cause everthing to be rebuilt. PHDRS is the same, for the use
451 # of routers, transports, and authenticators. I can't find a way of doing this
452 # in one. This list is overkill, but it doesn't really take much time to
453 # rebuild Exim on a modern computer.
466 PHDRS = ../config.h \
479 .c.o:; @echo "$(CC) $*.c"
480 $(FE)$(CC) -c $(CFLAGS) -I. $(INCLUDE) $(IPV6_INCLUDE) $(TLS_INCLUDE) $*.c
482 # Update Exim's version information and build the version object.
485 @../scripts/reversion
489 version.o: $(HDRS) cnumber.h version.h version.c
491 # This is the dummy module for use by test compiles of individual modules. It
492 # contains functions such as log_write() that may be called from bits of Exim
493 # in the tested code.
497 # Compile instructions for perl.o for when EXIM_PERL is set
499 perl.o: $(HDRS) perl.c
500 @echo "$(PERL_CC) perl.c"
501 $(FE)$(PERL_CC) $(PERL_CCOPTS) $(CFLAGS) $(INCLUDE) -c perl.c
503 # Compile instructions for the database utility modules
505 exim_dumpdb.o: $(HDRS) exim_dbutil.c
506 @echo "$(CC) -DEXIM_DUMPDB exim_dbutil.c"
507 $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) \
510 -o exim_dumpdb.o exim_dbutil.c
512 exim_fixdb.o: $(HDRS) exim_dbutil.c
513 @echo "$(CC) -DEXIM_FIXDB exim_dbutil.c"
514 $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) \
517 -o exim_fixdb.o exim_dbutil.c
519 exim_tidydb.o: $(HDRS) exim_dbutil.c
520 @echo "$(CC) -DEXIM_TIDYDB exim_dbutil.c"
521 $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) \
524 -o exim_tidydb.o exim_dbutil.c
526 # Compile instructions for exim_dbmbuild
528 exim_dbmbuild.o: $(HDRS) exim_dbmbuild.c
529 @echo "$(CC) exim_dbmbuild.c"
530 $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) -o exim_dbmbuild.o exim_dbmbuild.c
532 # Utilities use special versions of some modules - typically with debugging
535 util-spool_in.o: $(HDRS) spool_in.c
536 @echo "$(CC) -DCOMPILE_UTILITY spool_in.c"
537 $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) -DCOMPILE_UTILITY -o util-spool_in.o spool_in.c
539 util-store.o: $(HDRS) store.c
540 @echo "$(CC) -DCOMPILE_UTILITY store.c"
541 $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) -DCOMPILE_UTILITY -o util-store.o store.c
543 util-string.o: $(HDRS) string.c
544 @echo "$(CC) -DCOMPILE_UTILITY string.c"
545 $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) -DCOMPILE_UTILITY -o util-string.o string.c
547 util-os.o: $(HDRS) os.c
548 @echo "$(CC) -DCOMPILE_UTILITY os.c"
549 $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) \
552 -DFIND_RUNNING_INTERFACES \
555 # The local scan module depends only on its own special header, and is compiled
556 # from a source whose location is set by configuration.
558 local_scan.o: config local_scan.h ../$(LOCAL_SCAN_SOURCE)
559 @echo "$(CC) local_scan.c"
560 $(FE)$(CC) -c $(CFLAGS) -I. $(INCLUDE) -o local_scan.o ../$(LOCAL_SCAN_SOURCE)
562 # Dependencies for the "ordinary" exim modules
565 child.o: $(HDRS) child.c
566 crypt16.o: $(HDRS) crypt16.c
567 daemon.o: $(HDRS) daemon.c
568 dbfn.o: $(HDRS) dbfn.c
569 debug.o: $(HDRS) debug.c
570 deliver.o: $(HDRS) deliver.c
571 directory.o: $(HDRS) directory.c
574 exim.o: $(HDRS) exim.c
575 expand.o: $(HDRS) expand.c
576 filter.o: $(HDRS) filter.c
577 filtertest.o: $(HDRS) filtertest.c
578 globals.o: $(HDRS) globals.c
579 header.o: $(HDRS) header.c
580 host.o: $(HDRS) host.c
584 match.o: $(HDRS) match.c
585 moan.o: $(HDRS) moan.c
587 parse.o: $(HDRS) parse.c
588 queue.o: $(HDRS) queue.c
590 readconf.o: $(HDRS) readconf.c
591 receive.o: $(HDRS) receive.c
592 retry.o: $(HDRS) retry.c
593 rewrite.o: $(HDRS) rewrite.c
594 rfc2047.o: $(HDRS) rfc2047.c
595 route.o: $(HDRS) route.c
596 search.o: $(HDRS) search.c
597 sieve.o: $(HDRS) sieve.c
598 smtp_in.o: $(HDRS) smtp_in.c
599 smtp_out.o: $(HDRS) smtp_out.c
600 spool_in.o: $(HDRS) spool_in.c
601 spool_out.o: $(HDRS) spool_out.c
602 std-crypto.o: $(HDRS) std-crypto.c
603 store.o: $(HDRS) store.c
604 string.o: $(HDRS) string.c
605 tls.o: $(HDRS) tls.c tls-gnu.c tlscert-gnu.c tls-openssl.c tlscert-openssl.c
607 transport.o: $(HDRS) transport.c
608 tree.o: $(HDRS) tree.c
609 verify.o: $(HDRS) verify.c
610 dkim.o: $(HDRS) dkim.c
612 # Dependencies for WITH_CONTENT_SCAN modules
614 malware.o: $(HDRS) malware.c
615 mime.o: $(HDRS) mime.c
616 regex.o: $(HDRS) regex.c
617 spam.o: $(HDRS) spam.c
618 spool_mbox.o: $(HDRS) spool_mbox.c
621 # Dependencies for WITH_OLD_DEMIME modules
623 demime.o: $(HDRS) demime.c
626 # Dependencies for EXPERIMENTAL_* modules
628 bmi_spam.o: $(HDRS) bmi_spam.c
629 dane.o: $(HDRS) dane.c dane-gnu.c dane-openssl.c
630 dcc.o: $(HDRS) dcc.h dcc.c
631 dmarc.o: $(HDRS) dmarc.h dmarc.c
632 imap_utf7.o: $(HDRS) imap_utf7.c
633 spf.o: $(HDRS) spf.h spf.c
634 srs.o: $(HDRS) srs.h srs.c
635 utf8.o: $(HDRS) utf8.c
637 # The module containing tables of available lookups, routers, auths, and
638 # transports must be rebuilt if any of them are. However, because the makefiles
639 # for the drivers are always run, we don't actually put the dependencies here,
640 # because if we do, some version of "make" (e.g. IRIX) insist on rebuilding
641 # drtables.o even though the .a files haven't in fact been updated. Instead
642 # it is arranged that the lower-level makefiles remove drtables.o when they
643 # rebuild the .a files.
645 drtables.o: $(HDRS) drtables.c
647 # We depend upon object files built as part of building the lookups library
648 # When using parallel make, we don't have the dependency to force building
649 # in the sub-directory unless we force that dependency:
651 $(OBJ_LOOKUPS): buildlookups
653 # The exim monitor's private modules - the sources live in a private
654 # subdirectory. The final binary combines the private modules with some
655 # modules from the main exim binary.
657 em_StripChart.o: ../exim_monitor/em_StripChart.c
658 em_TextPop.o: ../exim_monitor/em_TextPop.c
659 em_globals.o: ../exim_monitor/em_globals.c ../exim_monitor/em_hdr.h
660 em_init.o: ../exim_monitor/em_init.c ../exim_monitor/em_hdr.h
661 em_log.o: ../exim_monitor/em_log.c ../exim_monitor/em_hdr.h
662 em_main.o: ../exim_monitor/em_main.c ../exim_monitor/em_hdr.h
663 em_menu.o: ../exim_monitor/em_menu.c ../exim_monitor/em_hdr.h
664 em_queue.o: ../exim_monitor/em_queue.c ../exim_monitor/em_hdr.h
665 em_strip.o: ../exim_monitor/em_strip.c ../exim_monitor/em_hdr.h
666 em_text.o: ../exim_monitor/em_text.c ../exim_monitor/em_hdr.h
667 em_xs.o: ../exim_monitor/em_xs.c ../exim_monitor/em_hdr.h
668 em_version.o: ../exim_monitor/em_version.c ../exim_monitor/em_hdr.h
670 @echo "$(CC) exim_monitor/`echo $@ | sed 's/o$$/c/'`"
671 $(FE)$(CC) -o $@ -c $(CFLAGS) -I. -I../exim_monitor $(INCLUDE) $(XINCLUDE) \
672 ../exim_monitor/`echo $@ | sed 's/o$$/c/'`
675 # Targets for the various libraries that Exim uses.
677 # The lookups library.
680 @cd lookups && $(MAKE) SHELL=$(SHELL) AR="$(AR)" $(MFLAGS) CC="$(CC)" CFLAGS="$(CFLAGS)" \
681 CFLAGS_DYNAMIC="$(CFLAGS_DYNAMIC)" HDRS="../version.h $(PHDRS)" \
682 FE="$(FE)" RANLIB="$(RANLIB)" RM_COMMAND="$(RM_COMMAND)" \
683 INCLUDE="$(INCLUDE) $(IPV6_INCLUDE) $(TLS_INCLUDE) $(LOOKUP_INCLUDE)"
686 # The routers library.
689 @cd routers && $(MAKE) SHELL=$(SHELL) AR="$(AR)" $(MFLAGS) CC="$(CC)" CFLAGS="$(CFLAGS)" \
690 FE="$(FE)" RANLIB="$(RANLIB)" RM_COMMAND="$(RM_COMMAND)" HDRS="$(PHDRS)" \
691 INCLUDE="$(INCLUDE) $(IPV6_INCLUDE) $(TLS_INCLUDE)"
694 # The transports library.
696 buildtransports: config
697 @cd transports && $(MAKE) SHELL=$(SHELL) AR="$(AR)" $(MFLAGS) CC="$(CC)" CFLAGS="$(CFLAGS)" \
698 FE="$(FE)" RANLIB="$(RANLIB)" RM_COMMAND="$(RM_COMMAND)" HDRS="$(PHDRS)" \
699 INCLUDE="$(INCLUDE) $(IPV6_INCLUDE) $(TLS_INCLUDE)"
702 # The library of authorization modules
705 @cd auths && $(MAKE) SHELL=$(SHELL) AR="$(AR)" $(MFLAGS) CC="$(CC)" CFLAGS="$(CFLAGS)" \
706 FE="$(FE)" RANLIB="$(RANLIB)" RM_COMMAND="$(RM_COMMAND)" HDRS="$(PHDRS)" \
707 INCLUDE="$(INCLUDE) $(IPV6_INCLUDE) $(TLS_INCLUDE)"
712 buildpdkim: pdkim/pdkim.a
713 pdkim/pdkim.a: config
714 @cd pdkim && $(MAKE) SHELL=$(SHELL) AR="$(AR)" $(MFLAGS) CC="$(CC)" CFLAGS="$(CFLAGS)" \
715 FE="$(FE)" RANLIB="$(RANLIB)" RM_COMMAND="$(RM_COMMAND)" HDRS="$(PHDRS)" \
716 INCLUDE="$(INCLUDE) $(IPV6_INCLUDE) $(TLS_INCLUDE)"
719 # The "clean", "install", and "makefile" targets just pass themselves back to
720 # the main Exim makefile. These targets will be obeyed only if "make" is obeyed
721 # for them in the build directory.
723 clean install makefile:; cd ..; $(MAKE) $(MFLAGS) build=$(build) $@
725 # Targets for building stand-alone testing programs for basic testing of
726 # some of the building blocks. These are not integrated with the makefile-
727 # building targets. If you change something that is going to cause the
728 # makefile to be rebuilt, you must run "make makefile" before running one
731 # The testing programs use different versions of some modules - usually
732 # with bits cut out that are not relevant to the test in hand. For those
733 # that are used by several tests, we use a different name.
735 sa-globals.o: $(HDRS) globals.c
736 $(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE -o sa-globals.o globals.c
738 sa-os.o: $(HDRS) os.c
739 $(CC) -c $(CFLAGS) $(INCLUDE) \
740 -DFIND_RUNNING_INTERFACES \
743 # These are the test targets themselves
745 test_dbfn: config.h dbfn.c dummies.o sa-globals.o sa-os.o store.o \
746 string.o tod.o version.o utf8.o
747 $(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE dbfn.c
748 $(LNCC) -o test_dbfn $(LFLAGS) dbfn.o \
749 dummies.o sa-globals.o sa-os.o store.o string.o \
750 tod.o version.o utf8.o $(LIBS) $(DBMLIB) $(LDFLAGS)
753 test_host: config.h child.c host.c dns.c dummies.c sa-globals.o os.o \
754 store.o string.o tod.o tree.o
755 $(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE -DTEST_HOST child.c
756 $(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE -DTEST_HOST host.c
757 $(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE -DTEST_HOST dns.c
758 $(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE -DTEST_HOST dummies.c
759 $(LNCC) -o test_host $(LFLAGS) \
760 host.o child.o dns.o dummies.o sa-globals.o os.o store.o string.o \
761 tod.o tree.o $(LIBS) $(LIBRESOLV)
762 rm -f child.o dummies.o host.o dns.o
764 test_os: os.h os.c dummies.o sa-globals.o store.o string.o tod.o utf8.o
765 $(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE os.c
766 $(LNCC) -o test_os $(LFLAGS) os.o dummies.o \
767 sa-globals.o store.o string.o tod.o utf8.o $(LIBS) $(LDFLAGS)
770 test_parse: config.h parse.c dummies.o sa-globals.o \
771 store.o string.o tod.o version.o utf8.o
772 $(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE parse.c
773 $(LNCC) -o test_parse $(LFLAGS) parse.o \
774 dummies.o sa-globals.o store.o string.o tod.o version.o \
778 test_string: config.h string.c dummies.o sa-globals.o store.o tod.o utf8.o
779 $(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE string.c
780 $(LNCC) -o test_string $(LFLAGS) -DSTAND_ALONE string.o \
781 dummies.o sa-globals.o store.o tod.o utf8.o $(LIBS) $(LDFLAGS)