1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# Makefile.am for the SASL library
18# Rob Earhart
19# $Id: Makefile.am,v 1.88 2011/09/05 14:18:10 murch Exp $
20# Copyright (c) 2000 Carnegie Mellon University.  All rights reserved.
21#
22# Redistribution and use in source and binary forms, with or without
23# modification, are permitted provided that the following conditions
24# are met:
25#
26# 1. Redistributions of source code must retain the above copyright
27#    notice, this list of conditions and the following disclaimer.
28#
29# 2. Redistributions in binary form must reproduce the above copyright
30#    notice, this list of conditions and the following disclaimer in
31#    the documentation and/or other materials provided with the
32#    distribution.
33#
34# 3. The name "Carnegie Mellon University" must not be used to
35#    endorse or promote products derived from this software without
36#    prior written permission. For permission or any other legal
37#    details, please contact
38#      Office of Technology Transfer
39#      Carnegie Mellon University
40#      5000 Forbes Avenue
41#      Pittsburgh, PA  15213-3890
42#      (412) 268-4387, fax: (412) 268-7395
43#      tech-transfer@andrew.cmu.edu
44#
45# 4. Redistributions of any form whatsoever must retain the following
46#    acknowledgment:
47#    "This product includes software developed by Computing Services
48#     at Carnegie Mellon University (http://www.cmu.edu/computing/)."
49#
50# CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
51# THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
52# AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
53# FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
54# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
55# AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
56# OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
57#
58
59
60VPATH = @srcdir@
61am__is_gnu_make = { \
62  if test -z '$(MAKELEVEL)'; then \
63    false; \
64  elif test -n '$(MAKE_HOST)'; then \
65    true; \
66  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
67    true; \
68  else \
69    false; \
70  fi; \
71}
72am__make_running_with_option = \
73  case $${target_option-} in \
74      ?) ;; \
75      *) echo "am__make_running_with_option: internal error: invalid" \
76              "target option '$${target_option-}' specified" >&2; \
77         exit 1;; \
78  esac; \
79  has_opt=no; \
80  sane_makeflags=$$MAKEFLAGS; \
81  if $(am__is_gnu_make); then \
82    sane_makeflags=$$MFLAGS; \
83  else \
84    case $$MAKEFLAGS in \
85      *\\[\ \	]*) \
86        bs=\\; \
87        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
88          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
89    esac; \
90  fi; \
91  skip_next=no; \
92  strip_trailopt () \
93  { \
94    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
95  }; \
96  for flg in $$sane_makeflags; do \
97    test $$skip_next = yes && { skip_next=no; continue; }; \
98    case $$flg in \
99      *=*|--*) continue;; \
100        -*I) strip_trailopt 'I'; skip_next=yes;; \
101      -*I?*) strip_trailopt 'I';; \
102        -*O) strip_trailopt 'O'; skip_next=yes;; \
103      -*O?*) strip_trailopt 'O';; \
104        -*l) strip_trailopt 'l'; skip_next=yes;; \
105      -*l?*) strip_trailopt 'l';; \
106      -[dEDm]) skip_next=yes;; \
107      -[JT]) skip_next=yes;; \
108    esac; \
109    case $$flg in \
110      *$$target_option*) has_opt=yes; break;; \
111    esac; \
112  done; \
113  test $$has_opt = yes
114am__make_dryrun = (target_option=n; $(am__make_running_with_option))
115am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
116pkgdatadir = $(datadir)/@PACKAGE@
117pkgincludedir = $(includedir)/@PACKAGE@
118pkglibdir = $(libdir)/@PACKAGE@
119pkglibexecdir = $(libexecdir)/@PACKAGE@
120am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
121install_sh_DATA = $(install_sh) -c -m 644
122install_sh_PROGRAM = $(install_sh) -c
123install_sh_SCRIPT = $(install_sh) -c
124INSTALL_HEADER = $(INSTALL_DATA)
125transform = $(program_transform_name)
126NORMAL_INSTALL = :
127PRE_INSTALL = :
128POST_INSTALL = :
129NORMAL_UNINSTALL = :
130PRE_UNINSTALL = :
131POST_UNINSTALL = :
132build_triplet = @build@
133host_triplet = @host@
134target_triplet = @target@
135@BUILD_LIBOBJ_TRUE@am__append_1 = libobj.la
136subdir = lib
137ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
138am__aclocal_m4_deps = $(top_srcdir)/m4/ax_prog_cc_for_build.m4 \
139	$(top_srcdir)/m4/ax_prog_perl_modules.m4 \
140	$(top_srcdir)/m4/berkdb.m4 $(top_srcdir)/m4/bsd_sockets.m4 \
141	$(top_srcdir)/m4/common.m4 $(top_srcdir)/m4/cyrus.m4 \
142	$(top_srcdir)/m4/ipv6.m4 $(top_srcdir)/m4/kerberos_v4.m4 \
143	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
144	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
145	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/openldap.m4 \
146	$(top_srcdir)/m4/openssl.m4 $(top_srcdir)/m4/plain.m4 \
147	$(top_srcdir)/m4/sasl2.m4 $(top_srcdir)/m4/sasldb.m4 \
148	$(top_srcdir)/configure.ac
149am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
150	$(ACLOCAL_M4)
151DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
152mkinstalldirs = $(install_sh) -d
153CONFIG_HEADER = $(top_builddir)/config.h
154CONFIG_CLEAN_FILES =
155CONFIG_CLEAN_VPATH_FILES =
156LIBRARIES = $(noinst_LIBRARIES)
157am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
158am__vpath_adj = case $$p in \
159    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
160    *) f=$$p;; \
161  esac;
162am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
163am__install_max = 40
164am__nobase_strip_setup = \
165  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
166am__nobase_strip = \
167  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
168am__nobase_list = $(am__nobase_strip_setup); \
169  for p in $$list; do echo "$$p $$p"; done | \
170  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
171  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
172    if (++n[$$2] == $(am__install_max)) \
173      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
174    END { for (dir in files) print dir, files[dir] }'
175am__base_list = \
176  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
177  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
178am__uninstall_files_from_dir = { \
179  test -z "$$files" \
180    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
181    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
182         $(am__cd) "$$dir" && rm -f $$files; }; \
183  }
184am__installdirs = "$(DESTDIR)$(libdir)"
185LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
186ARFLAGS = cru
187AM_V_AR = $(am__v_AR_@AM_V@)
188am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
189am__v_AR_0 = @echo "  AR      " $@;
190am__v_AR_1 =
191libsasl2_a_AR = $(AR) $(ARFLAGS)
192libsasl2_a_LIBADD =
193am_libsasl2_a_OBJECTS =
194libsasl2_a_OBJECTS = $(am_libsasl2_a_OBJECTS)
195libobj_la_DEPENDENCIES = $(LTLIBOBJS)
196am_libobj_la_OBJECTS =
197libobj_la_OBJECTS = $(am_libobj_la_OBJECTS)
198AM_V_lt = $(am__v_lt_@AM_V@)
199am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
200am__v_lt_0 = --silent
201am__v_lt_1 =
202@BUILD_LIBOBJ_TRUE@am_libobj_la_rpath =
203am__DEPENDENCIES_1 =
204libsasl2_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
205	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
206	$(PLUGIN_COMMON_OBJS) $(am__append_1)
207am__libsasl2_la_SOURCES_DIST = auxprop.c canonusr.c checkpw.c client.c \
208	common.c config.c external.c md5.c saslutil.c server.c \
209	seterror.c dlopen.c windlopen.c saslint.h
210@WINDOWS_FALSE@am__objects_1 = dlopen.lo
211@WINDOWS_TRUE@am__objects_1 = windlopen.lo
212am__objects_2 = auxprop.lo canonusr.lo checkpw.lo client.lo common.lo \
213	config.lo external.lo md5.lo saslutil.lo server.lo seterror.lo \
214	$(am__objects_1)
215am__objects_3 =
216am_libsasl2_la_OBJECTS = $(am__objects_2) $(am__objects_3)
217libsasl2_la_OBJECTS = $(am_libsasl2_la_OBJECTS)
218libsasl2_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
219	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
220	$(libsasl2_la_LDFLAGS) $(LDFLAGS) -o $@
221AM_V_P = $(am__v_P_@AM_V@)
222am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
223am__v_P_0 = false
224am__v_P_1 = :
225AM_V_GEN = $(am__v_GEN_@AM_V@)
226am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
227am__v_GEN_0 = @echo "  GEN     " $@;
228am__v_GEN_1 =
229AM_V_at = $(am__v_at_@AM_V@)
230am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
231am__v_at_0 = @
232am__v_at_1 =
233DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
234depcomp = $(SHELL) $(top_srcdir)/config/depcomp
235am__maybe_remake_depfiles = depfiles
236am__depfiles_remade = $(DEPDIR)/getaddrinfo.Plo \
237	$(DEPDIR)/getnameinfo.Plo $(DEPDIR)/getsubopt.Plo \
238	$(DEPDIR)/snprintf.Plo ./$(DEPDIR)/auxprop.Plo \
239	./$(DEPDIR)/canonusr.Plo ./$(DEPDIR)/checkpw.Plo \
240	./$(DEPDIR)/client.Plo ./$(DEPDIR)/common.Plo \
241	./$(DEPDIR)/config.Plo ./$(DEPDIR)/dlopen.Plo \
242	./$(DEPDIR)/external.Plo ./$(DEPDIR)/md5.Plo \
243	./$(DEPDIR)/saslutil.Plo ./$(DEPDIR)/server.Plo \
244	./$(DEPDIR)/seterror.Plo ./$(DEPDIR)/windlopen.Plo
245am__mv = mv -f
246COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
247	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
248LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
249	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
250	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
251	$(AM_CFLAGS) $(CFLAGS)
252AM_V_CC = $(am__v_CC_@AM_V@)
253am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
254am__v_CC_0 = @echo "  CC      " $@;
255am__v_CC_1 =
256CCLD = $(CC)
257LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
258	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
259	$(AM_LDFLAGS) $(LDFLAGS) -o $@
260AM_V_CCLD = $(am__v_CCLD_@AM_V@)
261am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
262am__v_CCLD_0 = @echo "  CCLD    " $@;
263am__v_CCLD_1 =
264SOURCES = $(libsasl2_a_SOURCES) $(libobj_la_SOURCES) \
265	$(libsasl2_la_SOURCES)
266DIST_SOURCES = $(libsasl2_a_SOURCES) $(libobj_la_SOURCES) \
267	$(am__libsasl2_la_SOURCES_DIST)
268am__can_run_installinfo = \
269  case $$AM_UPDATE_INFO_DIR in \
270    n|no|NO) false;; \
271    *) (install-info --version) >/dev/null 2>&1;; \
272  esac
273am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
274# Read a list of newline-separated strings from the standard input,
275# and print each of them once, without duplicates.  Input order is
276# *not* preserved.
277am__uniquify_input = $(AWK) '\
278  BEGIN { nonempty = 0; } \
279  { items[$$0] = 1; nonempty = 1; } \
280  END { if (nonempty) { for (i in items) print i; }; } \
281'
282# Make sure the list of sources is unique.  This is necessary because,
283# e.g., the same source file might be shared among _SOURCES variables
284# for different programs/libraries.
285am__define_uniq_tagged_files = \
286  list='$(am__tagged_files)'; \
287  unique=`for i in $$list; do \
288    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
289  done | $(am__uniquify_input)`
290ETAGS = etags
291CTAGS = ctags
292am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp \
293	getaddrinfo.c getnameinfo.c getsubopt.c snprintf.c
294DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
295ACLOCAL = @ACLOCAL@
296AMTAR = @AMTAR@
297AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
298AR = @AR@
299AUTOCONF = @AUTOCONF@
300AUTOHEADER = @AUTOHEADER@
301AUTOMAKE = @AUTOMAKE@
302AWK = @AWK@
303BUILD_EXEEXT = @BUILD_EXEEXT@
304BUILD_OBJEXT = @BUILD_OBJEXT@
305CC = @CC@
306CCDEPMODE = @CCDEPMODE@
307CC_FOR_BUILD = @CC_FOR_BUILD@
308CFLAGS = @CFLAGS@
309CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
310CMU_LIB_SUBDIR = @CMU_LIB_SUBDIR@
311CPP = @CPP@
312CPPFLAGS = @CPPFLAGS@
313CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
314CPP_FOR_BUILD = @CPP_FOR_BUILD@
315CYGPATH_W = @CYGPATH_W@
316DEFS = @DEFS@
317DEPDIR = @DEPDIR@
318DIRS = @DIRS@
319DLLTOOL = @DLLTOOL@
320DMALLOC_LIBS = @DMALLOC_LIBS@
321DSYMUTIL = @DSYMUTIL@
322DUMPBIN = @DUMPBIN@
323ECHO_C = @ECHO_C@
324ECHO_N = @ECHO_N@
325ECHO_T = @ECHO_T@
326EGREP = @EGREP@
327EXEEXT = @EXEEXT@
328FGREP = @FGREP@
329GETADDRINFOOBJS = @GETADDRINFOOBJS@
330GETNAMEINFOOBJS = @GETNAMEINFOOBJS@
331GETSUBOPT = @GETSUBOPT@
332GREP = @GREP@
333GSSAPIBASE_LIBS = @GSSAPIBASE_LIBS@
334INSTALL = @INSTALL@
335INSTALL_DATA = @INSTALL_DATA@
336INSTALL_PROGRAM = @INSTALL_PROGRAM@
337INSTALL_SCRIPT = @INSTALL_SCRIPT@
338INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
339IPCTYPE = @IPCTYPE@
340LD = @LD@
341LDAP_LIBS = @LDAP_LIBS@
342LDFLAGS = @LDFLAGS@
343LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
344LIBOBJS = @LIBOBJS@
345LIBS = @LIBS@
346LIBTOOL = @LIBTOOL@
347LIB_CRYPT = @LIB_CRYPT@
348LIB_DES = @LIB_DES@
349LIB_DOOR = @LIB_DOOR@
350LIB_LDAP = @LIB_LDAP@
351LIB_MYSQL = @LIB_MYSQL@
352LIB_PAM = @LIB_PAM@
353LIB_PGSQL = @LIB_PGSQL@
354LIB_SIA = @LIB_SIA@
355LIB_SOCKET = @LIB_SOCKET@
356LIB_SQLITE = @LIB_SQLITE@
357LIB_SQLITE3 = @LIB_SQLITE3@
358LIPO = @LIPO@
359LN_S = @LN_S@
360LTGETADDRINFOOBJS = @LTGETADDRINFOOBJS@
361LTGETNAMEINFOOBJS = @LTGETNAMEINFOOBJS@
362LTLIBOBJS = @LTLIBOBJS@
363LTSNPRINTFOBJS = @LTSNPRINTFOBJS@
364LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
365MAKEINFO = @MAKEINFO@
366MANIFEST_TOOL = @MANIFEST_TOOL@
367MKDIR_P = @MKDIR_P@
368NM = @NM@
369NMEDIT = @NMEDIT@
370NTLM_LIBS = @NTLM_LIBS@
371OBJDUMP = @OBJDUMP@
372OBJEXT = @OBJEXT@
373OTOOL = @OTOOL@
374OTOOL64 = @OTOOL64@
375OTP_LIBS = @OTP_LIBS@
376PACKAGE = @PACKAGE@
377PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
378PACKAGE_NAME = @PACKAGE_NAME@
379PACKAGE_STRING = @PACKAGE_STRING@
380PACKAGE_TARNAME = @PACKAGE_TARNAME@
381PACKAGE_URL = @PACKAGE_URL@
382PACKAGE_VERSION = @PACKAGE_VERSION@
383PASSDSS_LIBS = @PASSDSS_LIBS@
384PATH_SEPARATOR = @PATH_SEPARATOR@
385PERL = @PERL@
386PLAIN_LIBS = @PLAIN_LIBS@
387PURECOV = @PURECOV@
388PURIFY = @PURIFY@
389PWCHECKMETH = @PWCHECKMETH@
390RANLIB = @RANLIB@
391SASL_DB_BACKEND = @SASL_DB_BACKEND@
392SASL_DB_BACKEND_STATIC = @SASL_DB_BACKEND_STATIC@
393SASL_DB_INC = @SASL_DB_INC@
394SASL_DB_LIB = @SASL_DB_LIB@
395SASL_DB_MANS = @SASL_DB_MANS@
396SASL_DB_UTILS = @SASL_DB_UTILS@
397SASL_DL_LIB = @SASL_DL_LIB@
398SASL_KRB_LIB = @SASL_KRB_LIB@
399SASL_MECHS = @SASL_MECHS@
400SASL_STATIC_LIB = @SASL_STATIC_LIB@
401SASL_STATIC_LIBS = @SASL_STATIC_LIBS@
402SASL_STATIC_OBJS = @SASL_STATIC_OBJS@
403SASL_STATIC_SRCS = @SASL_STATIC_SRCS@
404SASL_UTIL_HEADERS_EXTRA = @SASL_UTIL_HEADERS_EXTRA@
405SASL_UTIL_LIBS_EXTRA = @SASL_UTIL_LIBS_EXTRA@
406SCRAM_LIBS = @SCRAM_LIBS@
407SED = @SED@
408SET_MAKE = @SET_MAKE@
409SFIO_INC_FLAGS = @SFIO_INC_FLAGS@
410SFIO_LIB_FLAGS = @SFIO_LIB_FLAGS@
411SHELL = @SHELL@
412SMTPTEST_PROGRAM = @SMTPTEST_PROGRAM@
413SNPRINTFOBJS = @SNPRINTFOBJS@
414SPHINX_BUILD = @SPHINX_BUILD@
415SRP_LIBS = @SRP_LIBS@
416STRIP = @STRIP@
417VERSION = @VERSION@
418abs_builddir = @abs_builddir@
419abs_srcdir = @abs_srcdir@
420abs_top_builddir = @abs_top_builddir@
421abs_top_srcdir = @abs_top_srcdir@
422ac_ct_AR = @ac_ct_AR@
423ac_ct_CC = @ac_ct_CC@
424ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
425ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
426am__include = @am__include@
427am__leading_dot = @am__leading_dot@
428am__quote = @am__quote@
429am__tar = @am__tar@
430am__untar = @am__untar@
431bindir = @bindir@
432build = @build@
433build_alias = @build_alias@
434build_cpu = @build_cpu@
435build_os = @build_os@
436build_vendor = @build_vendor@
437builddir = @builddir@
438configdir = @configdir@
439datadir = @datadir@
440datarootdir = @datarootdir@
441docdir = @docdir@
442dvidir = @dvidir@
443exec_prefix = @exec_prefix@
444host = @host@
445host_alias = @host_alias@
446host_cpu = @host_cpu@
447host_os = @host_os@
448host_vendor = @host_vendor@
449htmldir = @htmldir@
450includedir = @includedir@
451infodir = @infodir@
452install_sh = @install_sh@
453libdir = @libdir@
454libexecdir = @libexecdir@
455localedir = @localedir@
456localstatedir = @localstatedir@
457mandir = @mandir@
458mkdir_p = @mkdir_p@
459oldincludedir = @oldincludedir@
460pdfdir = @pdfdir@
461plugindir = @plugindir@
462prefix = @prefix@
463program_transform_name = @program_transform_name@
464psdir = @psdir@
465runstatedir = @runstatedir@
466sbindir = @sbindir@
467sharedstatedir = @sharedstatedir@
468srcdir = @srcdir@
469sysconfdir = @sysconfdir@
470target = @target@
471target_alias = @target_alias@
472target_cpu = @target_cpu@
473target_os = @target_os@
474target_vendor = @target_vendor@
475top_build_prefix = @top_build_prefix@
476top_builddir = @top_builddir@
477top_srcdir = @top_srcdir@
478
479# Library version info - here at the top, for sanity
480# See <http://www.gnu.org/software/libtool/manual/libtool.html#Versioning>
481# CURRENT:REVISION:AGE
482sasl_version = 3:0:0
483AM_CPPFLAGS = -DLIBSASL_EXPORTS=1 -I$(top_srcdir)/include -I$(top_srcdir)/plugins \
484               -I$(top_builddir)/include -I$(top_srcdir)/sasldb -I$(top_srcdir)/common -DCONFIGDIR='"${configdir}"' -DPLUGINDIR='"${plugindir}"'
485
486PLUGIN_COMMON_OBJS = $(top_builddir)/common/libplugin_common.la
487EXTRA_DIST = windlopen.c dlopen.c staticopen.h NTMakefile
488EXTRA_LIBRARIES = libsasl2.a
489noinst_LIBRARIES = @SASL_STATIC_LIB@
490libsasl2_a_SOURCES =
491BUILT_SOURCES = $(SASL_STATIC_SRCS)
492@WINDOWS_FALSE@DLOPEN_C = dlopen.c
493@WINDOWS_TRUE@DLOPEN_C = windlopen.c
494common_headers = saslint.h
495common_sources = auxprop.c canonusr.c checkpw.c client.c common.c config.c external.c md5.c saslutil.c server.c seterror.c $(DLOPEN_C)
496lib_LTLIBRARIES = libsasl2.la
497@BUILD_LIBOBJ_FALSE@noinst_LTLIBRARIES =
498@BUILD_LIBOBJ_TRUE@noinst_LTLIBRARIES = libobj.la
499libobj_la_SOURCES =
500libobj_la_LIBADD = $(LTLIBOBJS)
501libsasl2_la_SOURCES = $(common_sources) $(common_headers)
502libsasl2_la_LDFLAGS = -version-info $(sasl_version) -no-undefined
503libsasl2_la_LIBADD = $(SASL_DL_LIB) $(SASL_STATIC_LIBS) $(LIB_SOCKET) \
504	$(LIB_DOOR) $(PLUGIN_COMMON_OBJS) $(am__append_1)
505@MACOSX_TRUE@framedir = /Library/Frameworks/SASL2.framework
506all: $(BUILT_SOURCES)
507	$(MAKE) $(AM_MAKEFLAGS) all-am
508
509.SUFFIXES:
510.SUFFIXES: .c .lo .o .obj
511$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
512	@for dep in $?; do \
513	  case '$(am__configure_deps)' in \
514	    *$$dep*) \
515	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
516	        && { if test -f $@; then exit 0; else break; fi; }; \
517	      exit 1;; \
518	  esac; \
519	done; \
520	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/Makefile'; \
521	$(am__cd) $(top_srcdir) && \
522	  $(AUTOMAKE) --foreign lib/Makefile
523Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
524	@case '$?' in \
525	  *config.status*) \
526	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
527	  *) \
528	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
529	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
530	esac;
531
532$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
533	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
534
535$(top_srcdir)/configure:  $(am__configure_deps)
536	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
537$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
538	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
539$(am__aclocal_m4_deps):
540
541clean-noinstLIBRARIES:
542	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
543
544install-libLTLIBRARIES: $(lib_LTLIBRARIES)
545	@$(NORMAL_INSTALL)
546	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
547	list2=; for p in $$list; do \
548	  if test -f $$p; then \
549	    list2="$$list2 $$p"; \
550	  else :; fi; \
551	done; \
552	test -z "$$list2" || { \
553	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
554	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
555	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
556	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
557	}
558
559uninstall-libLTLIBRARIES:
560	@$(NORMAL_UNINSTALL)
561	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
562	for p in $$list; do \
563	  $(am__strip_dir) \
564	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
565	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
566	done
567
568clean-libLTLIBRARIES:
569	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
570	@list='$(lib_LTLIBRARIES)'; \
571	locs=`for p in $$list; do echo $$p; done | \
572	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
573	      sort -u`; \
574	test -z "$$locs" || { \
575	  echo rm -f $${locs}; \
576	  rm -f $${locs}; \
577	}
578
579clean-noinstLTLIBRARIES:
580	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
581	@list='$(noinst_LTLIBRARIES)'; \
582	locs=`for p in $$list; do echo $$p; done | \
583	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
584	      sort -u`; \
585	test -z "$$locs" || { \
586	  echo rm -f $${locs}; \
587	  rm -f $${locs}; \
588	}
589
590libobj.la: $(libobj_la_OBJECTS) $(libobj_la_DEPENDENCIES) $(EXTRA_libobj_la_DEPENDENCIES)
591	$(AM_V_CCLD)$(LINK) $(am_libobj_la_rpath) $(libobj_la_OBJECTS) $(libobj_la_LIBADD) $(LIBS)
592
593libsasl2.la: $(libsasl2_la_OBJECTS) $(libsasl2_la_DEPENDENCIES) $(EXTRA_libsasl2_la_DEPENDENCIES)
594	$(AM_V_CCLD)$(libsasl2_la_LINK) -rpath $(libdir) $(libsasl2_la_OBJECTS) $(libsasl2_la_LIBADD) $(LIBS)
595
596mostlyclean-compile:
597	-rm -f *.$(OBJEXT)
598
599distclean-compile:
600	-rm -f *.tab.c
601
602@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getaddrinfo.Plo@am__quote@ # am--include-marker
603@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getnameinfo.Plo@am__quote@ # am--include-marker
604@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getsubopt.Plo@am__quote@ # am--include-marker
605@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/snprintf.Plo@am__quote@ # am--include-marker
606@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auxprop.Plo@am__quote@ # am--include-marker
607@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/canonusr.Plo@am__quote@ # am--include-marker
608@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checkpw.Plo@am__quote@ # am--include-marker
609@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Plo@am__quote@ # am--include-marker
610@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Plo@am__quote@ # am--include-marker
611@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config.Plo@am__quote@ # am--include-marker
612@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlopen.Plo@am__quote@ # am--include-marker
613@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/external.Plo@am__quote@ # am--include-marker
614@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@ # am--include-marker
615@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/saslutil.Plo@am__quote@ # am--include-marker
616@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Plo@am__quote@ # am--include-marker
617@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seterror.Plo@am__quote@ # am--include-marker
618@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/windlopen.Plo@am__quote@ # am--include-marker
619
620$(am__depfiles_remade):
621	@$(MKDIR_P) $(@D)
622	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
623
624am--depfiles: $(am__depfiles_remade)
625
626.c.o:
627@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
628@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
629@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
630@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
631@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
632@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
633
634.c.obj:
635@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
636@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
637@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
638@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
639@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
640@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
641
642.c.lo:
643@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
644@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
645@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
646@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
647@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
648@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
649
650mostlyclean-libtool:
651	-rm -f *.lo
652
653clean-libtool:
654	-rm -rf .libs _libs
655
656ID: $(am__tagged_files)
657	$(am__define_uniq_tagged_files); mkid -fID $$unique
658tags: tags-am
659TAGS: tags
660
661tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
662	set x; \
663	here=`pwd`; \
664	$(am__define_uniq_tagged_files); \
665	shift; \
666	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
667	  test -n "$$unique" || unique=$$empty_fix; \
668	  if test $$# -gt 0; then \
669	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
670	      "$$@" $$unique; \
671	  else \
672	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
673	      $$unique; \
674	  fi; \
675	fi
676ctags: ctags-am
677
678CTAGS: ctags
679ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
680	$(am__define_uniq_tagged_files); \
681	test -z "$(CTAGS_ARGS)$$unique" \
682	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
683	     $$unique
684
685GTAGS:
686	here=`$(am__cd) $(top_builddir) && pwd` \
687	  && $(am__cd) $(top_srcdir) \
688	  && gtags -i $(GTAGS_ARGS) "$$here"
689cscopelist: cscopelist-am
690
691cscopelist-am: $(am__tagged_files)
692	list='$(am__tagged_files)'; \
693	case "$(srcdir)" in \
694	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
695	  *) sdir=$(subdir)/$(srcdir) ;; \
696	esac; \
697	for i in $$list; do \
698	  if test -f "$$i"; then \
699	    echo "$(subdir)/$$i"; \
700	  else \
701	    echo "$$sdir/$$i"; \
702	  fi; \
703	done >> $(top_builddir)/cscope.files
704
705distclean-tags:
706	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
707
708distdir: $(BUILT_SOURCES)
709	$(MAKE) $(AM_MAKEFLAGS) distdir-am
710
711distdir-am: $(DISTFILES)
712	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
713	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
714	list='$(DISTFILES)'; \
715	  dist_files=`for file in $$list; do echo $$file; done | \
716	  sed -e "s|^$$srcdirstrip/||;t" \
717	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
718	case $$dist_files in \
719	  */*) $(MKDIR_P) `echo "$$dist_files" | \
720			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
721			   sort -u` ;; \
722	esac; \
723	for file in $$dist_files; do \
724	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
725	  if test -d $$d/$$file; then \
726	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
727	    if test -d "$(distdir)/$$file"; then \
728	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
729	    fi; \
730	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
731	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
732	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
733	    fi; \
734	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
735	  else \
736	    test -f "$(distdir)/$$file" \
737	    || cp -p $$d/$$file "$(distdir)/$$file" \
738	    || exit 1; \
739	  fi; \
740	done
741check-am: all-am
742check: $(BUILT_SOURCES)
743	$(MAKE) $(AM_MAKEFLAGS) check-am
744all-am: Makefile $(LIBRARIES) $(LTLIBRARIES)
745installdirs:
746	for dir in "$(DESTDIR)$(libdir)"; do \
747	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
748	done
749install: $(BUILT_SOURCES)
750	$(MAKE) $(AM_MAKEFLAGS) install-am
751install-exec: install-exec-am
752install-data: install-data-am
753uninstall: uninstall-am
754
755install-am: all-am
756	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
757
758installcheck: installcheck-am
759install-strip:
760	if test -z '$(STRIP)'; then \
761	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
762	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
763	      install; \
764	else \
765	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
766	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
767	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
768	fi
769mostlyclean-generic:
770
771clean-generic:
772
773distclean-generic:
774	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
775	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
776
777maintainer-clean-generic:
778	@echo "This command is intended for maintainers to use"
779	@echo "it deletes files that may require special tools to rebuild."
780	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
781clean: clean-am
782
783clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
784	clean-noinstLIBRARIES clean-noinstLTLIBRARIES mostlyclean-am
785
786distclean: distclean-am
787		-rm -f $(DEPDIR)/getaddrinfo.Plo
788	-rm -f $(DEPDIR)/getnameinfo.Plo
789	-rm -f $(DEPDIR)/getsubopt.Plo
790	-rm -f $(DEPDIR)/snprintf.Plo
791	-rm -f ./$(DEPDIR)/auxprop.Plo
792	-rm -f ./$(DEPDIR)/canonusr.Plo
793	-rm -f ./$(DEPDIR)/checkpw.Plo
794	-rm -f ./$(DEPDIR)/client.Plo
795	-rm -f ./$(DEPDIR)/common.Plo
796	-rm -f ./$(DEPDIR)/config.Plo
797	-rm -f ./$(DEPDIR)/dlopen.Plo
798	-rm -f ./$(DEPDIR)/external.Plo
799	-rm -f ./$(DEPDIR)/md5.Plo
800	-rm -f ./$(DEPDIR)/saslutil.Plo
801	-rm -f ./$(DEPDIR)/server.Plo
802	-rm -f ./$(DEPDIR)/seterror.Plo
803	-rm -f ./$(DEPDIR)/windlopen.Plo
804	-rm -f Makefile
805distclean-am: clean-am distclean-compile distclean-generic \
806	distclean-tags
807
808dvi: dvi-am
809
810dvi-am:
811
812html: html-am
813
814html-am:
815
816info: info-am
817
818info-am:
819
820install-data-am:
821
822install-dvi: install-dvi-am
823
824install-dvi-am:
825
826install-exec-am: install-libLTLIBRARIES
827	@$(NORMAL_INSTALL)
828	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
829install-html: install-html-am
830
831install-html-am:
832
833install-info: install-info-am
834
835install-info-am:
836
837install-man:
838
839install-pdf: install-pdf-am
840
841install-pdf-am:
842
843install-ps: install-ps-am
844
845install-ps-am:
846
847installcheck-am:
848
849maintainer-clean: maintainer-clean-am
850		-rm -f $(DEPDIR)/getaddrinfo.Plo
851	-rm -f $(DEPDIR)/getnameinfo.Plo
852	-rm -f $(DEPDIR)/getsubopt.Plo
853	-rm -f $(DEPDIR)/snprintf.Plo
854	-rm -f ./$(DEPDIR)/auxprop.Plo
855	-rm -f ./$(DEPDIR)/canonusr.Plo
856	-rm -f ./$(DEPDIR)/checkpw.Plo
857	-rm -f ./$(DEPDIR)/client.Plo
858	-rm -f ./$(DEPDIR)/common.Plo
859	-rm -f ./$(DEPDIR)/config.Plo
860	-rm -f ./$(DEPDIR)/dlopen.Plo
861	-rm -f ./$(DEPDIR)/external.Plo
862	-rm -f ./$(DEPDIR)/md5.Plo
863	-rm -f ./$(DEPDIR)/saslutil.Plo
864	-rm -f ./$(DEPDIR)/server.Plo
865	-rm -f ./$(DEPDIR)/seterror.Plo
866	-rm -f ./$(DEPDIR)/windlopen.Plo
867	-rm -f Makefile
868maintainer-clean-am: distclean-am maintainer-clean-generic
869
870mostlyclean: mostlyclean-am
871
872mostlyclean-am: mostlyclean-compile mostlyclean-generic \
873	mostlyclean-libtool
874
875pdf: pdf-am
876
877pdf-am:
878
879ps: ps-am
880
881ps-am:
882
883uninstall-am: uninstall-libLTLIBRARIES
884
885.MAKE: all check install install-am install-exec-am install-strip
886
887.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
888	clean-generic clean-libLTLIBRARIES clean-libtool \
889	clean-noinstLIBRARIES clean-noinstLTLIBRARIES cscopelist-am \
890	ctags ctags-am distclean distclean-compile distclean-generic \
891	distclean-libtool distclean-tags distdir dvi dvi-am html \
892	html-am info info-am install install-am install-data \
893	install-data-am install-dvi install-dvi-am install-exec \
894	install-exec-am install-exec-hook install-html install-html-am \
895	install-info install-info-am install-libLTLIBRARIES \
896	install-man install-pdf install-pdf-am install-ps \
897	install-ps-am install-strip installcheck installcheck-am \
898	installdirs maintainer-clean maintainer-clean-generic \
899	mostlyclean mostlyclean-compile mostlyclean-generic \
900	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
901	uninstall-am uninstall-libLTLIBRARIES
902
903.PRECIOUS: Makefile
904
905@MACOSX_TRUE@install-exec-hook:
906@MACOSX_TRUE@	$(mkinstalldirs) $(framedir)/Versions/A
907@MACOSX_TRUE@	ln -fs $(libdir)/libsasl2.dylib $(framedir)/Versions/A/SASL2
908@MACOSX_TRUE@	cd $(framedir) ; ln -fs Versions/A/SASL2 .
909@MACOSX_FALSE@install-exec-hook:
910
911libsasl2.a: libsasl2.la $(SASL_STATIC_OBJS)
912	@echo adding static plugins and dependencies
913	$(AR) cru .libs/$@ $(SASL_STATIC_OBJS)
914	@for i in ./libsasl2.la ../common/libplugin_common.la ../sasldb/libsasldb.la ../plugins/lib*.la; do \
915	if test ! -f $$i; then continue; fi; . $$i; \
916	for j in $$dependency_libs foo; do \
917	case $$j in foo) ;; \
918	-L*) for k in $$depdirs foo; do \
919	    if test $$k = $$j; then break; fi; done; \
920	  if test $$k = foo; then depdirs="$$depdirs $$j"; fi ;; \
921	-l*) for k in $$deplibs foo; do \
922	    if test $$k = $$j; then break; fi; done; \
923	  if test $$k = foo; then deplibs="$$deplibs $$j"; fi ;; \
924	esac; done; dependency_libs=""; done; \
925	sed -e "/^dependency_libs=/s%=.*%='$${depdirs}$${deplibs}'%" \
926	libsasl2.la >TMP.$$ && mv TMP.$$ libsasl2.la
927	rm -f $@
928	ln -s .libs/$@ $@
929
930$(SASL_STATIC_SRCS): linksrcs
931
932linksrcs:
933	-ln -s $(SASL_STATIC_SRCS) .
934
935# Tell versions [3.59,3.63) of GNU make to not export all variables.
936# Otherwise a system limit (for SysV at least) may be exceeded.
937.NOEXPORT:
938