add gs2 to plugins
[cyrus-sasl.git] / Makefile.in
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
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 VPATH = @srcdir@
17 pkgdatadir = $(datadir)/@PACKAGE@
18 pkglibdir = $(libdir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21 install_sh_DATA = $(install_sh) -c -m 644
22 install_sh_PROGRAM = $(install_sh) -c
23 install_sh_SCRIPT = $(install_sh) -c
24 INSTALL_HEADER = $(INSTALL_DATA)
25 transform = $(program_transform_name)
26 NORMAL_INSTALL = :
27 PRE_INSTALL = :
28 POST_INSTALL = :
29 NORMAL_UNINSTALL = :
30 PRE_UNINSTALL = :
31 POST_UNINSTALL = :
32 build_triplet = @build@
33 host_triplet = @host@
34 target_triplet = @target@
35 subdir = .
36 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
37         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
38         $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
39         config/config.guess config/config.sub config/depcomp \
40         config/install-sh config/ltconfig config/ltmain.sh \
41         config/missing config/mkinstalldirs
42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43 am__aclocal_m4_deps = $(top_srcdir)/config/kerberos_v4.m4 \
44         $(top_srcdir)/config/libtool.m4 $(top_srcdir)/config/plain.m4 \
45         $(top_srcdir)/config/sasldb.m4 \
46         $(top_srcdir)/cmulocal/berkdb.m4 \
47         $(top_srcdir)/cmulocal/bsd_sockets.m4 \
48         $(top_srcdir)/cmulocal/c-attribute.m4 \
49         $(top_srcdir)/cmulocal/common.m4 \
50         $(top_srcdir)/cmulocal/cyrus.m4 \
51         $(top_srcdir)/cmulocal/init_automake.m4 \
52         $(top_srcdir)/cmulocal/ipv6.m4 \
53         $(top_srcdir)/cmulocal/openldap.m4 \
54         $(top_srcdir)/cmulocal/openssl.m4 \
55         $(top_srcdir)/cmulocal/sasl2.m4 $(top_srcdir)/configure.in
56 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57         $(ACLOCAL_M4)
58 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
59  configure.lineno config.status.lineno
60 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
61 CONFIG_HEADER = config.h
62 CONFIG_CLEAN_FILES =
63 SOURCES =
64 DIST_SOURCES =
65 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
66         html-recursive info-recursive install-data-recursive \
67         install-dvi-recursive install-exec-recursive \
68         install-html-recursive install-info-recursive \
69         install-pdf-recursive install-ps-recursive install-recursive \
70         installcheck-recursive installdirs-recursive pdf-recursive \
71         ps-recursive uninstall-recursive
72 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
73   distclean-recursive maintainer-clean-recursive
74 ETAGS = etags
75 CTAGS = ctags
76 DIST_SUBDIRS = include sasldb plugins lib utils doc man pwcheck sample \
77         java saslauthd
78 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79 distdir = $(PACKAGE)-$(VERSION)
80 top_distdir = $(distdir)
81 am__remove_distdir = \
82   { test ! -d $(distdir) \
83     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
84          && rm -fr $(distdir); }; }
85 DIST_ARCHIVES = $(distdir).tar.gz
86 GZIP_ENV = --best
87 distuninstallcheck_listfiles = find . -type f -print
88 distcleancheck_listfiles = find . -type f -print
89 ACLOCAL = @ACLOCAL@
90 AMTAR = @AMTAR@
91 AUTOCONF = @AUTOCONF@
92 AUTOHEADER = @AUTOHEADER@
93 AUTOMAKE = @AUTOMAKE@
94 AWK = @AWK@
95 CC = @CC@
96 CCDEPMODE = @CCDEPMODE@
97 CFLAGS = @CFLAGS@
98 CMU_LIB_SUBDIR = @CMU_LIB_SUBDIR@
99 CPP = @CPP@
100 CPPFLAGS = @CPPFLAGS@
101 CYGPATH_W = @CYGPATH_W@
102 DEFS = @DEFS@
103 DEPDIR = @DEPDIR@
104 DIRS = @DIRS@
105 DMALLOC_LIBS = @DMALLOC_LIBS@
106 ECHO_C = @ECHO_C@
107 ECHO_N = @ECHO_N@
108 ECHO_T = @ECHO_T@
109 EGREP = @EGREP@
110 EXEEXT = @EXEEXT@
111 GETADDRINFOOBJS = @GETADDRINFOOBJS@
112 GETNAMEINFOOBJS = @GETNAMEINFOOBJS@
113 GETSUBOPT = @GETSUBOPT@
114 GREP = @GREP@
115 GSSAPIBASE_LIBS = @GSSAPIBASE_LIBS@
116 GSSAPI_LIBS = @GSSAPI_LIBS@
117 INSTALL = @INSTALL@
118 INSTALL_DATA = @INSTALL_DATA@
119 INSTALL_PROGRAM = @INSTALL_PROGRAM@
120 INSTALL_SCRIPT = @INSTALL_SCRIPT@
121 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
122 IPCTYPE = @IPCTYPE@
123 JAVAC = @JAVAC@
124 JAVADOC = @JAVADOC@
125 JAVAH = @JAVAH@
126 JAVAROOT = @JAVAROOT@
127 JAVA_INCLUDES = @JAVA_INCLUDES@
128 LDFLAGS = @LDFLAGS@
129 LIBOBJS = @LIBOBJS@
130 LIBS = @LIBS@
131 LIBTOOL = @LIBTOOL@
132 LIB_CRYPT = @LIB_CRYPT@
133 LIB_DES = @LIB_DES@
134 LIB_DOOR = @LIB_DOOR@
135 LIB_LDAP = @LIB_LDAP@
136 LIB_MYSQL = @LIB_MYSQL@
137 LIB_PGSQL = @LIB_PGSQL@
138 LIB_SOCKET = @LIB_SOCKET@
139 LIB_SQLITE = @LIB_SQLITE@
140 LN_S = @LN_S@
141 LTGETADDRINFOOBJS = @LTGETADDRINFOOBJS@
142 LTGETNAMEINFOOBJS = @LTGETNAMEINFOOBJS@
143 LTLIBOBJS = @LTLIBOBJS@
144 LTSNPRINTFOBJS = @LTSNPRINTFOBJS@
145 MAKEINFO = @MAKEINFO@
146 MKDIR_P = @MKDIR_P@
147 NM = @NM@
148 NTLM_LIBS = @NTLM_LIBS@
149 OBJEXT = @OBJEXT@
150 OTP_LIBS = @OTP_LIBS@
151 PACKAGE = @PACKAGE@
152 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
153 PACKAGE_NAME = @PACKAGE_NAME@
154 PACKAGE_STRING = @PACKAGE_STRING@
155 PACKAGE_TARNAME = @PACKAGE_TARNAME@
156 PACKAGE_VERSION = @PACKAGE_VERSION@
157 PASSDSS_LIBS = @PASSDSS_LIBS@
158 PATH_SEPARATOR = @PATH_SEPARATOR@
159 PLAIN_LIBS = @PLAIN_LIBS@
160 PURECOV = @PURECOV@
161 PURIFY = @PURIFY@
162 PWCHECKMETH = @PWCHECKMETH@
163 RANLIB = @RANLIB@
164 SASL_DB_BACKEND = @SASL_DB_BACKEND@
165 SASL_DB_BACKEND_STATIC = @SASL_DB_BACKEND_STATIC@
166 SASL_DB_INC = @SASL_DB_INC@
167 SASL_DB_LIB = @SASL_DB_LIB@
168 SASL_DB_MANS = @SASL_DB_MANS@
169 SASL_DB_UTILS = @SASL_DB_UTILS@
170 SASL_DL_LIB = @SASL_DL_LIB@
171 SASL_KRB_LIB = @SASL_KRB_LIB@
172 SASL_MECHS = @SASL_MECHS@
173 SASL_STATIC_LIBS = @SASL_STATIC_LIBS@
174 SASL_STATIC_OBJS = @SASL_STATIC_OBJS@
175 SASL_STATIC_SRCS = @SASL_STATIC_SRCS@
176 SASL_UTIL_HEADERS_EXTRA = @SASL_UTIL_HEADERS_EXTRA@
177 SASL_UTIL_LIBS_EXTRA = @SASL_UTIL_LIBS_EXTRA@
178 SET_MAKE = @SET_MAKE@
179 SFIO_INC_FLAGS = @SFIO_INC_FLAGS@
180 SFIO_LIB_FLAGS = @SFIO_LIB_FLAGS@
181 SHELL = @SHELL@
182 SMTPTEST_PROGRAM = @SMTPTEST_PROGRAM@
183 SNPRINTFOBJS = @SNPRINTFOBJS@
184 SRP_LIBS = @SRP_LIBS@
185 STRIP = @STRIP@
186 VERSION = @VERSION@
187 abs_builddir = @abs_builddir@
188 abs_srcdir = @abs_srcdir@
189 abs_top_builddir = @abs_top_builddir@
190 abs_top_srcdir = @abs_top_srcdir@
191 ac_ct_CC = @ac_ct_CC@
192 am__include = @am__include@
193 am__leading_dot = @am__leading_dot@
194 am__quote = @am__quote@
195 am__tar = @am__tar@
196 am__untar = @am__untar@
197 bindir = @bindir@
198 build = @build@
199 build_alias = @build_alias@
200 build_cpu = @build_cpu@
201 build_os = @build_os@
202 build_vendor = @build_vendor@
203 builddir = @builddir@
204 configdir = @configdir@
205 datadir = @datadir@
206 datarootdir = @datarootdir@
207 docdir = @docdir@
208 dvidir = @dvidir@
209 exec_prefix = @exec_prefix@
210 host = @host@
211 host_alias = @host_alias@
212 host_cpu = @host_cpu@
213 host_os = @host_os@
214 host_vendor = @host_vendor@
215 htmldir = @htmldir@
216 includedir = @includedir@
217 infodir = @infodir@
218 install_sh = @install_sh@
219 libdir = @libdir@
220 libexecdir = @libexecdir@
221 localedir = @localedir@
222 localstatedir = @localstatedir@
223 mandir = @mandir@
224 mkdir_p = @mkdir_p@
225 oldincludedir = @oldincludedir@
226 pdfdir = @pdfdir@
227 plugindir = @plugindir@
228 prefix = @prefix@
229 program_transform_name = @program_transform_name@
230 psdir = @psdir@
231 sbindir = @sbindir@
232 sharedstatedir = @sharedstatedir@
233 srcdir = @srcdir@
234 subdirs = @subdirs@
235 sysconfdir = @sysconfdir@
236 target = @target@
237 target_alias = @target_alias@
238 target_cpu = @target_cpu@
239 target_os = @target_os@
240 target_vendor = @target_vendor@
241 top_builddir = @top_builddir@
242 top_srcdir = @top_srcdir@
243 AUTOMAKE_OPTIONS = 1.7
244 @SASLAUTHD_FALSE@SAD = 
245 # Top-level Makefile.am for SASL
246 # Rob Earhart
247 #
248 ################################################################
249 # Copyright (c) 2000 Carnegie Mellon University.  All rights reserved.
250 #
251 # Redistribution and use in source and binary forms, with or without
252 # modification, are permitted provided that the following conditions
253 # are met:
254 #
255 # 1. Redistributions of source code must retain the above copyright
256 #    notice, this list of conditions and the following disclaimer. 
257 #
258 # 2. Redistributions in binary form must reproduce the above copyright
259 #    notice, this list of conditions and the following disclaimer in
260 #    the documentation and/or other materials provided with the
261 #    distribution.
262 #
263 # 3. The name "Carnegie Mellon University" must not be used to
264 #    endorse or promote products derived from this software without
265 #    prior written permission. For permission or any other legal
266 #    details, please contact  
267 #      Office of Technology Transfer
268 #      Carnegie Mellon University
269 #      5000 Forbes Avenue
270 #      Pittsburgh, PA  15213-3890
271 #      (412) 268-4387, fax: (412) 268-7395
272 #      tech-transfer@andrew.cmu.edu
273 #
274 # 4. Redistributions of any form whatsoever must retain the following
275 #    acknowledgment:
276 #    "This product includes software developed by Computing Services
277 #     at Carnegie Mellon University (http://www.cmu.edu/computing/)."
278 #
279 # CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
280 # THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
281 # AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
282 # FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
283 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
284 # AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
285 # OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
286 #
287 ################################################################
288 @SASLAUTHD_TRUE@SAD = saslauthd
289 @PWCHECK_FALSE@PWC = 
290 @PWCHECK_TRUE@PWC = pwcheck
291 @SAMPLE_FALSE@SAM = 
292 @SAMPLE_TRUE@SAM = sample
293 @JAVA_FALSE@JAV = 
294 @JAVA_TRUE@JAV = java
295 @MACOSX_FALSE@INSTALLOSX = 
296 @MACOSX_TRUE@INSTALLOSX = install-exec-local-osx
297 SUBDIRS = include sasldb plugins lib utils doc man $(PWC) $(SAM) $(JAV) $(SAD)
298 EXTRA_DIST = config cmulocal win32 mac dlcompat-20010505 NTMakefile INSTALL.TXT
299 framedir = /Library/Frameworks/SASL2.framework
300 all: config.h
301         $(MAKE) $(AM_MAKEFLAGS) all-recursive
302
303 .SUFFIXES:
304 am--refresh:
305         @:
306 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
307         @for dep in $?; do \
308           case '$(am__configure_deps)' in \
309             *$$dep*) \
310               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
311               cd $(srcdir) && $(AUTOMAKE) --gnu  \
312                 && exit 0; \
313               exit 1;; \
314           esac; \
315         done; \
316         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
317         cd $(top_srcdir) && \
318           $(AUTOMAKE) --gnu  Makefile
319 .PRECIOUS: Makefile
320 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
321         @case '$?' in \
322           *config.status*) \
323             echo ' $(SHELL) ./config.status'; \
324             $(SHELL) ./config.status;; \
325           *) \
326             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
327             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
328         esac;
329
330 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
331         $(SHELL) ./config.status --recheck
332
333 $(top_srcdir)/configure:  $(am__configure_deps)
334         cd $(srcdir) && $(AUTOCONF)
335 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
336         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
337
338 config.h: stamp-h1
339         @if test ! -f $@; then \
340           rm -f stamp-h1; \
341           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
342         else :; fi
343
344 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
345         @rm -f stamp-h1
346         cd $(top_builddir) && $(SHELL) ./config.status config.h
347 $(srcdir)/config.h.in:  $(am__configure_deps) 
348         cd $(top_srcdir) && $(AUTOHEADER)
349         rm -f stamp-h1
350         touch $@
351
352 distclean-hdr:
353         -rm -f config.h stamp-h1
354
355 mostlyclean-libtool:
356         -rm -f *.lo
357
358 clean-libtool:
359         -rm -rf .libs _libs
360
361 distclean-libtool:
362         -rm -f libtool
363
364 # This directory's subdirectories are mostly independent; you can cd
365 # into them and run `make' without going through this Makefile.
366 # To change the values of `make' variables: instead of editing Makefiles,
367 # (1) if the variable is set in `config.status', edit `config.status'
368 #     (which will cause the Makefiles to be regenerated when you run `make');
369 # (2) otherwise, pass the desired values on the `make' command line.
370 $(RECURSIVE_TARGETS):
371         @failcom='exit 1'; \
372         for f in x $$MAKEFLAGS; do \
373           case $$f in \
374             *=* | --[!k]*);; \
375             *k*) failcom='fail=yes';; \
376           esac; \
377         done; \
378         dot_seen=no; \
379         target=`echo $@ | sed s/-recursive//`; \
380         list='$(SUBDIRS)'; for subdir in $$list; do \
381           echo "Making $$target in $$subdir"; \
382           if test "$$subdir" = "."; then \
383             dot_seen=yes; \
384             local_target="$$target-am"; \
385           else \
386             local_target="$$target"; \
387           fi; \
388           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
389           || eval $$failcom; \
390         done; \
391         if test "$$dot_seen" = "no"; then \
392           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
393         fi; test -z "$$fail"
394
395 $(RECURSIVE_CLEAN_TARGETS):
396         @failcom='exit 1'; \
397         for f in x $$MAKEFLAGS; do \
398           case $$f in \
399             *=* | --[!k]*);; \
400             *k*) failcom='fail=yes';; \
401           esac; \
402         done; \
403         dot_seen=no; \
404         case "$@" in \
405           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
406           *) list='$(SUBDIRS)' ;; \
407         esac; \
408         rev=''; for subdir in $$list; do \
409           if test "$$subdir" = "."; then :; else \
410             rev="$$subdir $$rev"; \
411           fi; \
412         done; \
413         rev="$$rev ."; \
414         target=`echo $@ | sed s/-recursive//`; \
415         for subdir in $$rev; do \
416           echo "Making $$target in $$subdir"; \
417           if test "$$subdir" = "."; then \
418             local_target="$$target-am"; \
419           else \
420             local_target="$$target"; \
421           fi; \
422           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
423           || eval $$failcom; \
424         done && test -z "$$fail"
425 tags-recursive:
426         list='$(SUBDIRS)'; for subdir in $$list; do \
427           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
428         done
429 ctags-recursive:
430         list='$(SUBDIRS)'; for subdir in $$list; do \
431           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
432         done
433
434 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
435         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
436         unique=`for i in $$list; do \
437             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
438           done | \
439           $(AWK) '    { files[$$0] = 1; } \
440                END { for (i in files) print i; }'`; \
441         mkid -fID $$unique
442 tags: TAGS
443
444 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
445                 $(TAGS_FILES) $(LISP)
446         tags=; \
447         here=`pwd`; \
448         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
449           include_option=--etags-include; \
450           empty_fix=.; \
451         else \
452           include_option=--include; \
453           empty_fix=; \
454         fi; \
455         list='$(SUBDIRS)'; for subdir in $$list; do \
456           if test "$$subdir" = .; then :; else \
457             test ! -f $$subdir/TAGS || \
458               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
459           fi; \
460         done; \
461         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
462         unique=`for i in $$list; do \
463             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
464           done | \
465           $(AWK) '    { files[$$0] = 1; } \
466                END { for (i in files) print i; }'`; \
467         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
468           test -n "$$unique" || unique=$$empty_fix; \
469           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
470             $$tags $$unique; \
471         fi
472 ctags: CTAGS
473 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
474                 $(TAGS_FILES) $(LISP)
475         tags=; \
476         here=`pwd`; \
477         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
478         unique=`for i in $$list; do \
479             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
480           done | \
481           $(AWK) '    { files[$$0] = 1; } \
482                END { for (i in files) print i; }'`; \
483         test -z "$(CTAGS_ARGS)$$tags$$unique" \
484           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
485              $$tags $$unique
486
487 GTAGS:
488         here=`$(am__cd) $(top_builddir) && pwd` \
489           && cd $(top_srcdir) \
490           && gtags -i $(GTAGS_ARGS) $$here
491
492 distclean-tags:
493         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
494
495 distdir: $(DISTFILES)
496         $(am__remove_distdir)
497         test -d $(distdir) || mkdir $(distdir)
498         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
499         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
500         list='$(DISTFILES)'; \
501           dist_files=`for file in $$list; do echo $$file; done | \
502           sed -e "s|^$$srcdirstrip/||;t" \
503               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
504         case $$dist_files in \
505           */*) $(MKDIR_P) `echo "$$dist_files" | \
506                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
507                            sort -u` ;; \
508         esac; \
509         for file in $$dist_files; do \
510           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
511           if test -d $$d/$$file; then \
512             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
513             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
514               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
515             fi; \
516             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
517           else \
518             test -f $(distdir)/$$file \
519             || cp -p $$d/$$file $(distdir)/$$file \
520             || exit 1; \
521           fi; \
522         done
523         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
524           if test "$$subdir" = .; then :; else \
525             test -d "$(distdir)/$$subdir" \
526             || $(MKDIR_P) "$(distdir)/$$subdir" \
527             || exit 1; \
528             distdir=`$(am__cd) $(distdir) && pwd`; \
529             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
530             (cd $$subdir && \
531               $(MAKE) $(AM_MAKEFLAGS) \
532                 top_distdir="$$top_distdir" \
533                 distdir="$$distdir/$$subdir" \
534                 am__remove_distdir=: \
535                 am__skip_length_check=: \
536                 distdir) \
537               || exit 1; \
538           fi; \
539         done
540         $(MAKE) $(AM_MAKEFLAGS) \
541           top_distdir="$(top_distdir)" distdir="$(distdir)" \
542           dist-hook
543         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
544           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
545           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
546           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
547         || chmod -R a+r $(distdir)
548 dist-gzip: distdir
549         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
550         $(am__remove_distdir)
551
552 dist-bzip2: distdir
553         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
554         $(am__remove_distdir)
555
556 dist-tarZ: distdir
557         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
558         $(am__remove_distdir)
559
560 dist-shar: distdir
561         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
562         $(am__remove_distdir)
563
564 dist-zip: distdir
565         -rm -f $(distdir).zip
566         zip -rq $(distdir).zip $(distdir)
567         $(am__remove_distdir)
568
569 dist dist-all: distdir
570         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
571         $(am__remove_distdir)
572
573 # This target untars the dist file and tries a VPATH configuration.  Then
574 # it guarantees that the distribution is self-contained by making another
575 # tarfile.
576 distcheck: dist
577         case '$(DIST_ARCHIVES)' in \
578         *.tar.gz*) \
579           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
580         *.tar.bz2*) \
581           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
582         *.tar.Z*) \
583           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
584         *.shar.gz*) \
585           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
586         *.zip*) \
587           unzip $(distdir).zip ;;\
588         esac
589         chmod -R a-w $(distdir); chmod a+w $(distdir)
590         mkdir $(distdir)/_build
591         mkdir $(distdir)/_inst
592         chmod a-w $(distdir)
593         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
594           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
595           && cd $(distdir)/_build \
596           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
597             $(DISTCHECK_CONFIGURE_FLAGS) \
598           && $(MAKE) $(AM_MAKEFLAGS) \
599           && $(MAKE) $(AM_MAKEFLAGS) dvi \
600           && $(MAKE) $(AM_MAKEFLAGS) check \
601           && $(MAKE) $(AM_MAKEFLAGS) install \
602           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
603           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
604           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
605                 distuninstallcheck \
606           && chmod -R a-w "$$dc_install_base" \
607           && ({ \
608                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
609                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
610                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
611                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
612                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
613               } || { rm -rf "$$dc_destdir"; exit 1; }) \
614           && rm -rf "$$dc_destdir" \
615           && $(MAKE) $(AM_MAKEFLAGS) dist \
616           && rm -rf $(DIST_ARCHIVES) \
617           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
618         $(am__remove_distdir)
619         @(echo "$(distdir) archives ready for distribution: "; \
620           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
621           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
622 distuninstallcheck:
623         @cd $(distuninstallcheck_dir) \
624         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
625            || { echo "ERROR: files left after uninstall:" ; \
626                 if test -n "$(DESTDIR)"; then \
627                   echo "  (check DESTDIR support)"; \
628                 fi ; \
629                 $(distuninstallcheck_listfiles) ; \
630                 exit 1; } >&2
631 distcleancheck: distclean
632         @if test '$(srcdir)' = . ; then \
633           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
634           exit 1 ; \
635         fi
636         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
637           || { echo "ERROR: files left in build directory after distclean:" ; \
638                $(distcleancheck_listfiles) ; \
639                exit 1; } >&2
640 check-am: all-am
641 check: check-recursive
642 all-am: Makefile config.h
643 installdirs: installdirs-recursive
644 installdirs-am:
645 install: install-recursive
646 install-exec: install-exec-recursive
647 install-data: install-data-recursive
648 uninstall: uninstall-recursive
649
650 install-am: all-am
651         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
652
653 installcheck: installcheck-recursive
654 install-strip:
655         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
656           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
657           `test -z '$(STRIP)' || \
658             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
659 mostlyclean-generic:
660
661 clean-generic:
662
663 distclean-generic:
664         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
665
666 maintainer-clean-generic:
667         @echo "This command is intended for maintainers to use"
668         @echo "it deletes files that may require special tools to rebuild."
669 clean: clean-recursive
670
671 clean-am: clean-generic clean-libtool mostlyclean-am
672
673 distclean: distclean-recursive
674         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
675         -rm -f Makefile
676 distclean-am: clean-am distclean-generic distclean-hdr \
677         distclean-libtool distclean-tags
678
679 dvi: dvi-recursive
680
681 dvi-am:
682
683 html: html-recursive
684
685 info: info-recursive
686
687 info-am:
688
689 install-data-am:
690
691 install-dvi: install-dvi-recursive
692
693 install-exec-am: install-exec-local
694
695 install-html: install-html-recursive
696
697 install-info: install-info-recursive
698
699 install-man:
700
701 install-pdf: install-pdf-recursive
702
703 install-ps: install-ps-recursive
704
705 installcheck-am:
706
707 maintainer-clean: maintainer-clean-recursive
708         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
709         -rm -rf $(top_srcdir)/autom4te.cache
710         -rm -f Makefile
711 maintainer-clean-am: distclean-am maintainer-clean-generic
712
713 mostlyclean: mostlyclean-recursive
714
715 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
716
717 pdf: pdf-recursive
718
719 pdf-am:
720
721 ps: ps-recursive
722
723 ps-am:
724
725 uninstall-am:
726
727 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
728         install-strip
729
730 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
731         all all-am am--refresh check check-am clean clean-generic \
732         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
733         dist-gzip dist-hook dist-shar dist-tarZ dist-zip distcheck \
734         distclean distclean-generic distclean-hdr distclean-libtool \
735         distclean-tags distcleancheck distdir distuninstallcheck dvi \
736         dvi-am html html-am info info-am install install-am \
737         install-data install-data-am install-dvi install-dvi-am \
738         install-exec install-exec-am install-exec-local install-html \
739         install-html-am install-info install-info-am install-man \
740         install-pdf install-pdf-am install-ps install-ps-am \
741         install-strip installcheck installcheck-am installdirs \
742         installdirs-am maintainer-clean maintainer-clean-generic \
743         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
744         ps ps-am tags tags-recursive uninstall uninstall-am
745
746
747 dist-hook:
748         @find $(distdir) -exec chmod o+w {} ';'
749         @find $(distdir) -name CVS -print | xargs -t rm -rf
750         (cd $(distdir)/plugins && sh makeinit.sh)
751 install-exec-local: $(INSTALLOSX)
752         @if test "$(plugindir)" != "$(prefix)/lib/sasl2"; then \
753           echo "********************************************************"; \
754           echo "* WARNING:"; \
755           echo "* Plugins are being installed into $(prefix)/lib/sasl2,"; \
756           echo "* but the library will look for them in $(plugindir)."; \
757           echo "* You need to make sure that the plugins will eventually"; \
758           echo "* be in $(plugindir) -- the easiest way is to make a"; \
759           echo "* symbolic link from $(plugindir) to $(prefix)/lib/sasl2,"; \
760           echo "* but this may not be appropriate for your site, so this"; \
761           echo "* installation procedure won't do it for you."; \
762           echo "*"; \
763           echo "* If you don't want to do this for some reason, you can"; \
764           echo "* set the location where the library will look for plugins"; \
765           echo "* by setting the environment variable SASL_PATH to the path"; \
766           echo "* the library should use."; \
767           echo "********************************************************"; \
768         fi
769 install-exec-local-osx:
770         $(mkinstalldirs) $(framedir)/Versions/A/Headers
771         $(mkinstalldirs) $(framedir)/Versions/A/Resources
772         cd $(framedir)/Versions ; ln -fs A Current
773         cd $(framedir) ; ln -fs Versions/A/Headers .
774         cd $(framedir) ; ln -fs Versions/A/Resources .
775         $(INSTALL_DATA) $(srcdir)/config/Info.plist $(framedir)/Versions/A/Resources
776 # Tell versions [3.59,3.63) of GNU make to not export all variables.
777 # Otherwise a system limit (for SysV at least) may be exceeded.
778 .NOEXPORT: