]> git.sur5r.net Git - openldap/blob - contrib/ldapc++/src/Makefile.in
- Build LdifWriter
[openldap] / contrib / ldapc++ / src / 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 # $OpenLDAP$
18
19 ###
20 # Copyright 2000, OpenLDAP Foundation, All Rights Reserved.
21 # COPYING RESTRICTIONS APPLY, see COPYRIGHT file
22
23
24 VPATH = @srcdir@
25 pkgdatadir = $(datadir)/@PACKAGE@
26 pkglibdir = $(libdir)/@PACKAGE@
27 pkgincludedir = $(includedir)/@PACKAGE@
28 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29 install_sh_DATA = $(install_sh) -c -m 644
30 install_sh_PROGRAM = $(install_sh) -c
31 install_sh_SCRIPT = $(install_sh) -c
32 INSTALL_HEADER = $(INSTALL_DATA)
33 transform = $(program_transform_name)
34 NORMAL_INSTALL = :
35 PRE_INSTALL = :
36 POST_INSTALL = :
37 NORMAL_UNINSTALL = :
38 PRE_UNINSTALL = :
39 POST_UNINSTALL = :
40 build_triplet = @build@
41 host_triplet = @host@
42 subdir = src
43 DIST_COMMON = $(include_HEADERS) $(noinst_HEADERS) \
44         $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
45         $(srcdir)/config.h.in
46 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47 am__aclocal_m4_deps = $(top_srcdir)/configure.in
48 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49         $(ACLOCAL_M4)
50 mkinstalldirs = $(install_sh) -d
51 CONFIG_HEADER = config.h
52 CONFIG_CLEAN_FILES =
53 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
54 am__vpath_adj = case $$p in \
55     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
56     *) f=$$p;; \
57   esac;
58 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
59 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
60 libLTLIBRARIES_INSTALL = $(INSTALL)
61 LTLIBRARIES = $(lib_LTLIBRARIES)
62 libldapcpp_la_DEPENDENCIES =
63 am_libldapcpp_la_OBJECTS = LDAPAddRequest.lo LDAPAsynConnection.lo \
64         LDAPAttribute.lo LDAPAttributeList.lo LDAPAttrType.lo \
65         LDAPBindRequest.lo LDAPCompareRequest.lo LDAPConnection.lo \
66         LDAPConstraints.lo LDAPControl.lo LDAPControlSet.lo \
67         LDAPDeleteRequest.lo LDAPEntry.lo LDAPEntryList.lo \
68         LDAPException.lo LDAPExtRequest.lo LDAPExtResult.lo \
69         LDAPMessage.lo LDAPMessageQueue.lo LDAPModDNRequest.lo \
70         LDAPModification.lo LDAPModifyRequest.lo LDAPModList.lo \
71         LDAPObjClass.lo LDAPRebind.lo LDAPRebindAuth.lo \
72         LDAPReferenceList.lo LDAPRequest.lo LDAPResult.lo \
73         LDAPSaslBindResult.lo LDAPSchema.lo LDAPSearchReference.lo \
74         LDAPSearchRequest.lo LDAPSearchResult.lo LDAPSearchResults.lo \
75         LDAPUrl.lo LDAPUrlList.lo LdifReader.lo LdifWriter.lo \
76         SaslInteraction.lo SaslInteractionHandler.lo StringList.lo
77 libldapcpp_la_OBJECTS = $(am_libldapcpp_la_OBJECTS)
78 libldapcpp_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
79         $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
80         $(CXXFLAGS) $(libldapcpp_la_LDFLAGS) $(LDFLAGS) -o $@
81 DEFAULT_INCLUDES = -I.@am__isrc@
82 depcomp = $(SHELL) $(top_srcdir)/depcomp
83 am__depfiles_maybe = depfiles
84 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
85         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
86 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
87         --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
88         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
89 CXXLD = $(CXX)
90 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
91         --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
92         $(LDFLAGS) -o $@
93 SOURCES = $(libldapcpp_la_SOURCES)
94 DIST_SOURCES = $(libldapcpp_la_SOURCES)
95 includeHEADERS_INSTALL = $(INSTALL_HEADER)
96 HEADERS = $(include_HEADERS) $(noinst_HEADERS)
97 ETAGS = etags
98 CTAGS = ctags
99 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100 ACLOCAL = @ACLOCAL@
101 AMTAR = @AMTAR@
102 AR = @AR@
103 AUTOCONF = @AUTOCONF@
104 AUTOHEADER = @AUTOHEADER@
105 AUTOMAKE = @AUTOMAKE@
106 AWK = @AWK@
107 CC = @CC@
108 CCDEPMODE = @CCDEPMODE@
109 CFLAGS = @CFLAGS@
110 CPP = @CPP@
111 CPPFLAGS = @CPPFLAGS@
112 CXX = @CXX@
113 CXXCPP = @CXXCPP@
114 CXXDEPMODE = @CXXDEPMODE@
115 CXXFLAGS = @CXXFLAGS@
116 CYGPATH_W = @CYGPATH_W@
117 DEFS = @DEFS@
118 DEPDIR = @DEPDIR@
119 ECHO = @ECHO@
120 ECHO_C = @ECHO_C@
121 ECHO_N = @ECHO_N@
122 ECHO_T = @ECHO_T@
123 EGREP = @EGREP@
124 EXEEXT = @EXEEXT@
125 F77 = @F77@
126 FFLAGS = @FFLAGS@
127 GREP = @GREP@
128 INSTALL = @INSTALL@
129 INSTALL_DATA = @INSTALL_DATA@
130 INSTALL_PROGRAM = @INSTALL_PROGRAM@
131 INSTALL_SCRIPT = @INSTALL_SCRIPT@
132 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
133 LDFLAGS = @LDFLAGS@
134 LIBOBJS = @LIBOBJS@
135 LIBS = @LIBS@
136 LIBTOOL = @LIBTOOL@
137 LN_S = @LN_S@
138 LTLIBOBJS = @LTLIBOBJS@
139 MAKEINFO = @MAKEINFO@
140 MKDIR_P = @MKDIR_P@
141 OBJEXT = @OBJEXT@
142 PACKAGE = @PACKAGE@
143 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
144 PACKAGE_NAME = @PACKAGE_NAME@
145 PACKAGE_STRING = @PACKAGE_STRING@
146 PACKAGE_TARNAME = @PACKAGE_TARNAME@
147 PACKAGE_VERSION = @PACKAGE_VERSION@
148 PATH_SEPARATOR = @PATH_SEPARATOR@
149 RANLIB = @RANLIB@
150 SED = @SED@
151 SET_MAKE = @SET_MAKE@
152 SHELL = @SHELL@
153 STRIP = @STRIP@
154 VERSION = @VERSION@
155 abs_builddir = @abs_builddir@
156 abs_srcdir = @abs_srcdir@
157 abs_top_builddir = @abs_top_builddir@
158 abs_top_srcdir = @abs_top_srcdir@
159 ac_ct_CC = @ac_ct_CC@
160 ac_ct_CXX = @ac_ct_CXX@
161 ac_ct_F77 = @ac_ct_F77@
162 am__include = @am__include@
163 am__leading_dot = @am__leading_dot@
164 am__quote = @am__quote@
165 am__tar = @am__tar@
166 am__untar = @am__untar@
167 bindir = @bindir@
168 build = @build@
169 build_alias = @build_alias@
170 build_cpu = @build_cpu@
171 build_os = @build_os@
172 build_vendor = @build_vendor@
173 builddir = @builddir@
174 datadir = @datadir@
175 datarootdir = @datarootdir@
176 docdir = @docdir@
177 dvidir = @dvidir@
178 exec_prefix = @exec_prefix@
179 host = @host@
180 host_alias = @host_alias@
181 host_cpu = @host_cpu@
182 host_os = @host_os@
183 host_vendor = @host_vendor@
184 htmldir = @htmldir@
185 includedir = @includedir@
186 infodir = @infodir@
187 install_sh = @install_sh@
188 libdir = @libdir@
189 libexecdir = @libexecdir@
190 localedir = @localedir@
191 localstatedir = @localstatedir@
192 mandir = @mandir@
193 mkdir_p = @mkdir_p@
194 oldincludedir = @oldincludedir@
195 pdfdir = @pdfdir@
196 prefix = @prefix@
197 program_transform_name = @program_transform_name@
198 psdir = @psdir@
199 sbindir = @sbindir@
200 sharedstatedir = @sharedstatedir@
201 srcdir = @srcdir@
202 sysconfdir = @sysconfdir@
203 target_alias = @target_alias@
204 top_builddir = @top_builddir@
205 top_srcdir = @top_srcdir@
206 lib_LTLIBRARIES = libldapcpp.la
207 libldapcpp_la_SOURCES = LDAPAddRequest.cpp \
208                         LDAPAsynConnection.cpp \
209                         LDAPAttribute.cpp \
210                         LDAPAttributeList.cpp \
211                         LDAPAttrType.cpp \
212                         LDAPBindRequest.cpp \
213                         LDAPCompareRequest.cpp \
214                         LDAPConnection.cpp \
215                         LDAPConstraints.cpp \
216                         LDAPControl.cpp \
217                         LDAPControlSet.cpp \
218                         LDAPDeleteRequest.cpp \
219                         LDAPEntry.cpp \
220                         LDAPEntryList.cpp \
221                         LDAPException.cpp \
222                         LDAPExtRequest.cpp \
223                         LDAPExtResult.cpp \
224                         LDAPMessage.cpp \
225                         LDAPMessageQueue.cpp \
226                         LDAPModDNRequest.cpp \
227                         LDAPModification.cpp \
228                         LDAPModifyRequest.cpp \
229                         LDAPModList.cpp \
230                         LDAPObjClass.cpp \
231                         LDAPRebind.cpp \
232                         LDAPRebindAuth.cpp \
233                         LDAPReferenceList.cpp \
234                         LDAPRequest.cpp \
235                         LDAPResult.cpp \
236                         LDAPSaslBindResult.cpp \
237                         LDAPSchema.cpp \
238                         LDAPSearchReference.cpp \
239                         LDAPSearchRequest.cpp \
240                         LDAPSearchResult.cpp \
241                         LDAPSearchResults.cpp \
242                         LDAPUrl.cpp \
243                         LDAPUrlList.cpp \
244                         LdifReader.cpp \
245                         LdifWriter.cpp \
246                         SaslInteraction.cpp \
247                         SaslInteractionHandler.cpp \
248                         StringList.cpp 
249
250 include_HEADERS = LDAPAsynConnection.h \
251                         LDAPAttribute.h \
252                         LDAPAttributeList.h \
253                         LDAPAttrType.h \
254                         LDAPConnection.h \
255                         LDAPConstraints.h \
256                         LDAPControl.h \
257                         LDAPControlSet.h \
258                         LDAPEntry.h \
259                         LDAPEntryList.h \
260                         LDAPException.h \
261                         LDAPExtResult.h \
262                         LDAPMessage.h \
263                         LDAPMessageQueue.h \
264                         LDAPModification.h \
265                         LDAPModList.h \
266                         LDAPObjClass.h \
267                         LDAPRebind.h \
268                         LDAPRebindAuth.h \
269                         LDAPReferenceList.h \
270                         LDAPResult.h \
271                         LDAPSaslBindResult.h \
272                         LDAPSchema.h \
273                         LDAPSearchReference.h \
274                         LDAPSearchResult.h \
275                         LDAPSearchResults.h \
276                         LDAPUrl.h \
277                         LDAPUrlList.h \
278                         LdifReader.h \
279                         LdifWriter.h \
280                         SaslInteraction.h \
281                         SaslInteractionHandler.h \
282                         StringList.h 
283
284 noinst_HEADERS = LDAPAddRequest.h \
285                 LDAPBindRequest.h \
286                 LDAPCompareRequest.h \
287                 LDAPDeleteRequest.h \
288                 LDAPExtRequest.h \
289                 LDAPModDNRequest.h \
290                 LDAPModifyRequest.h \
291                 LDAPRequest.h \
292                 LDAPSearchRequest.h 
293
294 libldapcpp_la_LIBADD = -lldap -llber
295 libldapcpp_la_LDFLAGS = -version-info 0:5:0
296 all: config.h
297         $(MAKE) $(AM_MAKEFLAGS) all-am
298
299 .SUFFIXES:
300 .SUFFIXES: .cpp .lo .o .obj
301 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
302         @for dep in $?; do \
303           case '$(am__configure_deps)' in \
304             *$$dep*) \
305               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
306                 && exit 0; \
307               exit 1;; \
308           esac; \
309         done; \
310         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
311         cd $(top_srcdir) && \
312           $(AUTOMAKE) --foreign  src/Makefile
313 .PRECIOUS: Makefile
314 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
315         @case '$?' in \
316           *config.status*) \
317             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
318           *) \
319             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
320             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
321         esac;
322
323 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
324         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325
326 $(top_srcdir)/configure:  $(am__configure_deps)
327         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
328 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
329         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330
331 config.h: stamp-h1
332         @if test ! -f $@; then \
333           rm -f stamp-h1; \
334           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
335         else :; fi
336
337 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
338         @rm -f stamp-h1
339         cd $(top_builddir) && $(SHELL) ./config.status src/config.h
340 $(srcdir)/config.h.in:  $(am__configure_deps) 
341         cd $(top_srcdir) && $(AUTOHEADER)
342         rm -f stamp-h1
343         touch $@
344
345 distclean-hdr:
346         -rm -f config.h stamp-h1
347 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
348         @$(NORMAL_INSTALL)
349         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
350         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
351           if test -f $$p; then \
352             f=$(am__strip_dir) \
353             echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
354             $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
355           else :; fi; \
356         done
357
358 uninstall-libLTLIBRARIES:
359         @$(NORMAL_UNINSTALL)
360         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
361           p=$(am__strip_dir) \
362           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
363           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
364         done
365
366 clean-libLTLIBRARIES:
367         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
368         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
369           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
370           test "$$dir" != "$$p" || dir=.; \
371           echo "rm -f \"$${dir}/so_locations\""; \
372           rm -f "$${dir}/so_locations"; \
373         done
374 libldapcpp.la: $(libldapcpp_la_OBJECTS) $(libldapcpp_la_DEPENDENCIES) 
375         $(libldapcpp_la_LINK) -rpath $(libdir) $(libldapcpp_la_OBJECTS) $(libldapcpp_la_LIBADD) $(LIBS)
376
377 mostlyclean-compile:
378         -rm -f *.$(OBJEXT)
379
380 distclean-compile:
381         -rm -f *.tab.c
382
383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPAddRequest.Plo@am__quote@
384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPAsynConnection.Plo@am__quote@
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPAttrType.Plo@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPAttribute.Plo@am__quote@
387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPAttributeList.Plo@am__quote@
388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPBindRequest.Plo@am__quote@
389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPCompareRequest.Plo@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPConnection.Plo@am__quote@
391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPConstraints.Plo@am__quote@
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPControl.Plo@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPControlSet.Plo@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPDeleteRequest.Plo@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPEntry.Plo@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPEntryList.Plo@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPException.Plo@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPExtRequest.Plo@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPExtResult.Plo@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPMessage.Plo@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPMessageQueue.Plo@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPModDNRequest.Plo@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPModList.Plo@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPModification.Plo@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPModifyRequest.Plo@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPObjClass.Plo@am__quote@
407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPRebind.Plo@am__quote@
408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPRebindAuth.Plo@am__quote@
409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPReferenceList.Plo@am__quote@
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPRequest.Plo@am__quote@
411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPResult.Plo@am__quote@
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPSaslBindResult.Plo@am__quote@
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPSchema.Plo@am__quote@
414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPSearchReference.Plo@am__quote@
415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPSearchRequest.Plo@am__quote@
416 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPSearchResult.Plo@am__quote@
417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPSearchResults.Plo@am__quote@
418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPUrl.Plo@am__quote@
419 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPUrlList.Plo@am__quote@
420 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LdifReader.Plo@am__quote@
421 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LdifWriter.Plo@am__quote@
422 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SaslInteraction.Plo@am__quote@
423 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SaslInteractionHandler.Plo@am__quote@
424 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StringList.Plo@am__quote@
425
426 .cpp.o:
427 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
428 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
429 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
430 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
432
433 .cpp.obj:
434 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
435 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
436 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
437 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
438 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
439
440 .cpp.lo:
441 @am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
442 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
443 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
444 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
445 @am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
446
447 mostlyclean-libtool:
448         -rm -f *.lo
449
450 clean-libtool:
451         -rm -rf .libs _libs
452 install-includeHEADERS: $(include_HEADERS)
453         @$(NORMAL_INSTALL)
454         test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
455         @list='$(include_HEADERS)'; for p in $$list; do \
456           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
457           f=$(am__strip_dir) \
458           echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
459           $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
460         done
461
462 uninstall-includeHEADERS:
463         @$(NORMAL_UNINSTALL)
464         @list='$(include_HEADERS)'; for p in $$list; do \
465           f=$(am__strip_dir) \
466           echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
467           rm -f "$(DESTDIR)$(includedir)/$$f"; \
468         done
469
470 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
471         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
472         unique=`for i in $$list; do \
473             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
474           done | \
475           $(AWK) '    { files[$$0] = 1; } \
476                END { for (i in files) print i; }'`; \
477         mkid -fID $$unique
478 tags: TAGS
479
480 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
481                 $(TAGS_FILES) $(LISP)
482         tags=; \
483         here=`pwd`; \
484         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
485         unique=`for i in $$list; do \
486             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
487           done | \
488           $(AWK) '    { files[$$0] = 1; } \
489                END { for (i in files) print i; }'`; \
490         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
491           test -n "$$unique" || unique=$$empty_fix; \
492           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
493             $$tags $$unique; \
494         fi
495 ctags: CTAGS
496 CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
497                 $(TAGS_FILES) $(LISP)
498         tags=; \
499         here=`pwd`; \
500         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
501         unique=`for i in $$list; do \
502             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
503           done | \
504           $(AWK) '    { files[$$0] = 1; } \
505                END { for (i in files) print i; }'`; \
506         test -z "$(CTAGS_ARGS)$$tags$$unique" \
507           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
508              $$tags $$unique
509
510 GTAGS:
511         here=`$(am__cd) $(top_builddir) && pwd` \
512           && cd $(top_srcdir) \
513           && gtags -i $(GTAGS_ARGS) $$here
514
515 distclean-tags:
516         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
517
518 distdir: $(DISTFILES)
519         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
520         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
521         list='$(DISTFILES)'; \
522           dist_files=`for file in $$list; do echo $$file; done | \
523           sed -e "s|^$$srcdirstrip/||;t" \
524               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
525         case $$dist_files in \
526           */*) $(MKDIR_P) `echo "$$dist_files" | \
527                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
528                            sort -u` ;; \
529         esac; \
530         for file in $$dist_files; do \
531           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
532           if test -d $$d/$$file; then \
533             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
534             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
535               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
536             fi; \
537             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
538           else \
539             test -f $(distdir)/$$file \
540             || cp -p $$d/$$file $(distdir)/$$file \
541             || exit 1; \
542           fi; \
543         done
544 check-am: all-am
545 check: check-am
546 all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h
547 installdirs:
548         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
549           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
550         done
551 install: install-am
552 install-exec: install-exec-am
553 install-data: install-data-am
554 uninstall: uninstall-am
555
556 install-am: all-am
557         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
558
559 installcheck: installcheck-am
560 install-strip:
561         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
562           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
563           `test -z '$(STRIP)' || \
564             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
565 mostlyclean-generic:
566
567 clean-generic:
568
569 distclean-generic:
570         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
571
572 maintainer-clean-generic:
573         @echo "This command is intended for maintainers to use"
574         @echo "it deletes files that may require special tools to rebuild."
575 clean: clean-am
576
577 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
578         mostlyclean-am
579
580 distclean: distclean-am
581         -rm -rf ./$(DEPDIR)
582         -rm -f Makefile
583 distclean-am: clean-am distclean-compile distclean-generic \
584         distclean-hdr distclean-tags
585
586 dvi: dvi-am
587
588 dvi-am:
589
590 html: html-am
591
592 info: info-am
593
594 info-am:
595
596 install-data-am: install-includeHEADERS
597
598 install-dvi: install-dvi-am
599
600 install-exec-am: install-libLTLIBRARIES
601
602 install-html: install-html-am
603
604 install-info: install-info-am
605
606 install-man:
607
608 install-pdf: install-pdf-am
609
610 install-ps: install-ps-am
611
612 installcheck-am:
613
614 maintainer-clean: maintainer-clean-am
615         -rm -rf ./$(DEPDIR)
616         -rm -f Makefile
617 maintainer-clean-am: distclean-am maintainer-clean-generic
618
619 mostlyclean: mostlyclean-am
620
621 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
622         mostlyclean-libtool
623
624 pdf: pdf-am
625
626 pdf-am:
627
628 ps: ps-am
629
630 ps-am:
631
632 uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
633
634 .MAKE: install-am install-strip
635
636 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
637         clean-libLTLIBRARIES clean-libtool ctags distclean \
638         distclean-compile distclean-generic distclean-hdr \
639         distclean-libtool distclean-tags distdir dvi dvi-am html \
640         html-am info info-am install install-am install-data \
641         install-data-am install-dvi install-dvi-am install-exec \
642         install-exec-am install-html install-html-am \
643         install-includeHEADERS install-info install-info-am \
644         install-libLTLIBRARIES install-man install-pdf install-pdf-am \
645         install-ps install-ps-am install-strip installcheck \
646         installcheck-am installdirs maintainer-clean \
647         maintainer-clean-generic mostlyclean mostlyclean-compile \
648         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
649         tags uninstall uninstall-am uninstall-includeHEADERS \
650         uninstall-libLTLIBRARIES
651
652 # Tell versions [3.59,3.63) of GNU make to not export all variables.
653 # Otherwise a system limit (for SysV at least) may be exceeded.
654 .NOEXPORT: