Add more autogenerated files
[cyrus-sasl.git] / lib / Makefile.in
1 # Makefile.in generated by automake 1.10.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 # Makefile.am for the SASL library
19 # Rob Earhart
20 # $Id: Makefile.am,v 1.85.2.1 2009/04/27 17:58:26 murch Exp $
21 # Copyright (c) 2000 Carnegie Mellon University.  All rights reserved.
22 #
23 # Redistribution and use in source and binary forms, with or without
24 # modification, are permitted provided that the following conditions
25 # are met:
26 #
27 # 1. Redistributions of source code must retain the above copyright
28 #    notice, this list of conditions and the following disclaimer. 
29 #
30 # 2. Redistributions in binary form must reproduce the above copyright
31 #    notice, this list of conditions and the following disclaimer in
32 #    the documentation and/or other materials provided with the
33 #    distribution.
34 #
35 # 3. The name "Carnegie Mellon University" must not be used to
36 #    endorse or promote products derived from this software without
37 #    prior written permission. For permission or any other legal
38 #    details, please contact  
39 #      Office of Technology Transfer
40 #      Carnegie Mellon University
41 #      5000 Forbes Avenue
42 #      Pittsburgh, PA  15213-3890
43 #      (412) 268-4387, fax: (412) 268-7395
44 #      tech-transfer@andrew.cmu.edu
45 #
46 # 4. Redistributions of any form whatsoever must retain the following
47 #    acknowledgment:
48 #    "This product includes software developed by Computing Services
49 #     at Carnegie Mellon University (http://www.cmu.edu/computing/)."
50 #
51 # CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
52 # THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
53 # AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
54 # FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
55 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
56 # AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
57 # OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
58 #
59
60
61 VPATH = @srcdir@
62 pkgdatadir = $(datadir)/@PACKAGE@
63 pkglibdir = $(libdir)/@PACKAGE@
64 pkgincludedir = $(includedir)/@PACKAGE@
65 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
66 install_sh_DATA = $(install_sh) -c -m 644
67 install_sh_PROGRAM = $(install_sh) -c
68 install_sh_SCRIPT = $(install_sh) -c
69 INSTALL_HEADER = $(INSTALL_DATA)
70 transform = $(program_transform_name)
71 NORMAL_INSTALL = :
72 PRE_INSTALL = :
73 POST_INSTALL = :
74 NORMAL_UNINSTALL = :
75 PRE_UNINSTALL = :
76 POST_UNINSTALL = :
77 build_triplet = @build@
78 host_triplet = @host@
79 target_triplet = @target@
80 subdir = lib
81 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
82         getaddrinfo.c getnameinfo.c getsubopt.c snprintf.c
83 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84 am__aclocal_m4_deps = $(top_srcdir)/config/kerberos_v4.m4 \
85         $(top_srcdir)/config/libtool.m4 \
86         $(top_srcdir)/config/ltoptions.m4 \
87         $(top_srcdir)/config/ltsugar.m4 \
88         $(top_srcdir)/config/ltversion.m4 \
89         $(top_srcdir)/config/lt~obsolete.m4 \
90         $(top_srcdir)/config/plain.m4 $(top_srcdir)/config/sasldb.m4 \
91         $(top_srcdir)/cmulocal/berkdb.m4 \
92         $(top_srcdir)/cmulocal/bsd_sockets.m4 \
93         $(top_srcdir)/cmulocal/c-attribute.m4 \
94         $(top_srcdir)/cmulocal/common.m4 \
95         $(top_srcdir)/cmulocal/cyrus.m4 \
96         $(top_srcdir)/cmulocal/init_automake.m4 \
97         $(top_srcdir)/cmulocal/ipv6.m4 \
98         $(top_srcdir)/cmulocal/openldap.m4 \
99         $(top_srcdir)/cmulocal/openssl.m4 \
100         $(top_srcdir)/cmulocal/sasl2.m4 $(top_srcdir)/configure.in
101 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102         $(ACLOCAL_M4)
103 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
104 CONFIG_HEADER = $(top_builddir)/config.h
105 CONFIG_CLEAN_FILES =
106 LIBRARIES = $(noinst_LIBRARIES)
107 ARFLAGS = cru
108 libsasl2_a_AR = $(AR) $(ARFLAGS)
109 libsasl2_a_LIBADD =
110 am_libsasl2_a_OBJECTS =
111 libsasl2_a_OBJECTS = $(am_libsasl2_a_OBJECTS)
112 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
113 am__vpath_adj = case $$p in \
114     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
115     *) f=$$p;; \
116   esac;
117 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
118 am__installdirs = "$(DESTDIR)$(libdir)"
119 libLTLIBRARIES_INSTALL = $(INSTALL)
120 LTLIBRARIES = $(lib_LTLIBRARIES)
121 am__DEPENDENCIES_1 =
122 am__objects_1 = auxprop.lo canonusr.lo checkpw.lo client.lo common.lo \
123         config.lo external.lo md5.lo saslutil.lo server.lo seterror.lo \
124         dlopen.lo plugin_common.lo
125 am__objects_2 =
126 am_libsasl2_la_OBJECTS = $(am__objects_1) $(am__objects_2)
127 libsasl2_la_OBJECTS = $(am_libsasl2_la_OBJECTS)
128 libsasl2_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
129         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
130         $(libsasl2_la_LDFLAGS) $(LDFLAGS) -o $@
131 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
132 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
133 am__depfiles_maybe = depfiles
134 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
135         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
136 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
137         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
138         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
139 CCLD = $(CC)
140 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
141         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
142         $(LDFLAGS) -o $@
143 SOURCES = $(libsasl2_a_SOURCES) $(libsasl2_la_SOURCES)
144 DIST_SOURCES = $(libsasl2_a_SOURCES) $(libsasl2_la_SOURCES)
145 ETAGS = etags
146 CTAGS = ctags
147 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
148 ACLOCAL = @ACLOCAL@
149 AMTAR = @AMTAR@
150 AR = @AR@
151 AUTOCONF = @AUTOCONF@
152 AUTOHEADER = @AUTOHEADER@
153 AUTOMAKE = @AUTOMAKE@
154 AWK = @AWK@
155 CC = @CC@
156 CCDEPMODE = @CCDEPMODE@
157 CFLAGS = @CFLAGS@
158 CMU_LIB_SUBDIR = @CMU_LIB_SUBDIR@
159 CPP = @CPP@
160 CPPFLAGS = @CPPFLAGS@
161 CYGPATH_W = @CYGPATH_W@
162 DEFS = @DEFS@
163 DEPDIR = @DEPDIR@
164 DIRS = @DIRS@
165 DMALLOC_LIBS = @DMALLOC_LIBS@
166 DSYMUTIL = @DSYMUTIL@
167 DUMPBIN = @DUMPBIN@
168 ECHO_C = @ECHO_C@
169 ECHO_N = @ECHO_N@
170 ECHO_T = @ECHO_T@
171 EGREP = @EGREP@
172 EXEEXT = @EXEEXT@
173 FGREP = @FGREP@
174 GETADDRINFOOBJS = @GETADDRINFOOBJS@
175 GETNAMEINFOOBJS = @GETNAMEINFOOBJS@
176 GETSUBOPT = @GETSUBOPT@
177 GREP = @GREP@
178 GSSAPIBASE_LIBS = @GSSAPIBASE_LIBS@
179 GSSAPI_LIBS = @GSSAPI_LIBS@
180 INSTALL = @INSTALL@
181 INSTALL_DATA = @INSTALL_DATA@
182 INSTALL_PROGRAM = @INSTALL_PROGRAM@
183 INSTALL_SCRIPT = @INSTALL_SCRIPT@
184 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
185 IPCTYPE = @IPCTYPE@
186 JAVAC = @JAVAC@
187 JAVADOC = @JAVADOC@
188 JAVAH = @JAVAH@
189 JAVAROOT = @JAVAROOT@
190 JAVA_INCLUDES = @JAVA_INCLUDES@
191 LD = @LD@
192 LDFLAGS = @LDFLAGS@
193 LIBOBJS = @LIBOBJS@
194 LIBS = @LIBS@
195 LIBTOOL = @LIBTOOL@
196 LIB_CRYPT = @LIB_CRYPT@
197 LIB_DES = @LIB_DES@
198 LIB_DOOR = @LIB_DOOR@
199 LIB_LDAP = @LIB_LDAP@
200 LIB_MYSQL = @LIB_MYSQL@
201 LIB_PGSQL = @LIB_PGSQL@
202 LIB_SOCKET = @LIB_SOCKET@
203 LIB_SQLITE = @LIB_SQLITE@
204 LIPO = @LIPO@
205 LN_S = @LN_S@
206 LTGETADDRINFOOBJS = @LTGETADDRINFOOBJS@
207 LTGETNAMEINFOOBJS = @LTGETNAMEINFOOBJS@
208 LTLIBOBJS = @LTLIBOBJS@
209 LTSNPRINTFOBJS = @LTSNPRINTFOBJS@
210 MAKEINFO = @MAKEINFO@
211 MKDIR_P = @MKDIR_P@
212 NM = @NM@
213 NMEDIT = @NMEDIT@
214 NTLM_LIBS = @NTLM_LIBS@
215 OBJDUMP = @OBJDUMP@
216 OBJEXT = @OBJEXT@
217 OTOOL = @OTOOL@
218 OTOOL64 = @OTOOL64@
219 OTP_LIBS = @OTP_LIBS@
220 PACKAGE = @PACKAGE@
221 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
222 PACKAGE_NAME = @PACKAGE_NAME@
223 PACKAGE_STRING = @PACKAGE_STRING@
224 PACKAGE_TARNAME = @PACKAGE_TARNAME@
225 PACKAGE_URL = @PACKAGE_URL@
226 PACKAGE_VERSION = @PACKAGE_VERSION@
227 PASSDSS_LIBS = @PASSDSS_LIBS@
228 PATH_SEPARATOR = @PATH_SEPARATOR@
229 PLAIN_LIBS = @PLAIN_LIBS@
230 PURECOV = @PURECOV@
231 PURIFY = @PURIFY@
232 PWCHECKMETH = @PWCHECKMETH@
233 RANLIB = @RANLIB@
234 SASL_DB_BACKEND = @SASL_DB_BACKEND@
235 SASL_DB_BACKEND_STATIC = @SASL_DB_BACKEND_STATIC@
236 SASL_DB_INC = @SASL_DB_INC@
237 SASL_DB_LIB = @SASL_DB_LIB@
238 SASL_DB_MANS = @SASL_DB_MANS@
239 SASL_DB_UTILS = @SASL_DB_UTILS@
240 SASL_DL_LIB = @SASL_DL_LIB@
241 SASL_KRB_LIB = @SASL_KRB_LIB@
242 SASL_MECHS = @SASL_MECHS@
243 SASL_STATIC_LIBS = @SASL_STATIC_LIBS@
244 SASL_STATIC_OBJS = @SASL_STATIC_OBJS@
245 SASL_STATIC_SRCS = @SASL_STATIC_SRCS@
246 SASL_UTIL_HEADERS_EXTRA = @SASL_UTIL_HEADERS_EXTRA@
247 SASL_UTIL_LIBS_EXTRA = @SASL_UTIL_LIBS_EXTRA@
248 SED = @SED@
249 SET_MAKE = @SET_MAKE@
250 SFIO_INC_FLAGS = @SFIO_INC_FLAGS@
251 SFIO_LIB_FLAGS = @SFIO_LIB_FLAGS@
252 SHELL = @SHELL@
253 SMTPTEST_PROGRAM = @SMTPTEST_PROGRAM@
254 SNPRINTFOBJS = @SNPRINTFOBJS@
255 SRP_LIBS = @SRP_LIBS@
256 STRIP = @STRIP@
257 VERSION = @VERSION@
258 abs_builddir = @abs_builddir@
259 abs_srcdir = @abs_srcdir@
260 abs_top_builddir = @abs_top_builddir@
261 abs_top_srcdir = @abs_top_srcdir@
262 ac_ct_CC = @ac_ct_CC@
263 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
264 am__include = @am__include@
265 am__leading_dot = @am__leading_dot@
266 am__quote = @am__quote@
267 am__tar = @am__tar@
268 am__untar = @am__untar@
269 bindir = @bindir@
270 build = @build@
271 build_alias = @build_alias@
272 build_cpu = @build_cpu@
273 build_os = @build_os@
274 build_vendor = @build_vendor@
275 builddir = @builddir@
276 configdir = @configdir@
277 datadir = @datadir@
278 datarootdir = @datarootdir@
279 docdir = @docdir@
280 dvidir = @dvidir@
281 exec_prefix = @exec_prefix@
282 host = @host@
283 host_alias = @host_alias@
284 host_cpu = @host_cpu@
285 host_os = @host_os@
286 host_vendor = @host_vendor@
287 htmldir = @htmldir@
288 includedir = @includedir@
289 infodir = @infodir@
290 install_sh = @install_sh@
291 libdir = @libdir@
292 libexecdir = @libexecdir@
293 localedir = @localedir@
294 localstatedir = @localstatedir@
295 mandir = @mandir@
296 mkdir_p = @mkdir_p@
297 oldincludedir = @oldincludedir@
298 pdfdir = @pdfdir@
299 plugindir = @plugindir@
300 prefix = @prefix@
301 program_transform_name = @program_transform_name@
302 psdir = @psdir@
303 sbindir = @sbindir@
304 sharedstatedir = @sharedstatedir@
305 srcdir = @srcdir@
306 subdirs = @subdirs@
307 sysconfdir = @sysconfdir@
308 target = @target@
309 target_alias = @target_alias@
310 target_cpu = @target_cpu@
311 target_os = @target_os@
312 target_vendor = @target_vendor@
313 top_build_prefix = @top_build_prefix@
314 top_builddir = @top_builddir@
315 top_srcdir = @top_srcdir@
316
317 # Library version info - here at the top, for sanity
318 sasl_version = 2:23:0
319 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/plugins -I$(top_builddir)/include -I$(top_srcdir)/sasldb
320 EXTRA_DIST = windlopen.c staticopen.h NTMakefile
321 EXTRA_LIBRARIES = libsasl2.a
322 noinst_LIBRARIES = @SASL_STATIC_LIBS@
323 libsasl2_a_SOURCES = 
324 common_headers = saslint.h
325 common_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 ../plugins/plugin_common.c
326 lib_LTLIBRARIES = libsasl2.la
327 libsasl2_la_SOURCES = $(common_sources) $(common_headers)
328 libsasl2_la_LDFLAGS = -version-info $(sasl_version)
329 libsasl2_la_DEPENDENCIES = $(LTLIBOBJS)
330 libsasl2_la_LIBADD = $(LTLIBOBJS) $(SASL_DL_LIB) $(LIB_SOCKET) $(LIB_DOOR)
331 @MACOSX_TRUE@framedir = /Library/Frameworks/SASL2.framework
332 all: all-am
333
334 .SUFFIXES:
335 .SUFFIXES: .c .lo .o .obj
336 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
337         @for dep in $?; do \
338           case '$(am__configure_deps)' in \
339             *$$dep*) \
340               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
341                 && { if test -f $@; then exit 0; else break; fi; }; \
342               exit 1;; \
343           esac; \
344         done; \
345         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/Makefile'; \
346         cd $(top_srcdir) && \
347           $(AUTOMAKE) --gnu  lib/Makefile
348 .PRECIOUS: Makefile
349 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
350         @case '$?' in \
351           *config.status*) \
352             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
353           *) \
354             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
355             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
356         esac;
357
358 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
359         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
360
361 $(top_srcdir)/configure:  $(am__configure_deps)
362         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
363 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
364         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
365
366 clean-noinstLIBRARIES:
367         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
368 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
369         @$(NORMAL_INSTALL)
370         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
371         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
372           if test -f $$p; then \
373             f=$(am__strip_dir) \
374             echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
375             $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
376           else :; fi; \
377         done
378
379 uninstall-libLTLIBRARIES:
380         @$(NORMAL_UNINSTALL)
381         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
382           p=$(am__strip_dir) \
383           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
384           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
385         done
386
387 clean-libLTLIBRARIES:
388         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
389         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
390           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
391           test "$$dir" != "$$p" || dir=.; \
392           echo "rm -f \"$${dir}/so_locations\""; \
393           rm -f "$${dir}/so_locations"; \
394         done
395 libsasl2.la: $(libsasl2_la_OBJECTS) $(libsasl2_la_DEPENDENCIES) 
396         $(libsasl2_la_LINK) -rpath $(libdir) $(libsasl2_la_OBJECTS) $(libsasl2_la_LIBADD) $(LIBS)
397
398 mostlyclean-compile:
399         -rm -f *.$(OBJEXT)
400
401 distclean-compile:
402         -rm -f *.tab.c
403
404 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getaddrinfo.Plo@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getnameinfo.Plo@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getsubopt.Plo@am__quote@
407 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/snprintf.Plo@am__quote@
408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auxprop.Plo@am__quote@
409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/canonusr.Plo@am__quote@
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checkpw.Plo@am__quote@
411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Plo@am__quote@
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Plo@am__quote@
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config.Plo@am__quote@
414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlopen.Plo@am__quote@
415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/external.Plo@am__quote@
416 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@
417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_common.Plo@am__quote@
418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/saslutil.Plo@am__quote@
419 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Plo@am__quote@
420 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seterror.Plo@am__quote@
421
422 .c.o:
423 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
424 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
425 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
426 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
428
429 .c.obj:
430 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
431 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
432 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
433 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
435
436 .c.lo:
437 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
438 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
439 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
440 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
442
443 plugin_common.lo: ../plugins/plugin_common.c
444 @am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT plugin_common.lo -MD -MP -MF $(DEPDIR)/plugin_common.Tpo -c -o plugin_common.lo `test -f '../plugins/plugin_common.c' || echo '$(srcdir)/'`../plugins/plugin_common.c
445 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/plugin_common.Tpo $(DEPDIR)/plugin_common.Plo
446 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../plugins/plugin_common.c' object='plugin_common.lo' libtool=yes @AMDEPBACKSLASH@
447 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
448 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o plugin_common.lo `test -f '../plugins/plugin_common.c' || echo '$(srcdir)/'`../plugins/plugin_common.c
449
450 mostlyclean-libtool:
451         -rm -f *.lo
452
453 clean-libtool:
454         -rm -rf .libs _libs
455
456 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
457         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
458         unique=`for i in $$list; do \
459             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
460           done | \
461           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
462               END { if (nonempty) { for (i in files) print i; }; }'`; \
463         mkid -fID $$unique
464 tags: TAGS
465
466 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
467                 $(TAGS_FILES) $(LISP)
468         tags=; \
469         here=`pwd`; \
470         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
471         unique=`for i in $$list; do \
472             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
473           done | \
474           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
475               END { if (nonempty) { for (i in files) print i; }; }'`; \
476         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
477           test -n "$$unique" || unique=$$empty_fix; \
478           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
479             $$tags $$unique; \
480         fi
481 ctags: CTAGS
482 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
483                 $(TAGS_FILES) $(LISP)
484         tags=; \
485         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
486         unique=`for i in $$list; do \
487             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
488           done | \
489           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
490               END { if (nonempty) { for (i in files) print i; }; }'`; \
491         test -z "$(CTAGS_ARGS)$$tags$$unique" \
492           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
493              $$tags $$unique
494
495 GTAGS:
496         here=`$(am__cd) $(top_builddir) && pwd` \
497           && cd $(top_srcdir) \
498           && gtags -i $(GTAGS_ARGS) $$here
499
500 distclean-tags:
501         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
502
503 distdir: $(DISTFILES)
504         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
505         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
506         list='$(DISTFILES)'; \
507           dist_files=`for file in $$list; do echo $$file; done | \
508           sed -e "s|^$$srcdirstrip/||;t" \
509               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
510         case $$dist_files in \
511           */*) $(MKDIR_P) `echo "$$dist_files" | \
512                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
513                            sort -u` ;; \
514         esac; \
515         for file in $$dist_files; do \
516           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
517           if test -d $$d/$$file; then \
518             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
519             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
520               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
521             fi; \
522             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
523           else \
524             test -f $(distdir)/$$file \
525             || cp -p $$d/$$file $(distdir)/$$file \
526             || exit 1; \
527           fi; \
528         done
529 check-am: all-am
530 check: check-am
531 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES)
532 installdirs:
533         for dir in "$(DESTDIR)$(libdir)"; do \
534           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
535         done
536 install: install-am
537 install-exec: install-exec-am
538 install-data: install-data-am
539 uninstall: uninstall-am
540
541 install-am: all-am
542         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
543
544 installcheck: installcheck-am
545 install-strip:
546         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
547           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
548           `test -z '$(STRIP)' || \
549             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
550 mostlyclean-generic:
551
552 clean-generic:
553
554 distclean-generic:
555         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
556
557 maintainer-clean-generic:
558         @echo "This command is intended for maintainers to use"
559         @echo "it deletes files that may require special tools to rebuild."
560 clean: clean-am
561
562 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
563         clean-noinstLIBRARIES mostlyclean-am
564
565 distclean: distclean-am
566         -rm -rf $(DEPDIR) ./$(DEPDIR)
567         -rm -f Makefile
568 distclean-am: clean-am distclean-compile distclean-generic \
569         distclean-tags
570
571 dvi: dvi-am
572
573 dvi-am:
574
575 html: html-am
576
577 html-am:
578
579 info: info-am
580
581 info-am:
582
583 install-data-am:
584
585 install-dvi: install-dvi-am
586
587 install-dvi-am:
588
589 install-exec-am: install-libLTLIBRARIES
590         @$(NORMAL_INSTALL)
591         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
592
593 install-html: install-html-am
594
595 install-html-am:
596
597 install-info: install-info-am
598
599 install-info-am:
600
601 install-man:
602
603 install-pdf: install-pdf-am
604
605 install-pdf-am:
606
607 install-ps: install-ps-am
608
609 install-ps-am:
610
611 installcheck-am:
612
613 maintainer-clean: maintainer-clean-am
614         -rm -rf $(DEPDIR) ./$(DEPDIR)
615         -rm -f Makefile
616 maintainer-clean-am: distclean-am maintainer-clean-generic
617
618 mostlyclean: mostlyclean-am
619
620 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
621         mostlyclean-libtool
622
623 pdf: pdf-am
624
625 pdf-am:
626
627 ps: ps-am
628
629 ps-am:
630
631 uninstall-am: uninstall-libLTLIBRARIES
632
633 .MAKE: install-am install-exec-am install-strip
634
635 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
636         clean-libLTLIBRARIES clean-libtool clean-noinstLIBRARIES ctags \
637         distclean distclean-compile distclean-generic \
638         distclean-libtool distclean-tags distdir dvi dvi-am html \
639         html-am info info-am install install-am install-data \
640         install-data-am install-dvi install-dvi-am install-exec \
641         install-exec-am install-exec-hook install-html install-html-am \
642         install-info install-info-am install-libLTLIBRARIES \
643         install-man install-pdf install-pdf-am install-ps \
644         install-ps-am install-strip installcheck installcheck-am \
645         installdirs maintainer-clean maintainer-clean-generic \
646         mostlyclean mostlyclean-compile mostlyclean-generic \
647         mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
648         uninstall-am uninstall-libLTLIBRARIES
649
650 @MACOSX_TRUE@install-exec-hook:
651 @MACOSX_TRUE@   $(mkinstalldirs) $(framedir)/Versions/A
652 @MACOSX_TRUE@   ln -fs $(libdir)/libsasl2.dylib $(framedir)/Versions/A/SASL2
653 @MACOSX_TRUE@   cd $(framedir) ; ln -fs Versions/A/SASL2 .
654 @MACOSX_FALSE@install-exec-hook:
655
656 libsasl2.a: libsasl2.la $(SASL_STATIC_OBJS)
657         @echo adding static plugins and dependencies
658         $(AR) cru .libs/$@ $(SASL_STATIC_OBJS)
659         @for i in ./libsasl2.la ../sasldb/libsasldb.la ../plugins/lib*.la; do \
660         if test ! -f $$i; then continue; fi; . $$i; \
661         for j in $$dependency_libs foo; do \
662         case $$j in foo) ;; \
663         -L*) for k in $$depdirs foo; do \
664             if test $$k = $$j; then break; fi; done; \
665           if test $$k = foo; then depdirs="$$depdirs $$j"; fi ;; \
666         -l*) for k in $$deplibs foo; do \
667             if test $$k = $$j; then break; fi; done; \
668           if test $$k = foo; then deplibs="$$deplibs $$j"; fi ;; \
669         esac; done; dependency_libs=""; done; \
670         sed -e "/^dependency_libs=/s%=.*%='$${depdirs}$${deplibs}'%" \
671         libsasl2.la >TMP.$$ && mv TMP.$$ libsasl2.la
672         rm -f $@
673         ln -s .libs/$@ $@
674
675 $(SASL_STATIC_OBJS): linksrcs
676
677 linksrcs:
678         -ln -s $(SASL_STATIC_SRCS) .
679 # Tell versions [3.59,3.63) of GNU make to not export all variables.
680 # Otherwise a system limit (for SysV at least) may be exceeded.
681 .NOEXPORT: