1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# This file is part of Mailfromd.
18# Copyright (C) 2005-2021 Sergey Poznyakoff
19#
20# This program is free software; you can redistribute it and/or modify
21# it under the terms of the GNU General Public License as published by
22# the Free Software Foundation; either version 3, or (at your option)
23# any later version.
24#
25# This program is distributed in the hope that it will be useful,
26# but WITHOUT ANY WARRANTY; without even the implied warranty of
27# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28# GNU General Public License for more details.
29#
30# You should have received a copy of the GNU General Public License
31# along with this program.  If not, see <http://www.gnu.org/licenses/>.
32
33
34
35VPATH = @srcdir@
36am__is_gnu_make = { \
37  if test -z '$(MAKELEVEL)'; then \
38    false; \
39  elif test -n '$(MAKE_HOST)'; then \
40    true; \
41  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
42    true; \
43  else \
44    false; \
45  fi; \
46}
47am__make_running_with_option = \
48  case $${target_option-} in \
49      ?) ;; \
50      *) echo "am__make_running_with_option: internal error: invalid" \
51              "target option '$${target_option-}' specified" >&2; \
52         exit 1;; \
53  esac; \
54  has_opt=no; \
55  sane_makeflags=$$MAKEFLAGS; \
56  if $(am__is_gnu_make); then \
57    sane_makeflags=$$MFLAGS; \
58  else \
59    case $$MAKEFLAGS in \
60      *\\[\ \	]*) \
61        bs=\\; \
62        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
63          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
64    esac; \
65  fi; \
66  skip_next=no; \
67  strip_trailopt () \
68  { \
69    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
70  }; \
71  for flg in $$sane_makeflags; do \
72    test $$skip_next = yes && { skip_next=no; continue; }; \
73    case $$flg in \
74      *=*|--*) continue;; \
75        -*I) strip_trailopt 'I'; skip_next=yes;; \
76      -*I?*) strip_trailopt 'I';; \
77        -*O) strip_trailopt 'O'; skip_next=yes;; \
78      -*O?*) strip_trailopt 'O';; \
79        -*l) strip_trailopt 'l'; skip_next=yes;; \
80      -*l?*) strip_trailopt 'l';; \
81      -[dEDm]) skip_next=yes;; \
82      -[JT]) skip_next=yes;; \
83    esac; \
84    case $$flg in \
85      *$$target_option*) has_opt=yes; break;; \
86    esac; \
87  done; \
88  test $$has_opt = yes
89am__make_dryrun = (target_option=n; $(am__make_running_with_option))
90am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
91pkgdatadir = $(datadir)/@PACKAGE@
92pkgincludedir = $(includedir)/@PACKAGE@
93pkglibdir = $(libdir)/@PACKAGE@
94pkglibexecdir = $(libexecdir)/@PACKAGE@
95am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
96install_sh_DATA = $(install_sh) -c -m 644
97install_sh_PROGRAM = $(install_sh) -c
98install_sh_SCRIPT = $(install_sh) -c
99INSTALL_HEADER = $(INSTALL_DATA)
100transform = $(program_transform_name)
101NORMAL_INSTALL = :
102PRE_INSTALL = :
103POST_INSTALL = :
104NORMAL_UNINSTALL = :
105PRE_UNINSTALL = :
106POST_UNINSTALL = :
107build_triplet = @build@
108host_triplet = @host@
109subdir = src/builtin
110ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
111am__aclocal_m4_deps = $(top_srcdir)/imprimatur/imprimatur.m4 \
112	$(top_srcdir)/am/aggr.m4 $(top_srcdir)/am/debug.m4 \
113	$(top_srcdir)/am/gcc.m4 $(top_srcdir)/am/ipv6.m4 \
114	$(top_srcdir)/am/proctitle.m4 $(top_srcdir)/m4/gettext.m4 \
115	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
116	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
117	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \
118	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
119	$(top_srcdir)/configure.ac
120am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
121	$(ACLOCAL_M4)
122DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
123	$(am__DIST_COMMON)
124mkinstalldirs = $(install_sh) -d
125CONFIG_HEADER = $(top_builddir)/config.h
126CONFIG_CLEAN_FILES =
127CONFIG_CLEAN_VPATH_FILES =
128LIBRARIES = $(noinst_LIBRARIES)
129AR = ar
130ARFLAGS = cru
131AM_V_AR = $(am__v_AR_@AM_V@)
132am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
133am__v_AR_0 = @echo "  AR      " $@;
134am__v_AR_1 =
135libbuiltin_a_AR = $(AR) $(ARFLAGS)
136libbuiltin_a_LIBADD =
137am__objects_1 = body.$(OBJEXT) burst.$(OBJEXT) callout.$(OBJEXT) \
138	ctype.$(OBJEXT) curhdr.$(OBJEXT) db.$(OBJEXT) debug.$(OBJEXT) \
139	dkim.$(OBJEXT) dns.$(OBJEXT) dspam.$(OBJEXT) email.$(OBJEXT) \
140	from.$(OBJEXT) geoip.$(OBJEXT) geoip2.$(OBJEXT) \
141	gethostname.$(OBJEXT) getopt.$(OBJEXT) getpw.$(OBJEXT) \
142	gettext.$(OBJEXT) header.$(OBJEXT) io.$(OBJEXT) \
143	ipaddr.$(OBJEXT) macro.$(OBJEXT) mail.$(OBJEXT) mbox.$(OBJEXT) \
144	mmq.$(OBJEXT) msg.$(OBJEXT) prereq.$(OBJEXT) \
145	progress.$(OBJEXT) rate.$(OBJEXT) rcpt.$(OBJEXT) sa.$(OBJEXT) \
146	sieve.$(OBJEXT) spf.$(OBJEXT) sprintf.$(OBJEXT) \
147	string.$(OBJEXT) syslog.$(OBJEXT) system.$(OBJEXT) \
148	other.$(OBJEXT) vars.$(OBJEXT) qrnt.$(OBJEXT)
149am_libbuiltin_a_OBJECTS = builtin.$(OBJEXT) $(am__objects_1)
150libbuiltin_a_OBJECTS = $(am_libbuiltin_a_OBJECTS)
151AM_V_P = $(am__v_P_@AM_V@)
152am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
153am__v_P_0 = false
154am__v_P_1 = :
155AM_V_GEN = $(am__v_GEN_@AM_V@)
156am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
157am__v_GEN_0 = @echo "  GEN     " $@;
158am__v_GEN_1 =
159AM_V_at = $(am__v_at_@AM_V@)
160am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
161am__v_at_0 = @
162am__v_at_1 =
163DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
164depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
165am__depfiles_maybe = depfiles
166am__mv = mv -f
167COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
168	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
169AM_V_CC = $(am__v_CC_@AM_V@)
170am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
171am__v_CC_0 = @echo "  CC      " $@;
172am__v_CC_1 =
173CCLD = $(CC)
174LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
175AM_V_CCLD = $(am__v_CCLD_@AM_V@)
176am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
177am__v_CCLD_0 = @echo "  CCLD    " $@;
178am__v_CCLD_1 =
179SOURCES = $(libbuiltin_a_SOURCES)
180DIST_SOURCES = $(libbuiltin_a_SOURCES)
181am__can_run_installinfo = \
182  case $$AM_UPDATE_INFO_DIR in \
183    n|no|NO) false;; \
184    *) (install-info --version) >/dev/null 2>&1;; \
185  esac
186am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
187am__vpath_adj = case $$p in \
188    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
189    *) f=$$p;; \
190  esac;
191am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
192am__install_max = 40
193am__nobase_strip_setup = \
194  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
195am__nobase_strip = \
196  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
197am__nobase_list = $(am__nobase_strip_setup); \
198  for p in $$list; do echo "$$p $$p"; done | \
199  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
200  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
201    if (++n[$$2] == $(am__install_max)) \
202      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
203    END { for (dir in files) print dir, files[dir] }'
204am__base_list = \
205  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
206  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
207am__uninstall_files_from_dir = { \
208  test -z "$$files" \
209    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
210    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
211         $(am__cd) "$$dir" && rm -f $$files; }; \
212  }
213am__installdirs = "$(DESTDIR)$(lispdir)"
214lispLISP_INSTALL = $(INSTALL_DATA)
215LISP = $(lisp_LISP)
216HEADERS = $(noinst_HEADERS)
217am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
218# Read a list of newline-separated strings from the standard input,
219# and print each of them once, without duplicates.  Input order is
220# *not* preserved.
221am__uniquify_input = $(AWK) '\
222  BEGIN { nonempty = 0; } \
223  { items[$$0] = 1; nonempty = 1; } \
224  END { if (nonempty) { for (i in items) print i; }; } \
225'
226# Make sure the list of sources is unique.  This is necessary because,
227# e.g., the same source file might be shared among _SOURCES variables
228# for different programs/libraries.
229am__define_uniq_tagged_files = \
230  list='$(am__tagged_files)'; \
231  unique=`for i in $$list; do \
232    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
233  done | $(am__uniquify_input)`
234ETAGS = etags
235CTAGS = ctags
236am__DIST_COMMON = $(srcdir)/Makefile.in \
237	$(top_srcdir)/build-aux/depcomp
238DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
239ACLOCAL = @ACLOCAL@
240AMTAR = @AMTAR@
241AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
242AUTOCONF = @AUTOCONF@
243AUTOHEADER = @AUTOHEADER@
244AUTOM4TE = @AUTOM4TE@
245AUTOMAKE = @AUTOMAKE@
246AWK = @AWK@
247BUILD_SYSLOG_ASYNC = @BUILD_SYSLOG_ASYNC@
248CC = @CC@
249CCDEPMODE = @CCDEPMODE@
250CFLAGS = @CFLAGS@
251CPP = @CPP@
252CPPFLAGS = @CPPFLAGS@
253CYGPATH_W = @CYGPATH_W@
254DEFAULT_DB_TYPE = @DEFAULT_DB_TYPE@
255DEFAULT_DNS_NEGATIVE_EXPIRE_INTERVAL = @DEFAULT_DNS_NEGATIVE_EXPIRE_INTERVAL@
256DEFAULT_EXPIRE_INTERVAL = @DEFAULT_EXPIRE_INTERVAL@
257DEFAULT_EXPIRE_RATES_INTERVAL = @DEFAULT_EXPIRE_RATES_INTERVAL@
258DEFAULT_LOG_FACILITY = @DEFAULT_LOG_FACILITY@
259DEFAULT_PREPROCESSOR = @DEFAULT_PREPROCESSOR@
260DEFAULT_SOCKET = @DEFAULT_SOCKET@
261DEFAULT_STATE_DIR = @DEFAULT_STATE_DIR@
262DEFAULT_SYSLOG_ASYNC = @DEFAULT_SYSLOG_ASYNC@
263DEFAULT_USER = @DEFAULT_USER@
264DEFS = @DEFS@
265DEPDIR = @DEPDIR@
266DSPAM_CFLAGS = @DSPAM_CFLAGS@
267DSPAM_LIBS = @DSPAM_LIBS@
268ECHO_C = @ECHO_C@
269ECHO_N = @ECHO_N@
270ECHO_T = @ECHO_T@
271EGREP = @EGREP@
272EMACS = @EMACS@
273EMACSLOADPATH = @EMACSLOADPATH@
274EXEEXT = @EXEEXT@
275GEOIP2_CFLAGS = @GEOIP2_CFLAGS@
276GEOIP2_LIBS = @GEOIP2_LIBS@
277GEOIP_LIBS = @GEOIP_LIBS@
278GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
279GMSGFMT = @GMSGFMT@
280GMSGFMT_015 = @GMSGFMT_015@
281GREP = @GREP@
282IMPRIMATUR_MAKEINFOFLAGS = @IMPRIMATUR_MAKEINFOFLAGS@
283IMPRIMATUR_MODULE_DIR = @IMPRIMATUR_MODULE_DIR@
284INSTALL = @INSTALL@
285INSTALL_DATA = @INSTALL_DATA@
286INSTALL_PROGRAM = @INSTALL_PROGRAM@
287INSTALL_SCRIPT = @INSTALL_SCRIPT@
288INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
289INTLLIBS = @INTLLIBS@
290INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
291LDFLAGS = @LDFLAGS@
292LEX = @LEX@
293LEXLIB = @LEXLIB@
294LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
295LIBICONV = @LIBICONV@
296LIBINTL = @LIBINTL@
297LIBOBJS = @LIBOBJS@
298LIBS = @LIBS@
299LN_S = @LN_S@
300LTLIBICONV = @LTLIBICONV@
301LTLIBINTL = @LTLIBINTL@
302LTLIBOBJS = @LTLIBOBJS@
303MAILUTILS_BIN = @MAILUTILS_BIN@
304MAILUTILS_CONFIG = @MAILUTILS_CONFIG@
305MAILUTILS_INCLUDES = @MAILUTILS_INCLUDES@
306MAILUTILS_LIBS = @MAILUTILS_LIBS@
307MAILUTILS_VERSION = @MAILUTILS_VERSION@
308MAKEINFO = @MAKEINFO@
309META1_INCLUDES = @META1_INCLUDES@
310META1_LIBS = @META1_LIBS@
311MF_IPV6_SUPPORT = @MF_IPV6_SUPPORT@
312MF_PROCTITLE_LIBS = @MF_PROCTITLE_LIBS@
313MILTER = @MILTER@
314MILTER_INCLUDES = @MILTER_INCLUDES@
315MKDIR_P = @MKDIR_P@
316MSGFMT = @MSGFMT@
317MSGFMT_015 = @MSGFMT_015@
318MSGMERGE = @MSGMERGE@
319NETTLE_LIBS = @NETTLE_LIBS@
320OBJEXT = @OBJEXT@
321PACKAGE = @PACKAGE@
322PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
323PACKAGE_NAME = @PACKAGE_NAME@
324PACKAGE_STRING = @PACKAGE_STRING@
325PACKAGE_TARNAME = @PACKAGE_TARNAME@
326PACKAGE_URL = @PACKAGE_URL@
327PACKAGE_VERSION = @PACKAGE_VERSION@
328PATH_SEPARATOR = @PATH_SEPARATOR@
329PKG_CONFIG = @PKG_CONFIG@
330PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
331PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
332POSUB = @POSUB@
333PPBIN = @PPBIN@
334PP_SETUP_FILE = @PP_SETUP_FILE@
335PTHREAD_LIBRARIES = @PTHREAD_LIBRARIES@
336RANLIB = @RANLIB@
337READLINE_LIBS = @READLINE_LIBS@
338RENDITION = @RENDITION@
339SED = @SED@
340SET_MAKE = @SET_MAKE@
341SHELL = @SHELL@
342STRIP = @STRIP@
343USE_NLS = @USE_NLS@
344VERSION = @VERSION@
345XGETTEXT = @XGETTEXT@
346XGETTEXT_015 = @XGETTEXT_015@
347XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
348YACC = @YACC@
349YFLAGS = @YFLAGS@
350abs_builddir = @abs_builddir@
351abs_srcdir = @abs_srcdir@
352abs_top_builddir = @abs_top_builddir@
353abs_top_srcdir = @abs_top_srcdir@
354ac_ct_CC = @ac_ct_CC@
355am__include = @am__include@
356am__leading_dot = @am__leading_dot@
357am__quote = @am__quote@
358am__tar = @am__tar@
359am__untar = @am__untar@
360bindir = @bindir@
361build = @build@
362build_alias = @build_alias@
363build_cpu = @build_cpu@
364build_os = @build_os@
365build_vendor = @build_vendor@
366builddir = @builddir@
367datadir = @datadir@
368datarootdir = @datarootdir@
369docdir = @docdir@
370dvidir = @dvidir@
371exec_prefix = @exec_prefix@
372host = @host@
373host_alias = @host_alias@
374host_cpu = @host_cpu@
375host_os = @host_os@
376host_vendor = @host_vendor@
377htmldir = @htmldir@
378includedir = @includedir@
379infodir = @infodir@
380install_sh = @install_sh@
381libdir = @libdir@
382libexecdir = @libexecdir@
383lisp_LISP = @lisp_LISP@
384lispdir = @lispdir@
385localedir = @localedir@
386localstatedir = @localstatedir@
387mandir = @mandir@
388mkdir_p = @mkdir_p@
389oldincludedir = @oldincludedir@
390pdfdir = @pdfdir@
391prefix = @prefix@
392program_transform_name = @program_transform_name@
393psdir = @psdir@
394sbindir = @sbindir@
395sharedstatedir = @sharedstatedir@
396srcdir = @srcdir@
397sysconfdir = @sysconfdir@
398target_alias = @target_alias@
399top_build_prefix = @top_build_prefix@
400top_builddir = @top_builddir@
401top_srcdir = @top_srcdir@
402noinst_LIBRARIES = libbuiltin.a
403noinst_HEADERS = builtin.h  msg.h
404BI_FILES = \
405 body.bi\
406 burst.bi\
407 callout.bi\
408 ctype.bi\
409 curhdr.bi\
410 db.bi\
411 debug.bi\
412 dkim.bi\
413 dns.bi\
414 dspam.bi\
415 email.bi\
416 from.bi\
417 geoip.bi\
418 geoip2.bi\
419 gethostname.bi\
420 getopt.bi\
421 getpw.bi\
422 gettext.bi\
423 header.bi\
424 io.bi\
425 ipaddr.bi\
426 macro.bi\
427 mail.bi\
428 mbox.bi\
429 mmq.bi\
430 msg.bi\
431 prereq.bi\
432 progress.bi\
433 rate.bi\
434 rcpt.bi\
435 sa.bi\
436 sieve.bi\
437 spf.bi\
438 sprintf.bi\
439 string.bi\
440 syslog.bi\
441 system.bi\
442 other.bi\
443 vars.bi\
444 qrnt.bi
445
446libbuiltin_a_SOURCES = builtin.c $(BI_FILES:.bi=.c)
447EXTRA_DIST = \
448 $(BI_FILES)\
449 builtin.def\
450 builtin.h\
451 init.m4\
452 snarf.m4
453
454BUILT_SOURCES = \
455 $(BI_FILES:.bi=.c)\
456 builtin.h
457
458AM_CPPFLAGS = \
459 $(MAILUTILS_INCLUDES)\
460 $(MU_COMMON_INCLUDES)\
461 -I$(top_srcdir)/lib\
462 $(MILTER_INCLUDES)\
463 -I$(top_srcdir)/src\
464 -I$(top_srcdir)\
465 $(DSPAM_CFLAGS)
466
467SUFFIXES = .bi .c .def .h .mfi .mf
468M4 = m4
469all: $(BUILT_SOURCES)
470	$(MAKE) $(AM_MAKEFLAGS) all-am
471
472.SUFFIXES:
473.SUFFIXES: .bi .c .def .h .mfi .mf .el .elc .o .obj
474$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
475	@for dep in $?; do \
476	  case '$(am__configure_deps)' in \
477	    *$$dep*) \
478	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
479	        && { if test -f $@; then exit 0; else break; fi; }; \
480	      exit 1;; \
481	  esac; \
482	done; \
483	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits src/builtin/Makefile'; \
484	$(am__cd) $(top_srcdir) && \
485	  $(AUTOMAKE) --gnits src/builtin/Makefile
486Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
487	@case '$?' in \
488	  *config.status*) \
489	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
490	  *) \
491	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
492	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
493	esac;
494
495$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
496	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
497
498$(top_srcdir)/configure:  $(am__configure_deps)
499	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
500$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
501	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
502$(am__aclocal_m4_deps):
503
504clean-noinstLIBRARIES:
505	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
506
507libbuiltin.a: $(libbuiltin_a_OBJECTS) $(libbuiltin_a_DEPENDENCIES) $(EXTRA_libbuiltin_a_DEPENDENCIES)
508	$(AM_V_at)-rm -f libbuiltin.a
509	$(AM_V_AR)$(libbuiltin_a_AR) libbuiltin.a $(libbuiltin_a_OBJECTS) $(libbuiltin_a_LIBADD)
510	$(AM_V_at)$(RANLIB) libbuiltin.a
511
512mostlyclean-compile:
513	-rm -f *.$(OBJEXT)
514
515distclean-compile:
516	-rm -f *.tab.c
517
518@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/body.Po@am__quote@
519@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/builtin.Po@am__quote@
520@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burst.Po@am__quote@
521@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callout.Po@am__quote@
522@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctype.Po@am__quote@
523@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curhdr.Po@am__quote@
524@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db.Po@am__quote@
525@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Po@am__quote@
526@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dkim.Po@am__quote@
527@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns.Po@am__quote@
528@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dspam.Po@am__quote@
529@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/email.Po@am__quote@
530@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/from.Po@am__quote@
531@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geoip.Po@am__quote@
532@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geoip2.Po@am__quote@
533@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gethostname.Po@am__quote@
534@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
535@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getpw.Po@am__quote@
536@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gettext.Po@am__quote@
537@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/header.Po@am__quote@
538@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io.Po@am__quote@
539@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipaddr.Po@am__quote@
540@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/macro.Po@am__quote@
541@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mail.Po@am__quote@
542@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbox.Po@am__quote@
543@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmq.Po@am__quote@
544@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msg.Po@am__quote@
545@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/other.Po@am__quote@
546@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prereq.Po@am__quote@
547@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progress.Po@am__quote@
548@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qrnt.Po@am__quote@
549@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rate.Po@am__quote@
550@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rcpt.Po@am__quote@
551@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sa.Po@am__quote@
552@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve.Po@am__quote@
553@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spf.Po@am__quote@
554@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprintf.Po@am__quote@
555@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/string.Po@am__quote@
556@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syslog.Po@am__quote@
557@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/system.Po@am__quote@
558@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vars.Po@am__quote@
559
560.c.o:
561@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
562@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
563@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
564@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
565@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
566
567.c.obj:
568@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
569@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
570@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
571@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
572@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
573
574.el.elc:
575	if test "$(EMACS)" != "no"; then \
576	  am__dir=. am__subdir_includes=''; \
577	  case $@ in */*) \
578	    am__dir=`echo '$@' | sed 's,/[^/]*$$,,'`; \
579	    am__subdir_includes="-L $$am__dir -L $(srcdir)/$$am__dir"; \
580	  esac; \
581	  test -d "$$am__dir" || $(MKDIR_P) "$$am__dir" || exit 1; \
582	  $(EMACS) --batch \
583	    $(AM_ELCFLAGS) $(ELCFLAGS) \
584	    $$am__subdir_includes -L $(builddir) -L $(srcdir) \
585	    --eval "(defun byte-compile-dest-file (f) \"$@\")" \
586	    --eval "(unless (byte-compile-file \"$<\") (kill-emacs 1))"; \
587	else :; fi
588
589install-lispLISP: $(lisp_LISP) $(ELCFILES)
590	@$(NORMAL_INSTALL)
591	@if test "$(EMACS)" != no && test -n "$(lispdir)"; then \
592	  list='$(lisp_LISP)'; \
593	  if test -n "$$list"; then \
594	    echo " $(MKDIR_P) '$(DESTDIR)$(lispdir)'"; \
595	    $(MKDIR_P) "$(DESTDIR)$(lispdir)" || exit 1; \
596	  fi; \
597	  for p in $$list; do \
598	    if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
599	    $(am__strip_dir) \
600	    echo " $(lispLISP_INSTALL) '$$d$$p' '$(DESTDIR)$(lispdir)/$$f'"; \
601	    $(lispLISP_INSTALL) "$$d$$p" "$(DESTDIR)$(lispdir)/$$f" || exit $$?; \
602	    if test -f $${p}c; then \
603	      echo " $(lispLISP_INSTALL) '$${p}c' '$(DESTDIR)$(lispdir)/$${f}c'"; \
604	      $(lispLISP_INSTALL) "$${p}c" "$(DESTDIR)$(lispdir)/$${f}c" || exit $$?; \
605	    else : ; fi; \
606	  done; \
607	else : ; fi
608
609uninstall-lispLISP:
610	@$(NORMAL_UNINSTALL)
611	@test "$(EMACS)" != no && test -n "$(lispdir)" || exit 0; \
612	list='$(lisp_LISP)'; \
613	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
614	files="$$files "`echo "$$files" | sed 's|$$|c|'`; \
615	dir='$(DESTDIR)$(lispdir)'; $(am__uninstall_files_from_dir)
616
617clean-lisp:
618	-rm -f $(ELCFILES)
619
620ID: $(am__tagged_files)
621	$(am__define_uniq_tagged_files); mkid -fID $$unique
622tags: tags-am
623TAGS: tags
624
625tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
626	set x; \
627	here=`pwd`; \
628	$(am__define_uniq_tagged_files); \
629	shift; \
630	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
631	  test -n "$$unique" || unique=$$empty_fix; \
632	  if test $$# -gt 0; then \
633	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
634	      "$$@" $$unique; \
635	  else \
636	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
637	      $$unique; \
638	  fi; \
639	fi
640ctags: ctags-am
641
642CTAGS: ctags
643ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
644	$(am__define_uniq_tagged_files); \
645	test -z "$(CTAGS_ARGS)$$unique" \
646	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
647	     $$unique
648
649GTAGS:
650	here=`$(am__cd) $(top_builddir) && pwd` \
651	  && $(am__cd) $(top_srcdir) \
652	  && gtags -i $(GTAGS_ARGS) "$$here"
653cscopelist: cscopelist-am
654
655cscopelist-am: $(am__tagged_files)
656	list='$(am__tagged_files)'; \
657	case "$(srcdir)" in \
658	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
659	  *) sdir=$(subdir)/$(srcdir) ;; \
660	esac; \
661	for i in $$list; do \
662	  if test -f "$$i"; then \
663	    echo "$(subdir)/$$i"; \
664	  else \
665	    echo "$$sdir/$$i"; \
666	  fi; \
667	done >> $(top_builddir)/cscope.files
668
669distclean-tags:
670	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
671
672distdir: $(DISTFILES)
673	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
674	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
675	list='$(DISTFILES)'; \
676	  dist_files=`for file in $$list; do echo $$file; done | \
677	  sed -e "s|^$$srcdirstrip/||;t" \
678	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
679	case $$dist_files in \
680	  */*) $(MKDIR_P) `echo "$$dist_files" | \
681			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
682			   sort -u` ;; \
683	esac; \
684	for file in $$dist_files; do \
685	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
686	  if test -d $$d/$$file; then \
687	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
688	    if test -d "$(distdir)/$$file"; then \
689	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
690	    fi; \
691	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
692	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
693	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
694	    fi; \
695	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
696	  else \
697	    test -f "$(distdir)/$$file" \
698	    || cp -p $$d/$$file "$(distdir)/$$file" \
699	    || exit 1; \
700	  fi; \
701	done
702check-am: all-am
703check: $(BUILT_SOURCES)
704	$(MAKE) $(AM_MAKEFLAGS) check-am
705all-am: Makefile $(LIBRARIES) $(LISP) $(HEADERS)
706installdirs:
707	for dir in "$(DESTDIR)$(lispdir)"; do \
708	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
709	done
710install: $(BUILT_SOURCES)
711	$(MAKE) $(AM_MAKEFLAGS) install-am
712install-exec: install-exec-am
713install-data: install-data-am
714uninstall: uninstall-am
715
716install-am: all-am
717	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
718
719installcheck: installcheck-am
720install-strip:
721	if test -z '$(STRIP)'; then \
722	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
723	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
724	      install; \
725	else \
726	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
727	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
728	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
729	fi
730mostlyclean-generic:
731
732clean-generic:
733
734distclean-generic:
735	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
736	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
737
738maintainer-clean-generic:
739	@echo "This command is intended for maintainers to use"
740	@echo "it deletes files that may require special tools to rebuild."
741	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
742clean: clean-am
743
744clean-am: clean-generic clean-lisp clean-noinstLIBRARIES \
745	mostlyclean-am
746
747distclean: distclean-am
748	-rm -rf ./$(DEPDIR)
749	-rm -f Makefile
750distclean-am: clean-am distclean-compile distclean-generic \
751	distclean-tags
752
753dvi: dvi-am
754
755dvi-am:
756
757html: html-am
758
759html-am:
760
761info: info-am
762
763info-am:
764
765install-data-am: install-lispLISP
766
767install-dvi: install-dvi-am
768
769install-dvi-am:
770
771install-exec-am:
772
773install-html: install-html-am
774
775install-html-am:
776
777install-info: install-info-am
778
779install-info-am:
780
781install-man:
782
783install-pdf: install-pdf-am
784
785install-pdf-am:
786
787install-ps: install-ps-am
788
789install-ps-am:
790
791installcheck-am:
792
793maintainer-clean: maintainer-clean-am
794	-rm -rf ./$(DEPDIR)
795	-rm -f Makefile
796maintainer-clean-am: distclean-am maintainer-clean-generic
797
798mostlyclean: mostlyclean-am
799
800mostlyclean-am: mostlyclean-compile mostlyclean-generic
801
802pdf: pdf-am
803
804pdf-am:
805
806ps: ps-am
807
808ps-am:
809
810uninstall-am: uninstall-lispLISP
811
812.MAKE: all check install install-am install-strip
813
814.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
815	clean-lisp clean-noinstLIBRARIES cscopelist-am ctags ctags-am \
816	distclean distclean-compile distclean-generic distclean-tags \
817	distdir dvi dvi-am html html-am info info-am install \
818	install-am install-data install-data-am install-dvi \
819	install-dvi-am install-exec install-exec-am install-html \
820	install-html-am install-info install-info-am install-lispLISP \
821	install-man install-pdf install-pdf-am install-ps \
822	install-ps-am install-strip installcheck installcheck-am \
823	installdirs maintainer-clean maintainer-clean-generic \
824	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
825	ps ps-am tags tags-am uninstall uninstall-am \
826	uninstall-lispLISP
827
828.PRECIOUS: Makefile
829
830
831builtin.h: Makefile.am builtin.def init.m4
832
833$(BI_FILES:.bi=.c): snarf.m4 init.m4
834
835.bi.c:
836	$(AM_V_GEN)$(M4) --prefix -s $(top_srcdir)/src/builtin/snarf.m4 $< > $@
837
838.def.h:
839	$(AM_V_GEN) $(M4) --prefix $(top_srcdir)/src/builtin/init.m4 $(BI_FILES) $< > $@
840
841# Tell versions [3.59,3.63) of GNU make to not export all variables.
842# Otherwise a system limit (for SysV at least) may be exceeded.
843.NOEXPORT:
844