1# Makefile.in generated by automake 1.13.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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#AUTOMAKE_OPTIONS = foreign
18
19VPATH = @srcdir@
20am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
21am__make_running_with_option = \
22  case $${target_option-} in \
23      ?) ;; \
24      *) echo "am__make_running_with_option: internal error: invalid" \
25              "target option '$${target_option-}' specified" >&2; \
26         exit 1;; \
27  esac; \
28  has_opt=no; \
29  sane_makeflags=$$MAKEFLAGS; \
30  if $(am__is_gnu_make); then \
31    sane_makeflags=$$MFLAGS; \
32  else \
33    case $$MAKEFLAGS in \
34      *\\[\ \	]*) \
35        bs=\\; \
36        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
37          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
38    esac; \
39  fi; \
40  skip_next=no; \
41  strip_trailopt () \
42  { \
43    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
44  }; \
45  for flg in $$sane_makeflags; do \
46    test $$skip_next = yes && { skip_next=no; continue; }; \
47    case $$flg in \
48      *=*|--*) continue;; \
49        -*I) strip_trailopt 'I'; skip_next=yes;; \
50      -*I?*) strip_trailopt 'I';; \
51        -*O) strip_trailopt 'O'; skip_next=yes;; \
52      -*O?*) strip_trailopt 'O';; \
53        -*l) strip_trailopt 'l'; skip_next=yes;; \
54      -*l?*) strip_trailopt 'l';; \
55      -[dEDm]) skip_next=yes;; \
56      -[JT]) skip_next=yes;; \
57    esac; \
58    case $$flg in \
59      *$$target_option*) has_opt=yes; break;; \
60    esac; \
61  done; \
62  test $$has_opt = yes
63am__make_dryrun = (target_option=n; $(am__make_running_with_option))
64am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
65pkgdatadir = $(datadir)/@PACKAGE@
66pkgincludedir = $(includedir)/@PACKAGE@
67pkglibdir = $(libdir)/@PACKAGE@
68pkglibexecdir = $(libexecdir)/@PACKAGE@
69am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
70install_sh_DATA = $(install_sh) -c -m 644
71install_sh_PROGRAM = $(install_sh) -c
72install_sh_SCRIPT = $(install_sh) -c
73INSTALL_HEADER = $(INSTALL_DATA)
74transform = $(program_transform_name)
75NORMAL_INSTALL = :
76PRE_INSTALL = :
77POST_INSTALL = :
78NORMAL_UNINSTALL = :
79PRE_UNINSTALL = :
80POST_UNINSTALL = :
81build_triplet = @build@
82host_triplet = @host@
83subdir = libopendkim/docs
84DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85	$(dist_doc_DATA)
86ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87am__aclocal_m4_deps = $(top_srcdir)/m4/ac_pthread.m4 \
88	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
89	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
90	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
91am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92	$(ACLOCAL_M4)
93mkinstalldirs = $(install_sh) -d
94CONFIG_HEADER = $(top_builddir)/build-config.h
95CONFIG_CLEAN_FILES =
96CONFIG_CLEAN_VPATH_FILES =
97AM_V_P = $(am__v_P_@AM_V@)
98am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
99am__v_P_0 = false
100am__v_P_1 = :
101AM_V_GEN = $(am__v_GEN_@AM_V@)
102am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
103am__v_GEN_0 = @echo "  GEN     " $@;
104am__v_GEN_1 =
105AM_V_at = $(am__v_at_@AM_V@)
106am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
107am__v_at_0 = @
108am__v_at_1 =
109SOURCES =
110DIST_SOURCES =
111am__can_run_installinfo = \
112  case $$AM_UPDATE_INFO_DIR in \
113    n|no|NO) false;; \
114    *) (install-info --version) >/dev/null 2>&1;; \
115  esac
116am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
117am__vpath_adj = case $$p in \
118    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
119    *) f=$$p;; \
120  esac;
121am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
122am__install_max = 40
123am__nobase_strip_setup = \
124  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
125am__nobase_strip = \
126  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
127am__nobase_list = $(am__nobase_strip_setup); \
128  for p in $$list; do echo "$$p $$p"; done | \
129  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
130  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
131    if (++n[$$2] == $(am__install_max)) \
132      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
133    END { for (dir in files) print dir, files[dir] }'
134am__base_list = \
135  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
136  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
137am__uninstall_files_from_dir = { \
138  test -z "$$files" \
139    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
140    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
141         $(am__cd) "$$dir" && rm -f $$files; }; \
142  }
143am__installdirs = "$(DESTDIR)$(docdir)"
144DATA = $(dist_doc_DATA)
145am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
146DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
147ACLOCAL = @ACLOCAL@
148AMTAR = @AMTAR@
149AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
150AR = @AR@
151ATPS_MANNOTICE = @ATPS_MANNOTICE@
152AUTOCONF = @AUTOCONF@
153AUTOHEADER = @AUTOHEADER@
154AUTOMAKE = @AUTOMAKE@
155AWK = @AWK@
156CC = @CC@
157CCDEPMODE = @CCDEPMODE@
158CFLAGS = @CFLAGS@
159COV_CFLAGS = @COV_CFLAGS@
160COV_LDFLAGS = @COV_LDFLAGS@
161COV_LIBADD = @COV_LIBADD@
162CPP = @CPP@
163CPPFLAGS = @CPPFLAGS@
164CURL_CFLAGS = @CURL_CFLAGS@
165CURL_CPPFLAGS = @CURL_CPPFLAGS@
166CURL_LDFLAGS = @CURL_LDFLAGS@
167CURL_LIBS = @CURL_LIBS@
168CYGPATH_W = @CYGPATH_W@
169DB_HANDLE_POOLS_MANNOTICE = @DB_HANDLE_POOLS_MANNOTICE@
170DEFAULT_SENDER_MANNOTICE = @DEFAULT_SENDER_MANNOTICE@
171DEFS = @DEFS@
172DEPDIR = @DEPDIR@
173DIFFHEADERS_MANNOTICE = @DIFFHEADERS_MANNOTICE@
174DLLTOOL = @DLLTOOL@
175DOMAIN = @DOMAIN@
176DSYMUTIL = @DSYMUTIL@
177DUMPBIN = @DUMPBIN@
178ECHO_C = @ECHO_C@
179ECHO_N = @ECHO_N@
180ECHO_T = @ECHO_T@
181EGREP = @EGREP@
182EXEEXT = @EXEEXT@
183FGREP = @FGREP@
184GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
185GNUTLS_LIBS = @GNUTLS_LIBS@
186GREP = @GREP@
187HEX_VERSION = @HEX_VERSION@
188IDENTITY_HEADER_MANNOTICE = @IDENTITY_HEADER_MANNOTICE@
189INSTALL = @INSTALL@
190INSTALL_DATA = @INSTALL_DATA@
191INSTALL_PROGRAM = @INSTALL_PROGRAM@
192INSTALL_SCRIPT = @INSTALL_SCRIPT@
193INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
194LD = @LD@
195LDAP_CACHING_MANNOTICE = @LDAP_CACHING_MANNOTICE@
196LDFLAGS = @LDFLAGS@
197LIBCRYPTO_CFLAGS = @LIBCRYPTO_CFLAGS@
198LIBCRYPTO_CPPFLAGS = @LIBCRYPTO_CPPFLAGS@
199LIBCRYPTO_LIBDIRS = @LIBCRYPTO_LIBDIRS@
200LIBCRYPTO_LIBS = @LIBCRYPTO_LIBS@
201LIBCURL_MANNOTICE = @LIBCURL_MANNOTICE@
202LIBDB_INCDIRS = @LIBDB_INCDIRS@
203LIBDB_LIBDIRS = @LIBDB_LIBDIRS@
204LIBDB_LIBS = @LIBDB_LIBS@
205LIBDL_LIBS = @LIBDL_LIBS@
206LIBERL_INCDIRS = @LIBERL_INCDIRS@
207LIBERL_LIBDIRS = @LIBERL_LIBDIRS@
208LIBERL_LIBS = @LIBERL_LIBS@
209LIBERL_MANNOTICE = @LIBERL_MANNOTICE@
210LIBEVENT_LIBDIRS = @LIBEVENT_LIBDIRS@
211LIBEVENT_LIBS = @LIBEVENT_LIBS@
212LIBJANSSON_CFLAGS = @LIBJANSSON_CFLAGS@
213LIBJANSSON_CPPFLAGS = @LIBJANSSON_CPPFLAGS@
214LIBJANSSON_LDFLAGS = @LIBJANSSON_LDFLAGS@
215LIBJANSSON_LIBS = @LIBJANSSON_LIBS@
216LIBLDNS_LIBDIRS = @LIBLDNS_LIBDIRS@
217LIBLDNS_LIBS = @LIBLDNS_LIBS@
218LIBLUA_CFLAGS = @LIBLUA_CFLAGS@
219LIBLUA_INCDIRS = @LIBLUA_INCDIRS@
220LIBLUA_LIBDIRS = @LIBLUA_LIBDIRS@
221LIBLUA_LIBS = @LIBLUA_LIBS@
222LIBMDB_CPPFLAGS = @LIBMDB_CPPFLAGS@
223LIBMDB_LIBS = @LIBMDB_LIBS@
224LIBMEMCACHED_CFLAGS = @LIBMEMCACHED_CFLAGS@
225LIBMEMCACHED_INCDIRS = @LIBMEMCACHED_INCDIRS@
226LIBMEMCACHED_LIBDIRS = @LIBMEMCACHED_LIBDIRS@
227LIBMEMCACHED_LIBS = @LIBMEMCACHED_LIBS@
228LIBMEMCACHED_MANNOTICE = @LIBMEMCACHED_MANNOTICE@
229LIBMILTER_INCDIRS = @LIBMILTER_INCDIRS@
230LIBMILTER_LIBDIRS = @LIBMILTER_LIBDIRS@
231LIBMILTER_LIBS = @LIBMILTER_LIBS@
232LIBNSL_LIBS = @LIBNSL_LIBS@
233LIBOBJS = @LIBOBJS@
234LIBODBX_CFLAGS = @LIBODBX_CFLAGS@
235LIBODBX_CPPFLAGS = @LIBODBX_CPPFLAGS@
236LIBODBX_LDFLAGS = @LIBODBX_LDFLAGS@
237LIBODBX_LIBS = @LIBODBX_LIBS@
238LIBOPENDKIM_INC = @LIBOPENDKIM_INC@
239LIBOPENDKIM_LIBS = @LIBOPENDKIM_LIBS@
240LIBOPENDKIM_LIBS_PKG = @LIBOPENDKIM_LIBS_PKG@
241LIBOPENDKIM_VERSION_INFO = @LIBOPENDKIM_VERSION_INFO@
242LIBRESOLV = @LIBRESOLV@
243LIBRRD_MANNOTICE = @LIBRRD_MANNOTICE@
244LIBS = @LIBS@
245LIBTOOL = @LIBTOOL@
246LIBTRE_CFLAGS = @LIBTRE_CFLAGS@
247LIBTRE_CPPFLAGS = @LIBTRE_CPPFLAGS@
248LIBTRE_LIBS = @LIBTRE_LIBS@
249LIBUNBOUND_INCDIRS = @LIBUNBOUND_INCDIRS@
250LIBUNBOUND_LIBDIRS = @LIBUNBOUND_LIBDIRS@
251LIBUNBOUND_LIBS = @LIBUNBOUND_LIBS@
252LIPO = @LIPO@
253LN_S = @LN_S@
254LTLIBOBJS = @LTLIBOBJS@
255LUA_MANNOTICE = @LUA_MANNOTICE@
256MAKEINFO = @MAKEINFO@
257MANIFEST_TOOL = @MANIFEST_TOOL@
258MKDIR_P = @MKDIR_P@
259NM = @NM@
260NMEDIT = @NMEDIT@
261OBJDUMP = @OBJDUMP@
262OBJEXT = @OBJEXT@
263OPENLDAP_CFLAGS = @OPENLDAP_CFLAGS@
264OPENLDAP_CPPFLAGS = @OPENLDAP_CPPFLAGS@
265OPENLDAP_LIBS = @OPENLDAP_LIBS@
266OTOOL = @OTOOL@
267OTOOL64 = @OTOOL64@
268PACKAGE = @PACKAGE@
269PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
270PACKAGE_NAME = @PACKAGE_NAME@
271PACKAGE_STRING = @PACKAGE_STRING@
272PACKAGE_TARNAME = @PACKAGE_TARNAME@
273PACKAGE_URL = @PACKAGE_URL@
274PACKAGE_VERSION = @PACKAGE_VERSION@
275PATH_SEPARATOR = @PATH_SEPARATOR@
276PKG_CONFIG = @PKG_CONFIG@
277PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
278PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
279POLL_MANNOTICE = @POLL_MANNOTICE@
280POPAUTH_MANNOTICE = @POPAUTH_MANNOTICE@
281POSTGRESQL_RECONNECT_HACK_MANNOTICE = @POSTGRESQL_RECONNECT_HACK_MANNOTICE@
282PTHREAD_CC = @PTHREAD_CC@
283PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
284PTHREAD_LIBS = @PTHREAD_LIBS@
285QUERY_CACHE_MANNOTICE = @QUERY_CACHE_MANNOTICE@
286RANLIB = @RANLIB@
287RATE_LIMIT_MANNOTICE = @RATE_LIMIT_MANNOTICE@
288RBL_MANNOTICE = @RBL_MANNOTICE@
289REPLACE_RULES_MANNOTICE = @REPLACE_RULES_MANNOTICE@
290REPRRD_MANNOTICE = @REPRRD_MANNOTICE@
291REPUTATION_MANNOTICE = @REPUTATION_MANNOTICE@
292RESIGN_MANNOTICE = @RESIGN_MANNOTICE@
293RRDTOOL_CFLAGS = @RRDTOOL_CFLAGS@
294RRDTOOL_LIBS = @RRDTOOL_LIBS@
295SASL_CFLAGS = @SASL_CFLAGS@
296SASL_CPPFLAGS = @SASL_CPPFLAGS@
297SASL_LIBS = @SASL_LIBS@
298SED = @SED@
299SENDER_MACRO_MANNOTICE = @SENDER_MACRO_MANNOTICE@
300SENDMAIL_PATH = @SENDMAIL_PATH@
301SET_MAKE = @SET_MAKE@
302SHELL = @SHELL@
303SOCKETDB_MANNOTICE = @SOCKETDB_MANNOTICE@
304SPECBINDIR = @SPECBINDIR@
305SPECBUILDREQUIRES = @SPECBUILDREQUIRES@
306SPECCONFIGURE = @SPECCONFIGURE@
307SPECREQUIRES = @SPECREQUIRES@
308SQL_BACKEND = @SQL_BACKEND@
309STATSEXT_MANNOTICE = @STATSEXT_MANNOTICE@
310STATS_MANNOTICE = @STATS_MANNOTICE@
311STRIP = @STRIP@
312SYSCONFDIR = @SYSCONFDIR@
313TESTSOCKET = @TESTSOCKET@
314UNBOUND_MANNOTICE = @UNBOUND_MANNOTICE@
315VBR_MANNOTICE = @VBR_MANNOTICE@
316VERSION = @VERSION@
317abs_builddir = @abs_builddir@
318abs_srcdir = @abs_srcdir@
319abs_top_builddir = @abs_top_builddir@
320abs_top_srcdir = @abs_top_srcdir@
321ac_ct_AR = @ac_ct_AR@
322ac_ct_CC = @ac_ct_CC@
323ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
324am__include = @am__include@
325am__leading_dot = @am__leading_dot@
326am__quote = @am__quote@
327am__tar = @am__tar@
328am__untar = @am__untar@
329ax_pthread_config = @ax_pthread_config@
330bindir = @bindir@
331build = @build@
332build_alias = @build_alias@
333build_cpu = @build_cpu@
334build_os = @build_os@
335build_vendor = @build_vendor@
336builddir = @builddir@
337datadir = @datadir@
338datarootdir = @datarootdir@
339docdir = @docdir@
340domainname = @domainname@
341dvidir = @dvidir@
342exec_prefix = @exec_prefix@
343hascc = @hascc@
344hasgcc = @hasgcc@
345hasgcov = @hasgcov@
346hasgprof = @hasgprof@
347haslcov = @haslcov@
348hasrrdtool = @hasrrdtool@
349host = @host@
350host_alias = @host_alias@
351host_cpu = @host_cpu@
352host_os = @host_os@
353host_vendor = @host_vendor@
354htmldir = @htmldir@
355includedir = @includedir@
356infodir = @infodir@
357install_sh = @install_sh@
358libdir = @libdir@
359libexecdir = @libexecdir@
360localedir = @localedir@
361localstatedir = @localstatedir@
362mandir = @mandir@
363mkdir_p = @mkdir_p@
364oldincludedir = @oldincludedir@
365pdfdir = @pdfdir@
366prefix = @prefix@
367program_transform_name = @program_transform_name@
368psdir = @psdir@
369sbindir = @sbindir@
370sharedstatedir = @sharedstatedir@
371srcdir = @srcdir@
372sysconfdir = @sysconfdir@
373target_alias = @target_alias@
374top_build_prefix = @top_build_prefix@
375top_builddir = @top_builddir@
376top_srcdir = @top_srcdir@
377dist_doc_DATA = dkim.html \
378	dkim_add_querymethod.html \
379	dkim_add_xtag.html \
380	dkim_alg_t.html \
381	dkim_atps_check.html \
382	dkim_atps_t.html \
383	dkim_body.html \
384	dkim_canon_t.html \
385	dkim_cbstat.html \
386	dkim_chunk.html \
387	dkim_close.html \
388	dkim_dns_close.html \
389	dkim_dns_config.html \
390	dkim_dns_init.html \
391	dkim_dns_nslist.html \
392	dkim_dns_set_close.html \
393	dkim_dns_set_config.html \
394	dkim_dns_set_init.html \
395	dkim_dns_set_nslist.html \
396	dkim_dns_set_query_cancel.html \
397	dkim_dns_set_query_service.html \
398	dkim_dns_set_query_start.html \
399	dkim_dns_set_query_waitreply.html \
400	dkim_dns_set_trustanchor.html \
401	dkim_dns_trustanchor.html \
402	dkim_dnssec.html \
403	dkim_eoh.html \
404	dkim_eom.html \
405	dkim_flush_cache.html \
406	dkim_free.html \
407	dkim_get_signer.html \
408	dkim_get_sigsubstring.html \
409	dkim_get_user_context.html \
410	dkim_getcachestats.html \
411	dkim_getdomain.html \
412	dkim_geterror.html \
413	dkim_getid.html \
414	dkim_getmode.html \
415	dkim_getresultstr.html \
416	dkim_getsighdr.html \
417	dkim_getsighdr_d.html \
418	dkim_getsiglist.html \
419	dkim_getsignature.html \
420	dkim_getsslbuf.html \
421	dkim_getuser.html \
422	dkim_header.html \
423	dkim_init.html \
424	dkim_key_syntax.html \
425	dkim_lib.html \
426	dkim_libfeature.html \
427	dkim_libversion.html \
428	dkim_minbody.html \
429	dkim_ohdrs.html \
430	dkim_options.html \
431	dkim_param_t.html \
432	dkim_privkey_load.html \
433	dkim_qi_getname.html \
434	dkim_qi_gettype.html \
435	dkim_query_t.html \
436	dkim_queryinfo.html \
437	dkim_resign.html \
438	dkim_set_dns_callback.html \
439	dkim_set_final.html \
440	dkim_set_key_lookup.html \
441	dkim_set_margin.html \
442	dkim_set_prescreen.html \
443	dkim_set_signature_handle.html \
444	dkim_set_signature_handle_free.html \
445	dkim_set_signature_tagvalues.html \
446	dkim_set_signer.html \
447	dkim_set_trust_anchor.html \
448	dkim_set_user_context.html \
449	dkim_sig_getbh.html \
450	dkim_sig_getcanonlen.html \
451	dkim_sig_getcontext.html \
452	dkim_sig_getdnssec.html \
453	dkim_sig_getdomain.html \
454	dkim_sig_geterror.html \
455	dkim_sig_geterrorstr.html \
456	dkim_sig_getflags.html \
457	dkim_sig_gethashes.html \
458	dkim_sig_getkeysize.html \
459	dkim_sig_getqueries.html \
460	dkim_sig_getreportinfo.html \
461	dkim_sig_getselector.html \
462	dkim_sig_getsignalg.html \
463	dkim_sig_getsignedhdrs.html \
464	dkim_sig_getsigntime.html \
465	dkim_sig_getsslbuf.html \
466	dkim_sig_gettagvalue.html \
467	dkim_sig_hdrsigned.html \
468	dkim_sig_ignore.html \
469	dkim_sig_process.html \
470	dkim_sig_seterror.html \
471	dkim_sig_syntax.html \
472	dkim_sigerror.html \
473	dkim_siginfo.html \
474	dkim_sigkey_t.html \
475	dkim_sign.html \
476	dkim_signhdrs.html \
477	dkim_ssl_version.html \
478	dkim_stat.html \
479	dkim_verify.html \
480	index.html \
481	overview.html \
482	dkim_mail_parse.html \
483	dkim_diffheaders.html \
484	dkim_get_msgdate.html \
485	dkim_getpartial.html \
486	dkim_get_reputation.html \
487	dkim_setpartial.html \
488	dkim_sig_getidentity.html \
489	dkim_sig_getcanons.html \
490	dkim_libfeature.html \
491	dns.html
492
493all: all-am
494
495.SUFFIXES:
496$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
497	@for dep in $?; do \
498	  case '$(am__configure_deps)' in \
499	    *$$dep*) \
500	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
501	        && { if test -f $@; then exit 0; else break; fi; }; \
502	      exit 1;; \
503	  esac; \
504	done; \
505	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libopendkim/docs/Makefile'; \
506	$(am__cd) $(top_srcdir) && \
507	  $(AUTOMAKE) --gnu libopendkim/docs/Makefile
508.PRECIOUS: Makefile
509Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
510	@case '$?' in \
511	  *config.status*) \
512	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
513	  *) \
514	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
515	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
516	esac;
517
518$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
519	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
520
521$(top_srcdir)/configure:  $(am__configure_deps)
522	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
523$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
524	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
525$(am__aclocal_m4_deps):
526
527mostlyclean-libtool:
528	-rm -f *.lo
529
530clean-libtool:
531	-rm -rf .libs _libs
532install-dist_docDATA: $(dist_doc_DATA)
533	@$(NORMAL_INSTALL)
534	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
535	if test -n "$$list"; then \
536	  echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
537	  $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
538	fi; \
539	for p in $$list; do \
540	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
541	  echo "$$d$$p"; \
542	done | $(am__base_list) | \
543	while read files; do \
544	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
545	  $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
546	done
547
548uninstall-dist_docDATA:
549	@$(NORMAL_UNINSTALL)
550	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
551	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
552	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
553tags TAGS:
554
555ctags CTAGS:
556
557cscope cscopelist:
558
559
560distdir: $(DISTFILES)
561	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
562	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
563	list='$(DISTFILES)'; \
564	  dist_files=`for file in $$list; do echo $$file; done | \
565	  sed -e "s|^$$srcdirstrip/||;t" \
566	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
567	case $$dist_files in \
568	  */*) $(MKDIR_P) `echo "$$dist_files" | \
569			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
570			   sort -u` ;; \
571	esac; \
572	for file in $$dist_files; do \
573	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
574	  if test -d $$d/$$file; then \
575	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
576	    if test -d "$(distdir)/$$file"; then \
577	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
578	    fi; \
579	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
580	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
581	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
582	    fi; \
583	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
584	  else \
585	    test -f "$(distdir)/$$file" \
586	    || cp -p $$d/$$file "$(distdir)/$$file" \
587	    || exit 1; \
588	  fi; \
589	done
590check-am: all-am
591check: check-am
592all-am: Makefile $(DATA)
593installdirs:
594	for dir in "$(DESTDIR)$(docdir)"; do \
595	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
596	done
597install: install-am
598install-exec: install-exec-am
599install-data: install-data-am
600uninstall: uninstall-am
601
602install-am: all-am
603	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
604
605installcheck: installcheck-am
606install-strip:
607	if test -z '$(STRIP)'; then \
608	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
609	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
610	      install; \
611	else \
612	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
613	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
614	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
615	fi
616mostlyclean-generic:
617
618clean-generic:
619
620distclean-generic:
621	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
622	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
623
624maintainer-clean-generic:
625	@echo "This command is intended for maintainers to use"
626	@echo "it deletes files that may require special tools to rebuild."
627clean: clean-am
628
629clean-am: clean-generic clean-libtool mostlyclean-am
630
631distclean: distclean-am
632	-rm -f Makefile
633distclean-am: clean-am distclean-generic
634
635dvi: dvi-am
636
637dvi-am:
638
639html: html-am
640
641html-am:
642
643info: info-am
644
645info-am:
646
647install-data-am: install-dist_docDATA
648
649install-dvi: install-dvi-am
650
651install-dvi-am:
652
653install-exec-am:
654
655install-html: install-html-am
656
657install-html-am:
658
659install-info: install-info-am
660
661install-info-am:
662
663install-man:
664
665install-pdf: install-pdf-am
666
667install-pdf-am:
668
669install-ps: install-ps-am
670
671install-ps-am:
672
673installcheck-am:
674
675maintainer-clean: maintainer-clean-am
676	-rm -f Makefile
677maintainer-clean-am: distclean-am maintainer-clean-generic
678
679mostlyclean: mostlyclean-am
680
681mostlyclean-am: mostlyclean-generic mostlyclean-libtool
682
683pdf: pdf-am
684
685pdf-am:
686
687ps: ps-am
688
689ps-am:
690
691uninstall-am: uninstall-dist_docDATA
692
693.MAKE: install-am install-strip
694
695.PHONY: all all-am check check-am clean clean-generic clean-libtool \
696	cscopelist-am ctags-am distclean distclean-generic \
697	distclean-libtool distdir dvi dvi-am html html-am info info-am \
698	install install-am install-data install-data-am \
699	install-dist_docDATA install-dvi install-dvi-am install-exec \
700	install-exec-am install-html install-html-am install-info \
701	install-info-am install-man install-pdf install-pdf-am \
702	install-ps install-ps-am install-strip installcheck \
703	installcheck-am installdirs maintainer-clean \
704	maintainer-clean-generic mostlyclean mostlyclean-generic \
705	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
706	uninstall-am uninstall-dist_docDATA
707
708
709# Tell versions [3.59,3.63) of GNU make to not export all variables.
710# Otherwise a system limit (for SysV at least) may be exceeded.
711.NOEXPORT:
712