Add more autogenerated files
[cyrus-sasl.git] / utils / 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 utilities
19 # Rob Earhart
20 #
21 ################################################################
22 # Copyright (c) 2000 Carnegie Mellon University.  All rights reserved.
23 #
24 # Redistribution and use in source and binary forms, with or without
25 # modification, are permitted provided that the following conditions
26 # are met:
27 #
28 # 1. Redistributions of source code must retain the above copyright
29 #    notice, this list of conditions and the following disclaimer. 
30 #
31 # 2. Redistributions in binary form must reproduce the above copyright
32 #    notice, this list of conditions and the following disclaimer in
33 #    the documentation and/or other materials provided with the
34 #    distribution.
35 #
36 # 3. The name "Carnegie Mellon University" must not be used to
37 #    endorse or promote products derived from this software without
38 #    prior written permission. For permission or any other legal
39 #    details, please contact  
40 #      Office of Technology Transfer
41 #      Carnegie Mellon University
42 #      5000 Forbes Avenue
43 #      Pittsburgh, PA  15213-3890
44 #      (412) 268-4387, fax: (412) 268-7395
45 #      tech-transfer@andrew.cmu.edu
46 #
47 # 4. Redistributions of any form whatsoever must retain the following
48 #    acknowledgment:
49 #    "This product includes software developed by Computing Services
50 #     at Carnegie Mellon University (http://www.cmu.edu/computing/)."
51 #
52 # CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
53 # THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
54 # AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
55 # FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
56 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
57 # AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
58 # OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
59 #
60 ################################################################
61
62
63
64 VPATH = @srcdir@
65 pkgdatadir = $(datadir)/@PACKAGE@
66 pkglibdir = $(libdir)/@PACKAGE@
67 pkgincludedir = $(includedir)/@PACKAGE@
68 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69 install_sh_DATA = $(install_sh) -c -m 644
70 install_sh_PROGRAM = $(install_sh) -c
71 install_sh_SCRIPT = $(install_sh) -c
72 INSTALL_HEADER = $(INSTALL_DATA)
73 transform = $(program_transform_name)
74 NORMAL_INSTALL = :
75 PRE_INSTALL = :
76 POST_INSTALL = :
77 NORMAL_UNINSTALL = :
78 PRE_UNINSTALL = :
79 POST_UNINSTALL = :
80 build_triplet = @build@
81 host_triplet = @host@
82 target_triplet = @target@
83 sbin_PROGRAMS = @SASL_DB_UTILS@ @SMTPTEST_PROGRAM@ \
84         pluginviewer$(EXEEXT)
85 EXTRA_PROGRAMS = saslpasswd2$(EXEEXT) sasldblistusers2$(EXEEXT) \
86         testsuite$(EXEEXT) testsuitestatic$(EXEEXT) smtptest$(EXEEXT) \
87         pluginviewer$(EXEEXT)
88 noinst_PROGRAMS = dbconverter-2$(EXEEXT)
89 subdir = utils
90 DIST_COMMON = $(saslinclude_HEADERS) $(srcdir)/Makefile.am \
91         $(srcdir)/Makefile.in
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/config/kerberos_v4.m4 \
94         $(top_srcdir)/config/libtool.m4 \
95         $(top_srcdir)/config/ltoptions.m4 \
96         $(top_srcdir)/config/ltsugar.m4 \
97         $(top_srcdir)/config/ltversion.m4 \
98         $(top_srcdir)/config/lt~obsolete.m4 \
99         $(top_srcdir)/config/plain.m4 $(top_srcdir)/config/sasldb.m4 \
100         $(top_srcdir)/cmulocal/berkdb.m4 \
101         $(top_srcdir)/cmulocal/bsd_sockets.m4 \
102         $(top_srcdir)/cmulocal/c-attribute.m4 \
103         $(top_srcdir)/cmulocal/common.m4 \
104         $(top_srcdir)/cmulocal/cyrus.m4 \
105         $(top_srcdir)/cmulocal/init_automake.m4 \
106         $(top_srcdir)/cmulocal/ipv6.m4 \
107         $(top_srcdir)/cmulocal/openldap.m4 \
108         $(top_srcdir)/cmulocal/openssl.m4 \
109         $(top_srcdir)/cmulocal/sasl2.m4 $(top_srcdir)/configure.in
110 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
111         $(ACLOCAL_M4)
112 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
113 CONFIG_HEADER = $(top_builddir)/config.h
114 CONFIG_CLEAN_FILES =
115 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
116 am__vpath_adj = case $$p in \
117     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
118     *) f=$$p;; \
119   esac;
120 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
121 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)" \
122         "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(saslincludedir)"
123 libLTLIBRARIES_INSTALL = $(INSTALL)
124 LTLIBRARIES = $(lib_LTLIBRARIES)
125 libsfsasl2_la_DEPENDENCIES = sfsasl.lo
126 am_libsfsasl2_la_OBJECTS =
127 libsfsasl2_la_OBJECTS = $(am_libsfsasl2_la_OBJECTS)
128 libsfsasl2_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
129         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
130         $(libsfsasl2_la_LDFLAGS) $(LDFLAGS) -o $@
131 sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
132 PROGRAMS = $(noinst_PROGRAMS) $(sbin_PROGRAMS)
133 dbconverter_2_SOURCES = dbconverter-2.c
134 dbconverter_2_OBJECTS = dbconverter-2.$(OBJEXT)
135 am__DEPENDENCIES_1 =
136 am__DEPENDENCIES_2 = ../lib/libsasl2.la $(am__DEPENDENCIES_1) \
137         $(am__DEPENDENCIES_1)
138 dbconverter_2_DEPENDENCIES = ../sasldb/libsasldb.la \
139         $(am__DEPENDENCIES_2)
140 am_pluginviewer_OBJECTS = pluginviewer.$(OBJEXT)
141 pluginviewer_OBJECTS = $(am_pluginviewer_OBJECTS)
142 pluginviewer_DEPENDENCIES = $(am__DEPENDENCIES_2)
143 am_sasldblistusers2_OBJECTS = sasldblistusers.$(OBJEXT)
144 sasldblistusers2_OBJECTS = $(am_sasldblistusers2_OBJECTS)
145 sasldblistusers2_DEPENDENCIES = ../sasldb/libsasldb.la \
146         $(am__DEPENDENCIES_2)
147 am_saslpasswd2_OBJECTS = saslpasswd.$(OBJEXT)
148 saslpasswd2_OBJECTS = $(am_saslpasswd2_OBJECTS)
149 saslpasswd2_DEPENDENCIES = ../sasldb/libsasldb.la \
150         $(am__DEPENDENCIES_2)
151 am_smtptest_OBJECTS =
152 smtptest_OBJECTS = $(am_smtptest_OBJECTS)
153 testsuite_SOURCES = testsuite.c
154 testsuite_OBJECTS = testsuite.$(OBJEXT)
155 testsuite_DEPENDENCIES = $(am__DEPENDENCIES_2)
156 am_testsuitestatic_OBJECTS = testsuite.$(OBJEXT)
157 testsuitestatic_OBJECTS = $(am_testsuitestatic_OBJECTS)
158 am__DEPENDENCIES_3 = ../lib/.libs/libsasl2.a $(am__DEPENDENCIES_1) \
159         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
160         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
161         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
162         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
163         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
164 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
165 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
166 am__depfiles_maybe = depfiles
167 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
168         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
169 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
170         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
171         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
172 CCLD = $(CC)
173 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
174         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
175         $(LDFLAGS) -o $@
176 SOURCES = $(libsfsasl2_la_SOURCES) dbconverter-2.c \
177         $(pluginviewer_SOURCES) $(sasldblistusers2_SOURCES) \
178         $(saslpasswd2_SOURCES) $(smtptest_SOURCES) testsuite.c \
179         $(testsuitestatic_SOURCES)
180 DIST_SOURCES = $(libsfsasl2_la_SOURCES) dbconverter-2.c \
181         $(pluginviewer_SOURCES) $(sasldblistusers2_SOURCES) \
182         $(saslpasswd2_SOURCES) $(smtptest_SOURCES) testsuite.c \
183         $(testsuitestatic_SOURCES)
184 man8dir = $(mandir)/man8
185 NROFF = nroff
186 MANS = $(man_MANS)
187 saslincludeHEADERS_INSTALL = $(INSTALL_HEADER)
188 HEADERS = $(saslinclude_HEADERS)
189 ETAGS = etags
190 CTAGS = ctags
191 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
192 ACLOCAL = @ACLOCAL@
193 AMTAR = @AMTAR@
194 AR = @AR@
195 AUTOCONF = @AUTOCONF@
196 AUTOHEADER = @AUTOHEADER@
197 AUTOMAKE = @AUTOMAKE@
198 AWK = @AWK@
199 CC = @CC@
200 CCDEPMODE = @CCDEPMODE@
201 CFLAGS = @CFLAGS@
202 CMU_LIB_SUBDIR = @CMU_LIB_SUBDIR@
203 CPP = @CPP@
204 CPPFLAGS = @CPPFLAGS@
205 CYGPATH_W = @CYGPATH_W@
206 DEFS = @DEFS@
207 DEPDIR = @DEPDIR@
208 DIRS = @DIRS@
209 DMALLOC_LIBS = @DMALLOC_LIBS@
210 DSYMUTIL = @DSYMUTIL@
211 DUMPBIN = @DUMPBIN@
212 ECHO_C = @ECHO_C@
213 ECHO_N = @ECHO_N@
214 ECHO_T = @ECHO_T@
215 EGREP = @EGREP@
216 EXEEXT = @EXEEXT@
217 FGREP = @FGREP@
218 GETADDRINFOOBJS = @GETADDRINFOOBJS@
219 GETNAMEINFOOBJS = @GETNAMEINFOOBJS@
220 GETSUBOPT = @GETSUBOPT@
221 GREP = @GREP@
222 GSSAPIBASE_LIBS = @GSSAPIBASE_LIBS@
223 GSSAPI_LIBS = @GSSAPI_LIBS@
224 INSTALL = @INSTALL@
225 INSTALL_DATA = @INSTALL_DATA@
226 INSTALL_PROGRAM = @INSTALL_PROGRAM@
227 INSTALL_SCRIPT = @INSTALL_SCRIPT@
228 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
229 IPCTYPE = @IPCTYPE@
230 JAVAC = @JAVAC@
231 JAVADOC = @JAVADOC@
232 JAVAH = @JAVAH@
233 JAVAROOT = @JAVAROOT@
234 JAVA_INCLUDES = @JAVA_INCLUDES@
235 LD = @LD@
236 LDFLAGS = @LDFLAGS@
237 LIBOBJS = @LIBOBJS@
238 LIBS = @LIBS@
239 LIBTOOL = @LIBTOOL@
240 LIB_CRYPT = @LIB_CRYPT@
241 LIB_DES = @LIB_DES@
242 LIB_DOOR = @LIB_DOOR@
243 LIB_LDAP = @LIB_LDAP@
244 LIB_MYSQL = @LIB_MYSQL@
245 LIB_PGSQL = @LIB_PGSQL@
246 LIB_SOCKET = @LIB_SOCKET@
247 LIB_SQLITE = @LIB_SQLITE@
248 LIPO = @LIPO@
249 LN_S = @LN_S@
250 LTGETADDRINFOOBJS = @LTGETADDRINFOOBJS@
251 LTGETNAMEINFOOBJS = @LTGETNAMEINFOOBJS@
252 LTLIBOBJS = @LTLIBOBJS@
253 LTSNPRINTFOBJS = @LTSNPRINTFOBJS@
254 MAKEINFO = @MAKEINFO@
255 MKDIR_P = @MKDIR_P@
256 NM = @NM@
257 NMEDIT = @NMEDIT@
258 NTLM_LIBS = @NTLM_LIBS@
259 OBJDUMP = @OBJDUMP@
260 OBJEXT = @OBJEXT@
261 OTOOL = @OTOOL@
262 OTOOL64 = @OTOOL64@
263 OTP_LIBS = @OTP_LIBS@
264 PACKAGE = @PACKAGE@
265 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
266 PACKAGE_NAME = @PACKAGE_NAME@
267 PACKAGE_STRING = @PACKAGE_STRING@
268 PACKAGE_TARNAME = @PACKAGE_TARNAME@
269 PACKAGE_URL = @PACKAGE_URL@
270 PACKAGE_VERSION = @PACKAGE_VERSION@
271 PASSDSS_LIBS = @PASSDSS_LIBS@
272 PATH_SEPARATOR = @PATH_SEPARATOR@
273 PLAIN_LIBS = @PLAIN_LIBS@
274 PURECOV = @PURECOV@
275 PURIFY = @PURIFY@
276 PWCHECKMETH = @PWCHECKMETH@
277 RANLIB = @RANLIB@
278 SASL_DB_BACKEND = @SASL_DB_BACKEND@
279 SASL_DB_BACKEND_STATIC = @SASL_DB_BACKEND_STATIC@
280 SASL_DB_INC = @SASL_DB_INC@
281 SASL_DB_LIB = @SASL_DB_LIB@
282 SASL_DB_MANS = @SASL_DB_MANS@
283 SASL_DB_UTILS = @SASL_DB_UTILS@
284 SASL_DL_LIB = @SASL_DL_LIB@
285 SASL_KRB_LIB = @SASL_KRB_LIB@
286 SASL_MECHS = @SASL_MECHS@
287 SASL_STATIC_LIBS = @SASL_STATIC_LIBS@
288 SASL_STATIC_OBJS = @SASL_STATIC_OBJS@
289 SASL_STATIC_SRCS = @SASL_STATIC_SRCS@
290 SASL_UTIL_HEADERS_EXTRA = @SASL_UTIL_HEADERS_EXTRA@
291 SASL_UTIL_LIBS_EXTRA = @SASL_UTIL_LIBS_EXTRA@
292 SED = @SED@
293 SET_MAKE = @SET_MAKE@
294 SFIO_INC_FLAGS = @SFIO_INC_FLAGS@
295 SFIO_LIB_FLAGS = @SFIO_LIB_FLAGS@
296 SHELL = @SHELL@
297 SMTPTEST_PROGRAM = @SMTPTEST_PROGRAM@
298 SNPRINTFOBJS = @SNPRINTFOBJS@
299 SRP_LIBS = @SRP_LIBS@
300 STRIP = @STRIP@
301 VERSION = @VERSION@
302 abs_builddir = @abs_builddir@
303 abs_srcdir = @abs_srcdir@
304 abs_top_builddir = @abs_top_builddir@
305 abs_top_srcdir = @abs_top_srcdir@
306 ac_ct_CC = @ac_ct_CC@
307 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
308 am__include = @am__include@
309 am__leading_dot = @am__leading_dot@
310 am__quote = @am__quote@
311 am__tar = @am__tar@
312 am__untar = @am__untar@
313 bindir = @bindir@
314 build = @build@
315 build_alias = @build_alias@
316 build_cpu = @build_cpu@
317 build_os = @build_os@
318 build_vendor = @build_vendor@
319 builddir = @builddir@
320 configdir = @configdir@
321 datadir = @datadir@
322 datarootdir = @datarootdir@
323 docdir = @docdir@
324 dvidir = @dvidir@
325 exec_prefix = @exec_prefix@
326 host = @host@
327 host_alias = @host_alias@
328 host_cpu = @host_cpu@
329 host_os = @host_os@
330 host_vendor = @host_vendor@
331 htmldir = @htmldir@
332 includedir = @includedir@
333 infodir = @infodir@
334 install_sh = @install_sh@
335 libdir = @libdir@
336 libexecdir = @libexecdir@
337 localedir = @localedir@
338 localstatedir = @localstatedir@
339 mandir = @mandir@
340 mkdir_p = @mkdir_p@
341 oldincludedir = @oldincludedir@
342 pdfdir = @pdfdir@
343 plugindir = @plugindir@
344 prefix = @prefix@
345 program_transform_name = @program_transform_name@
346 psdir = @psdir@
347 sbindir = @sbindir@
348 sharedstatedir = @sharedstatedir@
349 srcdir = @srcdir@
350 subdirs = @subdirs@
351 sysconfdir = @sysconfdir@
352 target = @target@
353 target_alias = @target_alias@
354 target_cpu = @target_cpu@
355 target_os = @target_os@
356 target_vendor = @target_vendor@
357 top_build_prefix = @top_build_prefix@
358 top_builddir = @top_builddir@
359 top_srcdir = @top_srcdir@
360 all_sasl_libs = ../lib/libsasl2.la $(SASL_DB_LIB) $(LIB_SOCKET)
361 all_sasl_static_libs = ../lib/.libs/libsasl2.a $(SASL_DB_LIB) $(LIB_SOCKET) $(GSSAPIBASE_LIBS) $(GSSAPI_LIBS) $(SASL_KRB_LIB) $(LIB_DES) $(PLAIN_LIBS) $(SRP_LIBS) $(LIB_MYSQL) $(LIB_PGSQL) $(LIB_SQLITE)
362 @NO_SASL_DB_MANS_FALSE@man_MANS = saslpasswd2.8 sasldblistusers2.8 pluginviewer.8
363 @NO_SASL_DB_MANS_TRUE@man_MANS = 
364 saslpasswd2_LDADD = ../sasldb/libsasldb.la $(all_sasl_libs)
365 saslpasswd2_SOURCES = saslpasswd.c
366 sasldblistusers2_LDADD = ../sasldb/libsasldb.la $(all_sasl_libs)
367 sasldblistusers2_SOURCES = sasldblistusers.c
368 dbconverter_2_LDADD = ../sasldb/libsasldb.la $(all_sasl_libs)
369 pluginviewer_LDADD = $(all_sasl_libs)
370 pluginviewer_SOURCES = pluginviewer.c
371 testsuite_LDADD = $(all_sasl_libs) @DMALLOC_LIBS@
372 CLEANFILES = $(EXTRA_PROGRAMS)
373 testsuitestatic_SOURCES = testsuite.c
374 testsuitestatic_LDADD = $(all_sasl_static_libs) @DMALLOC_LIBS@ @SASL_DL_LIB@
375 testsuitestatic_DEPENDENCIES = ../lib/.libs/libsasl2.a
376 smtptest_SOURCES = 
377 smtptest_DEPENDENCIES = ./smtptest.lo ./libsfsasl2.la
378 smtptest_LDADD = ./smtptest.lo ./libsfsasl2.la @SFIO_LIB_FLAGS@ @DMALLOC_LIBS@ $(all_sasl_libs)
379 saslincludedir = $(includedir)/sasl
380 saslinclude_HEADERS = @SASL_UTIL_HEADERS_EXTRA@
381 EXTRA_HEADERS = sfsasl.h
382
383 # Note: we explicitly do *not* link to libsfio, as people will need to
384 # link to that anyway if they want to use this. 
385 lib_LTLIBRARIES = @SASL_UTIL_LIBS_EXTRA@
386 EXTRA_LTLIBRARIES = libsfsasl2.la
387 libsfsasl2_la_SOURCES = 
388 libsfsasl2_la_LIBADD = sfsasl.lo
389 libsfsasl2_la_LDFLAGS = -version-info 1:0:0 -export-dynamic -rpath $(libdir)
390 INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include @SASL_DB_INC@
391 EXTRA_DIST = saslpasswd2.8 sasldblistusers2.8 pluginviewer.8 sfsasl.h sfsasl.c smtptest.c testsuite.c pluginviewer.c NTMakefile
392 all: all-am
393
394 .SUFFIXES:
395 .SUFFIXES: .c .lo .o .obj
396 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
397         @for dep in $?; do \
398           case '$(am__configure_deps)' in \
399             *$$dep*) \
400               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
401                 && { if test -f $@; then exit 0; else break; fi; }; \
402               exit 1;; \
403           esac; \
404         done; \
405         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  utils/Makefile'; \
406         cd $(top_srcdir) && \
407           $(AUTOMAKE) --gnu  utils/Makefile
408 .PRECIOUS: Makefile
409 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
410         @case '$?' in \
411           *config.status*) \
412             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
413           *) \
414             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
415             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
416         esac;
417
418 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
419         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
420
421 $(top_srcdir)/configure:  $(am__configure_deps)
422         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
423 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
424         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
425 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
426         @$(NORMAL_INSTALL)
427         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
428         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
429           if test -f $$p; then \
430             f=$(am__strip_dir) \
431             echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
432             $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
433           else :; fi; \
434         done
435
436 uninstall-libLTLIBRARIES:
437         @$(NORMAL_UNINSTALL)
438         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
439           p=$(am__strip_dir) \
440           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
441           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
442         done
443
444 clean-libLTLIBRARIES:
445         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
446         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
447           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
448           test "$$dir" != "$$p" || dir=.; \
449           echo "rm -f \"$${dir}/so_locations\""; \
450           rm -f "$${dir}/so_locations"; \
451         done
452 libsfsasl2.la: $(libsfsasl2_la_OBJECTS) $(libsfsasl2_la_DEPENDENCIES) 
453         $(libsfsasl2_la_LINK)  $(libsfsasl2_la_OBJECTS) $(libsfsasl2_la_LIBADD) $(LIBS)
454
455 clean-noinstPROGRAMS:
456         @list='$(noinst_PROGRAMS)'; for p in $$list; do \
457           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
458           echo " rm -f $$p $$f"; \
459           rm -f $$p $$f ; \
460         done
461 install-sbinPROGRAMS: $(sbin_PROGRAMS)
462         @$(NORMAL_INSTALL)
463         test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
464         @list='$(sbin_PROGRAMS)'; for p in $$list; do \
465           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
466           if test -f $$p \
467              || test -f $$p1 \
468           ; then \
469             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
470            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
471            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
472           else :; fi; \
473         done
474
475 uninstall-sbinPROGRAMS:
476         @$(NORMAL_UNINSTALL)
477         @list='$(sbin_PROGRAMS)'; for p in $$list; do \
478           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
479           echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
480           rm -f "$(DESTDIR)$(sbindir)/$$f"; \
481         done
482
483 clean-sbinPROGRAMS:
484         @list='$(sbin_PROGRAMS)'; for p in $$list; do \
485           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
486           echo " rm -f $$p $$f"; \
487           rm -f $$p $$f ; \
488         done
489 dbconverter-2$(EXEEXT): $(dbconverter_2_OBJECTS) $(dbconverter_2_DEPENDENCIES) 
490         @rm -f dbconverter-2$(EXEEXT)
491         $(LINK) $(dbconverter_2_OBJECTS) $(dbconverter_2_LDADD) $(LIBS)
492 pluginviewer$(EXEEXT): $(pluginviewer_OBJECTS) $(pluginviewer_DEPENDENCIES) 
493         @rm -f pluginviewer$(EXEEXT)
494         $(LINK) $(pluginviewer_OBJECTS) $(pluginviewer_LDADD) $(LIBS)
495 sasldblistusers2$(EXEEXT): $(sasldblistusers2_OBJECTS) $(sasldblistusers2_DEPENDENCIES) 
496         @rm -f sasldblistusers2$(EXEEXT)
497         $(LINK) $(sasldblistusers2_OBJECTS) $(sasldblistusers2_LDADD) $(LIBS)
498 saslpasswd2$(EXEEXT): $(saslpasswd2_OBJECTS) $(saslpasswd2_DEPENDENCIES) 
499         @rm -f saslpasswd2$(EXEEXT)
500         $(LINK) $(saslpasswd2_OBJECTS) $(saslpasswd2_LDADD) $(LIBS)
501 smtptest$(EXEEXT): $(smtptest_OBJECTS) $(smtptest_DEPENDENCIES) 
502         @rm -f smtptest$(EXEEXT)
503         $(LINK) $(smtptest_OBJECTS) $(smtptest_LDADD) $(LIBS)
504 testsuite$(EXEEXT): $(testsuite_OBJECTS) $(testsuite_DEPENDENCIES) 
505         @rm -f testsuite$(EXEEXT)
506         $(LINK) $(testsuite_OBJECTS) $(testsuite_LDADD) $(LIBS)
507 testsuitestatic$(EXEEXT): $(testsuitestatic_OBJECTS) $(testsuitestatic_DEPENDENCIES) 
508         @rm -f testsuitestatic$(EXEEXT)
509         $(LINK) $(testsuitestatic_OBJECTS) $(testsuitestatic_LDADD) $(LIBS)
510
511 mostlyclean-compile:
512         -rm -f *.$(OBJEXT)
513
514 distclean-compile:
515         -rm -f *.tab.c
516
517 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbconverter-2.Po@am__quote@
518 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pluginviewer.Po@am__quote@
519 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sasldblistusers.Po@am__quote@
520 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/saslpasswd.Po@am__quote@
521 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testsuite.Po@am__quote@
522
523 .c.o:
524 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
525 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
526 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
527 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
528 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
529
530 .c.obj:
531 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
532 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
533 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
534 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
535 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
536
537 .c.lo:
538 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
539 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
540 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
541 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
542 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
543
544 mostlyclean-libtool:
545         -rm -f *.lo
546
547 clean-libtool:
548         -rm -rf .libs _libs
549 install-man8: $(man8_MANS) $(man_MANS)
550         @$(NORMAL_INSTALL)
551         test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
552         @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
553         l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
554         for i in $$l2; do \
555           case "$$i" in \
556             *.8*) list="$$list $$i" ;; \
557           esac; \
558         done; \
559         for i in $$list; do \
560           if test -f $$i; then file=$$i; \
561           else file=$(srcdir)/$$i; fi; \
562           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
563           case "$$ext" in \
564             8*) ;; \
565             *) ext='8' ;; \
566           esac; \
567           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
568           inst=`echo $$inst | sed -e 's/^.*\///'`; \
569           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
570           echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
571           $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
572         done
573 uninstall-man8:
574         @$(NORMAL_UNINSTALL)
575         @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
576         l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
577         for i in $$l2; do \
578           case "$$i" in \
579             *.8*) list="$$list $$i" ;; \
580           esac; \
581         done; \
582         for i in $$list; do \
583           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
584           case "$$ext" in \
585             8*) ;; \
586             *) ext='8' ;; \
587           esac; \
588           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
589           inst=`echo $$inst | sed -e 's/^.*\///'`; \
590           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
591           echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
592           rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
593         done
594 install-saslincludeHEADERS: $(saslinclude_HEADERS)
595         @$(NORMAL_INSTALL)
596         test -z "$(saslincludedir)" || $(MKDIR_P) "$(DESTDIR)$(saslincludedir)"
597         @list='$(saslinclude_HEADERS)'; for p in $$list; do \
598           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
599           f=$(am__strip_dir) \
600           echo " $(saslincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(saslincludedir)/$$f'"; \
601           $(saslincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(saslincludedir)/$$f"; \
602         done
603
604 uninstall-saslincludeHEADERS:
605         @$(NORMAL_UNINSTALL)
606         @list='$(saslinclude_HEADERS)'; for p in $$list; do \
607           f=$(am__strip_dir) \
608           echo " rm -f '$(DESTDIR)$(saslincludedir)/$$f'"; \
609           rm -f "$(DESTDIR)$(saslincludedir)/$$f"; \
610         done
611
612 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
613         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
614         unique=`for i in $$list; do \
615             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
616           done | \
617           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
618               END { if (nonempty) { for (i in files) print i; }; }'`; \
619         mkid -fID $$unique
620 tags: TAGS
621
622 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
623                 $(TAGS_FILES) $(LISP)
624         tags=; \
625         here=`pwd`; \
626         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
627         unique=`for i in $$list; do \
628             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
629           done | \
630           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
631               END { if (nonempty) { for (i in files) print i; }; }'`; \
632         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
633           test -n "$$unique" || unique=$$empty_fix; \
634           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
635             $$tags $$unique; \
636         fi
637 ctags: CTAGS
638 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
639                 $(TAGS_FILES) $(LISP)
640         tags=; \
641         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
642         unique=`for i in $$list; do \
643             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
644           done | \
645           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
646               END { if (nonempty) { for (i in files) print i; }; }'`; \
647         test -z "$(CTAGS_ARGS)$$tags$$unique" \
648           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
649              $$tags $$unique
650
651 GTAGS:
652         here=`$(am__cd) $(top_builddir) && pwd` \
653           && cd $(top_srcdir) \
654           && gtags -i $(GTAGS_ARGS) $$here
655
656 distclean-tags:
657         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
658
659 distdir: $(DISTFILES)
660         @list='$(MANS)'; if test -n "$$list"; then \
661           list=`for p in $$list; do \
662             if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
663             if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
664           if test -n "$$list" && \
665             grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
666             echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
667             grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
668             echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
669             echo "       typically \`make maintainer-clean' will remove them" >&2; \
670             exit 1; \
671           else :; fi; \
672         else :; fi
673         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
674         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
675         list='$(DISTFILES)'; \
676           dist_files=`for file in $$list; do echo $$file; done | \
677           sed -e "s|^$$srcdirstrip/||;t" \
678               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
679         case $$dist_files in \
680           */*) $(MKDIR_P) `echo "$$dist_files" | \
681                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
682                            sort -u` ;; \
683         esac; \
684         for file in $$dist_files; do \
685           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
686           if test -d $$d/$$file; then \
687             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
688             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
689               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
690             fi; \
691             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
692           else \
693             test -f $(distdir)/$$file \
694             || cp -p $$d/$$file $(distdir)/$$file \
695             || exit 1; \
696           fi; \
697         done
698 check-am: all-am
699 check: check-am
700 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(HEADERS)
701 installdirs:
702         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(saslincludedir)"; do \
703           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
704         done
705 install: install-am
706 install-exec: install-exec-am
707 install-data: install-data-am
708 uninstall: uninstall-am
709
710 install-am: all-am
711         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
712
713 installcheck: installcheck-am
714 install-strip:
715         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
716           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
717           `test -z '$(STRIP)' || \
718             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
719 mostlyclean-generic:
720
721 clean-generic:
722         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
723
724 distclean-generic:
725         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
726
727 maintainer-clean-generic:
728         @echo "This command is intended for maintainers to use"
729         @echo "it deletes files that may require special tools to rebuild."
730 clean: clean-am
731
732 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
733         clean-noinstPROGRAMS clean-sbinPROGRAMS mostlyclean-am
734
735 distclean: distclean-am
736         -rm -rf ./$(DEPDIR)
737         -rm -f Makefile
738 distclean-am: clean-am distclean-compile distclean-generic \
739         distclean-tags
740
741 dvi: dvi-am
742
743 dvi-am:
744
745 html: html-am
746
747 html-am:
748
749 info: info-am
750
751 info-am:
752
753 install-data-am: install-man install-saslincludeHEADERS
754
755 install-dvi: install-dvi-am
756
757 install-dvi-am:
758
759 install-exec-am: install-libLTLIBRARIES install-sbinPROGRAMS
760
761 install-html: install-html-am
762
763 install-html-am:
764
765 install-info: install-info-am
766
767 install-info-am:
768
769 install-man: install-man8
770
771 install-pdf: install-pdf-am
772
773 install-pdf-am:
774
775 install-ps: install-ps-am
776
777 install-ps-am:
778
779 installcheck-am:
780
781 maintainer-clean: maintainer-clean-am
782         -rm -rf ./$(DEPDIR)
783         -rm -f Makefile
784 maintainer-clean-am: distclean-am maintainer-clean-generic
785
786 mostlyclean: mostlyclean-am
787
788 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
789         mostlyclean-libtool
790
791 pdf: pdf-am
792
793 pdf-am:
794
795 ps: ps-am
796
797 ps-am:
798
799 uninstall-am: uninstall-libLTLIBRARIES uninstall-man \
800         uninstall-saslincludeHEADERS uninstall-sbinPROGRAMS
801
802 uninstall-man: uninstall-man8
803
804 .MAKE: install-am install-strip
805
806 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
807         clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \
808         clean-sbinPROGRAMS ctags distclean distclean-compile \
809         distclean-generic distclean-libtool distclean-tags distdir dvi \
810         dvi-am html html-am info info-am install install-am \
811         install-data install-data-am install-dvi install-dvi-am \
812         install-exec install-exec-am install-html install-html-am \
813         install-info install-info-am install-libLTLIBRARIES \
814         install-man install-man8 install-pdf install-pdf-am install-ps \
815         install-ps-am install-saslincludeHEADERS install-sbinPROGRAMS \
816         install-strip installcheck installcheck-am installdirs \
817         maintainer-clean maintainer-clean-generic mostlyclean \
818         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
819         pdf pdf-am ps ps-am tags uninstall uninstall-am \
820         uninstall-libLTLIBRARIES uninstall-man uninstall-man8 \
821         uninstall-saslincludeHEADERS uninstall-sbinPROGRAMS
822
823
824 sfsasl.lo: sfsasl.c
825         $(LIBTOOL) --mode=compile $(COMPILE) @SFIO_INC_FLAGS@ -c $(srcdir)/sfsasl.c
826
827 smtptest.lo: smtptest.c
828         $(LIBTOOL) --mode=compile $(COMPILE) @SFIO_INC_FLAGS@ -c $(srcdir)/smtptest.c
829 # Tell versions [3.59,3.63) of GNU make to not export all variables.
830 # Otherwise a system limit (for SysV at least) may be exceeded.
831 .NOEXPORT: