ae77177087
several new kerberos related libraries and applications to FreeBSD: o kgetcred(1) allows one to manually get a ticket for a particular service. o kf(1) securily forwards ticket to another host through an authenticated and encrypted stream. o kcc(1) is an umbrella program around klist(1), kswitch(1), kgetcred(1) and other user kerberos operations. klist and kswitch are just symlinks to kcc(1) now. o kswitch(1) allows you to easily switch between kerberos credentials if you're running KCM. o hxtool(1) is a certificate management tool to use with PKINIT. o string2key(1) maps a password into key. o kdigest(8) is a userland tool to access the KDC's digest interface. o kimpersonate(8) creates a "fake" ticket for a service. We also now install manpages for some lirbaries that were not installed before, libheimntlm and libhx509. - The new HEIMDAL version no longer supports Kerberos 4. All users are recommended to switch to Kerberos 5. - Weak ciphers are now disabled by default. To enable DES support (used by telnet(8)), use "allow_weak_crypto" option in krb5.conf. - libtelnet, pam_ksu and pam_krb5 are now compiled with error on warnings disabled due to the function they use (krb5_get_err_text(3)) being deprecated. I plan to work on this next. - Heimdal's KDC now require sqlite to operate. We use the bundled version and install it as libheimsqlite. If some other FreeBSD components will require it in the future we can rename it to libbsdsqlite and use for these components as well. - This is not a latest Heimdal version, the new one was released while I was working on the update. I will update it to 1.5.2 soon, as it fixes some important bugs and security issues.
2545 lines
97 KiB
Makefile
2545 lines
97 KiB
Makefile
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
|
# @configure_input@
|
|
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
|
# Inc.
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
# with or without modifications, as long as this notice is preserved.
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
# PARTICULAR PURPOSE.
|
|
|
|
@SET_MAKE@
|
|
|
|
# $Id$
|
|
|
|
# $Id$
|
|
|
|
# $Id$
|
|
|
|
|
|
|
|
VPATH = @srcdir@
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
|
install_sh_PROGRAM = $(install_sh) -c
|
|
install_sh_SCRIPT = $(install_sh) -c
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
|
transform = $(program_transform_name)
|
|
NORMAL_INSTALL = :
|
|
PRE_INSTALL = :
|
|
POST_INSTALL = :
|
|
NORMAL_UNINSTALL = :
|
|
PRE_UNINSTALL = :
|
|
POST_UNINSTALL = :
|
|
build_triplet = @build@
|
|
host_triplet = @host@
|
|
DIST_COMMON = $(include_HEADERS) $(nobase_include_HEADERS) \
|
|
$(noinst_HEADERS) $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
|
$(top_srcdir)/Makefile.am.common \
|
|
$(top_srcdir)/cf/Makefile.am.common ChangeLog
|
|
@versionscript_TRUE@am__append_1 = $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
|
|
TESTS = test_oid$(EXEEXT) test_names$(EXEEXT) test_cfx$(EXEEXT)
|
|
check_PROGRAMS = test_acquire_cred$(EXEEXT) $(am__EXEEXT_1)
|
|
bin_PROGRAMS = gsstool$(EXEEXT)
|
|
noinst_PROGRAMS = test_cred$(EXEEXT) test_kcred$(EXEEXT) \
|
|
test_context$(EXEEXT) test_ntlm$(EXEEXT)
|
|
subdir = lib/gssapi
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \
|
|
$(top_srcdir)/cf/auth-modules.m4 \
|
|
$(top_srcdir)/cf/broken-getaddrinfo.m4 \
|
|
$(top_srcdir)/cf/broken-glob.m4 \
|
|
$(top_srcdir)/cf/broken-realloc.m4 \
|
|
$(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \
|
|
$(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
|
|
$(top_srcdir)/cf/capabilities.m4 \
|
|
$(top_srcdir)/cf/check-compile-et.m4 \
|
|
$(top_srcdir)/cf/check-getpwnam_r-posix.m4 \
|
|
$(top_srcdir)/cf/check-man.m4 \
|
|
$(top_srcdir)/cf/check-netinet-ip-and-tcp.m4 \
|
|
$(top_srcdir)/cf/check-type-extra.m4 \
|
|
$(top_srcdir)/cf/check-var.m4 $(top_srcdir)/cf/check-x.m4 \
|
|
$(top_srcdir)/cf/check-xau.m4 $(top_srcdir)/cf/crypto.m4 \
|
|
$(top_srcdir)/cf/db.m4 $(top_srcdir)/cf/destdirs.m4 \
|
|
$(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
|
|
$(top_srcdir)/cf/find-func-no-libs.m4 \
|
|
$(top_srcdir)/cf/find-func-no-libs2.m4 \
|
|
$(top_srcdir)/cf/find-func.m4 \
|
|
$(top_srcdir)/cf/find-if-not-broken.m4 \
|
|
$(top_srcdir)/cf/framework-security.m4 \
|
|
$(top_srcdir)/cf/have-struct-field.m4 \
|
|
$(top_srcdir)/cf/have-type.m4 $(top_srcdir)/cf/irix.m4 \
|
|
$(top_srcdir)/cf/krb-bigendian.m4 \
|
|
$(top_srcdir)/cf/krb-func-getlogin.m4 \
|
|
$(top_srcdir)/cf/krb-ipv6.m4 $(top_srcdir)/cf/krb-prog-ln-s.m4 \
|
|
$(top_srcdir)/cf/krb-readline.m4 \
|
|
$(top_srcdir)/cf/krb-struct-spwd.m4 \
|
|
$(top_srcdir)/cf/krb-struct-winsize.m4 \
|
|
$(top_srcdir)/cf/largefile.m4 $(top_srcdir)/cf/libtool.m4 \
|
|
$(top_srcdir)/cf/ltoptions.m4 $(top_srcdir)/cf/ltsugar.m4 \
|
|
$(top_srcdir)/cf/ltversion.m4 $(top_srcdir)/cf/lt~obsolete.m4 \
|
|
$(top_srcdir)/cf/mips-abi.m4 $(top_srcdir)/cf/misc.m4 \
|
|
$(top_srcdir)/cf/need-proto.m4 $(top_srcdir)/cf/osfc2.m4 \
|
|
$(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
|
|
$(top_srcdir)/cf/proto-compat.m4 $(top_srcdir)/cf/pthreads.m4 \
|
|
$(top_srcdir)/cf/resolv.m4 $(top_srcdir)/cf/retsigtype.m4 \
|
|
$(top_srcdir)/cf/roken-frag.m4 \
|
|
$(top_srcdir)/cf/socket-wrapper.m4 $(top_srcdir)/cf/sunos.m4 \
|
|
$(top_srcdir)/cf/telnet.m4 $(top_srcdir)/cf/test-package.m4 \
|
|
$(top_srcdir)/cf/version-script.m4 $(top_srcdir)/cf/wflags.m4 \
|
|
$(top_srcdir)/cf/win32.m4 $(top_srcdir)/cf/with-all.m4 \
|
|
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
$(ACLOCAL_M4)
|
|
mkinstalldirs = $(install_sh) -d
|
|
CONFIG_HEADER = $(top_builddir)/include/config.h
|
|
CONFIG_CLEAN_FILES =
|
|
CONFIG_CLEAN_VPATH_FILES =
|
|
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
|
am__vpath_adj = case $$p in \
|
|
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
|
*) f=$$p;; \
|
|
esac;
|
|
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
|
am__install_max = 40
|
|
am__nobase_strip_setup = \
|
|
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
|
am__nobase_strip = \
|
|
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
|
am__nobase_list = $(am__nobase_strip_setup); \
|
|
for p in $$list; do echo "$$p $$p"; done | \
|
|
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
|
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
|
if (++n[$$2] == $(am__install_max)) \
|
|
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
|
END { for (dir in files) print dir, files[dir] }'
|
|
am__base_list = \
|
|
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
|
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
|
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
|
|
"$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man5dir)" \
|
|
"$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)" \
|
|
"$(DESTDIR)$(gssapidir)"
|
|
LTLIBRARIES = $(lib_LTLIBRARIES)
|
|
am__DEPENDENCIES_1 =
|
|
am__dirstamp = $(am__leading_dot)dirstamp
|
|
am__objects_1 = krb5/8003.lo krb5/accept_sec_context.lo \
|
|
krb5/acquire_cred.lo krb5/add_cred.lo \
|
|
krb5/address_to_krb5addr.lo krb5/aeap.lo krb5/arcfour.lo \
|
|
krb5/canonicalize_name.lo krb5/creds.lo krb5/ccache_name.lo \
|
|
krb5/cfx.lo krb5/compare_name.lo krb5/compat.lo \
|
|
krb5/context_time.lo krb5/copy_ccache.lo krb5/decapsulate.lo \
|
|
krb5/delete_sec_context.lo krb5/display_name.lo \
|
|
krb5/display_status.lo krb5/duplicate_name.lo \
|
|
krb5/encapsulate.lo krb5/export_name.lo \
|
|
krb5/export_sec_context.lo krb5/external.lo krb5/get_mic.lo \
|
|
krb5/import_name.lo krb5/import_sec_context.lo \
|
|
krb5/indicate_mechs.lo krb5/init.lo krb5/init_sec_context.lo \
|
|
krb5/inquire_context.lo krb5/inquire_cred.lo \
|
|
krb5/inquire_cred_by_mech.lo krb5/inquire_cred_by_oid.lo \
|
|
krb5/inquire_mechs_for_name.lo krb5/inquire_names_for_mech.lo \
|
|
krb5/inquire_sec_context_by_oid.lo krb5/pname_to_uid.lo \
|
|
krb5/process_context_token.lo krb5/prf.lo \
|
|
krb5/release_buffer.lo krb5/release_cred.lo \
|
|
krb5/release_name.lo krb5/sequence.lo krb5/store_cred.lo \
|
|
krb5/set_cred_option.lo krb5/set_sec_context_option.lo \
|
|
krb5/ticket_flags.lo krb5/unwrap.lo \
|
|
krb5/authorize_localname.lo krb5/verify_mic.lo krb5/wrap.lo
|
|
am__objects_2 = mech/context.lo mech/doxygen.lo \
|
|
mech/gss_accept_sec_context.lo mech/gss_acquire_cred.lo \
|
|
mech/gss_acquire_cred_ext.lo \
|
|
mech/gss_acquire_cred_with_password.lo mech/gss_add_cred.lo \
|
|
mech/gss_add_cred_with_password.lo \
|
|
mech/gss_add_oid_set_member.lo mech/gss_aeap.lo \
|
|
mech/gss_buffer_set.lo mech/gss_canonicalize_name.lo \
|
|
mech/gss_compare_name.lo mech/gss_context_time.lo \
|
|
mech/gss_create_empty_oid_set.lo mech/gss_cred.lo \
|
|
mech/gss_decapsulate_token.lo \
|
|
mech/gss_delete_name_attribute.lo \
|
|
mech/gss_delete_sec_context.lo mech/gss_display_name.lo \
|
|
mech/gss_display_name_ext.lo mech/gss_display_status.lo \
|
|
mech/gss_duplicate_name.lo mech/gss_duplicate_oid.lo \
|
|
mech/gss_encapsulate_token.lo mech/gss_export_name.lo \
|
|
mech/gss_export_name_composite.lo \
|
|
mech/gss_export_sec_context.lo mech/gss_get_mic.lo \
|
|
mech/gss_get_name_attribute.lo mech/gss_import_name.lo \
|
|
mech/gss_import_sec_context.lo mech/gss_indicate_mechs.lo \
|
|
mech/gss_init_sec_context.lo mech/gss_inquire_context.lo \
|
|
mech/gss_inquire_cred.lo mech/gss_inquire_cred_by_mech.lo \
|
|
mech/gss_inquire_cred_by_oid.lo \
|
|
mech/gss_inquire_mechs_for_name.lo mech/gss_inquire_name.lo \
|
|
mech/gss_inquire_names_for_mech.lo mech/gss_krb5.lo \
|
|
mech/gss_mech_switch.lo mech/gss_mo.lo mech/gss_names.lo \
|
|
mech/gss_oid.lo mech/gss_oid_equal.lo mech/gss_oid_to_str.lo \
|
|
mech/gss_pname_to_uid.lo mech/gss_process_context_token.lo \
|
|
mech/gss_pseudo_random.lo mech/gss_release_buffer.lo \
|
|
mech/gss_release_cred.lo mech/gss_release_name.lo \
|
|
mech/gss_release_oid.lo mech/gss_release_oid_set.lo \
|
|
mech/gss_seal.lo mech/gss_set_cred_option.lo \
|
|
mech/gss_set_name_attribute.lo \
|
|
mech/gss_set_sec_context_option.lo mech/gss_sign.lo \
|
|
mech/gss_store_cred.lo mech/gss_test_oid_set_member.lo \
|
|
mech/gss_unseal.lo mech/gss_unwrap.lo \
|
|
mech/gss_authorize_localname.lo mech/gss_utils.lo \
|
|
mech/gss_verify.lo mech/gss_verify_mic.lo mech/gss_wrap.lo \
|
|
mech/gss_wrap_size_limit.lo \
|
|
mech/gss_inquire_sec_context_by_oid.lo
|
|
am__objects_3 = ntlm/accept_sec_context.lo ntlm/acquire_cred.lo \
|
|
ntlm/add_cred.lo ntlm/canonicalize_name.lo \
|
|
ntlm/compare_name.lo ntlm/context_time.lo ntlm/creds.lo \
|
|
ntlm/crypto.lo ntlm/delete_sec_context.lo ntlm/display_name.lo \
|
|
ntlm/display_status.lo ntlm/duplicate_name.lo \
|
|
ntlm/export_name.lo ntlm/export_sec_context.lo \
|
|
ntlm/external.lo ntlm/import_name.lo \
|
|
ntlm/import_sec_context.lo ntlm/indicate_mechs.lo \
|
|
ntlm/init_sec_context.lo ntlm/inquire_context.lo \
|
|
ntlm/inquire_cred_by_mech.lo ntlm/inquire_mechs_for_name.lo \
|
|
ntlm/inquire_names_for_mech.lo \
|
|
ntlm/inquire_sec_context_by_oid.lo ntlm/iter_cred.lo \
|
|
ntlm/process_context_token.lo ntlm/release_cred.lo \
|
|
ntlm/release_name.lo ntlm/kdc.lo
|
|
am__objects_4 = spnego/accept_sec_context.lo spnego/compat.lo \
|
|
spnego/context_stubs.lo spnego/cred_stubs.lo \
|
|
spnego/external.lo spnego/init_sec_context.lo
|
|
dist_libgssapi_la_OBJECTS = $(am__objects_1) $(am__objects_2) \
|
|
$(am__objects_3) $(am__objects_4)
|
|
am__objects_5 = asn1_ContextFlags.lo asn1_MechType.lo \
|
|
asn1_MechTypeList.lo asn1_NegotiationToken.lo \
|
|
asn1_NegotiationTokenWin.lo asn1_NegHints.lo \
|
|
asn1_NegTokenInit.lo asn1_NegTokenInitWin.lo \
|
|
asn1_NegTokenResp.lo
|
|
am__objects_6 = asn1_GSSAPIContextToken.lo
|
|
am__objects_7 = $(am__objects_5) $(am__objects_6)
|
|
nodist_libgssapi_la_OBJECTS = gkrb5_err.lo $(am__objects_7)
|
|
libgssapi_la_OBJECTS = $(dist_libgssapi_la_OBJECTS) \
|
|
$(nodist_libgssapi_la_OBJECTS)
|
|
libgssapi_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
$(libgssapi_la_LDFLAGS) $(LDFLAGS) -o $@
|
|
am__EXEEXT_1 = test_oid$(EXEEXT) test_names$(EXEEXT) test_cfx$(EXEEXT)
|
|
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
|
|
dist_gsstool_OBJECTS = gsstool.$(OBJEXT)
|
|
nodist_gsstool_OBJECTS = gss-commands.$(OBJEXT)
|
|
gsstool_OBJECTS = $(dist_gsstool_OBJECTS) $(nodist_gsstool_OBJECTS)
|
|
gsstool_DEPENDENCIES = libgssapi.la $(top_builddir)/lib/sl/libsl.la \
|
|
$(top_builddir)/lib/krb5/libkrb5.la $(am__DEPENDENCIES_1) \
|
|
$(am__DEPENDENCIES_1)
|
|
am_test_acquire_cred_OBJECTS = test_acquire_cred.$(OBJEXT) \
|
|
test_common.$(OBJEXT)
|
|
test_acquire_cred_OBJECTS = $(am_test_acquire_cred_OBJECTS)
|
|
test_acquire_cred_LDADD = $(LDADD)
|
|
test_acquire_cred_DEPENDENCIES = libgssapi.la \
|
|
$(top_builddir)/lib/krb5/libkrb5.la $(am__DEPENDENCIES_1)
|
|
am_test_cfx_OBJECTS = krb5/test_cfx.$(OBJEXT)
|
|
test_cfx_OBJECTS = $(am_test_cfx_OBJECTS)
|
|
test_cfx_LDADD = $(LDADD)
|
|
test_cfx_DEPENDENCIES = libgssapi.la \
|
|
$(top_builddir)/lib/krb5/libkrb5.la $(am__DEPENDENCIES_1)
|
|
am_test_context_OBJECTS = test_context.$(OBJEXT) test_common.$(OBJEXT)
|
|
test_context_OBJECTS = $(am_test_context_OBJECTS)
|
|
test_context_LDADD = $(LDADD)
|
|
test_context_DEPENDENCIES = libgssapi.la \
|
|
$(top_builddir)/lib/krb5/libkrb5.la $(am__DEPENDENCIES_1)
|
|
test_cred_SOURCES = test_cred.c
|
|
test_cred_OBJECTS = test_cred.$(OBJEXT)
|
|
test_cred_LDADD = $(LDADD)
|
|
test_cred_DEPENDENCIES = libgssapi.la \
|
|
$(top_builddir)/lib/krb5/libkrb5.la $(am__DEPENDENCIES_1)
|
|
test_kcred_SOURCES = test_kcred.c
|
|
test_kcred_OBJECTS = test_kcred.$(OBJEXT)
|
|
test_kcred_LDADD = $(LDADD)
|
|
test_kcred_DEPENDENCIES = libgssapi.la \
|
|
$(top_builddir)/lib/krb5/libkrb5.la $(am__DEPENDENCIES_1)
|
|
test_names_SOURCES = test_names.c
|
|
test_names_OBJECTS = test_names.$(OBJEXT)
|
|
test_names_LDADD = $(LDADD)
|
|
test_names_DEPENDENCIES = libgssapi.la \
|
|
$(top_builddir)/lib/krb5/libkrb5.la $(am__DEPENDENCIES_1)
|
|
am_test_ntlm_OBJECTS = test_ntlm.$(OBJEXT) test_common.$(OBJEXT)
|
|
test_ntlm_OBJECTS = $(am_test_ntlm_OBJECTS)
|
|
am__DEPENDENCIES_2 = libgssapi.la $(top_builddir)/lib/krb5/libkrb5.la \
|
|
$(am__DEPENDENCIES_1)
|
|
test_ntlm_DEPENDENCIES = $(top_builddir)/lib/ntlm/libheimntlm.la \
|
|
$(am__DEPENDENCIES_2)
|
|
test_oid_SOURCES = test_oid.c
|
|
test_oid_OBJECTS = test_oid.$(OBJEXT)
|
|
test_oid_LDADD = $(LDADD)
|
|
test_oid_DEPENDENCIES = libgssapi.la \
|
|
$(top_builddir)/lib/krb5/libkrb5.la $(am__DEPENDENCIES_1)
|
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
|
am__depfiles_maybe = depfiles
|
|
am__mv = mv -f
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
CCLD = $(CC)
|
|
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
|
$(LDFLAGS) -o $@
|
|
SOURCES = $(dist_libgssapi_la_SOURCES) $(nodist_libgssapi_la_SOURCES) \
|
|
$(dist_gsstool_SOURCES) $(nodist_gsstool_SOURCES) \
|
|
$(test_acquire_cred_SOURCES) $(test_cfx_SOURCES) \
|
|
$(test_context_SOURCES) test_cred.c test_kcred.c test_names.c \
|
|
$(test_ntlm_SOURCES) test_oid.c
|
|
DIST_SOURCES = $(dist_libgssapi_la_SOURCES) $(dist_gsstool_SOURCES) \
|
|
$(test_acquire_cred_SOURCES) $(test_cfx_SOURCES) \
|
|
$(test_context_SOURCES) test_cred.c test_kcred.c test_names.c \
|
|
$(test_ntlm_SOURCES) test_oid.c
|
|
man3dir = $(mandir)/man3
|
|
man5dir = $(mandir)/man5
|
|
MANS = $(man_MANS)
|
|
HEADERS = $(include_HEADERS) $(nobase_include_HEADERS) \
|
|
$(nodist_gssapi_HEADERS) $(noinst_HEADERS)
|
|
ETAGS = etags
|
|
CTAGS = ctags
|
|
am__tty_colors = \
|
|
red=; grn=; lgn=; blu=; std=
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
ACLOCAL = @ACLOCAL@
|
|
AIX_EXTRA_KAFS = @AIX_EXTRA_KAFS@
|
|
AMTAR = @AMTAR@
|
|
AR = @AR@
|
|
ASN1_COMPILE = @ASN1_COMPILE@
|
|
ASN1_COMPILE_DEP = @ASN1_COMPILE_DEP@
|
|
AUTOCONF = @AUTOCONF@
|
|
AUTOHEADER = @AUTOHEADER@
|
|
AUTOMAKE = @AUTOMAKE@
|
|
AWK = @AWK@
|
|
CANONICAL_HOST = @CANONICAL_HOST@
|
|
CAPNG_CFLAGS = @CAPNG_CFLAGS@
|
|
CAPNG_LIBS = @CAPNG_LIBS@
|
|
CATMAN = @CATMAN@
|
|
CATMANEXT = @CATMANEXT@
|
|
CC = @CC@
|
|
CCDEPMODE = @CCDEPMODE@
|
|
CFLAGS = @CFLAGS@
|
|
COMPILE_ET = @COMPILE_ET@
|
|
CPP = @CPP@
|
|
CPPFLAGS = @CPPFLAGS@
|
|
CYGPATH_W = @CYGPATH_W@
|
|
DBHEADER = @DBHEADER@
|
|
DBLIB = @DBLIB@
|
|
DEFS = @DEFS@
|
|
DEPDIR = @DEPDIR@
|
|
DIR_com_err = @DIR_com_err@
|
|
DIR_hcrypto = @DIR_hcrypto@
|
|
DIR_hdbdir = @DIR_hdbdir@
|
|
DIR_roken = @DIR_roken@
|
|
DLLTOOL = @DLLTOOL@
|
|
DSYMUTIL = @DSYMUTIL@
|
|
DUMPBIN = @DUMPBIN@
|
|
ECHO_C = @ECHO_C@
|
|
ECHO_N = @ECHO_N@
|
|
ECHO_T = @ECHO_T@
|
|
EGREP = @EGREP@
|
|
EXEEXT = @EXEEXT@
|
|
FGREP = @FGREP@
|
|
GREP = @GREP@
|
|
GROFF = @GROFF@
|
|
INCLUDES_roken = @INCLUDES_roken@
|
|
INCLUDE_hcrypto = @INCLUDE_hcrypto@
|
|
INCLUDE_hesiod = @INCLUDE_hesiod@
|
|
INCLUDE_krb4 = @INCLUDE_krb4@
|
|
INCLUDE_libedit = @INCLUDE_libedit@
|
|
INCLUDE_libintl = @INCLUDE_libintl@
|
|
INCLUDE_openldap = @INCLUDE_openldap@
|
|
INCLUDE_readline = @INCLUDE_readline@
|
|
INCLUDE_sqlite3 = @INCLUDE_sqlite3@
|
|
INSTALL = @INSTALL@
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
LD = @LD@
|
|
LDFLAGS = @LDFLAGS@
|
|
LDFLAGS_VERSION_SCRIPT = @LDFLAGS_VERSION_SCRIPT@
|
|
LEX = @LEX@
|
|
LEXLIB = @LEXLIB@
|
|
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
|
LIBADD_roken = @LIBADD_roken@
|
|
LIBOBJS = @LIBOBJS@
|
|
LIBS = @LIBS@
|
|
LIBTOOL = @LIBTOOL@
|
|
LIB_AUTH_SUBDIRS = @LIB_AUTH_SUBDIRS@
|
|
LIB_NDBM = @LIB_NDBM@
|
|
LIB_XauFileName = @LIB_XauFileName@
|
|
LIB_XauReadAuth = @LIB_XauReadAuth@
|
|
LIB_XauWriteAuth = @LIB_XauWriteAuth@
|
|
LIB_bswap16 = @LIB_bswap16@
|
|
LIB_bswap32 = @LIB_bswap32@
|
|
LIB_com_err = @LIB_com_err@
|
|
LIB_com_err_a = @LIB_com_err_a@
|
|
LIB_com_err_so = @LIB_com_err_so@
|
|
LIB_crypt = @LIB_crypt@
|
|
LIB_db_create = @LIB_db_create@
|
|
LIB_dbm_firstkey = @LIB_dbm_firstkey@
|
|
LIB_dbopen = @LIB_dbopen@
|
|
LIB_dispatch_async_f = @LIB_dispatch_async_f@
|
|
LIB_dlopen = @LIB_dlopen@
|
|
LIB_dn_expand = @LIB_dn_expand@
|
|
LIB_dns_search = @LIB_dns_search@
|
|
LIB_door_create = @LIB_door_create@
|
|
LIB_freeaddrinfo = @LIB_freeaddrinfo@
|
|
LIB_gai_strerror = @LIB_gai_strerror@
|
|
LIB_getaddrinfo = @LIB_getaddrinfo@
|
|
LIB_gethostbyname = @LIB_gethostbyname@
|
|
LIB_gethostbyname2 = @LIB_gethostbyname2@
|
|
LIB_getnameinfo = @LIB_getnameinfo@
|
|
LIB_getpwnam_r = @LIB_getpwnam_r@
|
|
LIB_getsockopt = @LIB_getsockopt@
|
|
LIB_hcrypto = @LIB_hcrypto@
|
|
LIB_hcrypto_a = @LIB_hcrypto_a@
|
|
LIB_hcrypto_appl = @LIB_hcrypto_appl@
|
|
LIB_hcrypto_so = @LIB_hcrypto_so@
|
|
LIB_hesiod = @LIB_hesiod@
|
|
LIB_hstrerror = @LIB_hstrerror@
|
|
LIB_kdb = @LIB_kdb@
|
|
LIB_krb4 = @LIB_krb4@
|
|
LIB_libedit = @LIB_libedit@
|
|
LIB_libintl = @LIB_libintl@
|
|
LIB_loadquery = @LIB_loadquery@
|
|
LIB_logout = @LIB_logout@
|
|
LIB_logwtmp = @LIB_logwtmp@
|
|
LIB_openldap = @LIB_openldap@
|
|
LIB_openpty = @LIB_openpty@
|
|
LIB_otp = @LIB_otp@
|
|
LIB_pidfile = @LIB_pidfile@
|
|
LIB_readline = @LIB_readline@
|
|
LIB_res_ndestroy = @LIB_res_ndestroy@
|
|
LIB_res_nsearch = @LIB_res_nsearch@
|
|
LIB_res_search = @LIB_res_search@
|
|
LIB_roken = @LIB_roken@
|
|
LIB_security = @LIB_security@
|
|
LIB_setsockopt = @LIB_setsockopt@
|
|
LIB_socket = @LIB_socket@
|
|
LIB_sqlite3 = @LIB_sqlite3@
|
|
LIB_syslog = @LIB_syslog@
|
|
LIB_tgetent = @LIB_tgetent@
|
|
LIPO = @LIPO@
|
|
LN_S = @LN_S@
|
|
LTLIBOBJS = @LTLIBOBJS@
|
|
MAINT = @MAINT@
|
|
MAKEINFO = @MAKEINFO@
|
|
MANIFEST_TOOL = @MANIFEST_TOOL@
|
|
MKDIR_P = @MKDIR_P@
|
|
NM = @NM@
|
|
NMEDIT = @NMEDIT@
|
|
NO_AFS = @NO_AFS@
|
|
NROFF = @NROFF@
|
|
OBJDUMP = @OBJDUMP@
|
|
OBJEXT = @OBJEXT@
|
|
OTOOL = @OTOOL@
|
|
OTOOL64 = @OTOOL64@
|
|
PACKAGE = @PACKAGE@
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|
PACKAGE_URL = @PACKAGE_URL@
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
PKG_CONFIG = @PKG_CONFIG@
|
|
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
|
|
PTHREAD_LDADD = @PTHREAD_LDADD@
|
|
PTHREAD_LIBADD = @PTHREAD_LIBADD@
|
|
RANLIB = @RANLIB@
|
|
SED = @SED@
|
|
SET_MAKE = @SET_MAKE@
|
|
SHELL = @SHELL@
|
|
SLC = @SLC@
|
|
SLC_DEP = @SLC_DEP@
|
|
STRIP = @STRIP@
|
|
VERSION = @VERSION@
|
|
VERSIONING = @VERSIONING@
|
|
WFLAGS = @WFLAGS@
|
|
WFLAGS_NOIMPLICITINT = @WFLAGS_NOIMPLICITINT@
|
|
WFLAGS_NOUNUSED = @WFLAGS_NOUNUSED@
|
|
XMKMF = @XMKMF@
|
|
X_CFLAGS = @X_CFLAGS@
|
|
X_EXTRA_LIBS = @X_EXTRA_LIBS@
|
|
X_LIBS = @X_LIBS@
|
|
X_PRE_LIBS = @X_PRE_LIBS@
|
|
YACC = @YACC@
|
|
YFLAGS = @YFLAGS@
|
|
abs_builddir = @abs_builddir@
|
|
abs_srcdir = @abs_srcdir@
|
|
abs_top_builddir = @abs_top_builddir@
|
|
abs_top_srcdir = @abs_top_srcdir@
|
|
ac_ct_AR = @ac_ct_AR@
|
|
ac_ct_CC = @ac_ct_CC@
|
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
|
am__include = @am__include@
|
|
am__leading_dot = @am__leading_dot@
|
|
am__quote = @am__quote@
|
|
am__tar = @am__tar@
|
|
am__untar = @am__untar@
|
|
bindir = @bindir@
|
|
build = @build@
|
|
build_alias = @build_alias@
|
|
build_cpu = @build_cpu@
|
|
build_os = @build_os@
|
|
build_vendor = @build_vendor@
|
|
builddir = @builddir@
|
|
datadir = @datadir@
|
|
datarootdir = @datarootdir@
|
|
docdir = @docdir@
|
|
dpagaix_cflags = @dpagaix_cflags@
|
|
dpagaix_ldadd = @dpagaix_ldadd@
|
|
dpagaix_ldflags = @dpagaix_ldflags@
|
|
dvidir = @dvidir@
|
|
exec_prefix = @exec_prefix@
|
|
host = @host@
|
|
host_alias = @host_alias@
|
|
host_cpu = @host_cpu@
|
|
host_os = @host_os@
|
|
host_vendor = @host_vendor@
|
|
htmldir = @htmldir@
|
|
includedir = @includedir@
|
|
infodir = @infodir@
|
|
install_sh = @install_sh@
|
|
libdir = @libdir@
|
|
libexecdir = @libexecdir@
|
|
localedir = @localedir@
|
|
localstatedir = @localstatedir@
|
|
mandir = @mandir@
|
|
mkdir_p = @mkdir_p@
|
|
oldincludedir = @oldincludedir@
|
|
pdfdir = @pdfdir@
|
|
prefix = @prefix@
|
|
program_transform_name = @program_transform_name@
|
|
psdir = @psdir@
|
|
sbindir = @sbindir@
|
|
sharedstatedir = @sharedstatedir@
|
|
srcdir = @srcdir@
|
|
subdirs = @subdirs@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
SUFFIXES = .et .h .x .z .hx .1 .3 .5 .8 .cat1 .cat3 .cat5 .cat8
|
|
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_srcdir)/include
|
|
AM_CPPFLAGS = $(INCLUDES_roken) -I$(srcdir)/../krb5 -I$(srcdir) \
|
|
-I$(srcdir)/gssapi -I$(srcdir)/mech -I$(srcdir)/ntlm \
|
|
-I$(srcdir)/krb5 -I$(srcdir)/spnego $(INCLUDE_libintl) \
|
|
$(INCLUDE_hcrypto) $(INCLUDE_krb4)
|
|
@do_roken_rename_TRUE@ROKEN_RENAME = -DROKEN_RENAME
|
|
AM_CFLAGS = $(WFLAGS)
|
|
CP = cp
|
|
buildinclude = $(top_builddir)/include
|
|
LIB_el_init = @LIB_el_init@
|
|
LIB_getattr = @LIB_getattr@
|
|
LIB_getpwent_r = @LIB_getpwent_r@
|
|
LIB_odm_initialize = @LIB_odm_initialize@
|
|
LIB_setpcred = @LIB_setpcred@
|
|
HESIODLIB = @HESIODLIB@
|
|
HESIODINCLUDE = @HESIODINCLUDE@
|
|
libexec_heimdaldir = $(libexecdir)/heimdal
|
|
NROFF_MAN = groff -mandoc -Tascii
|
|
LIB_kafs = $(top_builddir)/lib/kafs/libkafs.la $(AIX_EXTRA_KAFS)
|
|
@KRB5_TRUE@LIB_krb5 = $(top_builddir)/lib/krb5/libkrb5.la \
|
|
@KRB5_TRUE@ $(top_builddir)/lib/asn1/libasn1.la
|
|
|
|
@KRB5_TRUE@LIB_gssapi = $(top_builddir)/lib/gssapi/libgssapi.la
|
|
LIB_heimbase = $(top_builddir)/base/libheimbase.la
|
|
@DCE_TRUE@LIB_kdfs = $(top_builddir)/lib/kdfs/libkdfs.la
|
|
AUTOMAKE_OPTIONS = subdir-objects
|
|
lib_LTLIBRARIES = libgssapi.la
|
|
krb5src = \
|
|
krb5/8003.c \
|
|
krb5/accept_sec_context.c \
|
|
krb5/acquire_cred.c \
|
|
krb5/add_cred.c \
|
|
krb5/address_to_krb5addr.c \
|
|
krb5/aeap.c \
|
|
krb5/arcfour.c \
|
|
krb5/canonicalize_name.c \
|
|
krb5/creds.c \
|
|
krb5/ccache_name.c \
|
|
krb5/cfx.c \
|
|
krb5/cfx.h \
|
|
krb5/compare_name.c \
|
|
krb5/compat.c \
|
|
krb5/context_time.c \
|
|
krb5/copy_ccache.c \
|
|
krb5/decapsulate.c \
|
|
krb5/delete_sec_context.c \
|
|
krb5/display_name.c \
|
|
krb5/display_status.c \
|
|
krb5/duplicate_name.c \
|
|
krb5/encapsulate.c \
|
|
krb5/export_name.c \
|
|
krb5/export_sec_context.c \
|
|
krb5/external.c \
|
|
krb5/get_mic.c \
|
|
krb5/gsskrb5_locl.h \
|
|
krb5/gsskrb5-private.h \
|
|
krb5/import_name.c \
|
|
krb5/import_sec_context.c \
|
|
krb5/indicate_mechs.c \
|
|
krb5/init.c \
|
|
krb5/init_sec_context.c \
|
|
krb5/inquire_context.c \
|
|
krb5/inquire_cred.c \
|
|
krb5/inquire_cred_by_mech.c \
|
|
krb5/inquire_cred_by_oid.c \
|
|
krb5/inquire_mechs_for_name.c \
|
|
krb5/inquire_names_for_mech.c \
|
|
krb5/inquire_sec_context_by_oid.c \
|
|
krb5/pname_to_uid.c \
|
|
krb5/process_context_token.c \
|
|
krb5/prf.c \
|
|
krb5/release_buffer.c \
|
|
krb5/release_cred.c \
|
|
krb5/release_name.c \
|
|
krb5/sequence.c \
|
|
krb5/store_cred.c \
|
|
krb5/set_cred_option.c \
|
|
krb5/set_sec_context_option.c \
|
|
krb5/ticket_flags.c \
|
|
krb5/unwrap.c \
|
|
krb5/authorize_localname.c \
|
|
krb5/verify_mic.c \
|
|
krb5/wrap.c
|
|
|
|
mechsrc = \
|
|
mech/context.h \
|
|
mech/context.c \
|
|
mech/cred.h \
|
|
mech/compat.h \
|
|
mech/doxygen.c \
|
|
mech/gss_accept_sec_context.c \
|
|
mech/gss_acquire_cred.c \
|
|
mech/gss_acquire_cred_ext.c \
|
|
mech/gss_acquire_cred_with_password.c \
|
|
mech/gss_add_cred.c \
|
|
mech/gss_add_cred_with_password.c \
|
|
mech/gss_add_oid_set_member.c \
|
|
mech/gss_aeap.c \
|
|
mech/gss_buffer_set.c \
|
|
mech/gss_canonicalize_name.c \
|
|
mech/gss_compare_name.c \
|
|
mech/gss_context_time.c \
|
|
mech/gss_create_empty_oid_set.c \
|
|
mech/gss_cred.c \
|
|
mech/gss_decapsulate_token.c \
|
|
mech/gss_delete_name_attribute.c \
|
|
mech/gss_delete_sec_context.c \
|
|
mech/gss_display_name.c \
|
|
mech/gss_display_name_ext.c \
|
|
mech/gss_display_status.c \
|
|
mech/gss_duplicate_name.c \
|
|
mech/gss_duplicate_oid.c \
|
|
mech/gss_encapsulate_token.c \
|
|
mech/gss_export_name.c \
|
|
mech/gss_export_name_composite.c \
|
|
mech/gss_export_sec_context.c \
|
|
mech/gss_get_mic.c \
|
|
mech/gss_get_name_attribute.c \
|
|
mech/gss_import_name.c \
|
|
mech/gss_import_sec_context.c \
|
|
mech/gss_indicate_mechs.c \
|
|
mech/gss_init_sec_context.c \
|
|
mech/gss_inquire_context.c \
|
|
mech/gss_inquire_cred.c \
|
|
mech/gss_inquire_cred_by_mech.c \
|
|
mech/gss_inquire_cred_by_oid.c \
|
|
mech/gss_inquire_mechs_for_name.c \
|
|
mech/gss_inquire_name.c \
|
|
mech/gss_inquire_names_for_mech.c \
|
|
mech/gss_krb5.c \
|
|
mech/gss_mech_switch.c \
|
|
mech/gss_mo.c \
|
|
mech/gss_names.c \
|
|
mech/gss_oid.c \
|
|
mech/gss_oid_equal.c \
|
|
mech/gss_oid_to_str.c \
|
|
mech/gss_pname_to_uid.c \
|
|
mech/gss_process_context_token.c \
|
|
mech/gss_pseudo_random.c \
|
|
mech/gss_release_buffer.c \
|
|
mech/gss_release_cred.c \
|
|
mech/gss_release_name.c \
|
|
mech/gss_release_oid.c \
|
|
mech/gss_release_oid_set.c \
|
|
mech/gss_seal.c \
|
|
mech/gss_set_cred_option.c \
|
|
mech/gss_set_name_attribute.c \
|
|
mech/gss_set_sec_context_option.c \
|
|
mech/gss_sign.c \
|
|
mech/gss_store_cred.c \
|
|
mech/gss_test_oid_set_member.c \
|
|
mech/gss_unseal.c \
|
|
mech/gss_unwrap.c \
|
|
mech/gss_authorize_localname.c \
|
|
mech/gss_utils.c \
|
|
mech/gss_verify.c \
|
|
mech/gss_verify_mic.c \
|
|
mech/gss_wrap.c \
|
|
mech/gss_wrap_size_limit.c \
|
|
mech/gss_inquire_sec_context_by_oid.c \
|
|
mech/mech_switch.h \
|
|
mech/mechqueue.h \
|
|
mech/mech_locl.h \
|
|
mech/name.h \
|
|
mech/utils.h
|
|
|
|
spnegosrc = \
|
|
spnego/accept_sec_context.c \
|
|
spnego/compat.c \
|
|
spnego/context_stubs.c \
|
|
spnego/cred_stubs.c \
|
|
spnego/external.c \
|
|
spnego/init_sec_context.c \
|
|
spnego/spnego_locl.h \
|
|
spnego/spnego-private.h
|
|
|
|
ntlmsrc = \
|
|
ntlm/accept_sec_context.c \
|
|
ntlm/acquire_cred.c \
|
|
ntlm/add_cred.c \
|
|
ntlm/canonicalize_name.c \
|
|
ntlm/compare_name.c \
|
|
ntlm/context_time.c \
|
|
ntlm/creds.c \
|
|
ntlm/crypto.c \
|
|
ntlm/delete_sec_context.c \
|
|
ntlm/display_name.c \
|
|
ntlm/display_status.c \
|
|
ntlm/duplicate_name.c \
|
|
ntlm/export_name.c \
|
|
ntlm/export_sec_context.c \
|
|
ntlm/external.c \
|
|
ntlm/ntlm.h \
|
|
ntlm/ntlm-private.h \
|
|
ntlm/import_name.c \
|
|
ntlm/import_sec_context.c \
|
|
ntlm/indicate_mechs.c \
|
|
ntlm/init_sec_context.c \
|
|
ntlm/inquire_context.c \
|
|
ntlm/inquire_cred_by_mech.c \
|
|
ntlm/inquire_mechs_for_name.c \
|
|
ntlm/inquire_names_for_mech.c \
|
|
ntlm/inquire_sec_context_by_oid.c \
|
|
ntlm/iter_cred.c \
|
|
ntlm/process_context_token.c \
|
|
ntlm/release_cred.c \
|
|
ntlm/release_name.c \
|
|
ntlm/kdc.c
|
|
|
|
dist_libgssapi_la_SOURCES = \
|
|
$(krb5src) \
|
|
$(mechsrc) \
|
|
$(ntlmsrc) \
|
|
$(spnegosrc)
|
|
|
|
nodist_libgssapi_la_SOURCES = \
|
|
gkrb5_err.c \
|
|
gkrb5_err.h \
|
|
$(BUILT_SOURCES)
|
|
|
|
libgssapi_la_DEPENDENCIES = version-script.map
|
|
libgssapi_la_LDFLAGS = -version-info 3:0:0 $(am__append_1)
|
|
libgssapi_la_LIBADD = \
|
|
$(top_builddir)/lib/ntlm/libheimntlm.la \
|
|
$(top_builddir)/lib/krb5/libkrb5.la \
|
|
$(top_builddir)/lib/asn1/libasn1.la \
|
|
$(LIB_com_err) \
|
|
$(LIB_hcrypto) \
|
|
$(LIBADD_roken)
|
|
|
|
man_MANS = gssapi.3 gss_acquire_cred.3 mech/mech.5
|
|
include_HEADERS = gssapi.h
|
|
noinst_HEADERS = \
|
|
gssapi_mech.h \
|
|
ntlm/ntlm-private.h \
|
|
spnego/spnego-private.h \
|
|
krb5/gsskrb5-private.h
|
|
|
|
nobase_include_HEADERS = \
|
|
gssapi/gssapi.h \
|
|
gssapi/gssapi_krb5.h \
|
|
gssapi/gssapi_ntlm.h \
|
|
gssapi/gssapi_oid.h \
|
|
gssapi/gssapi_spnego.h
|
|
|
|
gssapidir = $(includedir)/gssapi
|
|
nodist_gssapi_HEADERS = gkrb5_err.h
|
|
gssapi_files = asn1_GSSAPIContextToken.x
|
|
spnego_files = \
|
|
asn1_ContextFlags.x \
|
|
asn1_MechType.x \
|
|
asn1_MechTypeList.x \
|
|
asn1_NegotiationToken.x \
|
|
asn1_NegotiationTokenWin.x \
|
|
asn1_NegHints.x \
|
|
asn1_NegTokenInit.x \
|
|
asn1_NegTokenInitWin.x \
|
|
asn1_NegTokenResp.x
|
|
|
|
BUILTHEADERS = \
|
|
$(srcdir)/krb5/gsskrb5-private.h \
|
|
$(srcdir)/spnego/spnego-private.h \
|
|
$(srcdir)/ntlm/ntlm-private.h
|
|
|
|
BUILT_SOURCES = $(spnego_files:.x=.c) $(gssapi_files:.x=.c)
|
|
CLEANFILES = $(BUILT_SOURCES) \
|
|
gkrb5_err.h gkrb5_err.c \
|
|
$(spnego_files) spnego_asn1*.h* spnego_asn1_files spnego_asn1-template.c \
|
|
$(gssapi_files) gssapi_asn1*.h* gssapi_asn1_files gssapi_asn1-template.c \
|
|
gss-commands.h gss-commands.c
|
|
|
|
# test_sequence
|
|
test_cfx_SOURCES = krb5/test_cfx.c
|
|
test_context_SOURCES = test_context.c test_common.c test_common.h
|
|
test_ntlm_SOURCES = test_ntlm.c test_common.c test_common.h
|
|
test_acquire_cred_SOURCES = test_acquire_cred.c test_common.c test_common.h
|
|
test_ntlm_LDADD = \
|
|
$(top_builddir)/lib/ntlm/libheimntlm.la \
|
|
$(LDADD)
|
|
|
|
LDADD = libgssapi.la \
|
|
$(top_builddir)/lib/krb5/libkrb5.la \
|
|
$(LIB_roken)
|
|
|
|
|
|
# gss
|
|
dist_gsstool_SOURCES = gsstool.c
|
|
nodist_gsstool_SOURCES = gss-commands.c gss-commands.h
|
|
gsstool_LDADD = libgssapi.la \
|
|
$(top_builddir)/lib/sl/libsl.la \
|
|
$(top_builddir)/lib/krb5/libkrb5.la \
|
|
$(LIB_readline) \
|
|
$(LIB_roken)
|
|
|
|
EXTRA_DIST = \
|
|
NTMakefile \
|
|
libgssapi-version.rc \
|
|
libgssapi-exports.def \
|
|
$(man_MANS) \
|
|
krb5/gkrb5_err.et \
|
|
mech/gssapi.asn1 \
|
|
spnego/spnego.asn1 \
|
|
spnego/spnego.opt \
|
|
version-script.map \
|
|
gss-commands.in
|
|
|
|
all: $(BUILT_SOURCES)
|
|
$(MAKE) $(AM_MAKEFLAGS) all-am
|
|
|
|
.SUFFIXES:
|
|
.SUFFIXES: .et .h .x .z .hx .1 .3 .5 .8 .cat1 .cat3 .cat5 .cat8 .c .lo .o .obj
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.common $(top_srcdir)/cf/Makefile.am.common $(am__configure_deps)
|
|
@for dep in $?; do \
|
|
case '$(am__configure_deps)' in \
|
|
*$$dep*) \
|
|
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
|
&& { if test -f $@; then exit 0; else break; fi; }; \
|
|
exit 1;; \
|
|
esac; \
|
|
done; \
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/gssapi/Makefile'; \
|
|
$(am__cd) $(top_srcdir) && \
|
|
$(AUTOMAKE) --foreign lib/gssapi/Makefile
|
|
.PRECIOUS: Makefile
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
@case '$?' in \
|
|
*config.status*) \
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
|
*) \
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
|
esac;
|
|
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
$(am__aclocal_m4_deps):
|
|
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
|
|
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
|
|
list2=; for p in $$list; do \
|
|
if test -f $$p; then \
|
|
list2="$$list2 $$p"; \
|
|
else :; fi; \
|
|
done; \
|
|
test -z "$$list2" || { \
|
|
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
|
|
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
|
|
}
|
|
|
|
uninstall-libLTLIBRARIES:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
|
|
for p in $$list; do \
|
|
$(am__strip_dir) \
|
|
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
|
|
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
|
|
done
|
|
|
|
clean-libLTLIBRARIES:
|
|
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
|
|
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
|
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
|
test "$$dir" != "$$p" || dir=.; \
|
|
echo "rm -f \"$${dir}/so_locations\""; \
|
|
rm -f "$${dir}/so_locations"; \
|
|
done
|
|
krb5/$(am__dirstamp):
|
|
@$(MKDIR_P) krb5
|
|
@: > krb5/$(am__dirstamp)
|
|
krb5/$(DEPDIR)/$(am__dirstamp):
|
|
@$(MKDIR_P) krb5/$(DEPDIR)
|
|
@: > krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/8003.lo: krb5/$(am__dirstamp) krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/accept_sec_context.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/acquire_cred.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/add_cred.lo: krb5/$(am__dirstamp) krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/address_to_krb5addr.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/aeap.lo: krb5/$(am__dirstamp) krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/arcfour.lo: krb5/$(am__dirstamp) krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/canonicalize_name.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/creds.lo: krb5/$(am__dirstamp) krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/ccache_name.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/cfx.lo: krb5/$(am__dirstamp) krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/compare_name.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/compat.lo: krb5/$(am__dirstamp) krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/context_time.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/copy_ccache.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/decapsulate.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/delete_sec_context.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/display_name.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/display_status.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/duplicate_name.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/encapsulate.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/export_name.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/export_sec_context.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/external.lo: krb5/$(am__dirstamp) krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/get_mic.lo: krb5/$(am__dirstamp) krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/import_name.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/import_sec_context.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/indicate_mechs.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/init.lo: krb5/$(am__dirstamp) krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/init_sec_context.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/inquire_context.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/inquire_cred.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/inquire_cred_by_mech.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/inquire_cred_by_oid.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/inquire_mechs_for_name.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/inquire_names_for_mech.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/inquire_sec_context_by_oid.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/pname_to_uid.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/process_context_token.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/prf.lo: krb5/$(am__dirstamp) krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/release_buffer.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/release_cred.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/release_name.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/sequence.lo: krb5/$(am__dirstamp) krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/store_cred.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/set_cred_option.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/set_sec_context_option.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/ticket_flags.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/unwrap.lo: krb5/$(am__dirstamp) krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/authorize_localname.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/verify_mic.lo: krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
krb5/wrap.lo: krb5/$(am__dirstamp) krb5/$(DEPDIR)/$(am__dirstamp)
|
|
mech/$(am__dirstamp):
|
|
@$(MKDIR_P) mech
|
|
@: > mech/$(am__dirstamp)
|
|
mech/$(DEPDIR)/$(am__dirstamp):
|
|
@$(MKDIR_P) mech/$(DEPDIR)
|
|
@: > mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/context.lo: mech/$(am__dirstamp) mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/doxygen.lo: mech/$(am__dirstamp) mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_accept_sec_context.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_acquire_cred.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_acquire_cred_ext.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_acquire_cred_with_password.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_add_cred.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_add_cred_with_password.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_add_oid_set_member.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_aeap.lo: mech/$(am__dirstamp) mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_buffer_set.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_canonicalize_name.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_compare_name.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_context_time.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_create_empty_oid_set.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_cred.lo: mech/$(am__dirstamp) mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_decapsulate_token.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_delete_name_attribute.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_delete_sec_context.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_display_name.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_display_name_ext.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_display_status.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_duplicate_name.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_duplicate_oid.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_encapsulate_token.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_export_name.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_export_name_composite.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_export_sec_context.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_get_mic.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_get_name_attribute.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_import_name.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_import_sec_context.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_indicate_mechs.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_init_sec_context.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_inquire_context.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_inquire_cred.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_inquire_cred_by_mech.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_inquire_cred_by_oid.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_inquire_mechs_for_name.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_inquire_name.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_inquire_names_for_mech.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_krb5.lo: mech/$(am__dirstamp) mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_mech_switch.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_mo.lo: mech/$(am__dirstamp) mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_names.lo: mech/$(am__dirstamp) mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_oid.lo: mech/$(am__dirstamp) mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_oid_equal.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_oid_to_str.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_pname_to_uid.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_process_context_token.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_pseudo_random.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_release_buffer.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_release_cred.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_release_name.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_release_oid.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_release_oid_set.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_seal.lo: mech/$(am__dirstamp) mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_set_cred_option.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_set_name_attribute.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_set_sec_context_option.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_sign.lo: mech/$(am__dirstamp) mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_store_cred.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_test_oid_set_member.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_unseal.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_unwrap.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_authorize_localname.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_utils.lo: mech/$(am__dirstamp) mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_verify.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_verify_mic.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_wrap.lo: mech/$(am__dirstamp) mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_wrap_size_limit.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
mech/gss_inquire_sec_context_by_oid.lo: mech/$(am__dirstamp) \
|
|
mech/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/$(am__dirstamp):
|
|
@$(MKDIR_P) ntlm
|
|
@: > ntlm/$(am__dirstamp)
|
|
ntlm/$(DEPDIR)/$(am__dirstamp):
|
|
@$(MKDIR_P) ntlm/$(DEPDIR)
|
|
@: > ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/accept_sec_context.lo: ntlm/$(am__dirstamp) \
|
|
ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/acquire_cred.lo: ntlm/$(am__dirstamp) \
|
|
ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/add_cred.lo: ntlm/$(am__dirstamp) ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/canonicalize_name.lo: ntlm/$(am__dirstamp) \
|
|
ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/compare_name.lo: ntlm/$(am__dirstamp) \
|
|
ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/context_time.lo: ntlm/$(am__dirstamp) \
|
|
ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/creds.lo: ntlm/$(am__dirstamp) ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/crypto.lo: ntlm/$(am__dirstamp) ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/delete_sec_context.lo: ntlm/$(am__dirstamp) \
|
|
ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/display_name.lo: ntlm/$(am__dirstamp) \
|
|
ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/display_status.lo: ntlm/$(am__dirstamp) \
|
|
ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/duplicate_name.lo: ntlm/$(am__dirstamp) \
|
|
ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/export_name.lo: ntlm/$(am__dirstamp) \
|
|
ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/export_sec_context.lo: ntlm/$(am__dirstamp) \
|
|
ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/external.lo: ntlm/$(am__dirstamp) ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/import_name.lo: ntlm/$(am__dirstamp) \
|
|
ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/import_sec_context.lo: ntlm/$(am__dirstamp) \
|
|
ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/indicate_mechs.lo: ntlm/$(am__dirstamp) \
|
|
ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/init_sec_context.lo: ntlm/$(am__dirstamp) \
|
|
ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/inquire_context.lo: ntlm/$(am__dirstamp) \
|
|
ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/inquire_cred_by_mech.lo: ntlm/$(am__dirstamp) \
|
|
ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/inquire_mechs_for_name.lo: ntlm/$(am__dirstamp) \
|
|
ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/inquire_names_for_mech.lo: ntlm/$(am__dirstamp) \
|
|
ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/inquire_sec_context_by_oid.lo: ntlm/$(am__dirstamp) \
|
|
ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/iter_cred.lo: ntlm/$(am__dirstamp) ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/process_context_token.lo: ntlm/$(am__dirstamp) \
|
|
ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/release_cred.lo: ntlm/$(am__dirstamp) \
|
|
ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/release_name.lo: ntlm/$(am__dirstamp) \
|
|
ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
ntlm/kdc.lo: ntlm/$(am__dirstamp) ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
spnego/$(am__dirstamp):
|
|
@$(MKDIR_P) spnego
|
|
@: > spnego/$(am__dirstamp)
|
|
spnego/$(DEPDIR)/$(am__dirstamp):
|
|
@$(MKDIR_P) spnego/$(DEPDIR)
|
|
@: > spnego/$(DEPDIR)/$(am__dirstamp)
|
|
spnego/accept_sec_context.lo: spnego/$(am__dirstamp) \
|
|
spnego/$(DEPDIR)/$(am__dirstamp)
|
|
spnego/compat.lo: spnego/$(am__dirstamp) \
|
|
spnego/$(DEPDIR)/$(am__dirstamp)
|
|
spnego/context_stubs.lo: spnego/$(am__dirstamp) \
|
|
spnego/$(DEPDIR)/$(am__dirstamp)
|
|
spnego/cred_stubs.lo: spnego/$(am__dirstamp) \
|
|
spnego/$(DEPDIR)/$(am__dirstamp)
|
|
spnego/external.lo: spnego/$(am__dirstamp) \
|
|
spnego/$(DEPDIR)/$(am__dirstamp)
|
|
spnego/init_sec_context.lo: spnego/$(am__dirstamp) \
|
|
spnego/$(DEPDIR)/$(am__dirstamp)
|
|
libgssapi.la: $(libgssapi_la_OBJECTS) $(libgssapi_la_DEPENDENCIES)
|
|
$(libgssapi_la_LINK) -rpath $(libdir) $(libgssapi_la_OBJECTS) $(libgssapi_la_LIBADD) $(LIBS)
|
|
install-binPROGRAMS: $(bin_PROGRAMS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
|
|
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
|
|
for p in $$list; do echo "$$p $$p"; done | \
|
|
sed 's/$(EXEEXT)$$//' | \
|
|
while read p p1; do if test -f $$p || test -f $$p1; \
|
|
then echo "$$p"; echo "$$p"; else :; fi; \
|
|
done | \
|
|
sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
|
|
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
|
|
sed 'N;N;N;s,\n, ,g' | \
|
|
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
|
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
|
|
if ($$2 == $$4) files[d] = files[d] " " $$1; \
|
|
else { print "f", $$3 "/" $$4, $$1; } } \
|
|
END { for (d in files) print "f", d, files[d] }' | \
|
|
while read type dir files; do \
|
|
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
|
|
test -z "$$files" || { \
|
|
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
|
|
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
|
|
} \
|
|
; done
|
|
|
|
uninstall-binPROGRAMS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
|
|
files=`for p in $$list; do echo "$$p"; done | \
|
|
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
|
|
-e 's/$$/$(EXEEXT)/' `; \
|
|
test -n "$$list" || exit 0; \
|
|
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
|
|
cd "$(DESTDIR)$(bindir)" && rm -f $$files
|
|
|
|
clean-binPROGRAMS:
|
|
@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
|
|
echo " rm -f" $$list; \
|
|
rm -f $$list || exit $$?; \
|
|
test -n "$(EXEEXT)" || exit 0; \
|
|
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|
|
echo " rm -f" $$list; \
|
|
rm -f $$list
|
|
|
|
clean-checkPROGRAMS:
|
|
@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
|
|
echo " rm -f" $$list; \
|
|
rm -f $$list || exit $$?; \
|
|
test -n "$(EXEEXT)" || exit 0; \
|
|
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|
|
echo " rm -f" $$list; \
|
|
rm -f $$list
|
|
|
|
clean-noinstPROGRAMS:
|
|
@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
|
|
echo " rm -f" $$list; \
|
|
rm -f $$list || exit $$?; \
|
|
test -n "$(EXEEXT)" || exit 0; \
|
|
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|
|
echo " rm -f" $$list; \
|
|
rm -f $$list
|
|
gsstool$(EXEEXT): $(gsstool_OBJECTS) $(gsstool_DEPENDENCIES)
|
|
@rm -f gsstool$(EXEEXT)
|
|
$(LINK) $(gsstool_OBJECTS) $(gsstool_LDADD) $(LIBS)
|
|
test_acquire_cred$(EXEEXT): $(test_acquire_cred_OBJECTS) $(test_acquire_cred_DEPENDENCIES)
|
|
@rm -f test_acquire_cred$(EXEEXT)
|
|
$(LINK) $(test_acquire_cred_OBJECTS) $(test_acquire_cred_LDADD) $(LIBS)
|
|
krb5/test_cfx.$(OBJEXT): krb5/$(am__dirstamp) \
|
|
krb5/$(DEPDIR)/$(am__dirstamp)
|
|
test_cfx$(EXEEXT): $(test_cfx_OBJECTS) $(test_cfx_DEPENDENCIES)
|
|
@rm -f test_cfx$(EXEEXT)
|
|
$(LINK) $(test_cfx_OBJECTS) $(test_cfx_LDADD) $(LIBS)
|
|
test_context$(EXEEXT): $(test_context_OBJECTS) $(test_context_DEPENDENCIES)
|
|
@rm -f test_context$(EXEEXT)
|
|
$(LINK) $(test_context_OBJECTS) $(test_context_LDADD) $(LIBS)
|
|
test_cred$(EXEEXT): $(test_cred_OBJECTS) $(test_cred_DEPENDENCIES)
|
|
@rm -f test_cred$(EXEEXT)
|
|
$(LINK) $(test_cred_OBJECTS) $(test_cred_LDADD) $(LIBS)
|
|
test_kcred$(EXEEXT): $(test_kcred_OBJECTS) $(test_kcred_DEPENDENCIES)
|
|
@rm -f test_kcred$(EXEEXT)
|
|
$(LINK) $(test_kcred_OBJECTS) $(test_kcred_LDADD) $(LIBS)
|
|
test_names$(EXEEXT): $(test_names_OBJECTS) $(test_names_DEPENDENCIES)
|
|
@rm -f test_names$(EXEEXT)
|
|
$(LINK) $(test_names_OBJECTS) $(test_names_LDADD) $(LIBS)
|
|
test_ntlm$(EXEEXT): $(test_ntlm_OBJECTS) $(test_ntlm_DEPENDENCIES)
|
|
@rm -f test_ntlm$(EXEEXT)
|
|
$(LINK) $(test_ntlm_OBJECTS) $(test_ntlm_LDADD) $(LIBS)
|
|
test_oid$(EXEEXT): $(test_oid_OBJECTS) $(test_oid_DEPENDENCIES)
|
|
@rm -f test_oid$(EXEEXT)
|
|
$(LINK) $(test_oid_OBJECTS) $(test_oid_LDADD) $(LIBS)
|
|
|
|
mostlyclean-compile:
|
|
-rm -f *.$(OBJEXT)
|
|
-rm -f krb5/8003.$(OBJEXT)
|
|
-rm -f krb5/8003.lo
|
|
-rm -f krb5/accept_sec_context.$(OBJEXT)
|
|
-rm -f krb5/accept_sec_context.lo
|
|
-rm -f krb5/acquire_cred.$(OBJEXT)
|
|
-rm -f krb5/acquire_cred.lo
|
|
-rm -f krb5/add_cred.$(OBJEXT)
|
|
-rm -f krb5/add_cred.lo
|
|
-rm -f krb5/address_to_krb5addr.$(OBJEXT)
|
|
-rm -f krb5/address_to_krb5addr.lo
|
|
-rm -f krb5/aeap.$(OBJEXT)
|
|
-rm -f krb5/aeap.lo
|
|
-rm -f krb5/arcfour.$(OBJEXT)
|
|
-rm -f krb5/arcfour.lo
|
|
-rm -f krb5/authorize_localname.$(OBJEXT)
|
|
-rm -f krb5/authorize_localname.lo
|
|
-rm -f krb5/canonicalize_name.$(OBJEXT)
|
|
-rm -f krb5/canonicalize_name.lo
|
|
-rm -f krb5/ccache_name.$(OBJEXT)
|
|
-rm -f krb5/ccache_name.lo
|
|
-rm -f krb5/cfx.$(OBJEXT)
|
|
-rm -f krb5/cfx.lo
|
|
-rm -f krb5/compare_name.$(OBJEXT)
|
|
-rm -f krb5/compare_name.lo
|
|
-rm -f krb5/compat.$(OBJEXT)
|
|
-rm -f krb5/compat.lo
|
|
-rm -f krb5/context_time.$(OBJEXT)
|
|
-rm -f krb5/context_time.lo
|
|
-rm -f krb5/copy_ccache.$(OBJEXT)
|
|
-rm -f krb5/copy_ccache.lo
|
|
-rm -f krb5/creds.$(OBJEXT)
|
|
-rm -f krb5/creds.lo
|
|
-rm -f krb5/decapsulate.$(OBJEXT)
|
|
-rm -f krb5/decapsulate.lo
|
|
-rm -f krb5/delete_sec_context.$(OBJEXT)
|
|
-rm -f krb5/delete_sec_context.lo
|
|
-rm -f krb5/display_name.$(OBJEXT)
|
|
-rm -f krb5/display_name.lo
|
|
-rm -f krb5/display_status.$(OBJEXT)
|
|
-rm -f krb5/display_status.lo
|
|
-rm -f krb5/duplicate_name.$(OBJEXT)
|
|
-rm -f krb5/duplicate_name.lo
|
|
-rm -f krb5/encapsulate.$(OBJEXT)
|
|
-rm -f krb5/encapsulate.lo
|
|
-rm -f krb5/export_name.$(OBJEXT)
|
|
-rm -f krb5/export_name.lo
|
|
-rm -f krb5/export_sec_context.$(OBJEXT)
|
|
-rm -f krb5/export_sec_context.lo
|
|
-rm -f krb5/external.$(OBJEXT)
|
|
-rm -f krb5/external.lo
|
|
-rm -f krb5/get_mic.$(OBJEXT)
|
|
-rm -f krb5/get_mic.lo
|
|
-rm -f krb5/import_name.$(OBJEXT)
|
|
-rm -f krb5/import_name.lo
|
|
-rm -f krb5/import_sec_context.$(OBJEXT)
|
|
-rm -f krb5/import_sec_context.lo
|
|
-rm -f krb5/indicate_mechs.$(OBJEXT)
|
|
-rm -f krb5/indicate_mechs.lo
|
|
-rm -f krb5/init.$(OBJEXT)
|
|
-rm -f krb5/init.lo
|
|
-rm -f krb5/init_sec_context.$(OBJEXT)
|
|
-rm -f krb5/init_sec_context.lo
|
|
-rm -f krb5/inquire_context.$(OBJEXT)
|
|
-rm -f krb5/inquire_context.lo
|
|
-rm -f krb5/inquire_cred.$(OBJEXT)
|
|
-rm -f krb5/inquire_cred.lo
|
|
-rm -f krb5/inquire_cred_by_mech.$(OBJEXT)
|
|
-rm -f krb5/inquire_cred_by_mech.lo
|
|
-rm -f krb5/inquire_cred_by_oid.$(OBJEXT)
|
|
-rm -f krb5/inquire_cred_by_oid.lo
|
|
-rm -f krb5/inquire_mechs_for_name.$(OBJEXT)
|
|
-rm -f krb5/inquire_mechs_for_name.lo
|
|
-rm -f krb5/inquire_names_for_mech.$(OBJEXT)
|
|
-rm -f krb5/inquire_names_for_mech.lo
|
|
-rm -f krb5/inquire_sec_context_by_oid.$(OBJEXT)
|
|
-rm -f krb5/inquire_sec_context_by_oid.lo
|
|
-rm -f krb5/pname_to_uid.$(OBJEXT)
|
|
-rm -f krb5/pname_to_uid.lo
|
|
-rm -f krb5/prf.$(OBJEXT)
|
|
-rm -f krb5/prf.lo
|
|
-rm -f krb5/process_context_token.$(OBJEXT)
|
|
-rm -f krb5/process_context_token.lo
|
|
-rm -f krb5/release_buffer.$(OBJEXT)
|
|
-rm -f krb5/release_buffer.lo
|
|
-rm -f krb5/release_cred.$(OBJEXT)
|
|
-rm -f krb5/release_cred.lo
|
|
-rm -f krb5/release_name.$(OBJEXT)
|
|
-rm -f krb5/release_name.lo
|
|
-rm -f krb5/sequence.$(OBJEXT)
|
|
-rm -f krb5/sequence.lo
|
|
-rm -f krb5/set_cred_option.$(OBJEXT)
|
|
-rm -f krb5/set_cred_option.lo
|
|
-rm -f krb5/set_sec_context_option.$(OBJEXT)
|
|
-rm -f krb5/set_sec_context_option.lo
|
|
-rm -f krb5/store_cred.$(OBJEXT)
|
|
-rm -f krb5/store_cred.lo
|
|
-rm -f krb5/test_cfx.$(OBJEXT)
|
|
-rm -f krb5/ticket_flags.$(OBJEXT)
|
|
-rm -f krb5/ticket_flags.lo
|
|
-rm -f krb5/unwrap.$(OBJEXT)
|
|
-rm -f krb5/unwrap.lo
|
|
-rm -f krb5/verify_mic.$(OBJEXT)
|
|
-rm -f krb5/verify_mic.lo
|
|
-rm -f krb5/wrap.$(OBJEXT)
|
|
-rm -f krb5/wrap.lo
|
|
-rm -f mech/context.$(OBJEXT)
|
|
-rm -f mech/context.lo
|
|
-rm -f mech/doxygen.$(OBJEXT)
|
|
-rm -f mech/doxygen.lo
|
|
-rm -f mech/gss_accept_sec_context.$(OBJEXT)
|
|
-rm -f mech/gss_accept_sec_context.lo
|
|
-rm -f mech/gss_acquire_cred.$(OBJEXT)
|
|
-rm -f mech/gss_acquire_cred.lo
|
|
-rm -f mech/gss_acquire_cred_ext.$(OBJEXT)
|
|
-rm -f mech/gss_acquire_cred_ext.lo
|
|
-rm -f mech/gss_acquire_cred_with_password.$(OBJEXT)
|
|
-rm -f mech/gss_acquire_cred_with_password.lo
|
|
-rm -f mech/gss_add_cred.$(OBJEXT)
|
|
-rm -f mech/gss_add_cred.lo
|
|
-rm -f mech/gss_add_cred_with_password.$(OBJEXT)
|
|
-rm -f mech/gss_add_cred_with_password.lo
|
|
-rm -f mech/gss_add_oid_set_member.$(OBJEXT)
|
|
-rm -f mech/gss_add_oid_set_member.lo
|
|
-rm -f mech/gss_aeap.$(OBJEXT)
|
|
-rm -f mech/gss_aeap.lo
|
|
-rm -f mech/gss_authorize_localname.$(OBJEXT)
|
|
-rm -f mech/gss_authorize_localname.lo
|
|
-rm -f mech/gss_buffer_set.$(OBJEXT)
|
|
-rm -f mech/gss_buffer_set.lo
|
|
-rm -f mech/gss_canonicalize_name.$(OBJEXT)
|
|
-rm -f mech/gss_canonicalize_name.lo
|
|
-rm -f mech/gss_compare_name.$(OBJEXT)
|
|
-rm -f mech/gss_compare_name.lo
|
|
-rm -f mech/gss_context_time.$(OBJEXT)
|
|
-rm -f mech/gss_context_time.lo
|
|
-rm -f mech/gss_create_empty_oid_set.$(OBJEXT)
|
|
-rm -f mech/gss_create_empty_oid_set.lo
|
|
-rm -f mech/gss_cred.$(OBJEXT)
|
|
-rm -f mech/gss_cred.lo
|
|
-rm -f mech/gss_decapsulate_token.$(OBJEXT)
|
|
-rm -f mech/gss_decapsulate_token.lo
|
|
-rm -f mech/gss_delete_name_attribute.$(OBJEXT)
|
|
-rm -f mech/gss_delete_name_attribute.lo
|
|
-rm -f mech/gss_delete_sec_context.$(OBJEXT)
|
|
-rm -f mech/gss_delete_sec_context.lo
|
|
-rm -f mech/gss_display_name.$(OBJEXT)
|
|
-rm -f mech/gss_display_name.lo
|
|
-rm -f mech/gss_display_name_ext.$(OBJEXT)
|
|
-rm -f mech/gss_display_name_ext.lo
|
|
-rm -f mech/gss_display_status.$(OBJEXT)
|
|
-rm -f mech/gss_display_status.lo
|
|
-rm -f mech/gss_duplicate_name.$(OBJEXT)
|
|
-rm -f mech/gss_duplicate_name.lo
|
|
-rm -f mech/gss_duplicate_oid.$(OBJEXT)
|
|
-rm -f mech/gss_duplicate_oid.lo
|
|
-rm -f mech/gss_encapsulate_token.$(OBJEXT)
|
|
-rm -f mech/gss_encapsulate_token.lo
|
|
-rm -f mech/gss_export_name.$(OBJEXT)
|
|
-rm -f mech/gss_export_name.lo
|
|
-rm -f mech/gss_export_name_composite.$(OBJEXT)
|
|
-rm -f mech/gss_export_name_composite.lo
|
|
-rm -f mech/gss_export_sec_context.$(OBJEXT)
|
|
-rm -f mech/gss_export_sec_context.lo
|
|
-rm -f mech/gss_get_mic.$(OBJEXT)
|
|
-rm -f mech/gss_get_mic.lo
|
|
-rm -f mech/gss_get_name_attribute.$(OBJEXT)
|
|
-rm -f mech/gss_get_name_attribute.lo
|
|
-rm -f mech/gss_import_name.$(OBJEXT)
|
|
-rm -f mech/gss_import_name.lo
|
|
-rm -f mech/gss_import_sec_context.$(OBJEXT)
|
|
-rm -f mech/gss_import_sec_context.lo
|
|
-rm -f mech/gss_indicate_mechs.$(OBJEXT)
|
|
-rm -f mech/gss_indicate_mechs.lo
|
|
-rm -f mech/gss_init_sec_context.$(OBJEXT)
|
|
-rm -f mech/gss_init_sec_context.lo
|
|
-rm -f mech/gss_inquire_context.$(OBJEXT)
|
|
-rm -f mech/gss_inquire_context.lo
|
|
-rm -f mech/gss_inquire_cred.$(OBJEXT)
|
|
-rm -f mech/gss_inquire_cred.lo
|
|
-rm -f mech/gss_inquire_cred_by_mech.$(OBJEXT)
|
|
-rm -f mech/gss_inquire_cred_by_mech.lo
|
|
-rm -f mech/gss_inquire_cred_by_oid.$(OBJEXT)
|
|
-rm -f mech/gss_inquire_cred_by_oid.lo
|
|
-rm -f mech/gss_inquire_mechs_for_name.$(OBJEXT)
|
|
-rm -f mech/gss_inquire_mechs_for_name.lo
|
|
-rm -f mech/gss_inquire_name.$(OBJEXT)
|
|
-rm -f mech/gss_inquire_name.lo
|
|
-rm -f mech/gss_inquire_names_for_mech.$(OBJEXT)
|
|
-rm -f mech/gss_inquire_names_for_mech.lo
|
|
-rm -f mech/gss_inquire_sec_context_by_oid.$(OBJEXT)
|
|
-rm -f mech/gss_inquire_sec_context_by_oid.lo
|
|
-rm -f mech/gss_krb5.$(OBJEXT)
|
|
-rm -f mech/gss_krb5.lo
|
|
-rm -f mech/gss_mech_switch.$(OBJEXT)
|
|
-rm -f mech/gss_mech_switch.lo
|
|
-rm -f mech/gss_mo.$(OBJEXT)
|
|
-rm -f mech/gss_mo.lo
|
|
-rm -f mech/gss_names.$(OBJEXT)
|
|
-rm -f mech/gss_names.lo
|
|
-rm -f mech/gss_oid.$(OBJEXT)
|
|
-rm -f mech/gss_oid.lo
|
|
-rm -f mech/gss_oid_equal.$(OBJEXT)
|
|
-rm -f mech/gss_oid_equal.lo
|
|
-rm -f mech/gss_oid_to_str.$(OBJEXT)
|
|
-rm -f mech/gss_oid_to_str.lo
|
|
-rm -f mech/gss_pname_to_uid.$(OBJEXT)
|
|
-rm -f mech/gss_pname_to_uid.lo
|
|
-rm -f mech/gss_process_context_token.$(OBJEXT)
|
|
-rm -f mech/gss_process_context_token.lo
|
|
-rm -f mech/gss_pseudo_random.$(OBJEXT)
|
|
-rm -f mech/gss_pseudo_random.lo
|
|
-rm -f mech/gss_release_buffer.$(OBJEXT)
|
|
-rm -f mech/gss_release_buffer.lo
|
|
-rm -f mech/gss_release_cred.$(OBJEXT)
|
|
-rm -f mech/gss_release_cred.lo
|
|
-rm -f mech/gss_release_name.$(OBJEXT)
|
|
-rm -f mech/gss_release_name.lo
|
|
-rm -f mech/gss_release_oid.$(OBJEXT)
|
|
-rm -f mech/gss_release_oid.lo
|
|
-rm -f mech/gss_release_oid_set.$(OBJEXT)
|
|
-rm -f mech/gss_release_oid_set.lo
|
|
-rm -f mech/gss_seal.$(OBJEXT)
|
|
-rm -f mech/gss_seal.lo
|
|
-rm -f mech/gss_set_cred_option.$(OBJEXT)
|
|
-rm -f mech/gss_set_cred_option.lo
|
|
-rm -f mech/gss_set_name_attribute.$(OBJEXT)
|
|
-rm -f mech/gss_set_name_attribute.lo
|
|
-rm -f mech/gss_set_sec_context_option.$(OBJEXT)
|
|
-rm -f mech/gss_set_sec_context_option.lo
|
|
-rm -f mech/gss_sign.$(OBJEXT)
|
|
-rm -f mech/gss_sign.lo
|
|
-rm -f mech/gss_store_cred.$(OBJEXT)
|
|
-rm -f mech/gss_store_cred.lo
|
|
-rm -f mech/gss_test_oid_set_member.$(OBJEXT)
|
|
-rm -f mech/gss_test_oid_set_member.lo
|
|
-rm -f mech/gss_unseal.$(OBJEXT)
|
|
-rm -f mech/gss_unseal.lo
|
|
-rm -f mech/gss_unwrap.$(OBJEXT)
|
|
-rm -f mech/gss_unwrap.lo
|
|
-rm -f mech/gss_utils.$(OBJEXT)
|
|
-rm -f mech/gss_utils.lo
|
|
-rm -f mech/gss_verify.$(OBJEXT)
|
|
-rm -f mech/gss_verify.lo
|
|
-rm -f mech/gss_verify_mic.$(OBJEXT)
|
|
-rm -f mech/gss_verify_mic.lo
|
|
-rm -f mech/gss_wrap.$(OBJEXT)
|
|
-rm -f mech/gss_wrap.lo
|
|
-rm -f mech/gss_wrap_size_limit.$(OBJEXT)
|
|
-rm -f mech/gss_wrap_size_limit.lo
|
|
-rm -f ntlm/accept_sec_context.$(OBJEXT)
|
|
-rm -f ntlm/accept_sec_context.lo
|
|
-rm -f ntlm/acquire_cred.$(OBJEXT)
|
|
-rm -f ntlm/acquire_cred.lo
|
|
-rm -f ntlm/add_cred.$(OBJEXT)
|
|
-rm -f ntlm/add_cred.lo
|
|
-rm -f ntlm/canonicalize_name.$(OBJEXT)
|
|
-rm -f ntlm/canonicalize_name.lo
|
|
-rm -f ntlm/compare_name.$(OBJEXT)
|
|
-rm -f ntlm/compare_name.lo
|
|
-rm -f ntlm/context_time.$(OBJEXT)
|
|
-rm -f ntlm/context_time.lo
|
|
-rm -f ntlm/creds.$(OBJEXT)
|
|
-rm -f ntlm/creds.lo
|
|
-rm -f ntlm/crypto.$(OBJEXT)
|
|
-rm -f ntlm/crypto.lo
|
|
-rm -f ntlm/delete_sec_context.$(OBJEXT)
|
|
-rm -f ntlm/delete_sec_context.lo
|
|
-rm -f ntlm/display_name.$(OBJEXT)
|
|
-rm -f ntlm/display_name.lo
|
|
-rm -f ntlm/display_status.$(OBJEXT)
|
|
-rm -f ntlm/display_status.lo
|
|
-rm -f ntlm/duplicate_name.$(OBJEXT)
|
|
-rm -f ntlm/duplicate_name.lo
|
|
-rm -f ntlm/export_name.$(OBJEXT)
|
|
-rm -f ntlm/export_name.lo
|
|
-rm -f ntlm/export_sec_context.$(OBJEXT)
|
|
-rm -f ntlm/export_sec_context.lo
|
|
-rm -f ntlm/external.$(OBJEXT)
|
|
-rm -f ntlm/external.lo
|
|
-rm -f ntlm/import_name.$(OBJEXT)
|
|
-rm -f ntlm/import_name.lo
|
|
-rm -f ntlm/import_sec_context.$(OBJEXT)
|
|
-rm -f ntlm/import_sec_context.lo
|
|
-rm -f ntlm/indicate_mechs.$(OBJEXT)
|
|
-rm -f ntlm/indicate_mechs.lo
|
|
-rm -f ntlm/init_sec_context.$(OBJEXT)
|
|
-rm -f ntlm/init_sec_context.lo
|
|
-rm -f ntlm/inquire_context.$(OBJEXT)
|
|
-rm -f ntlm/inquire_context.lo
|
|
-rm -f ntlm/inquire_cred_by_mech.$(OBJEXT)
|
|
-rm -f ntlm/inquire_cred_by_mech.lo
|
|
-rm -f ntlm/inquire_mechs_for_name.$(OBJEXT)
|
|
-rm -f ntlm/inquire_mechs_for_name.lo
|
|
-rm -f ntlm/inquire_names_for_mech.$(OBJEXT)
|
|
-rm -f ntlm/inquire_names_for_mech.lo
|
|
-rm -f ntlm/inquire_sec_context_by_oid.$(OBJEXT)
|
|
-rm -f ntlm/inquire_sec_context_by_oid.lo
|
|
-rm -f ntlm/iter_cred.$(OBJEXT)
|
|
-rm -f ntlm/iter_cred.lo
|
|
-rm -f ntlm/kdc.$(OBJEXT)
|
|
-rm -f ntlm/kdc.lo
|
|
-rm -f ntlm/process_context_token.$(OBJEXT)
|
|
-rm -f ntlm/process_context_token.lo
|
|
-rm -f ntlm/release_cred.$(OBJEXT)
|
|
-rm -f ntlm/release_cred.lo
|
|
-rm -f ntlm/release_name.$(OBJEXT)
|
|
-rm -f ntlm/release_name.lo
|
|
-rm -f spnego/accept_sec_context.$(OBJEXT)
|
|
-rm -f spnego/accept_sec_context.lo
|
|
-rm -f spnego/compat.$(OBJEXT)
|
|
-rm -f spnego/compat.lo
|
|
-rm -f spnego/context_stubs.$(OBJEXT)
|
|
-rm -f spnego/context_stubs.lo
|
|
-rm -f spnego/cred_stubs.$(OBJEXT)
|
|
-rm -f spnego/cred_stubs.lo
|
|
-rm -f spnego/external.$(OBJEXT)
|
|
-rm -f spnego/external.lo
|
|
-rm -f spnego/init_sec_context.$(OBJEXT)
|
|
-rm -f spnego/init_sec_context.lo
|
|
|
|
distclean-compile:
|
|
-rm -f *.tab.c
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1_ContextFlags.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1_GSSAPIContextToken.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1_MechType.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1_MechTypeList.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1_NegHints.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1_NegTokenInit.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1_NegTokenInitWin.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1_NegTokenResp.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1_NegotiationToken.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1_NegotiationTokenWin.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gkrb5_err.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gss-commands.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsstool.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_acquire_cred.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_common.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_context.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_cred.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_kcred.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_names.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ntlm.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_oid.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/8003.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/accept_sec_context.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/acquire_cred.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/add_cred.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/address_to_krb5addr.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/aeap.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/arcfour.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/authorize_localname.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/canonicalize_name.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/ccache_name.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/cfx.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/compare_name.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/compat.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/context_time.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/copy_ccache.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/creds.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/decapsulate.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/delete_sec_context.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/display_name.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/display_status.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/duplicate_name.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/encapsulate.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/export_name.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/export_sec_context.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/external.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/get_mic.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/import_name.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/import_sec_context.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/indicate_mechs.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/init.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/init_sec_context.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/inquire_context.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/inquire_cred.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/inquire_cred_by_mech.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/inquire_cred_by_oid.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/inquire_mechs_for_name.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/inquire_names_for_mech.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/inquire_sec_context_by_oid.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/pname_to_uid.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/prf.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/process_context_token.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/release_buffer.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/release_cred.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/release_name.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/sequence.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/set_cred_option.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/set_sec_context_option.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/store_cred.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/test_cfx.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/ticket_flags.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/unwrap.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/verify_mic.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/wrap.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/context.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/doxygen.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_accept_sec_context.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_acquire_cred.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_acquire_cred_ext.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_acquire_cred_with_password.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_add_cred.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_add_cred_with_password.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_add_oid_set_member.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_aeap.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_authorize_localname.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_buffer_set.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_canonicalize_name.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_compare_name.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_context_time.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_create_empty_oid_set.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_cred.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_decapsulate_token.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_delete_name_attribute.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_delete_sec_context.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_display_name.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_display_name_ext.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_display_status.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_duplicate_name.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_duplicate_oid.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_encapsulate_token.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_export_name.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_export_name_composite.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_export_sec_context.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_get_mic.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_get_name_attribute.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_import_name.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_import_sec_context.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_indicate_mechs.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_init_sec_context.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_inquire_context.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_inquire_cred.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_inquire_cred_by_mech.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_inquire_cred_by_oid.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_inquire_mechs_for_name.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_inquire_name.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_inquire_names_for_mech.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_inquire_sec_context_by_oid.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_krb5.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_mech_switch.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_mo.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_names.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_oid.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_oid_equal.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_oid_to_str.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_pname_to_uid.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_process_context_token.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_pseudo_random.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_release_buffer.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_release_cred.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_release_name.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_release_oid.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_release_oid_set.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_seal.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_set_cred_option.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_set_name_attribute.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_set_sec_context_option.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_sign.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_store_cred.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_test_oid_set_member.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_unseal.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_unwrap.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_utils.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_verify.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_verify_mic.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_wrap.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_wrap_size_limit.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/accept_sec_context.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/acquire_cred.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/add_cred.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/canonicalize_name.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/compare_name.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/context_time.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/creds.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/crypto.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/delete_sec_context.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/display_name.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/display_status.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/duplicate_name.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/export_name.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/export_sec_context.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/external.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/import_name.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/import_sec_context.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/indicate_mechs.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/init_sec_context.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/inquire_context.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/inquire_cred_by_mech.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/inquire_mechs_for_name.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/inquire_names_for_mech.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/inquire_sec_context_by_oid.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/iter_cred.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/kdc.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/process_context_token.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/release_cred.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ntlm/$(DEPDIR)/release_name.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@spnego/$(DEPDIR)/accept_sec_context.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@spnego/$(DEPDIR)/compat.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@spnego/$(DEPDIR)/context_stubs.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@spnego/$(DEPDIR)/cred_stubs.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@spnego/$(DEPDIR)/external.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@spnego/$(DEPDIR)/init_sec_context.Plo@am__quote@
|
|
|
|
.c.o:
|
|
@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
|
|
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
|
@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ $<
|
|
|
|
.c.obj:
|
|
@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
|
|
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
|
|
@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
|
|
|
.c.lo:
|
|
@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
|
|
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
|
@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
|
|
|
mostlyclean-libtool:
|
|
-rm -f *.lo
|
|
|
|
clean-libtool:
|
|
-rm -rf .libs _libs
|
|
-rm -rf krb5/.libs krb5/_libs
|
|
-rm -rf mech/.libs mech/_libs
|
|
-rm -rf ntlm/.libs ntlm/_libs
|
|
-rm -rf spnego/.libs spnego/_libs
|
|
install-man3: $(man_MANS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)"
|
|
@list=''; test -n "$(man3dir)" || exit 0; \
|
|
{ for i in $$list; do echo "$$i"; done; \
|
|
l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
|
|
sed -n '/\.3[a-z]*$$/p'; \
|
|
} | while read p; do \
|
|
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
|
|
echo "$$d$$p"; echo "$$p"; \
|
|
done | \
|
|
sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
|
|
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
|
|
sed 'N;N;s,\n, ,g' | { \
|
|
list=; while read file base inst; do \
|
|
if test "$$base" = "$$inst"; then list="$$list $$file"; else \
|
|
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
|
|
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
|
|
fi; \
|
|
done; \
|
|
for i in $$list; do echo "$$i"; done | $(am__base_list) | \
|
|
while read files; do \
|
|
test -z "$$files" || { \
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
|
|
done; }
|
|
|
|
uninstall-man3:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list=''; test -n "$(man3dir)" || exit 0; \
|
|
files=`{ for i in $$list; do echo "$$i"; done; \
|
|
l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
|
|
sed -n '/\.3[a-z]*$$/p'; \
|
|
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
|
|
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
|
|
test -z "$$files" || { \
|
|
echo " ( cd '$(DESTDIR)$(man3dir)' && rm -f" $$files ")"; \
|
|
cd "$(DESTDIR)$(man3dir)" && rm -f $$files; }
|
|
install-man5: $(man_MANS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
|
|
@list=''; test -n "$(man5dir)" || exit 0; \
|
|
{ for i in $$list; do echo "$$i"; done; \
|
|
l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
|
|
sed -n '/\.5[a-z]*$$/p'; \
|
|
} | while read p; do \
|
|
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
|
|
echo "$$d$$p"; echo "$$p"; \
|
|
done | \
|
|
sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
|
|
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
|
|
sed 'N;N;s,\n, ,g' | { \
|
|
list=; while read file base inst; do \
|
|
if test "$$base" = "$$inst"; then list="$$list $$file"; else \
|
|
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
|
|
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
|
|
fi; \
|
|
done; \
|
|
for i in $$list; do echo "$$i"; done | $(am__base_list) | \
|
|
while read files; do \
|
|
test -z "$$files" || { \
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
|
|
done; }
|
|
|
|
uninstall-man5:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list=''; test -n "$(man5dir)" || exit 0; \
|
|
files=`{ for i in $$list; do echo "$$i"; done; \
|
|
l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
|
|
sed -n '/\.5[a-z]*$$/p'; \
|
|
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
|
|
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
|
|
test -z "$$files" || { \
|
|
echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \
|
|
cd "$(DESTDIR)$(man5dir)" && rm -f $$files; }
|
|
install-includeHEADERS: $(include_HEADERS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
|
|
@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
echo "$$d$$p"; \
|
|
done | $(am__base_list) | \
|
|
while read files; do \
|
|
echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
|
|
$(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
|
|
done
|
|
|
|
uninstall-includeHEADERS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
|
test -n "$$files" || exit 0; \
|
|
echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
|
|
cd "$(DESTDIR)$(includedir)" && rm -f $$files
|
|
install-nobase_includeHEADERS: $(nobase_include_HEADERS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
|
|
@list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
|
|
$(am__nobase_list) | while read dir files; do \
|
|
xfiles=; for file in $$files; do \
|
|
if test -f "$$file"; then xfiles="$$xfiles $$file"; \
|
|
else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
|
|
test -z "$$xfiles" || { \
|
|
test "x$$dir" = x. || { \
|
|
echo "$(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
|
|
echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
|
|
$(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
|
|
done
|
|
|
|
uninstall-nobase_includeHEADERS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
|
|
$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
|
|
test -n "$$files" || exit 0; \
|
|
echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
|
|
cd "$(DESTDIR)$(includedir)" && rm -f $$files
|
|
install-nodist_gssapiHEADERS: $(nodist_gssapi_HEADERS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(gssapidir)" || $(MKDIR_P) "$(DESTDIR)$(gssapidir)"
|
|
@list='$(nodist_gssapi_HEADERS)'; test -n "$(gssapidir)" || list=; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
echo "$$d$$p"; \
|
|
done | $(am__base_list) | \
|
|
while read files; do \
|
|
echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(gssapidir)'"; \
|
|
$(INSTALL_HEADER) $$files "$(DESTDIR)$(gssapidir)" || exit $$?; \
|
|
done
|
|
|
|
uninstall-nodist_gssapiHEADERS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(nodist_gssapi_HEADERS)'; test -n "$(gssapidir)" || list=; \
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
|
test -n "$$files" || exit 0; \
|
|
echo " ( cd '$(DESTDIR)$(gssapidir)' && rm -f" $$files ")"; \
|
|
cd "$(DESTDIR)$(gssapidir)" && rm -f $$files
|
|
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | \
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
mkid -fID $$unique
|
|
tags: TAGS
|
|
|
|
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
$(TAGS_FILES) $(LISP)
|
|
set x; \
|
|
here=`pwd`; \
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | \
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
shift; \
|
|
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
|
if test $$# -gt 0; then \
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
"$$@" $$unique; \
|
|
else \
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
$$unique; \
|
|
fi; \
|
|
fi
|
|
ctags: CTAGS
|
|
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
$(TAGS_FILES) $(LISP)
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | \
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
test -z "$(CTAGS_ARGS)$$unique" \
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
|
$$unique
|
|
|
|
GTAGS:
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
|
&& $(am__cd) $(top_srcdir) \
|
|
&& gtags -i $(GTAGS_ARGS) "$$here"
|
|
|
|
distclean-tags:
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|
|
|
check-TESTS: $(TESTS)
|
|
@failed=0; all=0; xfail=0; xpass=0; skip=0; \
|
|
srcdir=$(srcdir); export srcdir; \
|
|
list=' $(TESTS) '; \
|
|
$(am__tty_colors); \
|
|
if test -n "$$list"; then \
|
|
for tst in $$list; do \
|
|
if test -f ./$$tst; then dir=./; \
|
|
elif test -f $$tst; then dir=; \
|
|
else dir="$(srcdir)/"; fi; \
|
|
if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
|
|
all=`expr $$all + 1`; \
|
|
case " $(XFAIL_TESTS) " in \
|
|
*[\ \ ]$$tst[\ \ ]*) \
|
|
xpass=`expr $$xpass + 1`; \
|
|
failed=`expr $$failed + 1`; \
|
|
col=$$red; res=XPASS; \
|
|
;; \
|
|
*) \
|
|
col=$$grn; res=PASS; \
|
|
;; \
|
|
esac; \
|
|
elif test $$? -ne 77; then \
|
|
all=`expr $$all + 1`; \
|
|
case " $(XFAIL_TESTS) " in \
|
|
*[\ \ ]$$tst[\ \ ]*) \
|
|
xfail=`expr $$xfail + 1`; \
|
|
col=$$lgn; res=XFAIL; \
|
|
;; \
|
|
*) \
|
|
failed=`expr $$failed + 1`; \
|
|
col=$$red; res=FAIL; \
|
|
;; \
|
|
esac; \
|
|
else \
|
|
skip=`expr $$skip + 1`; \
|
|
col=$$blu; res=SKIP; \
|
|
fi; \
|
|
echo "$${col}$$res$${std}: $$tst"; \
|
|
done; \
|
|
if test "$$all" -eq 1; then \
|
|
tests="test"; \
|
|
All=""; \
|
|
else \
|
|
tests="tests"; \
|
|
All="All "; \
|
|
fi; \
|
|
if test "$$failed" -eq 0; then \
|
|
if test "$$xfail" -eq 0; then \
|
|
banner="$$All$$all $$tests passed"; \
|
|
else \
|
|
if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
|
|
banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
|
|
fi; \
|
|
else \
|
|
if test "$$xpass" -eq 0; then \
|
|
banner="$$failed of $$all $$tests failed"; \
|
|
else \
|
|
if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
|
|
banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
|
|
fi; \
|
|
fi; \
|
|
dashes="$$banner"; \
|
|
skipped=""; \
|
|
if test "$$skip" -ne 0; then \
|
|
if test "$$skip" -eq 1; then \
|
|
skipped="($$skip test was not run)"; \
|
|
else \
|
|
skipped="($$skip tests were not run)"; \
|
|
fi; \
|
|
test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
|
|
dashes="$$skipped"; \
|
|
fi; \
|
|
report=""; \
|
|
if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
|
|
report="Please report to $(PACKAGE_BUGREPORT)"; \
|
|
test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
|
|
dashes="$$report"; \
|
|
fi; \
|
|
dashes=`echo "$$dashes" | sed s/./=/g`; \
|
|
if test "$$failed" -eq 0; then \
|
|
echo "$$grn$$dashes"; \
|
|
else \
|
|
echo "$$red$$dashes"; \
|
|
fi; \
|
|
echo "$$banner"; \
|
|
test -z "$$skipped" || echo "$$skipped"; \
|
|
test -z "$$report" || echo "$$report"; \
|
|
echo "$$dashes$$std"; \
|
|
test "$$failed" -eq 0; \
|
|
else :; fi
|
|
|
|
distdir: $(DISTFILES)
|
|
@list='$(MANS)'; if test -n "$$list"; then \
|
|
list=`for p in $$list; do \
|
|
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
|
|
if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
|
|
if test -n "$$list" && \
|
|
grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
|
|
echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
|
|
grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
|
|
echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
|
|
echo " typically \`make maintainer-clean' will remove them" >&2; \
|
|
exit 1; \
|
|
else :; fi; \
|
|
else :; fi
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
list='$(DISTFILES)'; \
|
|
dist_files=`for file in $$list; do echo $$file; done | \
|
|
sed -e "s|^$$srcdirstrip/||;t" \
|
|
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
|
case $$dist_files in \
|
|
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
|
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
|
sort -u` ;; \
|
|
esac; \
|
|
for file in $$dist_files; do \
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
if test -d $$d/$$file; then \
|
|
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
if test -d "$(distdir)/$$file"; then \
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
fi; \
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
fi; \
|
|
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
|
else \
|
|
test -f "$(distdir)/$$file" \
|
|
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
|
|| exit 1; \
|
|
fi; \
|
|
done
|
|
$(MAKE) $(AM_MAKEFLAGS) \
|
|
top_distdir="$(top_distdir)" distdir="$(distdir)" \
|
|
dist-hook
|
|
check-am: all-am
|
|
$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
|
|
$(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local
|
|
check: $(BUILT_SOURCES)
|
|
$(MAKE) $(AM_MAKEFLAGS) check-am
|
|
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(HEADERS) \
|
|
all-local
|
|
install-binPROGRAMS: install-libLTLIBRARIES
|
|
|
|
installdirs:
|
|
for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(gssapidir)"; do \
|
|
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
|
done
|
|
install: $(BUILT_SOURCES)
|
|
$(MAKE) $(AM_MAKEFLAGS) install-am
|
|
install-exec: install-exec-am
|
|
install-data: install-data-am
|
|
uninstall: uninstall-am
|
|
|
|
install-am: all-am
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
|
|
installcheck: installcheck-am
|
|
install-strip:
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
`test -z '$(STRIP)' || \
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|
mostlyclean-generic:
|
|
|
|
clean-generic:
|
|
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
|
|
|
distclean-generic:
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
|
-rm -f krb5/$(DEPDIR)/$(am__dirstamp)
|
|
-rm -f krb5/$(am__dirstamp)
|
|
-rm -f mech/$(DEPDIR)/$(am__dirstamp)
|
|
-rm -f mech/$(am__dirstamp)
|
|
-rm -f ntlm/$(DEPDIR)/$(am__dirstamp)
|
|
-rm -f ntlm/$(am__dirstamp)
|
|
-rm -f spnego/$(DEPDIR)/$(am__dirstamp)
|
|
-rm -f spnego/$(am__dirstamp)
|
|
|
|
maintainer-clean-generic:
|
|
@echo "This command is intended for maintainers to use"
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
|
|
clean: clean-am
|
|
|
|
clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
|
|
clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \
|
|
mostlyclean-am
|
|
|
|
distclean: distclean-am
|
|
-rm -rf ./$(DEPDIR) krb5/$(DEPDIR) mech/$(DEPDIR) ntlm/$(DEPDIR) spnego/$(DEPDIR)
|
|
-rm -f Makefile
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
|
distclean-tags
|
|
|
|
dvi: dvi-am
|
|
|
|
dvi-am:
|
|
|
|
html: html-am
|
|
|
|
html-am:
|
|
|
|
info: info-am
|
|
|
|
info-am:
|
|
|
|
install-data-am: install-includeHEADERS install-man \
|
|
install-nobase_includeHEADERS install-nodist_gssapiHEADERS
|
|
@$(NORMAL_INSTALL)
|
|
$(MAKE) $(AM_MAKEFLAGS) install-data-hook
|
|
install-dvi: install-dvi-am
|
|
|
|
install-dvi-am:
|
|
|
|
install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
|
|
@$(NORMAL_INSTALL)
|
|
$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
|
|
install-html: install-html-am
|
|
|
|
install-html-am:
|
|
|
|
install-info: install-info-am
|
|
|
|
install-info-am:
|
|
|
|
install-man: install-man3 install-man5
|
|
|
|
install-pdf: install-pdf-am
|
|
|
|
install-pdf-am:
|
|
|
|
install-ps: install-ps-am
|
|
|
|
install-ps-am:
|
|
|
|
installcheck-am:
|
|
|
|
maintainer-clean: maintainer-clean-am
|
|
-rm -rf ./$(DEPDIR) krb5/$(DEPDIR) mech/$(DEPDIR) ntlm/$(DEPDIR) spnego/$(DEPDIR)
|
|
-rm -f Makefile
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
|
|
mostlyclean: mostlyclean-am
|
|
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
|
mostlyclean-libtool
|
|
|
|
pdf: pdf-am
|
|
|
|
pdf-am:
|
|
|
|
ps: ps-am
|
|
|
|
ps-am:
|
|
|
|
uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
|
|
uninstall-libLTLIBRARIES uninstall-man \
|
|
uninstall-nobase_includeHEADERS uninstall-nodist_gssapiHEADERS
|
|
@$(NORMAL_INSTALL)
|
|
$(MAKE) $(AM_MAKEFLAGS) uninstall-hook
|
|
uninstall-man: uninstall-man3 uninstall-man5
|
|
|
|
.MAKE: all check check-am install install-am install-data-am \
|
|
install-exec-am install-strip uninstall-am
|
|
|
|
.PHONY: CTAGS GTAGS all all-am all-local check check-TESTS check-am \
|
|
check-local clean clean-binPROGRAMS clean-checkPROGRAMS \
|
|
clean-generic clean-libLTLIBRARIES clean-libtool \
|
|
clean-noinstPROGRAMS ctags dist-hook distclean \
|
|
distclean-compile distclean-generic distclean-libtool \
|
|
distclean-tags distdir dvi dvi-am html html-am info info-am \
|
|
install install-am install-binPROGRAMS install-data \
|
|
install-data-am install-data-hook install-dvi install-dvi-am \
|
|
install-exec install-exec-am install-exec-hook install-html \
|
|
install-html-am install-includeHEADERS install-info \
|
|
install-info-am install-libLTLIBRARIES install-man \
|
|
install-man3 install-man5 install-nobase_includeHEADERS \
|
|
install-nodist_gssapiHEADERS install-pdf install-pdf-am \
|
|
install-ps install-ps-am install-strip installcheck \
|
|
installcheck-am installdirs maintainer-clean \
|
|
maintainer-clean-generic mostlyclean mostlyclean-compile \
|
|
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
|
tags uninstall uninstall-am uninstall-binPROGRAMS \
|
|
uninstall-hook uninstall-includeHEADERS \
|
|
uninstall-libLTLIBRARIES uninstall-man uninstall-man3 \
|
|
uninstall-man5 uninstall-nobase_includeHEADERS \
|
|
uninstall-nodist_gssapiHEADERS
|
|
|
|
|
|
install-suid-programs:
|
|
@foo='$(bin_SUIDS)'; \
|
|
for file in $$foo; do \
|
|
x=$(DESTDIR)$(bindir)/$$file; \
|
|
if chown 0:0 $$x && chmod u+s $$x; then :; else \
|
|
echo "*"; \
|
|
echo "* Failed to install $$x setuid root"; \
|
|
echo "*"; \
|
|
fi; done
|
|
|
|
install-exec-hook: install-suid-programs
|
|
|
|
install-build-headers:: $(include_HEADERS) $(dist_include_HEADERS) $(nodist_include_HEADERS) $(build_HEADERZ) $(nobase_include_HEADERS)
|
|
@foo='$(include_HEADERS) $(dist_include_HEADERS) $(nodist_include_HEADERS) $(build_HEADERZ)'; \
|
|
for f in $$foo; do \
|
|
f=`basename $$f`; \
|
|
if test -f "$(srcdir)/$$f"; then file="$(srcdir)/$$f"; \
|
|
else file="$$f"; fi; \
|
|
if cmp -s $$file $(buildinclude)/$$f 2> /dev/null ; then \
|
|
: ; else \
|
|
echo " $(CP) $$file $(buildinclude)/$$f"; \
|
|
$(CP) $$file $(buildinclude)/$$f; \
|
|
fi ; \
|
|
done ; \
|
|
foo='$(nobase_include_HEADERS)'; \
|
|
for f in $$foo; do \
|
|
if test -f "$(srcdir)/$$f"; then file="$(srcdir)/$$f"; \
|
|
else file="$$f"; fi; \
|
|
$(mkdir_p) $(buildinclude)/`dirname $$f` ; \
|
|
if cmp -s $$file $(buildinclude)/$$f 2> /dev/null ; then \
|
|
: ; else \
|
|
echo " $(CP) $$file $(buildinclude)/$$f"; \
|
|
$(CP) $$file $(buildinclude)/$$f; \
|
|
fi ; \
|
|
done
|
|
|
|
all-local: install-build-headers
|
|
|
|
check-local::
|
|
@if test '$(CHECK_LOCAL)' = "no-check-local"; then \
|
|
foo=''; elif test '$(CHECK_LOCAL)'; then \
|
|
foo='$(CHECK_LOCAL)'; else \
|
|
foo='$(PROGRAMS)'; fi; \
|
|
if test "$$foo"; then \
|
|
failed=0; all=0; \
|
|
for i in $$foo; do \
|
|
all=`expr $$all + 1`; \
|
|
if (./$$i --version && ./$$i --help) > /dev/null 2>&1; then \
|
|
echo "PASS: $$i"; \
|
|
else \
|
|
echo "FAIL: $$i"; \
|
|
failed=`expr $$failed + 1`; \
|
|
fi; \
|
|
done; \
|
|
if test "$$failed" -eq 0; then \
|
|
banner="All $$all tests passed"; \
|
|
else \
|
|
banner="$$failed of $$all tests failed"; \
|
|
fi; \
|
|
dashes=`echo "$$banner" | sed s/./=/g`; \
|
|
echo "$$dashes"; \
|
|
echo "$$banner"; \
|
|
echo "$$dashes"; \
|
|
test "$$failed" -eq 0 || exit 1; \
|
|
fi
|
|
|
|
.x.c:
|
|
@cmp -s $< $@ 2> /dev/null || cp $< $@
|
|
|
|
.hx.h:
|
|
@cmp -s $< $@ 2> /dev/null || cp $< $@
|
|
#NROFF_MAN = nroff -man
|
|
.1.cat1:
|
|
$(NROFF_MAN) $< > $@
|
|
.3.cat3:
|
|
$(NROFF_MAN) $< > $@
|
|
.5.cat5:
|
|
$(NROFF_MAN) $< > $@
|
|
.8.cat8:
|
|
$(NROFF_MAN) $< > $@
|
|
|
|
dist-cat1-mans:
|
|
@foo='$(man1_MANS)'; \
|
|
bar='$(man_MANS)'; \
|
|
for i in $$bar; do \
|
|
case $$i in \
|
|
*.1) foo="$$foo $$i";; \
|
|
esac; done ;\
|
|
for i in $$foo; do \
|
|
x=`echo $$i | sed 's/\.[^.]*$$/.cat1/'`; \
|
|
echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \
|
|
$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \
|
|
done
|
|
|
|
dist-cat3-mans:
|
|
@foo='$(man3_MANS)'; \
|
|
bar='$(man_MANS)'; \
|
|
for i in $$bar; do \
|
|
case $$i in \
|
|
*.3) foo="$$foo $$i";; \
|
|
esac; done ;\
|
|
for i in $$foo; do \
|
|
x=`echo $$i | sed 's/\.[^.]*$$/.cat3/'`; \
|
|
echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \
|
|
$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \
|
|
done
|
|
|
|
dist-cat5-mans:
|
|
@foo='$(man5_MANS)'; \
|
|
bar='$(man_MANS)'; \
|
|
for i in $$bar; do \
|
|
case $$i in \
|
|
*.5) foo="$$foo $$i";; \
|
|
esac; done ;\
|
|
for i in $$foo; do \
|
|
x=`echo $$i | sed 's/\.[^.]*$$/.cat5/'`; \
|
|
echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \
|
|
$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \
|
|
done
|
|
|
|
dist-cat8-mans:
|
|
@foo='$(man8_MANS)'; \
|
|
bar='$(man_MANS)'; \
|
|
for i in $$bar; do \
|
|
case $$i in \
|
|
*.8) foo="$$foo $$i";; \
|
|
esac; done ;\
|
|
for i in $$foo; do \
|
|
x=`echo $$i | sed 's/\.[^.]*$$/.cat8/'`; \
|
|
echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \
|
|
$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \
|
|
done
|
|
|
|
dist-hook: dist-cat1-mans dist-cat3-mans dist-cat5-mans dist-cat8-mans
|
|
|
|
install-cat-mans:
|
|
$(SHELL) $(top_srcdir)/cf/install-catman.sh install "$(INSTALL_DATA)" "$(mkinstalldirs)" "$(srcdir)" "$(DESTDIR)$(mandir)" '$(CATMANEXT)' $(man_MANS) $(man1_MANS) $(man3_MANS) $(man5_MANS) $(man8_MANS)
|
|
|
|
uninstall-cat-mans:
|
|
$(SHELL) $(top_srcdir)/cf/install-catman.sh uninstall "$(INSTALL_DATA)" "$(mkinstalldirs)" "$(srcdir)" "$(DESTDIR)$(mandir)" '$(CATMANEXT)' $(man_MANS) $(man1_MANS) $(man3_MANS) $(man5_MANS) $(man8_MANS)
|
|
|
|
install-data-hook: install-cat-mans
|
|
uninstall-hook: uninstall-cat-mans
|
|
|
|
.et.h:
|
|
$(COMPILE_ET) $<
|
|
.et.c:
|
|
$(COMPILE_ET) $<
|
|
|
|
#
|
|
# Useful target for debugging
|
|
#
|
|
|
|
check-valgrind:
|
|
tobjdir=`cd $(top_builddir) && pwd` ; \
|
|
tsrcdir=`cd $(top_srcdir) && pwd` ; \
|
|
env TESTS_ENVIRONMENT="$${tsrcdir}/cf/maybe-valgrind.sh -s $${tsrcdir} -o $${tobjdir}" make check
|
|
|
|
#
|
|
# Target to please samba build farm, builds distfiles in-tree.
|
|
# Will break when automake changes...
|
|
#
|
|
|
|
distdir-in-tree: $(DISTFILES) $(INFO_DEPS)
|
|
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
|
if test "$$subdir" != .; then \
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) distdir-in-tree) ; \
|
|
fi ; \
|
|
done
|
|
|
|
$(srcdir)/ntlm/ntlm-private.h:
|
|
cd $(srcdir) && perl ../../cf/make-proto.pl -q -P comment -p ntlm/ntlm-private.h $(ntlmsrc) || rm -f ntlm/ntlm-private.h
|
|
|
|
$(libgssapi_la_OBJECTS): $(BUILTHEADERS)
|
|
$(test_context_OBJECTS): $(BUILTHEADERS)
|
|
|
|
$(libgssapi_la_OBJECTS): $(srcdir)/version-script.map
|
|
|
|
$(spnego_files) spnego_asn1.hx spnego_asn1-priv.hx: spnego_asn1_files
|
|
$(gssapi_files) gssapi_asn1.hx gssapi_asn1-priv.hx: gssapi_asn1_files
|
|
|
|
spnego_asn1_files: $(ASN1_COMPILE_DEP) $(srcdir)/spnego/spnego.asn1 $(srcdir)/spnego/spnego.opt
|
|
$(ASN1_COMPILE) --option-file=$(srcdir)/spnego/spnego.opt $(srcdir)/spnego/spnego.asn1 spnego_asn1
|
|
|
|
gssapi_asn1_files: $(ASN1_COMPILE_DEP) $(srcdir)/mech/gssapi.asn1
|
|
$(ASN1_COMPILE) $(srcdir)/mech/gssapi.asn1 gssapi_asn1
|
|
|
|
$(srcdir)/krb5/gsskrb5-private.h:
|
|
cd $(srcdir) && perl ../../cf/make-proto.pl -q -P comment -p krb5/gsskrb5-private.h $(krb5src) || rm -f krb5/gsskrb5-private.h
|
|
|
|
$(srcdir)/spnego/spnego-private.h:
|
|
cd $(srcdir) && perl ../../cf/make-proto.pl -q -P comment -p spnego/spnego-private.h $(spnegosrc) || rm -f spnego/spnego-private.h
|
|
|
|
gss-commands.c gss-commands.h: gss-commands.in
|
|
$(SLC) $(srcdir)/gss-commands.in
|
|
|
|
$(gsstool_OBJECTS): gss-commands.h
|
|
|
|
$(libgssapi_la_OBJECTS): gkrb5_err.h gssapi_asn1.h gssapi_asn1-priv.h
|
|
$(libgssapi_la_OBJECTS): spnego_asn1.h spnego_asn1-priv.h
|
|
$(libgssapi_la_OBJECTS): $(srcdir)/gssapi/gssapi_oid.h
|
|
|
|
gkrb5_err.h gkrb5_err.c: $(srcdir)/krb5/gkrb5_err.et
|
|
$(COMPILE_ET) $(srcdir)/krb5/gkrb5_err.et
|
|
|
|
$(srcdir)/gssapi/gssapi_oid.h $(srcdir)/mech/gss_oid.c:
|
|
perl $(srcdir)/gen-oid.pl -b base -h $(srcdir)/oid.txt > $(srcdir)/gssapi/gssapi_oid.h
|
|
perl $(srcdir)/gen-oid.pl -b base $(srcdir)/oid.txt > $(srcdir)/mech/gss_oid.c
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|