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