Makefile.in revision 1.1.1.1
1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 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# Id
18
19# Id
20
21# Id
22VPATH = @srcdir@
23am__is_gnu_make = { \
24  if test -z '$(MAKELEVEL)'; then \
25    false; \
26  elif test -n '$(MAKE_HOST)'; then \
27    true; \
28  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
29    true; \
30  else \
31    false; \
32  fi; \
33}
34am__make_running_with_option = \
35  case $${target_option-} in \
36      ?) ;; \
37      *) echo "am__make_running_with_option: internal error: invalid" \
38              "target option '$${target_option-}' specified" >&2; \
39         exit 1;; \
40  esac; \
41  has_opt=no; \
42  sane_makeflags=$$MAKEFLAGS; \
43  if $(am__is_gnu_make); then \
44    sane_makeflags=$$MFLAGS; \
45  else \
46    case $$MAKEFLAGS in \
47      *\\[\ \	]*) \
48        bs=\\; \
49        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
50          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
51    esac; \
52  fi; \
53  skip_next=no; \
54  strip_trailopt () \
55  { \
56    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
57  }; \
58  for flg in $$sane_makeflags; do \
59    test $$skip_next = yes && { skip_next=no; continue; }; \
60    case $$flg in \
61      *=*|--*) continue;; \
62        -*I) strip_trailopt 'I'; skip_next=yes;; \
63      -*I?*) strip_trailopt 'I';; \
64        -*O) strip_trailopt 'O'; skip_next=yes;; \
65      -*O?*) strip_trailopt 'O';; \
66        -*l) strip_trailopt 'l'; skip_next=yes;; \
67      -*l?*) strip_trailopt 'l';; \
68      -[dEDm]) skip_next=yes;; \
69      -[JT]) skip_next=yes;; \
70    esac; \
71    case $$flg in \
72      *$$target_option*) has_opt=yes; break;; \
73    esac; \
74  done; \
75  test $$has_opt = yes
76am__make_dryrun = (target_option=n; $(am__make_running_with_option))
77am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
78pkgdatadir = $(datadir)/@PACKAGE@
79pkgincludedir = $(includedir)/@PACKAGE@
80pkglibdir = $(libdir)/@PACKAGE@
81pkglibexecdir = $(libexecdir)/@PACKAGE@
82am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
83install_sh_DATA = $(install_sh) -c -m 644
84install_sh_PROGRAM = $(install_sh) -c
85install_sh_SCRIPT = $(install_sh) -c
86INSTALL_HEADER = $(INSTALL_DATA)
87transform = $(program_transform_name)
88NORMAL_INSTALL = :
89PRE_INSTALL = :
90POST_INSTALL = :
91NORMAL_UNINSTALL = :
92PRE_UNINSTALL = :
93POST_UNINSTALL = :
94build_triplet = @build@
95host_triplet = @host@
96subdir = packages
97ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \
99	$(top_srcdir)/cf/auth-modules.m4 \
100	$(top_srcdir)/cf/broken-getaddrinfo.m4 \
101	$(top_srcdir)/cf/broken-glob.m4 \
102	$(top_srcdir)/cf/broken-realloc.m4 \
103	$(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \
104	$(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
105	$(top_srcdir)/cf/capabilities.m4 \
106	$(top_srcdir)/cf/check-compile-et.m4 \
107	$(top_srcdir)/cf/check-getpwnam_r-posix.m4 \
108	$(top_srcdir)/cf/check-man.m4 \
109	$(top_srcdir)/cf/check-netinet-ip-and-tcp.m4 \
110	$(top_srcdir)/cf/check-type-extra.m4 \
111	$(top_srcdir)/cf/check-var.m4 $(top_srcdir)/cf/crypto.m4 \
112	$(top_srcdir)/cf/db.m4 $(top_srcdir)/cf/destdirs.m4 \
113	$(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
114	$(top_srcdir)/cf/find-func-no-libs.m4 \
115	$(top_srcdir)/cf/find-func-no-libs2.m4 \
116	$(top_srcdir)/cf/find-func.m4 \
117	$(top_srcdir)/cf/find-if-not-broken.m4 \
118	$(top_srcdir)/cf/framework-security.m4 \
119	$(top_srcdir)/cf/have-struct-field.m4 \
120	$(top_srcdir)/cf/have-type.m4 $(top_srcdir)/cf/irix.m4 \
121	$(top_srcdir)/cf/krb-bigendian.m4 \
122	$(top_srcdir)/cf/krb-func-getlogin.m4 \
123	$(top_srcdir)/cf/krb-ipv6.m4 $(top_srcdir)/cf/krb-prog-ln-s.m4 \
124	$(top_srcdir)/cf/krb-prog-perl.m4 \
125	$(top_srcdir)/cf/krb-readline.m4 \
126	$(top_srcdir)/cf/krb-struct-spwd.m4 \
127	$(top_srcdir)/cf/krb-struct-winsize.m4 \
128	$(top_srcdir)/cf/largefile.m4 $(top_srcdir)/cf/libtool.m4 \
129	$(top_srcdir)/cf/ltoptions.m4 $(top_srcdir)/cf/ltsugar.m4 \
130	$(top_srcdir)/cf/ltversion.m4 $(top_srcdir)/cf/lt~obsolete.m4 \
131	$(top_srcdir)/cf/mips-abi.m4 $(top_srcdir)/cf/misc.m4 \
132	$(top_srcdir)/cf/need-proto.m4 $(top_srcdir)/cf/osfc2.m4 \
133	$(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
134	$(top_srcdir)/cf/proto-compat.m4 $(top_srcdir)/cf/pthreads.m4 \
135	$(top_srcdir)/cf/resolv.m4 $(top_srcdir)/cf/retsigtype.m4 \
136	$(top_srcdir)/cf/roken-frag.m4 \
137	$(top_srcdir)/cf/socket-wrapper.m4 $(top_srcdir)/cf/sunos.m4 \
138	$(top_srcdir)/cf/telnet.m4 $(top_srcdir)/cf/test-package.m4 \
139	$(top_srcdir)/cf/version-script.m4 $(top_srcdir)/cf/wflags.m4 \
140	$(top_srcdir)/cf/win32.m4 $(top_srcdir)/cf/with-all.m4 \
141	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
142am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
143	$(ACLOCAL_M4)
144DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
145mkinstalldirs = $(install_sh) -d
146CONFIG_HEADER = $(top_builddir)/include/config.h
147CONFIG_CLEAN_FILES =
148CONFIG_CLEAN_VPATH_FILES =
149AM_V_P = $(am__v_P_@AM_V@)
150am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
151am__v_P_0 = false
152am__v_P_1 = :
153AM_V_GEN = $(am__v_GEN_@AM_V@)
154am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
155am__v_GEN_0 = @echo "  GEN     " $@;
156am__v_GEN_1 = 
157AM_V_at = $(am__v_at_@AM_V@)
158am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
159am__v_at_0 = @
160am__v_at_1 = 
161SOURCES =
162DIST_SOURCES =
163RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
164	ctags-recursive dvi-recursive html-recursive info-recursive \
165	install-data-recursive install-dvi-recursive \
166	install-exec-recursive install-html-recursive \
167	install-info-recursive install-pdf-recursive \
168	install-ps-recursive install-recursive installcheck-recursive \
169	installdirs-recursive pdf-recursive ps-recursive \
170	tags-recursive uninstall-recursive
171am__can_run_installinfo = \
172  case $$AM_UPDATE_INFO_DIR in \
173    n|no|NO) false;; \
174    *) (install-info --version) >/dev/null 2>&1;; \
175  esac
176RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
177  distclean-recursive maintainer-clean-recursive
178am__recursive_targets = \
179  $(RECURSIVE_TARGETS) \
180  $(RECURSIVE_CLEAN_TARGETS) \
181  $(am__extra_recursive_targets)
182AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
183	distdir
184am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
185# Read a list of newline-separated strings from the standard input,
186# and print each of them once, without duplicates.  Input order is
187# *not* preserved.
188am__uniquify_input = $(AWK) '\
189  BEGIN { nonempty = 0; } \
190  { items[$$0] = 1; nonempty = 1; } \
191  END { if (nonempty) { for (i in items) print i; }; } \
192'
193# Make sure the list of sources is unique.  This is necessary because,
194# e.g., the same source file might be shared among _SOURCES variables
195# for different programs/libraries.
196am__define_uniq_tagged_files = \
197  list='$(am__tagged_files)'; \
198  unique=`for i in $$list; do \
199    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
200  done | $(am__uniquify_input)`
201ETAGS = etags
202CTAGS = ctags
203DIST_SUBDIRS = $(SUBDIRS)
204am__DIST_COMMON = $(srcdir)/Makefile.in \
205	$(top_srcdir)/Makefile.am.common \
206	$(top_srcdir)/cf/Makefile.am.common ChangeLog
207DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
208am__relativize = \
209  dir0=`pwd`; \
210  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
211  sed_rest='s,^[^/]*/*,,'; \
212  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
213  sed_butlast='s,/*[^/]*$$,,'; \
214  while test -n "$$dir1"; do \
215    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
216    if test "$$first" != "."; then \
217      if test "$$first" = ".."; then \
218        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
219        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
220      else \
221        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
222        if test "$$first2" = "$$first"; then \
223          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
224        else \
225          dir2="../$$dir2"; \
226        fi; \
227        dir0="$$dir0"/"$$first"; \
228      fi; \
229    fi; \
230    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
231  done; \
232  reldir="$$dir2"
233ACLOCAL = @ACLOCAL@
234AIX_EXTRA_KAFS = @AIX_EXTRA_KAFS@
235AMTAR = @AMTAR@
236AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
237AR = @AR@
238AS = @AS@
239ASN1_COMPILE = @ASN1_COMPILE@
240ASN1_COMPILE_DEP = @ASN1_COMPILE_DEP@
241AUTOCONF = @AUTOCONF@
242AUTOHEADER = @AUTOHEADER@
243AUTOMAKE = @AUTOMAKE@
244AWK = @AWK@
245CANONICAL_HOST = @CANONICAL_HOST@
246CAPNG_CFLAGS = @CAPNG_CFLAGS@
247CAPNG_LIBS = @CAPNG_LIBS@
248CATMAN = @CATMAN@
249CATMANEXT = @CATMANEXT@
250CC = @CC@
251CCDEPMODE = @CCDEPMODE@
252CFLAGS = @CFLAGS@
253COMPILE_ET = @COMPILE_ET@
254CPP = @CPP@
255CPPFLAGS = @CPPFLAGS@
256CYGPATH_W = @CYGPATH_W@
257DB1LIB = @DB1LIB@
258DB3LIB = @DB3LIB@
259DBHEADER = @DBHEADER@
260DEFS = @DEFS@
261DEPDIR = @DEPDIR@
262DIR_com_err = @DIR_com_err@
263DIR_hdbdir = @DIR_hdbdir@
264DIR_roken = @DIR_roken@
265DLLTOOL = @DLLTOOL@
266DSYMUTIL = @DSYMUTIL@
267DUMPBIN = @DUMPBIN@
268ECHO_C = @ECHO_C@
269ECHO_N = @ECHO_N@
270ECHO_T = @ECHO_T@
271EGREP = @EGREP@
272ENABLE_AFS_STRING_TO_KEY = @ENABLE_AFS_STRING_TO_KEY@
273EXEEXT = @EXEEXT@
274FGREP = @FGREP@
275GCD_MIG = @GCD_MIG@
276GREP = @GREP@
277GROFF = @GROFF@
278INCLUDES_roken = @INCLUDES_roken@
279INCLUDE_libedit = @INCLUDE_libedit@
280INCLUDE_libintl = @INCLUDE_libintl@
281INCLUDE_openldap = @INCLUDE_openldap@
282INCLUDE_openssl_crypto = @INCLUDE_openssl_crypto@
283INCLUDE_readline = @INCLUDE_readline@
284INCLUDE_sqlite3 = @INCLUDE_sqlite3@
285INSTALL = @INSTALL@
286INSTALL_DATA = @INSTALL_DATA@
287INSTALL_PROGRAM = @INSTALL_PROGRAM@
288INSTALL_SCRIPT = @INSTALL_SCRIPT@
289INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
290LD = @LD@
291LDFLAGS = @LDFLAGS@
292LDFLAGS_VERSION_SCRIPT = @LDFLAGS_VERSION_SCRIPT@
293LEX = @LEX@
294LEXLIB = @LEXLIB@
295LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
296LIBADD_roken = @LIBADD_roken@
297LIBOBJS = @LIBOBJS@
298LIBS = @LIBS@
299LIBTOOL = @LIBTOOL@
300LIB_AUTH_SUBDIRS = @LIB_AUTH_SUBDIRS@
301LIB_bswap16 = @LIB_bswap16@
302LIB_bswap32 = @LIB_bswap32@
303LIB_bswap64 = @LIB_bswap64@
304LIB_com_err = @LIB_com_err@
305LIB_com_err_a = @LIB_com_err_a@
306LIB_com_err_so = @LIB_com_err_so@
307LIB_crypt = @LIB_crypt@
308LIB_db_create = @LIB_db_create@
309LIB_dbm_firstkey = @LIB_dbm_firstkey@
310LIB_dbopen = @LIB_dbopen@
311LIB_dispatch_async_f = @LIB_dispatch_async_f@
312LIB_dladdr = @LIB_dladdr@
313LIB_dlopen = @LIB_dlopen@
314LIB_dn_expand = @LIB_dn_expand@
315LIB_dns_search = @LIB_dns_search@
316LIB_door_create = @LIB_door_create@
317LIB_freeaddrinfo = @LIB_freeaddrinfo@
318LIB_gai_strerror = @LIB_gai_strerror@
319LIB_getaddrinfo = @LIB_getaddrinfo@
320LIB_gethostbyname = @LIB_gethostbyname@
321LIB_gethostbyname2 = @LIB_gethostbyname2@
322LIB_getnameinfo = @LIB_getnameinfo@
323LIB_getpwnam_r = @LIB_getpwnam_r@
324LIB_getsockopt = @LIB_getsockopt@
325LIB_hcrypto = @LIB_hcrypto@
326LIB_hcrypto_a = @LIB_hcrypto_a@
327LIB_hcrypto_appl = @LIB_hcrypto_appl@
328LIB_hcrypto_so = @LIB_hcrypto_so@
329LIB_hstrerror = @LIB_hstrerror@
330LIB_kdb = @LIB_kdb@
331LIB_libedit = @LIB_libedit@
332LIB_libintl = @LIB_libintl@
333LIB_loadquery = @LIB_loadquery@
334LIB_logout = @LIB_logout@
335LIB_logwtmp = @LIB_logwtmp@
336LIB_openldap = @LIB_openldap@
337LIB_openpty = @LIB_openpty@
338LIB_openssl_crypto = @LIB_openssl_crypto@
339LIB_otp = @LIB_otp@
340LIB_pidfile = @LIB_pidfile@
341LIB_readline = @LIB_readline@
342LIB_res_ndestroy = @LIB_res_ndestroy@
343LIB_res_nsearch = @LIB_res_nsearch@
344LIB_res_search = @LIB_res_search@
345LIB_roken = @LIB_roken@
346LIB_security = @LIB_security@
347LIB_setsockopt = @LIB_setsockopt@
348LIB_socket = @LIB_socket@
349LIB_sqlite3 = @LIB_sqlite3@
350LIB_syslog = @LIB_syslog@
351LIB_tgetent = @LIB_tgetent@
352LIPO = @LIPO@
353LMDBLIB = @LMDBLIB@
354LN_S = @LN_S@
355LTLIBOBJS = @LTLIBOBJS@
356LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
357MAINT = @MAINT@
358MAKEINFO = @MAKEINFO@
359MANIFEST_TOOL = @MANIFEST_TOOL@
360MKDIR_P = @MKDIR_P@
361NDBMLIB = @NDBMLIB@
362NM = @NM@
363NMEDIT = @NMEDIT@
364NO_AFS = @NO_AFS@
365NROFF = @NROFF@
366OBJDUMP = @OBJDUMP@
367OBJEXT = @OBJEXT@
368OTOOL = @OTOOL@
369OTOOL64 = @OTOOL64@
370PACKAGE = @PACKAGE@
371PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
372PACKAGE_NAME = @PACKAGE_NAME@
373PACKAGE_STRING = @PACKAGE_STRING@
374PACKAGE_TARNAME = @PACKAGE_TARNAME@
375PACKAGE_URL = @PACKAGE_URL@
376PACKAGE_VERSION = @PACKAGE_VERSION@
377PATH_SEPARATOR = @PATH_SEPARATOR@
378PERL = @PERL@
379PKG_CONFIG = @PKG_CONFIG@
380PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
381PTHREAD_LDADD = @PTHREAD_LDADD@
382PTHREAD_LIBADD = @PTHREAD_LIBADD@
383RANLIB = @RANLIB@
384SED = @SED@
385SET_MAKE = @SET_MAKE@
386SHELL = @SHELL@
387SLC = @SLC@
388SLC_DEP = @SLC_DEP@
389STRIP = @STRIP@
390VERSION = @VERSION@
391VERSIONING = @VERSIONING@
392WFLAGS = @WFLAGS@
393WFLAGS_LITE = @WFLAGS_LITE@
394YACC = @YACC@
395YFLAGS = @YFLAGS@
396abs_builddir = @abs_builddir@
397abs_srcdir = @abs_srcdir@
398abs_top_builddir = @abs_top_builddir@
399abs_top_srcdir = @abs_top_srcdir@
400ac_ct_AR = @ac_ct_AR@
401ac_ct_CC = @ac_ct_CC@
402ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
403am__include = @am__include@
404am__leading_dot = @am__leading_dot@
405am__quote = @am__quote@
406am__tar = @am__tar@
407am__untar = @am__untar@
408bindir = @bindir@
409build = @build@
410build_alias = @build_alias@
411build_cpu = @build_cpu@
412build_os = @build_os@
413build_vendor = @build_vendor@
414builddir = @builddir@
415datadir = @datadir@
416datarootdir = @datarootdir@
417db_type = @db_type@
418db_type_preference = @db_type_preference@
419docdir = @docdir@
420dpagaix_cflags = @dpagaix_cflags@
421dpagaix_ldadd = @dpagaix_ldadd@
422dpagaix_ldflags = @dpagaix_ldflags@
423dvidir = @dvidir@
424exec_prefix = @exec_prefix@
425host = @host@
426host_alias = @host_alias@
427host_cpu = @host_cpu@
428host_os = @host_os@
429host_vendor = @host_vendor@
430htmldir = @htmldir@
431includedir = @includedir@
432infodir = @infodir@
433install_sh = @install_sh@
434libdir = @libdir@
435libexecdir = @libexecdir@
436localedir = @localedir@
437localstatedir = @localstatedir@
438mandir = @mandir@
439mkdir_p = @mkdir_p@
440oldincludedir = @oldincludedir@
441pdfdir = @pdfdir@
442prefix = @prefix@
443program_transform_name = @program_transform_name@
444psdir = @psdir@
445sbindir = @sbindir@
446sharedstatedir = @sharedstatedir@
447srcdir = @srcdir@
448subdirs = @subdirs@
449sysconfdir = @sysconfdir@
450target_alias = @target_alias@
451top_build_prefix = @top_build_prefix@
452top_builddir = @top_builddir@
453top_srcdir = @top_srcdir@
454SUFFIXES = .et .h .pc.in .pc .x .z .hx .1 .3 .5 .7 .8 .cat1 .cat3 \
455	.cat5 .cat7 .cat8
456DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_srcdir)/include
457AM_CPPFLAGS = $(INCLUDES_roken)
458@do_roken_rename_TRUE@ROKEN_RENAME = -DROKEN_RENAME
459AM_CFLAGS = $(WFLAGS)
460CP = cp
461buildinclude = $(top_builddir)/include
462LIB_XauReadAuth = @LIB_XauReadAuth@
463LIB_el_init = @LIB_el_init@
464LIB_getattr = @LIB_getattr@
465LIB_getpwent_r = @LIB_getpwent_r@
466LIB_odm_initialize = @LIB_odm_initialize@
467LIB_setpcred = @LIB_setpcred@
468INCLUDE_krb4 = @INCLUDE_krb4@
469LIB_krb4 = @LIB_krb4@
470libexec_heimdaldir = $(libexecdir)/heimdal
471NROFF_MAN = groff -mandoc -Tascii
472@NO_AFS_FALSE@LIB_kafs = $(top_builddir)/lib/kafs/libkafs.la $(AIX_EXTRA_KAFS)
473@NO_AFS_TRUE@LIB_kafs = 
474@KRB5_TRUE@LIB_krb5 = $(top_builddir)/lib/krb5/libkrb5.la \
475@KRB5_TRUE@	$(top_builddir)/lib/asn1/libasn1.la
476
477@KRB5_TRUE@LIB_gssapi = $(top_builddir)/lib/gssapi/libgssapi.la
478LIB_heimbase = $(top_builddir)/lib/base/libheimbase.la
479@DCE_TRUE@LIB_kdfs = $(top_builddir)/lib/kdfs/libkdfs.la
480
481#silent-rules
482heim_verbose = $(heim_verbose_$(V))
483heim_verbose_ = $(heim_verbose_$(AM_DEFAULT_VERBOSITY))
484heim_verbose_0 = @echo "  GEN    "$@;
485SUBDIRS = mac
486EXTRA_DIST = windows NTMakefile
487all: all-recursive
488
489.SUFFIXES:
490.SUFFIXES: .et .h .pc.in .pc .x .z .hx .1 .3 .5 .7 .8 .cat1 .cat3 .cat5 .cat7 .cat8 .c
491$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.common $(top_srcdir)/cf/Makefile.am.common $(am__configure_deps)
492	@for dep in $?; do \
493	  case '$(am__configure_deps)' in \
494	    *$$dep*) \
495	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
496	        && { if test -f $@; then exit 0; else break; fi; }; \
497	      exit 1;; \
498	  esac; \
499	done; \
500	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign packages/Makefile'; \
501	$(am__cd) $(top_srcdir) && \
502	  $(AUTOMAKE) --foreign packages/Makefile
503Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
504	@case '$?' in \
505	  *config.status*) \
506	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
507	  *) \
508	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
509	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
510	esac;
511$(top_srcdir)/Makefile.am.common $(top_srcdir)/cf/Makefile.am.common $(am__empty):
512
513$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
514	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
515
516$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
517	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
518$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
519	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
520$(am__aclocal_m4_deps):
521
522mostlyclean-libtool:
523	-rm -f *.lo
524
525clean-libtool:
526	-rm -rf .libs _libs
527
528# This directory's subdirectories are mostly independent; you can cd
529# into them and run 'make' without going through this Makefile.
530# To change the values of 'make' variables: instead of editing Makefiles,
531# (1) if the variable is set in 'config.status', edit 'config.status'
532#     (which will cause the Makefiles to be regenerated when you run 'make');
533# (2) otherwise, pass the desired values on the 'make' command line.
534$(am__recursive_targets):
535	@fail=; \
536	if $(am__make_keepgoing); then \
537	  failcom='fail=yes'; \
538	else \
539	  failcom='exit 1'; \
540	fi; \
541	dot_seen=no; \
542	target=`echo $@ | sed s/-recursive//`; \
543	case "$@" in \
544	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
545	  *) list='$(SUBDIRS)' ;; \
546	esac; \
547	for subdir in $$list; do \
548	  echo "Making $$target in $$subdir"; \
549	  if test "$$subdir" = "."; then \
550	    dot_seen=yes; \
551	    local_target="$$target-am"; \
552	  else \
553	    local_target="$$target"; \
554	  fi; \
555	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
556	  || eval $$failcom; \
557	done; \
558	if test "$$dot_seen" = "no"; then \
559	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
560	fi; test -z "$$fail"
561
562ID: $(am__tagged_files)
563	$(am__define_uniq_tagged_files); mkid -fID $$unique
564tags: tags-recursive
565TAGS: tags
566
567tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
568	set x; \
569	here=`pwd`; \
570	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
571	  include_option=--etags-include; \
572	  empty_fix=.; \
573	else \
574	  include_option=--include; \
575	  empty_fix=; \
576	fi; \
577	list='$(SUBDIRS)'; for subdir in $$list; do \
578	  if test "$$subdir" = .; then :; else \
579	    test ! -f $$subdir/TAGS || \
580	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
581	  fi; \
582	done; \
583	$(am__define_uniq_tagged_files); \
584	shift; \
585	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
586	  test -n "$$unique" || unique=$$empty_fix; \
587	  if test $$# -gt 0; then \
588	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
589	      "$$@" $$unique; \
590	  else \
591	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
592	      $$unique; \
593	  fi; \
594	fi
595ctags: ctags-recursive
596
597CTAGS: ctags
598ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
599	$(am__define_uniq_tagged_files); \
600	test -z "$(CTAGS_ARGS)$$unique" \
601	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
602	     $$unique
603
604GTAGS:
605	here=`$(am__cd) $(top_builddir) && pwd` \
606	  && $(am__cd) $(top_srcdir) \
607	  && gtags -i $(GTAGS_ARGS) "$$here"
608cscopelist: cscopelist-recursive
609
610cscopelist-am: $(am__tagged_files)
611	list='$(am__tagged_files)'; \
612	case "$(srcdir)" in \
613	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
614	  *) sdir=$(subdir)/$(srcdir) ;; \
615	esac; \
616	for i in $$list; do \
617	  if test -f "$$i"; then \
618	    echo "$(subdir)/$$i"; \
619	  else \
620	    echo "$$sdir/$$i"; \
621	  fi; \
622	done >> $(top_builddir)/cscope.files
623
624distclean-tags:
625	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
626
627distdir: $(DISTFILES)
628	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
629	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
630	list='$(DISTFILES)'; \
631	  dist_files=`for file in $$list; do echo $$file; done | \
632	  sed -e "s|^$$srcdirstrip/||;t" \
633	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
634	case $$dist_files in \
635	  */*) $(MKDIR_P) `echo "$$dist_files" | \
636			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
637			   sort -u` ;; \
638	esac; \
639	for file in $$dist_files; do \
640	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
641	  if test -d $$d/$$file; then \
642	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
643	    if test -d "$(distdir)/$$file"; then \
644	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
645	    fi; \
646	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
647	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
648	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
649	    fi; \
650	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
651	  else \
652	    test -f "$(distdir)/$$file" \
653	    || cp -p $$d/$$file "$(distdir)/$$file" \
654	    || exit 1; \
655	  fi; \
656	done
657	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
658	  if test "$$subdir" = .; then :; else \
659	    $(am__make_dryrun) \
660	      || test -d "$(distdir)/$$subdir" \
661	      || $(MKDIR_P) "$(distdir)/$$subdir" \
662	      || exit 1; \
663	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
664	    $(am__relativize); \
665	    new_distdir=$$reldir; \
666	    dir1=$$subdir; dir2="$(top_distdir)"; \
667	    $(am__relativize); \
668	    new_top_distdir=$$reldir; \
669	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
670	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
671	    ($(am__cd) $$subdir && \
672	      $(MAKE) $(AM_MAKEFLAGS) \
673	        top_distdir="$$new_top_distdir" \
674	        distdir="$$new_distdir" \
675		am__remove_distdir=: \
676		am__skip_length_check=: \
677		am__skip_mode_fix=: \
678	        distdir) \
679	      || exit 1; \
680	  fi; \
681	done
682	$(MAKE) $(AM_MAKEFLAGS) \
683	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
684	  dist-hook
685check-am: all-am
686	$(MAKE) $(AM_MAKEFLAGS) check-local
687check: check-recursive
688all-am: Makefile all-local
689installdirs: installdirs-recursive
690installdirs-am:
691install: install-recursive
692install-exec: install-exec-recursive
693install-data: install-data-recursive
694uninstall: uninstall-recursive
695
696install-am: all-am
697	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
698
699installcheck: installcheck-recursive
700install-strip:
701	if test -z '$(STRIP)'; then \
702	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
703	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
704	      install; \
705	else \
706	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
707	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
708	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
709	fi
710mostlyclean-generic:
711
712clean-generic:
713
714distclean-generic:
715	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
716	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
717
718maintainer-clean-generic:
719	@echo "This command is intended for maintainers to use"
720	@echo "it deletes files that may require special tools to rebuild."
721clean: clean-recursive
722
723clean-am: clean-generic clean-libtool mostlyclean-am
724
725distclean: distclean-recursive
726	-rm -f Makefile
727distclean-am: clean-am distclean-generic distclean-tags
728
729dvi: dvi-recursive
730
731dvi-am:
732
733html: html-recursive
734
735html-am:
736
737info: info-recursive
738
739info-am:
740
741install-data-am:
742	@$(NORMAL_INSTALL)
743	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
744install-dvi: install-dvi-recursive
745
746install-dvi-am:
747
748install-exec-am: install-exec-local
749
750install-html: install-html-recursive
751
752install-html-am:
753
754install-info: install-info-recursive
755
756install-info-am:
757
758install-man:
759
760install-pdf: install-pdf-recursive
761
762install-pdf-am:
763
764install-ps: install-ps-recursive
765
766install-ps-am:
767
768installcheck-am:
769
770maintainer-clean: maintainer-clean-recursive
771	-rm -f Makefile
772maintainer-clean-am: distclean-am maintainer-clean-generic
773
774mostlyclean: mostlyclean-recursive
775
776mostlyclean-am: mostlyclean-generic mostlyclean-libtool
777
778pdf: pdf-recursive
779
780pdf-am:
781
782ps: ps-recursive
783
784ps-am:
785
786uninstall-am:
787	@$(NORMAL_INSTALL)
788	$(MAKE) $(AM_MAKEFLAGS) uninstall-hook
789.MAKE: $(am__recursive_targets) check-am install-am install-data-am \
790	install-strip uninstall-am
791
792.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
793	check check-am check-local clean clean-generic clean-libtool \
794	cscopelist-am ctags ctags-am dist-hook distclean \
795	distclean-generic distclean-libtool distclean-tags distdir dvi \
796	dvi-am html html-am info info-am install install-am \
797	install-data install-data-am install-data-hook install-dvi \
798	install-dvi-am install-exec install-exec-am install-exec-local \
799	install-html install-html-am install-info install-info-am \
800	install-man install-pdf install-pdf-am install-ps \
801	install-ps-am install-strip installcheck installcheck-am \
802	installdirs installdirs-am maintainer-clean \
803	maintainer-clean-generic mostlyclean mostlyclean-generic \
804	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
805	uninstall-am uninstall-hook
806
807.PRECIOUS: Makefile
808
809
810install-suid-programs:
811	@foo='$(bin_SUIDS)'; \
812	for file in $$foo; do \
813		x=$(DESTDIR)$(bindir)/$$file; \
814		if chown 0:0 $$x && chmod u+s $$x; then :; else \
815			echo "*"; \
816			echo "* Failed to install $$x setuid root"; \
817			echo "*"; \
818		fi; \
819	done
820
821install-exec-local: install-suid-programs
822
823codesign-all:
824	@if [ X"$$CODE_SIGN_IDENTITY" != X ] ; then \
825		foo='$(bin_PROGRAMS) $(sbin_PROGRAMS) $(libexec_PROGRAMS)' ; \
826		for file in $$foo ; do \
827			echo "CODESIGN $$file" ; \
828			codesign -f -s "$$CODE_SIGN_IDENTITY" $$file || exit 1 ; \
829		done ; \
830	fi
831
832all-local: codesign-all
833
834install-build-headers:: $(include_HEADERS) $(dist_include_HEADERS) $(nodist_include_HEADERS) $(build_HEADERZ) $(nobase_include_HEADERS) $(noinst_HEADERS)
835	@foo='$(include_HEADERS) $(dist_include_HEADERS) $(nodist_include_HEADERS) $(build_HEADERZ) $(noinst_HEADERS)'; \
836	for f in $$foo; do \
837		f=`basename $$f`; \
838		if test -f "$(srcdir)/$$f"; then file="$(srcdir)/$$f"; \
839		else file="$$f"; fi; \
840		if cmp -s  $$file $(buildinclude)/$$f 2> /dev/null ; then \
841		: ; else \
842			echo " $(CP) $$file $(buildinclude)/$$f"; \
843			$(CP) $$file $(buildinclude)/$$f || true; \
844		fi ; \
845	done ; \
846	foo='$(nobase_include_HEADERS)'; \
847	for f in $$foo; do \
848		if test -f "$(srcdir)/$$f"; then file="$(srcdir)/$$f"; \
849		else file="$$f"; fi; \
850		$(mkdir_p) $(buildinclude)/`dirname $$f` ; \
851		if cmp -s  $$file $(buildinclude)/$$f 2> /dev/null ; then \
852		: ; else \
853			echo " $(CP) $$file $(buildinclude)/$$f"; \
854			$(CP) $$file $(buildinclude)/$$f; \
855		fi ; \
856	done
857
858all-local: install-build-headers
859
860check-local::
861	@if test '$(CHECK_LOCAL)' = "no-check-local"; then \
862	  foo=''; elif test '$(CHECK_LOCAL)'; then \
863	  foo='$(CHECK_LOCAL)'; else \
864	  foo='$(PROGRAMS)'; fi; \
865	  if test "$$foo"; then \
866	  failed=0; all=0; \
867	  for i in $$foo; do \
868	    all=`expr $$all + 1`; \
869	    if (./$$i --version && ./$$i --help) > /dev/null 2>&1; then \
870	      echo "PASS: $$i"; \
871	    else \
872	      echo "FAIL: $$i"; \
873	      failed=`expr $$failed + 1`; \
874	    fi; \
875	  done; \
876	  if test "$$failed" -eq 0; then \
877	    banner="All $$all tests passed"; \
878	  else \
879	    banner="$$failed of $$all tests failed"; \
880	  fi; \
881	  dashes=`echo "$$banner" | sed s/./=/g`; \
882	  echo "$$dashes"; \
883	  echo "$$banner"; \
884	  echo "$$dashes"; \
885	  test "$$failed" -eq 0 || exit 1; \
886	fi
887
888.x.c:
889	@cmp -s $< $@ 2> /dev/null || cp $< $@
890
891.hx.h:
892	@cmp -s $< $@ 2> /dev/null || cp $< $@
893#NROFF_MAN = nroff -man
894.1.cat1:
895	$(NROFF_MAN) $< > $@
896.3.cat3:
897	$(NROFF_MAN) $< > $@
898.5.cat5:
899	$(NROFF_MAN) $< > $@
900.7.cat7:
901	$(NROFF_MAN) $< > $@
902.8.cat8:
903	$(NROFF_MAN) $< > $@
904
905dist-cat1-mans:
906	@foo='$(man1_MANS)'; \
907	bar='$(man_MANS)'; \
908	for i in $$bar; do \
909	case $$i in \
910	*.1) foo="$$foo $$i";; \
911	esac; done ;\
912	for i in $$foo; do \
913		x=`echo $$i | sed 's/\.[^.]*$$/.cat1/'`; \
914		echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \
915		$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \
916	done
917
918dist-cat3-mans:
919	@foo='$(man3_MANS)'; \
920	bar='$(man_MANS)'; \
921	for i in $$bar; do \
922	case $$i in \
923	*.3) foo="$$foo $$i";; \
924	esac; done ;\
925	for i in $$foo; do \
926		x=`echo $$i | sed 's/\.[^.]*$$/.cat3/'`; \
927		echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \
928		$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \
929	done
930
931dist-cat5-mans:
932	@foo='$(man5_MANS)'; \
933	bar='$(man_MANS)'; \
934	for i in $$bar; do \
935	case $$i in \
936	*.5) foo="$$foo $$i";; \
937	esac; done ;\
938	for i in $$foo; do \
939		x=`echo $$i | sed 's/\.[^.]*$$/.cat5/'`; \
940		echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \
941		$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \
942	done
943
944dist-cat7-mans:
945	@foo='$(man7_MANS)'; \
946	bar='$(man_MANS)'; \
947	for i in $$bar; do \
948	case $$i in \
949	*.7) foo="$$foo $$i";; \
950	esac; done ;\
951	for i in $$foo; do \
952		x=`echo $$i | sed 's/\.[^.]*$$/.cat7/'`; \
953		echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \
954		$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \
955	done
956
957dist-cat8-mans:
958	@foo='$(man8_MANS)'; \
959	bar='$(man_MANS)'; \
960	for i in $$bar; do \
961	case $$i in \
962	*.8) foo="$$foo $$i";; \
963	esac; done ;\
964	for i in $$foo; do \
965		x=`echo $$i | sed 's/\.[^.]*$$/.cat8/'`; \
966		echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \
967		$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \
968	done
969
970dist-hook: dist-cat1-mans dist-cat3-mans dist-cat5-mans dist-cat7-mans dist-cat8-mans
971
972install-cat-mans:
973	$(SHELL) $(top_srcdir)/cf/install-catman.sh install "$(INSTALL_DATA)" "$(mkinstalldirs)" "$(srcdir)" "$(DESTDIR)$(mandir)" '$(CATMANEXT)' $(man_MANS) $(man1_MANS) $(man3_MANS) $(man5_MANS) $(man7_MANS) $(man8_MANS)
974
975uninstall-cat-mans:
976	$(SHELL) $(top_srcdir)/cf/install-catman.sh uninstall "$(INSTALL_DATA)" "$(mkinstalldirs)" "$(srcdir)" "$(DESTDIR)$(mandir)" '$(CATMANEXT)' $(man_MANS) $(man1_MANS) $(man3_MANS) $(man5_MANS) $(man7_MANS) $(man8_MANS)
977
978install-data-hook: install-cat-mans
979uninstall-hook: uninstall-cat-mans
980
981.et.h:
982	$(COMPILE_ET) $<
983.et.c:
984	$(COMPILE_ET) $<
985
986#
987# Useful target for debugging
988#
989
990check-valgrind:
991	tobjdir=`cd $(top_builddir) && pwd` ; \
992	tsrcdir=`cd $(top_srcdir) && pwd` ; \
993	env TESTS_ENVIRONMENT="$${tsrcdir}/cf/maybe-valgrind.sh -s $${tsrcdir} -o $${tobjdir}" make check
994
995#
996# Target to please samba build farm, builds distfiles in-tree.
997# Will break when automake changes...
998#
999
1000distdir-in-tree: $(DISTFILES) $(INFO_DEPS)
1001	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1002	  if test "$$subdir" != .; then \
1003	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) distdir-in-tree) ; \
1004	  fi ; \
1005	done
1006
1007# Tell versions [3.59,3.63) of GNU make to not export all variables.
1008# Otherwise a system limit (for SysV at least) may be exceeded.
1009.NOEXPORT:
1010