1# Makefile.in generated by automake 1.16.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90@ENABLE_LOADABLE_MODULES_TRUE@am__append_1 = libltdl
91subdir = .
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/acinclude/ax_with_prog.m4 \
94	$(top_srcdir)/acinclude/init.m4 \
95	$(top_srcdir)/acinclude/squid-util.m4 \
96	$(top_srcdir)/acinclude/compiler-flags.m4 \
97	$(top_srcdir)/acinclude/os-deps.m4 \
98	$(top_srcdir)/acinclude/krb5.m4 $(top_srcdir)/acinclude/pam.m4 \
99	$(top_srcdir)/acinclude/pkg.m4 \
100	$(top_srcdir)/acinclude/lib-checks.m4 \
101	$(top_srcdir)/acinclude/ax_cxx_compile_stdcxx_11.m4 \
102	$(top_srcdir)/acinclude/ax_cxx_0x_types.m4 \
103	$(top_srcdir)/src/auth/basic/helpers.m4 \
104	$(top_srcdir)/src/auth/basic/DB/required.m4 \
105	$(top_srcdir)/src/auth/basic/LDAP/required.m4 \
106	$(top_srcdir)/src/auth/basic/NCSA/required.m4 \
107	$(top_srcdir)/src/auth/basic/NIS/required.m4 \
108	$(top_srcdir)/src/auth/basic/PAM/required.m4 \
109	$(top_srcdir)/src/auth/basic/POP3/required.m4 \
110	$(top_srcdir)/src/auth/basic/RADIUS/required.m4 \
111	$(top_srcdir)/src/auth/basic/SASL/required.m4 \
112	$(top_srcdir)/src/auth/basic/SMB/required.m4 \
113	$(top_srcdir)/src/auth/basic/SMB_LM/required.m4 \
114	$(top_srcdir)/src/auth/basic/SSPI/required.m4 \
115	$(top_srcdir)/src/auth/basic/fake/required.m4 \
116	$(top_srcdir)/src/auth/basic/getpwnam/required.m4 \
117	$(top_srcdir)/src/auth/digest/helpers.m4 \
118	$(top_srcdir)/src/auth/digest/eDirectory/required.m4 \
119	$(top_srcdir)/src/auth/digest/file/required.m4 \
120	$(top_srcdir)/src/auth/digest/LDAP/required.m4 \
121	$(top_srcdir)/src/auth/negotiate/helpers.m4 \
122	$(top_srcdir)/src/auth/negotiate/SSPI/required.m4 \
123	$(top_srcdir)/src/auth/negotiate/kerberos/required.m4 \
124	$(top_srcdir)/src/auth/negotiate/wrapper/required.m4 \
125	$(top_srcdir)/src/auth/ntlm/helpers.m4 \
126	$(top_srcdir)/src/auth/ntlm/fake/required.m4 \
127	$(top_srcdir)/src/auth/ntlm/SMB_LM/required.m4 \
128	$(top_srcdir)/src/auth/ntlm/SSPI/required.m4 \
129	$(top_srcdir)/src/log/helpers.m4 \
130	$(top_srcdir)/src/log/DB/required.m4 \
131	$(top_srcdir)/src/log/file/required.m4 \
132	$(top_srcdir)/src/acl/external/helpers.m4 \
133	$(top_srcdir)/src/acl/external/AD_group/required.m4 \
134	$(top_srcdir)/src/acl/external/LDAP_group/required.m4 \
135	$(top_srcdir)/src/acl/external/LM_group/required.m4 \
136	$(top_srcdir)/src/acl/external/delayer/required.m4 \
137	$(top_srcdir)/src/acl/external/SQL_session/required.m4 \
138	$(top_srcdir)/src/acl/external/eDirectory_userip/required.m4 \
139	$(top_srcdir)/src/acl/external/file_userip/required.m4 \
140	$(top_srcdir)/src/acl/external/kerberos_ldap_group/required.m4 \
141	$(top_srcdir)/src/acl/external/session/required.m4 \
142	$(top_srcdir)/src/acl/external/time_quota/required.m4 \
143	$(top_srcdir)/src/acl/external/unix_group/required.m4 \
144	$(top_srcdir)/src/acl/external/wbinfo_group/required.m4 \
145	$(top_srcdir)/src/http/url_rewriters/helpers.m4 \
146	$(top_srcdir)/src/http/url_rewriters/fake/required.m4 \
147	$(top_srcdir)/src/http/url_rewriters/LFS/required.m4 \
148	$(top_srcdir)/src/security/cert_validators/helpers.m4 \
149	$(top_srcdir)/src/security/cert_validators/fake/required.m4 \
150	$(top_srcdir)/src/security/cert_generators/helpers.m4 \
151	$(top_srcdir)/src/security/cert_generators/file/required.m4 \
152	$(top_srcdir)/src/store/id_rewriters/helpers.m4 \
153	$(top_srcdir)/src/store/id_rewriters/file/required.m4 \
154	$(top_srcdir)/configure.ac
155am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
156	$(ACLOCAL_M4)
157DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
158	$(am__configure_deps) $(am__DIST_COMMON)
159am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
160 configure.lineno config.status.lineno
161mkinstalldirs = $(install_sh) -d
162CONFIG_HEADER = $(top_builddir)/include/autoconf.h
163CONFIG_CLEAN_FILES =
164CONFIG_CLEAN_VPATH_FILES =
165AM_V_P = $(am__v_P_@AM_V@)
166am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
167am__v_P_0 = false
168am__v_P_1 = :
169AM_V_GEN = $(am__v_GEN_@AM_V@)
170am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
171am__v_GEN_0 = @echo "  GEN     " $@;
172am__v_GEN_1 =
173AM_V_at = $(am__v_at_@AM_V@)
174am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
175am__v_at_0 = @
176am__v_at_1 =
177SOURCES =
178DIST_SOURCES =
179RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
180	ctags-recursive dvi-recursive html-recursive info-recursive \
181	install-data-recursive install-dvi-recursive \
182	install-exec-recursive install-html-recursive \
183	install-info-recursive install-pdf-recursive \
184	install-ps-recursive install-recursive installcheck-recursive \
185	installdirs-recursive pdf-recursive ps-recursive \
186	tags-recursive uninstall-recursive
187am__can_run_installinfo = \
188  case $$AM_UPDATE_INFO_DIR in \
189    n|no|NO) false;; \
190    *) (install-info --version) >/dev/null 2>&1;; \
191  esac
192RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
193  distclean-recursive maintainer-clean-recursive
194am__recursive_targets = \
195  $(RECURSIVE_TARGETS) \
196  $(RECURSIVE_CLEAN_TARGETS) \
197  $(am__extra_recursive_targets)
198AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
199	cscope distdir distdir-am dist dist-all distcheck
200am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
201# Read a list of newline-separated strings from the standard input,
202# and print each of them once, without duplicates.  Input order is
203# *not* preserved.
204am__uniquify_input = $(AWK) '\
205  BEGIN { nonempty = 0; } \
206  { items[$$0] = 1; nonempty = 1; } \
207  END { if (nonempty) { for (i in items) print i; }; } \
208'
209# Make sure the list of sources is unique.  This is necessary because,
210# e.g., the same source file might be shared among _SOURCES variables
211# for different programs/libraries.
212am__define_uniq_tagged_files = \
213  list='$(am__tagged_files)'; \
214  unique=`for i in $$list; do \
215    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
216  done | $(am__uniquify_input)`
217ETAGS = etags
218CTAGS = ctags
219CSCOPE = cscope
220am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/cfgaux/compile \
221	$(top_srcdir)/cfgaux/config.guess \
222	$(top_srcdir)/cfgaux/config.sub \
223	$(top_srcdir)/cfgaux/install-sh $(top_srcdir)/cfgaux/ltmain.sh \
224	$(top_srcdir)/cfgaux/missing \
225	$(top_srcdir)/include/autoconf.h.in COPYING ChangeLog INSTALL \
226	README cfgaux/compile cfgaux/config.guess cfgaux/config.sub \
227	cfgaux/depcomp cfgaux/install-sh cfgaux/ltmain.sh \
228	cfgaux/missing
229DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
230distdir = $(PACKAGE)-$(VERSION)
231top_distdir = $(distdir)
232am__remove_distdir = \
233  if test -d "$(distdir)"; then \
234    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
235      && rm -rf "$(distdir)" \
236      || { sleep 5 && rm -rf "$(distdir)"; }; \
237  else :; fi
238am__post_remove_distdir = $(am__remove_distdir)
239am__relativize = \
240  dir0=`pwd`; \
241  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
242  sed_rest='s,^[^/]*/*,,'; \
243  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
244  sed_butlast='s,/*[^/]*$$,,'; \
245  while test -n "$$dir1"; do \
246    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
247    if test "$$first" != "."; then \
248      if test "$$first" = ".."; then \
249        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
250        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
251      else \
252        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
253        if test "$$first2" = "$$first"; then \
254          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
255        else \
256          dir2="../$$dir2"; \
257        fi; \
258        dir0="$$dir0"/"$$first"; \
259      fi; \
260    fi; \
261    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
262  done; \
263  reldir="$$dir2"
264DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).tar.xz
265GZIP_ENV = --best
266DIST_TARGETS = dist-xz dist-bzip2 dist-gzip
267# Exists only to be overridden by the user if desired.
268AM_DISTCHECK_DVI_TARGET = dvi
269distuninstallcheck_listfiles = find . -type f -print
270am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
271  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
272distcleancheck_listfiles = find . -type f -print
273ACLOCAL = @ACLOCAL@
274ADAPTATION_LIBS = @ADAPTATION_LIBS@
275AIOLIB = @AIOLIB@
276ALLOCA = @ALLOCA@
277AMTAR = @AMTAR@
278AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
279AR = @AR@
280AR_R = @AR_R@
281ATOMICLIB = @ATOMICLIB@
282AUTH_LIBS_TO_BUILD = @AUTH_LIBS_TO_BUILD@
283AUTH_MODULES = @AUTH_MODULES@
284AUTOCONF = @AUTOCONF@
285AUTOHEADER = @AUTOHEADER@
286AUTOMAKE = @AUTOMAKE@
287AWK = @AWK@
288BASIC_AUTH_HELPERS = @BASIC_AUTH_HELPERS@
289BUILDCXX = @BUILDCXX@
290BUILDCXXFLAGS = @BUILDCXXFLAGS@
291BZR = @BZR@
292CACHE_EFFECTIVE_USER = @CACHE_EFFECTIVE_USER@
293CC = @CC@
294CCDEPMODE = @CCDEPMODE@
295CFLAGS = @CFLAGS@
296CGIEXT = @CGIEXT@
297CHMOD = @CHMOD@
298CPP = @CPP@
299CPPFLAGS = @CPPFLAGS@
300CRYPTLIB = @CRYPTLIB@
301CXX = @CXX@
302CXXCPP = @CXXCPP@
303CXXDEPMODE = @CXXDEPMODE@
304CXXFLAGS = @CXXFLAGS@
305CYGPATH_W = @CYGPATH_W@
306DEFAULT_HOSTS = @DEFAULT_HOSTS@
307DEFAULT_LOG_DIR = @DEFAULT_LOG_DIR@
308DEFAULT_PID_FILE = @DEFAULT_PID_FILE@
309DEFAULT_SWAP_DIR = @DEFAULT_SWAP_DIR@
310DEFS = @DEFS@
311DEPDIR = @DEPDIR@
312DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@
313DISK_LIBS = @DISK_LIBS@
314DISK_MODULES = @DISK_MODULES@
315DLLTOOL = @DLLTOOL@
316DSYMUTIL = @DSYMUTIL@
317DUMPBIN = @DUMPBIN@
318ECHO_C = @ECHO_C@
319ECHO_N = @ECHO_N@
320ECHO_T = @ECHO_T@
321EGREP = @EGREP@
322EPOLL_LIBS = @EPOLL_LIBS@
323EUILIB = @EUILIB@
324EXEEXT = @EXEEXT@
325EXPATLIB = @EXPATLIB@
326EXTERNAL_ACL_HELPERS = @EXTERNAL_ACL_HELPERS@
327EXT_LIBECAP_CFLAGS = @EXT_LIBECAP_CFLAGS@
328EXT_LIBECAP_LIBS = @EXT_LIBECAP_LIBS@
329FALSE = @FALSE@
330FGREP = @FGREP@
331GREP = @GREP@
332HAVE_CXX11 = @HAVE_CXX11@
333INCLTDL = @INCLTDL@
334INSTALL = @INSTALL@
335INSTALL_DATA = @INSTALL_DATA@
336INSTALL_PROGRAM = @INSTALL_PROGRAM@
337INSTALL_SCRIPT = @INSTALL_SCRIPT@
338INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
339KRB5INCS = @KRB5INCS@
340KRB5LIBS = @KRB5LIBS@
341LBERLIB = @LBERLIB@
342LD = @LD@
343LDAPLIB = @LDAPLIB@
344LDFLAGS = @LDFLAGS@
345LIBADD_DL = @LIBADD_DL@
346LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
347LIBADD_DLOPEN = @LIBADD_DLOPEN@
348LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
349LIBCPPUNIT_CFLAGS = @LIBCPPUNIT_CFLAGS@
350LIBCPPUNIT_LIBS = @LIBCPPUNIT_LIBS@
351LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
352LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
353LIBLTDL = @LIBLTDL@
354LIBOBJS = @LIBOBJS@
355LIBOPENSSL_CFLAGS = @LIBOPENSSL_CFLAGS@
356LIBOPENSSL_LIBS = @LIBOPENSSL_LIBS@
357LIBPTHREADS = @LIBPTHREADS@
358LIBS = @LIBS@
359LIBSASL = @LIBSASL@
360LIBTOOL = @LIBTOOL@
361LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
362LIBXML2_LIBS = @LIBXML2_LIBS@
363LIB_KRB5_CFLAGS = @LIB_KRB5_CFLAGS@
364LIB_KRB5_LIBS = @LIB_KRB5_LIBS@
365LINUXDOC = @LINUXDOC@
366LIPO = @LIPO@
367LN = @LN@
368LN_S = @LN_S@
369LOG_DAEMON_HELPERS = @LOG_DAEMON_HELPERS@
370LTDLDEPS = @LTDLDEPS@
371LTDLINCL = @LTDLINCL@
372LTDLOPEN = @LTDLOPEN@
373LTLIBOBJS = @LTLIBOBJS@
374LT_ARGZ_H = @LT_ARGZ_H@
375LT_CONFIG_H = @LT_CONFIG_H@
376LT_DLLOADERS = @LT_DLLOADERS@
377LT_DLPREOPEN = @LT_DLPREOPEN@
378LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
379MAINT = @MAINT@
380MAKEINFO = @MAKEINFO@
381MANIFEST_TOOL = @MANIFEST_TOOL@
382MINGW_LIBS = @MINGW_LIBS@
383MKDIR = @MKDIR@
384MKDIR_P = @MKDIR_P@
385MV = @MV@
386NEGOTIATE_AUTH_HELPERS = @NEGOTIATE_AUTH_HELPERS@
387NETTLELIB = @NETTLELIB@
388NM = @NM@
389NMEDIT = @NMEDIT@
390NTLM_AUTH_HELPERS = @NTLM_AUTH_HELPERS@
391OBJDUMP = @OBJDUMP@
392OBJEXT = @OBJEXT@
393OTOOL = @OTOOL@
394OTOOL64 = @OTOOL64@
395PACKAGE = @PACKAGE@
396PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
397PACKAGE_NAME = @PACKAGE_NAME@
398PACKAGE_STRING = @PACKAGE_STRING@
399PACKAGE_TARNAME = @PACKAGE_TARNAME@
400PACKAGE_URL = @PACKAGE_URL@
401PACKAGE_VERSION = @PACKAGE_VERSION@
402PATH_SEPARATOR = @PATH_SEPARATOR@
403PERL = @PERL@
404PKG_CONFIG = @PKG_CONFIG@
405PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
406PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
407PO2HTML = @PO2HTML@
408PO2TEXT = @PO2TEXT@
409POD2MAN = @POD2MAN@
410RANLIB = @RANLIB@
411REGEXLIB = @REGEXLIB@
412REPL_LIBS = @REPL_LIBS@
413REPL_OBJS = @REPL_OBJS@
414REPL_POLICIES = @REPL_POLICIES@
415RM = @RM@
416SECURITY_CERTGEN_HELPERS = @SECURITY_CERTGEN_HELPERS@
417SECURITY_CERTV_HELPERS = @SECURITY_CERTV_HELPERS@
418SED = @SED@
419SET_MAKE = @SET_MAKE@
420SH = @SH@
421SHELL = @SHELL@
422SMBCLIENT = @SMBCLIENT@
423SNMPLIB = @SNMPLIB@
424SQUID_CFLAGS = @SQUID_CFLAGS@
425SQUID_CXXFLAGS = @SQUID_CXXFLAGS@
426SSLLIB = @SSLLIB@
427STOREID_REWRITE_HELPERS = @STOREID_REWRITE_HELPERS@
428STORE_LIBS_TO_ADD = @STORE_LIBS_TO_ADD@
429STORE_LIBS_TO_BUILD = @STORE_LIBS_TO_BUILD@
430STORE_TESTS = @STORE_TESTS@
431STRIP = @STRIP@
432SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
433SYSTEMD_LIBS = @SYSTEMD_LIBS@
434TR = @TR@
435TRUE = @TRUE@
436URL_REWRITE_HELPERS = @URL_REWRITE_HELPERS@
437VERSION = @VERSION@
438WBINFO = @WBINFO@
439WIN32_PSAPI = @WIN32_PSAPI@
440XMLLIB = @XMLLIB@
441XTRA_LIBS = @XTRA_LIBS@
442XTRA_OBJS = @XTRA_OBJS@
443abs_builddir = @abs_builddir@
444abs_srcdir = @abs_srcdir@
445abs_top_builddir = @abs_top_builddir@
446abs_top_srcdir = @abs_top_srcdir@
447ac_ct_AR = @ac_ct_AR@
448ac_ct_CC = @ac_ct_CC@
449ac_ct_CXX = @ac_ct_CXX@
450ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
451am__include = @am__include@
452am__leading_dot = @am__leading_dot@
453am__quote = @am__quote@
454am__tar = @am__tar@
455am__untar = @am__untar@
456bindir = @bindir@
457build = @build@
458build_alias = @build_alias@
459build_cpu = @build_cpu@
460build_os = @build_os@
461build_vendor = @build_vendor@
462builddir = @builddir@
463datadir = @datadir@
464datarootdir = @datarootdir@
465docdir = @docdir@
466dvidir = @dvidir@
467exec_prefix = @exec_prefix@
468host = @host@
469host_alias = @host_alias@
470host_cpu = @host_cpu@
471host_os = @host_os@
472host_vendor = @host_vendor@
473htmldir = @htmldir@
474includedir = @includedir@
475infodir = @infodir@
476install_sh = @install_sh@
477krb5_config = @krb5_config@
478libdir = @libdir@
479libexecdir = @libexecdir@
480localedir = @localedir@
481localstatedir = @localstatedir@
482ltdl_LIBOBJS = @ltdl_LIBOBJS@
483ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
484mandir = @mandir@
485mkdir_p = @mkdir_p@
486oldincludedir = @oldincludedir@
487pdfdir = @pdfdir@
488prefix = @prefix@
489program_transform_name = @program_transform_name@
490psdir = @psdir@
491runstatedir = @runstatedir@
492sbindir = @sbindir@
493sharedstatedir = @sharedstatedir@
494srcdir = @srcdir@
495subdirs = @subdirs@
496sys_symbol_underscore = @sys_symbol_underscore@
497sysconfdir = @sysconfdir@
498target_alias = @target_alias@
499top_build_prefix = @top_build_prefix@
500top_builddir = @top_builddir@
501top_srcdir = @top_srcdir@
502AUTOMAKE_OPTIONS = dist-bzip2 1.5 foreign
503DIST_SUBDIRS = compat lib libltdl scripts icons errors contrib doc src test-suite tools
504SUBDIRS = compat lib $(am__append_1) scripts icons errors doc src \
505	tools test-suite
506DISTCLEANFILES = include/stamp-h include/stamp-h[0-9]*
507DEFAULT_PINGER = $(libexecdir)/`echo pinger | sed '$(transform);s/$$/$(EXEEXT)/'`
508EXTRA_DIST = \
509	ChangeLog \
510	CONTRIBUTORS \
511	COPYING \
512	CREDITS \
513	INSTALL \
514	QUICKSTART \
515	README \
516	SPONSORS \
517	bootstrap.sh \
518	po4a.conf
519
520all: all-recursive
521
522.SUFFIXES:
523am--refresh: Makefile
524	@:
525$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
526	@for dep in $?; do \
527	  case '$(am__configure_deps)' in \
528	    *$$dep*) \
529	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
530	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
531		&& exit 0; \
532	      exit 1;; \
533	  esac; \
534	done; \
535	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
536	$(am__cd) $(top_srcdir) && \
537	  $(AUTOMAKE) --foreign Makefile
538Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
539	@case '$?' in \
540	  *config.status*) \
541	    echo ' $(SHELL) ./config.status'; \
542	    $(SHELL) ./config.status;; \
543	  *) \
544	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
545	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
546	esac;
547
548$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
549	$(SHELL) ./config.status --recheck
550
551$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
552	$(am__cd) $(srcdir) && $(AUTOCONF)
553$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
554	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
555$(am__aclocal_m4_deps):
556
557include/autoconf.h: include/stamp-h1
558	@test -f $@ || rm -f include/stamp-h1
559	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) include/stamp-h1
560
561include/stamp-h1: $(top_srcdir)/include/autoconf.h.in $(top_builddir)/config.status
562	@rm -f include/stamp-h1
563	cd $(top_builddir) && $(SHELL) ./config.status include/autoconf.h
564$(top_srcdir)/include/autoconf.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
565	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
566	rm -f include/stamp-h1
567	touch $@
568
569distclean-hdr:
570	-rm -f include/autoconf.h include/stamp-h1
571
572mostlyclean-libtool:
573	-rm -f *.lo
574
575clean-libtool:
576	-rm -rf .libs _libs
577
578distclean-libtool:
579	-rm -f libtool config.lt
580
581# This directory's subdirectories are mostly independent; you can cd
582# into them and run 'make' without going through this Makefile.
583# To change the values of 'make' variables: instead of editing Makefiles,
584# (1) if the variable is set in 'config.status', edit 'config.status'
585#     (which will cause the Makefiles to be regenerated when you run 'make');
586# (2) otherwise, pass the desired values on the 'make' command line.
587$(am__recursive_targets):
588	@fail=; \
589	if $(am__make_keepgoing); then \
590	  failcom='fail=yes'; \
591	else \
592	  failcom='exit 1'; \
593	fi; \
594	dot_seen=no; \
595	target=`echo $@ | sed s/-recursive//`; \
596	case "$@" in \
597	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
598	  *) list='$(SUBDIRS)' ;; \
599	esac; \
600	for subdir in $$list; do \
601	  echo "Making $$target in $$subdir"; \
602	  if test "$$subdir" = "."; then \
603	    dot_seen=yes; \
604	    local_target="$$target-am"; \
605	  else \
606	    local_target="$$target"; \
607	  fi; \
608	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
609	  || eval $$failcom; \
610	done; \
611	if test "$$dot_seen" = "no"; then \
612	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
613	fi; test -z "$$fail"
614
615ID: $(am__tagged_files)
616	$(am__define_uniq_tagged_files); mkid -fID $$unique
617tags: tags-recursive
618TAGS: tags
619
620tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
621	set x; \
622	here=`pwd`; \
623	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
624	  include_option=--etags-include; \
625	  empty_fix=.; \
626	else \
627	  include_option=--include; \
628	  empty_fix=; \
629	fi; \
630	list='$(SUBDIRS)'; for subdir in $$list; do \
631	  if test "$$subdir" = .; then :; else \
632	    test ! -f $$subdir/TAGS || \
633	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
634	  fi; \
635	done; \
636	$(am__define_uniq_tagged_files); \
637	shift; \
638	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
639	  test -n "$$unique" || unique=$$empty_fix; \
640	  if test $$# -gt 0; then \
641	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
642	      "$$@" $$unique; \
643	  else \
644	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
645	      $$unique; \
646	  fi; \
647	fi
648ctags: ctags-recursive
649
650CTAGS: ctags
651ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
652	$(am__define_uniq_tagged_files); \
653	test -z "$(CTAGS_ARGS)$$unique" \
654	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
655	     $$unique
656
657GTAGS:
658	here=`$(am__cd) $(top_builddir) && pwd` \
659	  && $(am__cd) $(top_srcdir) \
660	  && gtags -i $(GTAGS_ARGS) "$$here"
661cscope: cscope.files
662	test ! -s cscope.files \
663	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
664clean-cscope:
665	-rm -f cscope.files
666cscope.files: clean-cscope cscopelist
667cscopelist: cscopelist-recursive
668
669cscopelist-am: $(am__tagged_files)
670	list='$(am__tagged_files)'; \
671	case "$(srcdir)" in \
672	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
673	  *) sdir=$(subdir)/$(srcdir) ;; \
674	esac; \
675	for i in $$list; do \
676	  if test -f "$$i"; then \
677	    echo "$(subdir)/$$i"; \
678	  else \
679	    echo "$$sdir/$$i"; \
680	  fi; \
681	done >> $(top_builddir)/cscope.files
682
683distclean-tags:
684	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
685	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
686
687distdir: $(BUILT_SOURCES)
688	$(MAKE) $(AM_MAKEFLAGS) distdir-am
689
690distdir-am: $(DISTFILES)
691	$(am__remove_distdir)
692	test -d "$(distdir)" || mkdir "$(distdir)"
693	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
694	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
695	list='$(DISTFILES)'; \
696	  dist_files=`for file in $$list; do echo $$file; done | \
697	  sed -e "s|^$$srcdirstrip/||;t" \
698	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
699	case $$dist_files in \
700	  */*) $(MKDIR_P) `echo "$$dist_files" | \
701			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
702			   sort -u` ;; \
703	esac; \
704	for file in $$dist_files; do \
705	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
706	  if test -d $$d/$$file; then \
707	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
708	    if test -d "$(distdir)/$$file"; then \
709	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
710	    fi; \
711	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
712	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
713	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
714	    fi; \
715	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
716	  else \
717	    test -f "$(distdir)/$$file" \
718	    || cp -p $$d/$$file "$(distdir)/$$file" \
719	    || exit 1; \
720	  fi; \
721	done
722	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
723	  if test "$$subdir" = .; then :; else \
724	    $(am__make_dryrun) \
725	      || test -d "$(distdir)/$$subdir" \
726	      || $(MKDIR_P) "$(distdir)/$$subdir" \
727	      || exit 1; \
728	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
729	    $(am__relativize); \
730	    new_distdir=$$reldir; \
731	    dir1=$$subdir; dir2="$(top_distdir)"; \
732	    $(am__relativize); \
733	    new_top_distdir=$$reldir; \
734	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
735	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
736	    ($(am__cd) $$subdir && \
737	      $(MAKE) $(AM_MAKEFLAGS) \
738	        top_distdir="$$new_top_distdir" \
739	        distdir="$$new_distdir" \
740		am__remove_distdir=: \
741		am__skip_length_check=: \
742		am__skip_mode_fix=: \
743	        distdir) \
744	      || exit 1; \
745	  fi; \
746	done
747	$(MAKE) $(AM_MAKEFLAGS) \
748	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
749	  dist-hook
750	-test -n "$(am__skip_mode_fix)" \
751	|| find "$(distdir)" -type d ! -perm -755 \
752		-exec chmod u+rwx,go+rx {} \; -o \
753	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
754	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
755	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
756	|| chmod -R a+r "$(distdir)"
757dist-gzip: distdir
758	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
759	$(am__post_remove_distdir)
760dist-bzip2: distdir
761	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
762	$(am__post_remove_distdir)
763
764dist-lzip: distdir
765	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
766	$(am__post_remove_distdir)
767dist-xz: distdir
768	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
769	$(am__post_remove_distdir)
770
771dist-zstd: distdir
772	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
773	$(am__post_remove_distdir)
774
775dist-tarZ: distdir
776	@echo WARNING: "Support for distribution archives compressed with" \
777		       "legacy program 'compress' is deprecated." >&2
778	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
779	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
780	$(am__post_remove_distdir)
781
782dist-shar: distdir
783	@echo WARNING: "Support for shar distribution archives is" \
784	               "deprecated." >&2
785	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
786	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
787	$(am__post_remove_distdir)
788
789dist-zip: distdir
790	-rm -f $(distdir).zip
791	zip -rq $(distdir).zip $(distdir)
792	$(am__post_remove_distdir)
793
794dist dist-all:
795	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
796	$(am__post_remove_distdir)
797
798# This target untars the dist file and tries a VPATH configuration.  Then
799# it guarantees that the distribution is self-contained by making another
800# tarfile.
801distcheck: dist
802	case '$(DIST_ARCHIVES)' in \
803	*.tar.gz*) \
804	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
805	*.tar.bz2*) \
806	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
807	*.tar.lz*) \
808	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
809	*.tar.xz*) \
810	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
811	*.tar.Z*) \
812	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
813	*.shar.gz*) \
814	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
815	*.zip*) \
816	  unzip $(distdir).zip ;;\
817	*.tar.zst*) \
818	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
819	esac
820	chmod -R a-w $(distdir)
821	chmod u+w $(distdir)
822	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
823	chmod a-w $(distdir)
824	test -d $(distdir)/_build || exit 0; \
825	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
826	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
827	  && am__cwd=`pwd` \
828	  && $(am__cd) $(distdir)/_build/sub \
829	  && ../../configure \
830	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
831	    $(DISTCHECK_CONFIGURE_FLAGS) \
832	    --srcdir=../.. --prefix="$$dc_install_base" \
833	  && $(MAKE) $(AM_MAKEFLAGS) \
834	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
835	  && $(MAKE) $(AM_MAKEFLAGS) check \
836	  && $(MAKE) $(AM_MAKEFLAGS) install \
837	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
838	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
839	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
840	        distuninstallcheck \
841	  && chmod -R a-w "$$dc_install_base" \
842	  && ({ \
843	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
844	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
845	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
846	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
847	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
848	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
849	  && rm -rf "$$dc_destdir" \
850	  && $(MAKE) $(AM_MAKEFLAGS) dist \
851	  && rm -rf $(DIST_ARCHIVES) \
852	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
853	  && cd "$$am__cwd" \
854	  || exit 1
855	$(am__post_remove_distdir)
856	@(echo "$(distdir) archives ready for distribution: "; \
857	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
858	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
859distuninstallcheck:
860	@test -n '$(distuninstallcheck_dir)' || { \
861	  echo 'ERROR: trying to run $@ with an empty' \
862	       '$$(distuninstallcheck_dir)' >&2; \
863	  exit 1; \
864	}; \
865	$(am__cd) '$(distuninstallcheck_dir)' || { \
866	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
867	  exit 1; \
868	}; \
869	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
870	   || { echo "ERROR: files left after uninstall:" ; \
871	        if test -n "$(DESTDIR)"; then \
872	          echo "  (check DESTDIR support)"; \
873	        fi ; \
874	        $(distuninstallcheck_listfiles) ; \
875	        exit 1; } >&2
876distcleancheck: distclean
877	@if test '$(srcdir)' = . ; then \
878	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
879	  exit 1 ; \
880	fi
881	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
882	  || { echo "ERROR: files left in build directory after distclean:" ; \
883	       $(distcleancheck_listfiles) ; \
884	       exit 1; } >&2
885check-am: all-am
886check: check-recursive
887all-am: Makefile
888installdirs: installdirs-recursive
889installdirs-am:
890install: install-recursive
891install-exec: install-exec-recursive
892install-data: install-data-recursive
893uninstall: uninstall-recursive
894
895install-am: all-am
896	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
897
898installcheck: installcheck-recursive
899install-strip:
900	if test -z '$(STRIP)'; then \
901	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
902	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
903	      install; \
904	else \
905	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
906	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
907	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
908	fi
909mostlyclean-generic:
910
911clean-generic:
912
913distclean-generic:
914	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
915	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
916	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
917
918maintainer-clean-generic:
919	@echo "This command is intended for maintainers to use"
920	@echo "it deletes files that may require special tools to rebuild."
921clean: clean-recursive
922
923clean-am: clean-generic clean-libtool mostlyclean-am
924
925distclean: distclean-recursive
926	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
927	-rm -f Makefile
928distclean-am: clean-am distclean-generic distclean-hdr \
929	distclean-libtool distclean-tags
930
931dvi: dvi-recursive
932
933dvi-am:
934
935html: html-recursive
936
937html-am:
938
939info: info-recursive
940
941info-am:
942
943install-data-am:
944
945install-dvi: install-dvi-recursive
946
947install-dvi-am:
948
949install-exec-am:
950
951install-html: install-html-recursive
952
953install-html-am:
954
955install-info: install-info-recursive
956
957install-info-am:
958
959install-man:
960
961install-pdf: install-pdf-recursive
962
963install-pdf-am:
964
965install-ps: install-ps-recursive
966
967install-ps-am:
968
969installcheck-am:
970
971maintainer-clean: maintainer-clean-recursive
972	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
973	-rm -rf $(top_srcdir)/autom4te.cache
974	-rm -f Makefile
975maintainer-clean-am: distclean-am maintainer-clean-generic
976
977mostlyclean: mostlyclean-recursive
978
979mostlyclean-am: mostlyclean-generic mostlyclean-libtool
980
981pdf: pdf-recursive
982
983pdf-am:
984
985ps: ps-recursive
986
987ps-am:
988
989uninstall-am:
990
991.MAKE: $(am__recursive_targets) install-am install-strip
992
993.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
994	am--refresh check check-am clean clean-cscope clean-generic \
995	clean-libtool cscope cscopelist-am ctags ctags-am dist \
996	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
997	dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
998	distclean-generic distclean-hdr distclean-libtool \
999	distclean-tags distcleancheck distdir distuninstallcheck dvi \
1000	dvi-am html html-am info info-am install install-am \
1001	install-data install-data-am install-dvi install-dvi-am \
1002	install-exec install-exec-am install-html install-html-am \
1003	install-info install-info-am install-man install-pdf \
1004	install-pdf-am install-ps install-ps-am install-strip \
1005	installcheck installcheck-am installdirs installdirs-am \
1006	maintainer-clean maintainer-clean-generic mostlyclean \
1007	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1008	tags tags-am uninstall uninstall-am
1009
1010.PRECIOUS: Makefile
1011
1012
1013dist-hook:
1014	@ for subdir in include; do \
1015	  if test "$$subdir" = .; then :; else \
1016	    test -d $(distdir)/$$subdir \
1017	    || mkdir $(distdir)/$$subdir \
1018	    || exit 1; \
1019	    cp -p $(srcdir)/$$subdir/*.h  $(distdir)/$$subdir \
1020	      || exit 1; \
1021	    rm -f $(distdir)/$$subdir/autoconf.h; \
1022	  fi; \
1023	done
1024
1025install-pinger:
1026	chown root $(DESTDIR)$(DEFAULT_PINGER)
1027	chmod 4711 $(DESTDIR)$(DEFAULT_PINGER)
1028
1029check: have-cppunit check-recursive
1030
1031have-cppunit:
1032	@if test "$(LIBCPPUNIT_CFLAGS)$(LIBCPPUNIT_LIBS)" = "" ; then \
1033		echo "FATAL: 'make check' requires cppunit and cppunit development packages. They do not appear to be installed." ; \
1034		exit 1 ; \
1035	fi
1036
1037.PHONY: have-cppunit
1038
1039# Tell versions [3.59,3.63) of GNU make to not export all variables.
1040# Otherwise a system limit (for SysV at least) may be exceeded.
1041.NOEXPORT:
1042