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