add gs2 to plugins
[cyrus-sasl.git] / lib / 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
17 # Makefile.am for the SASL library
18 # Rob Earhart
19 # $Id: Makefile.am,v 1.85.2.1 2009/04/27 17:58:26 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
60 VPATH = @srcdir@
61 pkgdatadir = $(datadir)/@PACKAGE@
62 pkglibdir = $(libdir)/@PACKAGE@
63 pkgincludedir = $(includedir)/@PACKAGE@
64 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
65 install_sh_DATA = $(install_sh) -c -m 644
66 install_sh_PROGRAM = $(install_sh) -c
67 install_sh_SCRIPT = $(install_sh) -c
68 INSTALL_HEADER = $(INSTALL_DATA)
69 transform = $(program_transform_name)
70 NORMAL_INSTALL = :
71 PRE_INSTALL = :
72 POST_INSTALL = :
73 NORMAL_UNINSTALL = :
74 PRE_UNINSTALL = :
75 POST_UNINSTALL = :
76 build_triplet = @build@
77 host_triplet = @host@
78 target_triplet = @target@
79 subdir = lib
80 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
81         getaddrinfo.c getnameinfo.c getsubopt.c snprintf.c
82 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
83 am__aclocal_m4_deps = $(top_srcdir)/config/kerberos_v4.m4 \
84         $(top_srcdir)/config/libtool.m4 $(top_srcdir)/config/plain.m4 \
85         $(top_srcdir)/config/sasldb.m4 \
86         $(top_srcdir)/cmulocal/berkdb.m4 \
87         $(top_srcdir)/cmulocal/bsd_sockets.m4 \
88         $(top_srcdir)/cmulocal/c-attribute.m4 \
89         $(top_srcdir)/cmulocal/common.m4 \
90         $(top_srcdir)/cmulocal/cyrus.m4 \
91         $(top_srcdir)/cmulocal/init_automake.m4 \
92         $(top_srcdir)/cmulocal/ipv6.m4 \
93         $(top_srcdir)/cmulocal/openldap.m4 \
94         $(top_srcdir)/cmulocal/openssl.m4 \
95         $(top_srcdir)/cmulocal/sasl2.m4 $(top_srcdir)/configure.in
96 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97         $(ACLOCAL_M4)
98 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
99 CONFIG_HEADER = $(top_builddir)/config.h
100 CONFIG_CLEAN_FILES =
101 LIBRARIES = $(noinst_LIBRARIES)
102 AR = ar
103 ARFLAGS = cru
104 libsasl2_a_AR = $(AR) $(ARFLAGS)
105 libsasl2_a_LIBADD =
106 am_libsasl2_a_OBJECTS =
107 libsasl2_a_OBJECTS = $(am_libsasl2_a_OBJECTS)
108 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
109 am__vpath_adj = case $$p in \
110     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
111     *) f=$$p;; \
112   esac;
113 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
114 am__installdirs = "$(DESTDIR)$(libdir)"
115 libLTLIBRARIES_INSTALL = $(INSTALL)
116 LTLIBRARIES = $(lib_LTLIBRARIES)
117 am__DEPENDENCIES_1 =
118 am__objects_1 = auxprop.lo canonusr.lo checkpw.lo client.lo common.lo \
119         config.lo external.lo md5.lo saslutil.lo server.lo seterror.lo \
120         dlopen.lo plugin_common.lo
121 am__objects_2 =
122 am_libsasl2_la_OBJECTS = $(am__objects_1) $(am__objects_2)
123 libsasl2_la_OBJECTS = $(am_libsasl2_la_OBJECTS)
124 libsasl2_la_LINK = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
125         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
126         $(libsasl2_la_LDFLAGS) $(LDFLAGS) -o $@
127 DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
128 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
129 am__depfiles_maybe = depfiles
130 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
131         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
132 LTCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
133         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
134         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
135 CCLD = $(CC)
136 LINK = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
137         $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
138 SOURCES = $(libsasl2_a_SOURCES) $(libsasl2_la_SOURCES)
139 DIST_SOURCES = $(libsasl2_a_SOURCES) $(libsasl2_la_SOURCES)
140 ETAGS = etags
141 CTAGS = ctags
142 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
143 ACLOCAL = @ACLOCAL@
144 AMTAR = @AMTAR@
145 AUTOCONF = @AUTOCONF@
146 AUTOHEADER = @AUTOHEADER@
147 AUTOMAKE = @AUTOMAKE@
148 AWK = @AWK@
149 CC = @CC@
150 CCDEPMODE = @CCDEPMODE@
151 CFLAGS = @CFLAGS@
152 CMU_LIB_SUBDIR = @CMU_LIB_SUBDIR@
153 CPP = @CPP@
154 CPPFLAGS = @CPPFLAGS@
155 CYGPATH_W = @CYGPATH_W@
156 DEFS = @DEFS@
157 DEPDIR = @DEPDIR@
158 DIRS = @DIRS@
159 DMALLOC_LIBS = @DMALLOC_LIBS@
160 ECHO_C = @ECHO_C@
161 ECHO_N = @ECHO_N@
162 ECHO_T = @ECHO_T@
163 EGREP = @EGREP@
164 EXEEXT = @EXEEXT@
165 GETADDRINFOOBJS = @GETADDRINFOOBJS@
166 GETNAMEINFOOBJS = @GETNAMEINFOOBJS@
167 GETSUBOPT = @GETSUBOPT@
168 GREP = @GREP@
169 GSSAPIBASE_LIBS = @GSSAPIBASE_LIBS@
170 GSSAPI_LIBS = @GSSAPI_LIBS@
171 INSTALL = @INSTALL@
172 INSTALL_DATA = @INSTALL_DATA@
173 INSTALL_PROGRAM = @INSTALL_PROGRAM@
174 INSTALL_SCRIPT = @INSTALL_SCRIPT@
175 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
176 IPCTYPE = @IPCTYPE@
177 JAVAC = @JAVAC@
178 JAVADOC = @JAVADOC@
179 JAVAH = @JAVAH@
180 JAVAROOT = @JAVAROOT@
181 JAVA_INCLUDES = @JAVA_INCLUDES@
182 LDFLAGS = @LDFLAGS@
183 LIBOBJS = @LIBOBJS@
184 LIBS = @LIBS@
185 LIBTOOL = @LIBTOOL@
186 LIB_CRYPT = @LIB_CRYPT@
187 LIB_DES = @LIB_DES@
188 LIB_DOOR = @LIB_DOOR@
189 LIB_LDAP = @LIB_LDAP@
190 LIB_MYSQL = @LIB_MYSQL@
191 LIB_PGSQL = @LIB_PGSQL@
192 LIB_SOCKET = @LIB_SOCKET@
193 LIB_SQLITE = @LIB_SQLITE@
194 LN_S = @LN_S@
195 LTGETADDRINFOOBJS = @LTGETADDRINFOOBJS@
196 LTGETNAMEINFOOBJS = @LTGETNAMEINFOOBJS@
197 LTLIBOBJS = @LTLIBOBJS@
198 LTSNPRINTFOBJS = @LTSNPRINTFOBJS@
199 MAKEINFO = @MAKEINFO@
200 MKDIR_P = @MKDIR_P@
201 NM = @NM@
202 NTLM_LIBS = @NTLM_LIBS@
203 OBJEXT = @OBJEXT@
204 OTP_LIBS = @OTP_LIBS@
205 PACKAGE = @PACKAGE@
206 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
207 PACKAGE_NAME = @PACKAGE_NAME@
208 PACKAGE_STRING = @PACKAGE_STRING@
209 PACKAGE_TARNAME = @PACKAGE_TARNAME@
210 PACKAGE_VERSION = @PACKAGE_VERSION@
211 PASSDSS_LIBS = @PASSDSS_LIBS@
212 PATH_SEPARATOR = @PATH_SEPARATOR@
213 PLAIN_LIBS = @PLAIN_LIBS@
214 PURECOV = @PURECOV@
215 PURIFY = @PURIFY@
216 PWCHECKMETH = @PWCHECKMETH@
217 RANLIB = @RANLIB@
218 SASL_DB_BACKEND = @SASL_DB_BACKEND@
219 SASL_DB_BACKEND_STATIC = @SASL_DB_BACKEND_STATIC@
220 SASL_DB_INC = @SASL_DB_INC@
221 SASL_DB_LIB = @SASL_DB_LIB@
222 SASL_DB_MANS = @SASL_DB_MANS@
223 SASL_DB_UTILS = @SASL_DB_UTILS@
224 SASL_DL_LIB = @SASL_DL_LIB@
225 SASL_KRB_LIB = @SASL_KRB_LIB@
226 SASL_MECHS = @SASL_MECHS@
227 SASL_STATIC_LIBS = @SASL_STATIC_LIBS@
228 SASL_STATIC_OBJS = @SASL_STATIC_OBJS@
229 SASL_STATIC_SRCS = @SASL_STATIC_SRCS@
230 SASL_UTIL_HEADERS_EXTRA = @SASL_UTIL_HEADERS_EXTRA@
231 SASL_UTIL_LIBS_EXTRA = @SASL_UTIL_LIBS_EXTRA@
232 SET_MAKE = @SET_MAKE@
233 SFIO_INC_FLAGS = @SFIO_INC_FLAGS@
234 SFIO_LIB_FLAGS = @SFIO_LIB_FLAGS@
235 SHELL = @SHELL@
236 SMTPTEST_PROGRAM = @SMTPTEST_PROGRAM@
237 SNPRINTFOBJS = @SNPRINTFOBJS@
238 SRP_LIBS = @SRP_LIBS@
239 STRIP = @STRIP@
240 VERSION = @VERSION@
241 abs_builddir = @abs_builddir@
242 abs_srcdir = @abs_srcdir@
243 abs_top_builddir = @abs_top_builddir@
244 abs_top_srcdir = @abs_top_srcdir@
245 ac_ct_CC = @ac_ct_CC@
246 am__include = @am__include@
247 am__leading_dot = @am__leading_dot@
248 am__quote = @am__quote@
249 am__tar = @am__tar@
250 am__untar = @am__untar@
251 bindir = @bindir@
252 build = @build@
253 build_alias = @build_alias@
254 build_cpu = @build_cpu@
255 build_os = @build_os@
256 build_vendor = @build_vendor@
257 builddir = @builddir@
258 configdir = @configdir@
259 datadir = @datadir@
260 datarootdir = @datarootdir@
261 docdir = @docdir@
262 dvidir = @dvidir@
263 exec_prefix = @exec_prefix@
264 host = @host@
265 host_alias = @host_alias@
266 host_cpu = @host_cpu@
267 host_os = @host_os@
268 host_vendor = @host_vendor@
269 htmldir = @htmldir@
270 includedir = @includedir@
271 infodir = @infodir@
272 install_sh = @install_sh@
273 libdir = @libdir@
274 libexecdir = @libexecdir@
275 localedir = @localedir@
276 localstatedir = @localstatedir@
277 mandir = @mandir@
278 mkdir_p = @mkdir_p@
279 oldincludedir = @oldincludedir@
280 pdfdir = @pdfdir@
281 plugindir = @plugindir@
282 prefix = @prefix@
283 program_transform_name = @program_transform_name@
284 psdir = @psdir@
285 sbindir = @sbindir@
286 sharedstatedir = @sharedstatedir@
287 srcdir = @srcdir@
288 subdirs = @subdirs@
289 sysconfdir = @sysconfdir@
290 target = @target@
291 target_alias = @target_alias@
292 target_cpu = @target_cpu@
293 target_os = @target_os@
294 target_vendor = @target_vendor@
295 top_builddir = @top_builddir@
296 top_srcdir = @top_srcdir@
297
298 # Library version info - here at the top, for sanity
299 sasl_version = 2:23:0
300 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/plugins -I$(top_builddir)/include -I$(top_srcdir)/sasldb
301 EXTRA_DIST = windlopen.c staticopen.h NTMakefile
302 EXTRA_LIBRARIES = libsasl2.a
303 noinst_LIBRARIES = @SASL_STATIC_LIBS@
304 libsasl2_a_SOURCES = 
305 common_headers = saslint.h
306 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
307 lib_LTLIBRARIES = libsasl2.la
308 libsasl2_la_SOURCES = $(common_sources) $(common_headers)
309 libsasl2_la_LDFLAGS = -version-info $(sasl_version)
310 libsasl2_la_DEPENDENCIES = $(LTLIBOBJS)
311 libsasl2_la_LIBADD = $(LTLIBOBJS) $(SASL_DL_LIB) $(LIB_SOCKET) $(LIB_DOOR)
312 @MACOSX_TRUE@framedir = /Library/Frameworks/SASL2.framework
313 all: all-am
314
315 .SUFFIXES:
316 .SUFFIXES: .c .lo .o .obj
317 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
318         @for dep in $?; do \
319           case '$(am__configure_deps)' in \
320             *$$dep*) \
321               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
322                 && exit 0; \
323               exit 1;; \
324           esac; \
325         done; \
326         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/Makefile'; \
327         cd $(top_srcdir) && \
328           $(AUTOMAKE) --gnu  lib/Makefile
329 .PRECIOUS: Makefile
330 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
331         @case '$?' in \
332           *config.status*) \
333             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
334           *) \
335             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
336             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
337         esac;
338
339 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
340         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
341
342 $(top_srcdir)/configure:  $(am__configure_deps)
343         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
344 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
345         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
346
347 clean-noinstLIBRARIES:
348         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
349 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
350         @$(NORMAL_INSTALL)
351         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
352         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
353           if test -f $$p; then \
354             f=$(am__strip_dir) \
355             echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
356             $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
357           else :; fi; \
358         done
359
360 uninstall-libLTLIBRARIES:
361         @$(NORMAL_UNINSTALL)
362         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
363           p=$(am__strip_dir) \
364           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
365           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
366         done
367
368 clean-libLTLIBRARIES:
369         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
370         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
371           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
372           test "$$dir" != "$$p" || dir=.; \
373           echo "rm -f \"$${dir}/so_locations\""; \
374           rm -f "$${dir}/so_locations"; \
375         done
376 libsasl2.la: $(libsasl2_la_OBJECTS) $(libsasl2_la_DEPENDENCIES) 
377         $(libsasl2_la_LINK) -rpath $(libdir) $(libsasl2_la_OBJECTS) $(libsasl2_la_LIBADD) $(LIBS)
378
379 mostlyclean-compile:
380         -rm -f *.$(OBJEXT)
381
382 distclean-compile:
383         -rm -f *.tab.c
384
385 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getaddrinfo.Plo@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getnameinfo.Plo@am__quote@
387 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getsubopt.Plo@am__quote@
388 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/snprintf.Plo@am__quote@
389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auxprop.Plo@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/canonusr.Plo@am__quote@
391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checkpw.Plo@am__quote@
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Plo@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Plo@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config.Plo@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlopen.Plo@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/external.Plo@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_common.Plo@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/saslutil.Plo@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Plo@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seterror.Plo@am__quote@
402
403 .c.o:
404 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
405 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
406 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
407 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
408 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
409
410 .c.obj:
411 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
412 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
413 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
414 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
416
417 .c.lo:
418 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
419 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
420 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
421 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
422 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
423
424 plugin_common.lo: ../plugins/plugin_common.c
425 @am__fastdepCC_TRUE@    $(LIBTOOL) $(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
426 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/plugin_common.Tpo $(DEPDIR)/plugin_common.Plo
427 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../plugins/plugin_common.c' object='plugin_common.lo' libtool=yes @AMDEPBACKSLASH@
428 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
429 @am__fastdepCC_FALSE@   $(LIBTOOL) $(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
430
431 mostlyclean-libtool:
432         -rm -f *.lo
433
434 clean-libtool:
435         -rm -rf .libs _libs
436
437 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
438         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
439         unique=`for i in $$list; do \
440             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
441           done | \
442           $(AWK) '    { files[$$0] = 1; } \
443                END { for (i in files) print i; }'`; \
444         mkid -fID $$unique
445 tags: TAGS
446
447 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
448                 $(TAGS_FILES) $(LISP)
449         tags=; \
450         here=`pwd`; \
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         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
458           test -n "$$unique" || unique=$$empty_fix; \
459           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
460             $$tags $$unique; \
461         fi
462 ctags: CTAGS
463 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
464                 $(TAGS_FILES) $(LISP)
465         tags=; \
466         here=`pwd`; \
467         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
468         unique=`for i in $$list; do \
469             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
470           done | \
471           $(AWK) '    { files[$$0] = 1; } \
472                END { for (i in files) print i; }'`; \
473         test -z "$(CTAGS_ARGS)$$tags$$unique" \
474           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
475              $$tags $$unique
476
477 GTAGS:
478         here=`$(am__cd) $(top_builddir) && pwd` \
479           && cd $(top_srcdir) \
480           && gtags -i $(GTAGS_ARGS) $$here
481
482 distclean-tags:
483         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
484
485 distdir: $(DISTFILES)
486         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
487         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
488         list='$(DISTFILES)'; \
489           dist_files=`for file in $$list; do echo $$file; done | \
490           sed -e "s|^$$srcdirstrip/||;t" \
491               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
492         case $$dist_files in \
493           */*) $(MKDIR_P) `echo "$$dist_files" | \
494                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
495                            sort -u` ;; \
496         esac; \
497         for file in $$dist_files; do \
498           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
499           if test -d $$d/$$file; then \
500             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
501             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
502               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
503             fi; \
504             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
505           else \
506             test -f $(distdir)/$$file \
507             || cp -p $$d/$$file $(distdir)/$$file \
508             || exit 1; \
509           fi; \
510         done
511 check-am: all-am
512 check: check-am
513 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES)
514 installdirs:
515         for dir in "$(DESTDIR)$(libdir)"; do \
516           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
517         done
518 install: install-am
519 install-exec: install-exec-am
520 install-data: install-data-am
521 uninstall: uninstall-am
522
523 install-am: all-am
524         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
525
526 installcheck: installcheck-am
527 install-strip:
528         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
529           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
530           `test -z '$(STRIP)' || \
531             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
532 mostlyclean-generic:
533
534 clean-generic:
535
536 distclean-generic:
537         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
538
539 maintainer-clean-generic:
540         @echo "This command is intended for maintainers to use"
541         @echo "it deletes files that may require special tools to rebuild."
542 clean: clean-am
543
544 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
545         clean-noinstLIBRARIES mostlyclean-am
546
547 distclean: distclean-am
548         -rm -rf $(DEPDIR) ./$(DEPDIR)
549         -rm -f Makefile
550 distclean-am: clean-am distclean-compile distclean-generic \
551         distclean-tags
552
553 dvi: dvi-am
554
555 dvi-am:
556
557 html: html-am
558
559 info: info-am
560
561 info-am:
562
563 install-data-am:
564
565 install-dvi: install-dvi-am
566
567 install-exec-am: install-libLTLIBRARIES
568         @$(NORMAL_INSTALL)
569         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
570
571 install-html: install-html-am
572
573 install-info: install-info-am
574
575 install-man:
576
577 install-pdf: install-pdf-am
578
579 install-ps: install-ps-am
580
581 installcheck-am:
582
583 maintainer-clean: maintainer-clean-am
584         -rm -rf $(DEPDIR) ./$(DEPDIR)
585         -rm -f Makefile
586 maintainer-clean-am: distclean-am maintainer-clean-generic
587
588 mostlyclean: mostlyclean-am
589
590 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
591         mostlyclean-libtool
592
593 pdf: pdf-am
594
595 pdf-am:
596
597 ps: ps-am
598
599 ps-am:
600
601 uninstall-am: uninstall-libLTLIBRARIES
602
603 .MAKE: install-am install-exec-am install-strip
604
605 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
606         clean-libLTLIBRARIES clean-libtool clean-noinstLIBRARIES ctags \
607         distclean distclean-compile distclean-generic \
608         distclean-libtool distclean-tags distdir dvi dvi-am html \
609         html-am info info-am install install-am install-data \
610         install-data-am install-dvi install-dvi-am install-exec \
611         install-exec-am install-exec-hook install-html install-html-am \
612         install-info install-info-am install-libLTLIBRARIES \
613         install-man install-pdf install-pdf-am install-ps \
614         install-ps-am install-strip installcheck installcheck-am \
615         installdirs maintainer-clean maintainer-clean-generic \
616         mostlyclean mostlyclean-compile mostlyclean-generic \
617         mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
618         uninstall-am uninstall-libLTLIBRARIES
619
620 @MACOSX_TRUE@install-exec-hook:
621 @MACOSX_TRUE@   $(mkinstalldirs) $(framedir)/Versions/A
622 @MACOSX_TRUE@   ln -fs $(libdir)/libsasl2.dylib $(framedir)/Versions/A/SASL2
623 @MACOSX_TRUE@   cd $(framedir) ; ln -fs Versions/A/SASL2 .
624 @MACOSX_FALSE@install-exec-hook:
625
626 libsasl2.a: libsasl2.la $(SASL_STATIC_OBJS)
627         @echo adding static plugins and dependencies
628         $(AR) cru .libs/$@ $(SASL_STATIC_OBJS)
629         @for i in ./libsasl2.la ../sasldb/libsasldb.la ../plugins/lib*.la; do \
630         if test ! -f $$i; then continue; fi; . $$i; \
631         for j in $$dependency_libs foo; do \
632         case $$j in foo) ;; \
633         -L*) for k in $$depdirs foo; do \
634             if test $$k = $$j; then break; fi; done; \
635           if test $$k = foo; then depdirs="$$depdirs $$j"; fi ;; \
636         -l*) for k in $$deplibs foo; do \
637             if test $$k = $$j; then break; fi; done; \
638           if test $$k = foo; then deplibs="$$deplibs $$j"; fi ;; \
639         esac; done; dependency_libs=""; done; \
640         sed -e "/^dependency_libs=/s%=.*%='$${depdirs}$${deplibs}'%" \
641         libsasl2.la >TMP.$$ && mv TMP.$$ libsasl2.la
642         rm -f $@
643         ln -s .libs/$@ $@
644
645 $(SASL_STATIC_OBJS): linksrcs
646
647 linksrcs:
648         -ln -s $(SASL_STATIC_SRCS) .
649 # Tell versions [3.59,3.63) of GNU make to not export all variables.
650 # Otherwise a system limit (for SysV at least) may be exceeded.
651 .NOEXPORT: