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