Git init
[external/xmlsec1.git] / 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 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 subdir = src
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/configure.in
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42         $(ACLOCAL_M4)
43 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44 CONFIG_HEADER = $(top_builddir)/config.h
45 CONFIG_CLEAN_FILES =
46 CONFIG_CLEAN_VPATH_FILES =
47 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
48 am__vpath_adj = case $$p in \
49     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
50     *) f=$$p;; \
51   esac;
52 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
53 am__install_max = 40
54 am__nobase_strip_setup = \
55   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
56 am__nobase_strip = \
57   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
58 am__nobase_list = $(am__nobase_strip_setup); \
59   for p in $$list; do echo "$$p $$p"; done | \
60   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
61   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
62     if (++n[$$2] == $(am__install_max)) \
63       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
64     END { for (dir in files) print dir, files[dir] }'
65 am__base_list = \
66   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
67   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
68 am__installdirs = "$(DESTDIR)$(libdir)"
69 LTLIBRARIES = $(lib_LTLIBRARIES)
70 am__DEPENDENCIES_1 =
71 libxmlsec1_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
72         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
73         $(am__DEPENDENCIES_1)
74 am__objects_1 =
75 am_libxmlsec1_la_OBJECTS = app.lo base64.lo bn.lo buffer.lo c14n.lo \
76         dl.lo enveloped.lo errors.lo io.lo keyinfo.lo keys.lo \
77         keysdata.lo keysmngr.lo list.lo membuf.lo nodeset.lo parser.lo \
78         soap.lo strings.lo templates.lo transforms.lo x509.lo xkms.lo \
79         xmldsig.lo xmlenc.lo xmlsec.lo xmltree.lo xpath.lo xslt.lo \
80         $(am__objects_1)
81 libxmlsec1_la_OBJECTS = $(am_libxmlsec1_la_OBJECTS)
82 libxmlsec1_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
83         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
84         $(libxmlsec1_la_LDFLAGS) $(LDFLAGS) -o $@
85 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
86 depcomp = $(SHELL) $(top_srcdir)/depcomp
87 am__depfiles_maybe = depfiles
88 am__mv = mv -f
89 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
90         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
91 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
92         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
93         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
94 CCLD = $(CC)
95 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
96         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
97         $(LDFLAGS) -o $@
98 SOURCES = $(libxmlsec1_la_SOURCES)
99 DIST_SOURCES = $(libxmlsec1_la_SOURCES)
100 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
101         html-recursive info-recursive install-data-recursive \
102         install-dvi-recursive install-exec-recursive \
103         install-html-recursive install-info-recursive \
104         install-pdf-recursive install-ps-recursive install-recursive \
105         installcheck-recursive installdirs-recursive pdf-recursive \
106         ps-recursive uninstall-recursive
107 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
108   distclean-recursive maintainer-clean-recursive
109 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
110         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
111         distdir
112 ETAGS = etags
113 CTAGS = ctags
114 DIST_SUBDIRS = $(SUBDIRS)
115 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
116 am__relativize = \
117   dir0=`pwd`; \
118   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
119   sed_rest='s,^[^/]*/*,,'; \
120   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
121   sed_butlast='s,/*[^/]*$$,,'; \
122   while test -n "$$dir1"; do \
123     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
124     if test "$$first" != "."; then \
125       if test "$$first" = ".."; then \
126         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
127         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
128       else \
129         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
130         if test "$$first2" = "$$first"; then \
131           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
132         else \
133           dir2="../$$dir2"; \
134         fi; \
135         dir0="$$dir0"/"$$first"; \
136       fi; \
137     fi; \
138     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
139   done; \
140   reldir="$$dir2"
141 ACLOCAL = @ACLOCAL@
142 AMTAR = @AMTAR@
143 AR = @AR@
144 AUTOCONF = @AUTOCONF@
145 AUTOHEADER = @AUTOHEADER@
146 AUTOMAKE = @AUTOMAKE@
147 AWK = @AWK@
148 CC = @CC@
149 CCDEPMODE = @CCDEPMODE@
150 CFLAGS = @CFLAGS@
151 CP = @CP@
152 CPP = @CPP@
153 CPPFLAGS = @CPPFLAGS@
154 CYGPATH_W = @CYGPATH_W@
155 DEFS = @DEFS@
156 DEPDIR = @DEPDIR@
157 DSYMUTIL = @DSYMUTIL@
158 DUMPBIN = @DUMPBIN@
159 ECHO_C = @ECHO_C@
160 ECHO_N = @ECHO_N@
161 ECHO_T = @ECHO_T@
162 EGREP = @EGREP@
163 EXEEXT = @EXEEXT@
164 FGREP = @FGREP@
165 GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
166 GNUTLS_CRYPTO_LIB = @GNUTLS_CRYPTO_LIB@
167 GNUTLS_LIBS = @GNUTLS_LIBS@
168 GNUTLS_MIN_VERSION = @GNUTLS_MIN_VERSION@
169 GREP = @GREP@
170 HELP2MAN = @HELP2MAN@
171 INSTALL = @INSTALL@
172 INSTALL_DATA = @INSTALL_DATA@
173 INSTALL_PROGRAM = @INSTALL_PROGRAM@
174 INSTALL_SCRIPT = @INSTALL_SCRIPT@
175 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
176 LD = @LD@
177 LDFLAGS = @LDFLAGS@
178 LIBOBJS = @LIBOBJS@
179 LIBS = @LIBS@
180 LIBTOOL = @LIBTOOL@
181 LIBXML_CFLAGS = @LIBXML_CFLAGS@
182 LIBXML_CONFIG = @LIBXML_CONFIG@
183 LIBXML_LIBS = @LIBXML_LIBS@
184 LIBXML_MIN_VERSION = @LIBXML_MIN_VERSION@
185 LIBXSLT_CFLAGS = @LIBXSLT_CFLAGS@
186 LIBXSLT_CONFIG = @LIBXSLT_CONFIG@
187 LIBXSLT_LIBS = @LIBXSLT_LIBS@
188 LIBXSLT_MIN_VERSION = @LIBXSLT_MIN_VERSION@
189 LIPO = @LIPO@
190 LN_S = @LN_S@
191 LTLIBOBJS = @LTLIBOBJS@
192 MAINT = @MAINT@
193 MAKEINFO = @MAKEINFO@
194 MAN2HTML = @MAN2HTML@
195 MKDIR_P = @MKDIR_P@
196 MOZILLA_MIN_VERSION = @MOZILLA_MIN_VERSION@
197 MSCRYPTO_CFLAGS = @MSCRYPTO_CFLAGS@
198 MSCRYPTO_CRYPTO_LIB = @MSCRYPTO_CRYPTO_LIB@
199 MSCRYPTO_LIBS = @MSCRYPTO_LIBS@
200 MV = @MV@
201 NM = @NM@
202 NMEDIT = @NMEDIT@
203 NSPR_MIN_VERSION = @NSPR_MIN_VERSION@
204 NSPR_PACKAGE = @NSPR_PACKAGE@
205 NSS_CFLAGS = @NSS_CFLAGS@
206 NSS_CRYPTO_LIB = @NSS_CRYPTO_LIB@
207 NSS_LIBS = @NSS_LIBS@
208 NSS_MIN_VERSION = @NSS_MIN_VERSION@
209 NSS_PACKAGE = @NSS_PACKAGE@
210 OBJDUMP = @OBJDUMP@
211 OBJEXT = @OBJEXT@
212 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
213 OPENSSL_CRYPTO_LIB = @OPENSSL_CRYPTO_LIB@
214 OPENSSL_LIBS = @OPENSSL_LIBS@
215 OPENSSL_MIN_VERSION = @OPENSSL_MIN_VERSION@
216 OTOOL = @OTOOL@
217 OTOOL64 = @OTOOL64@
218 PACKAGE = @PACKAGE@
219 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
220 PACKAGE_NAME = @PACKAGE_NAME@
221 PACKAGE_STRING = @PACKAGE_STRING@
222 PACKAGE_TARNAME = @PACKAGE_TARNAME@
223 PACKAGE_URL = @PACKAGE_URL@
224 PACKAGE_VERSION = @PACKAGE_VERSION@
225 PATH_SEPARATOR = @PATH_SEPARATOR@
226 PKG_CONFIG = @PKG_CONFIG@
227 PKG_CONFIG_ENABLED = @PKG_CONFIG_ENABLED@
228 RANLIB = @RANLIB@
229 RM = @RM@
230 SED = @SED@
231 SET_MAKE = @SET_MAKE@
232 SHELL = @SHELL@
233 STRIP = @STRIP@
234 TAR = @TAR@
235 U = @U@
236 VERSION = @VERSION@
237 XMLSEC_APP_DEFINES = @XMLSEC_APP_DEFINES@
238 XMLSEC_CFLAGS = @XMLSEC_CFLAGS@
239 XMLSEC_CORE_CFLAGS = @XMLSEC_CORE_CFLAGS@
240 XMLSEC_CORE_LIBS = @XMLSEC_CORE_LIBS@
241 XMLSEC_CRYPTO = @XMLSEC_CRYPTO@
242 XMLSEC_CRYPTO_CFLAGS = @XMLSEC_CRYPTO_CFLAGS@
243 XMLSEC_CRYPTO_DISABLED_LIST = @XMLSEC_CRYPTO_DISABLED_LIST@
244 XMLSEC_CRYPTO_EXTRA_LDFLAGS = @XMLSEC_CRYPTO_EXTRA_LDFLAGS@
245 XMLSEC_CRYPTO_LIB = @XMLSEC_CRYPTO_LIB@
246 XMLSEC_CRYPTO_LIBS = @XMLSEC_CRYPTO_LIBS@
247 XMLSEC_CRYPTO_LIST = @XMLSEC_CRYPTO_LIST@
248 XMLSEC_CRYPTO_PC_FILES_LIST = @XMLSEC_CRYPTO_PC_FILES_LIST@
249 XMLSEC_DEFINES = @XMLSEC_DEFINES@
250 XMLSEC_DL_INCLUDES = @XMLSEC_DL_INCLUDES@
251 XMLSEC_DL_LIBS = @XMLSEC_DL_LIBS@
252 XMLSEC_DOCDIR = @XMLSEC_DOCDIR@
253 XMLSEC_EXTRA_LDFLAGS = @XMLSEC_EXTRA_LDFLAGS@
254 XMLSEC_GNUTLS_CFLAGS = @XMLSEC_GNUTLS_CFLAGS@
255 XMLSEC_GNUTLS_LIBS = @XMLSEC_GNUTLS_LIBS@
256 XMLSEC_LIBDIR = @XMLSEC_LIBDIR@
257 XMLSEC_LIBS = @XMLSEC_LIBS@
258 XMLSEC_NO_AES = @XMLSEC_NO_AES@
259 XMLSEC_NO_APPS_CRYPTO_DYNAMIC_LOADING = @XMLSEC_NO_APPS_CRYPTO_DYNAMIC_LOADING@
260 XMLSEC_NO_CRYPTO_DYNAMIC_LOADING = @XMLSEC_NO_CRYPTO_DYNAMIC_LOADING@
261 XMLSEC_NO_DES = @XMLSEC_NO_DES@
262 XMLSEC_NO_DSA = @XMLSEC_NO_DSA@
263 XMLSEC_NO_GNUTLS = @XMLSEC_NO_GNUTLS@
264 XMLSEC_NO_GOST = @XMLSEC_NO_GOST@
265 XMLSEC_NO_HMAC = @XMLSEC_NO_HMAC@
266 XMLSEC_NO_LIBXSLT = @XMLSEC_NO_LIBXSLT@
267 XMLSEC_NO_MD5 = @XMLSEC_NO_MD5@
268 XMLSEC_NO_MSCRYPTO = @XMLSEC_NO_MSCRYPTO@
269 XMLSEC_NO_NSS = @XMLSEC_NO_NSS@
270 XMLSEC_NO_OPENSSL = @XMLSEC_NO_OPENSSL@
271 XMLSEC_NO_RIPEMD160 = @XMLSEC_NO_RIPEMD160@
272 XMLSEC_NO_RSA = @XMLSEC_NO_RSA@
273 XMLSEC_NO_SHA1 = @XMLSEC_NO_SHA1@
274 XMLSEC_NO_SHA224 = @XMLSEC_NO_SHA224@
275 XMLSEC_NO_SHA256 = @XMLSEC_NO_SHA256@
276 XMLSEC_NO_SHA384 = @XMLSEC_NO_SHA384@
277 XMLSEC_NO_SHA512 = @XMLSEC_NO_SHA512@
278 XMLSEC_NO_X509 = @XMLSEC_NO_X509@
279 XMLSEC_NO_XKMS = @XMLSEC_NO_XKMS@
280 XMLSEC_NO_XMLDSIG = @XMLSEC_NO_XMLDSIG@
281 XMLSEC_NO_XMLENC = @XMLSEC_NO_XMLENC@
282 XMLSEC_NSS_CFLAGS = @XMLSEC_NSS_CFLAGS@
283 XMLSEC_NSS_LIBS = @XMLSEC_NSS_LIBS@
284 XMLSEC_OPENSSL_CFLAGS = @XMLSEC_OPENSSL_CFLAGS@
285 XMLSEC_OPENSSL_LIBS = @XMLSEC_OPENSSL_LIBS@
286 XMLSEC_PACKAGE = @XMLSEC_PACKAGE@
287 XMLSEC_STATIC_BINARIES = @XMLSEC_STATIC_BINARIES@
288 XMLSEC_VERSION = @XMLSEC_VERSION@
289 XMLSEC_VERSION_INFO = @XMLSEC_VERSION_INFO@
290 XMLSEC_VERSION_MAJOR = @XMLSEC_VERSION_MAJOR@
291 XMLSEC_VERSION_MINOR = @XMLSEC_VERSION_MINOR@
292 XMLSEC_VERSION_SAFE = @XMLSEC_VERSION_SAFE@
293 XMLSEC_VERSION_SUBMINOR = @XMLSEC_VERSION_SUBMINOR@
294 abs_builddir = @abs_builddir@
295 abs_srcdir = @abs_srcdir@
296 abs_top_builddir = @abs_top_builddir@
297 abs_top_srcdir = @abs_top_srcdir@
298 ac_ct_CC = @ac_ct_CC@
299 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
300 am__include = @am__include@
301 am__leading_dot = @am__leading_dot@
302 am__quote = @am__quote@
303 am__tar = @am__tar@
304 am__untar = @am__untar@
305 bindir = @bindir@
306 build = @build@
307 build_alias = @build_alias@
308 build_cpu = @build_cpu@
309 build_os = @build_os@
310 build_vendor = @build_vendor@
311 builddir = @builddir@
312 datadir = @datadir@
313 datarootdir = @datarootdir@
314 docdir = @docdir@
315 dvidir = @dvidir@
316 exec_prefix = @exec_prefix@
317 host = @host@
318 host_alias = @host_alias@
319 host_cpu = @host_cpu@
320 host_os = @host_os@
321 host_vendor = @host_vendor@
322 htmldir = @htmldir@
323 includedir = @includedir@
324 infodir = @infodir@
325 install_sh = @install_sh@
326 libdir = @libdir@
327 libexecdir = @libexecdir@
328 localedir = @localedir@
329 localstatedir = @localstatedir@
330 lt_ECHO = @lt_ECHO@
331 mandir = @mandir@
332 mkdir_p = @mkdir_p@
333 oldincludedir = @oldincludedir@
334 pdfdir = @pdfdir@
335 prefix = @prefix@
336 program_transform_name = @program_transform_name@
337 psdir = @psdir@
338 sbindir = @sbindir@
339 sharedstatedir = @sharedstatedir@
340 srcdir = @srcdir@
341 sysconfdir = @sysconfdir@
342 target_alias = @target_alias@
343 top_build_prefix = @top_build_prefix@
344 top_builddir = @top_builddir@
345 top_srcdir = @top_srcdir@
346 NULL = 
347 SUBDIRS = . $(XMLSEC_CRYPTO_LIST)
348 INCLUDES = \
349         -DPACKAGE=\"@PACKAGE@\" \
350         -I../include \
351         -I$(top_srcdir)/include \
352         $(XMLSEC_DEFINES) \
353         $(XMLSEC_DL_INCLUDES) \
354         $(LIBXSLT_CFLAGS) \
355         $(LIBXML_CFLAGS) \
356         $(NULL)
357
358 EXTRA_DIST = \
359         globals.h \
360         skeleton \
361         mscrypto \
362         $(XMLSEC_CRYPTO_DISABLED_LIST) \
363         $(NULL)
364
365 lib_LTLIBRARIES = \
366         libxmlsec1.la \
367         $(NULL)
368
369 libxmlsec1_la_SOURCES = \
370         $(LTDL_SOURCE_FILES) \
371         app.c \
372         base64.c \
373         bn.c \
374         buffer.c \
375         c14n.c \
376         dl.c \
377         enveloped.c \
378         errors.c \
379         io.c \
380         keyinfo.c \
381         keys.c \
382         keysdata.c \
383         keysmngr.c \
384         list.c \
385         membuf.c \
386         nodeset.c \
387         parser.c \
388         soap.c \
389         strings.c \
390         templates.c \
391         transforms.c \
392         x509.c \
393         xkms.c \
394         xmldsig.c \
395         xmlenc.c \
396         xmlsec.c \
397         xmltree.c \
398         xpath.c \
399         xslt.c \
400         $(NULL)
401
402 libxmlsec1_la_LIBADD = \
403         $(LIBXSLT_LIBS) \
404         $(LIBXML_LIBS) \
405         $(XMLSEC_DL_LIBS) \
406         $(NULL)
407
408 libxmlsec1_la_LDFLAGS = \
409         @XMLSEC_EXTRA_LDFLAGS@ \
410         -version-info @XMLSEC_VERSION_INFO@ \
411         $(NULL)
412
413 all: all-recursive
414
415 .SUFFIXES:
416 .SUFFIXES: .c .lo .o .obj
417 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
418         @for dep in $?; do \
419           case '$(am__configure_deps)' in \
420             *$$dep*) \
421               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
422                 && { if test -f $@; then exit 0; else break; fi; }; \
423               exit 1;; \
424           esac; \
425         done; \
426         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
427         $(am__cd) $(top_srcdir) && \
428           $(AUTOMAKE) --gnu src/Makefile
429 .PRECIOUS: Makefile
430 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
431         @case '$?' in \
432           *config.status*) \
433             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
434           *) \
435             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
436             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
437         esac;
438
439 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
440         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
441
442 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
443         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
444 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
445         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
446 $(am__aclocal_m4_deps):
447 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
448         @$(NORMAL_INSTALL)
449         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
450         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
451         list2=; for p in $$list; do \
452           if test -f $$p; then \
453             list2="$$list2 $$p"; \
454           else :; fi; \
455         done; \
456         test -z "$$list2" || { \
457           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
458           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
459         }
460
461 uninstall-libLTLIBRARIES:
462         @$(NORMAL_UNINSTALL)
463         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
464         for p in $$list; do \
465           $(am__strip_dir) \
466           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
467           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
468         done
469
470 clean-libLTLIBRARIES:
471         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
472         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
473           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
474           test "$$dir" != "$$p" || dir=.; \
475           echo "rm -f \"$${dir}/so_locations\""; \
476           rm -f "$${dir}/so_locations"; \
477         done
478 libxmlsec1.la: $(libxmlsec1_la_OBJECTS) $(libxmlsec1_la_DEPENDENCIES) 
479         $(libxmlsec1_la_LINK) -rpath $(libdir) $(libxmlsec1_la_OBJECTS) $(libxmlsec1_la_LIBADD) $(LIBS)
480
481 mostlyclean-compile:
482         -rm -f *.$(OBJEXT)
483
484 distclean-compile:
485         -rm -f *.tab.c
486
487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/app.Plo@am__quote@
488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Plo@am__quote@
489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bn.Plo@am__quote@
490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Plo@am__quote@
491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c14n.Plo@am__quote@
492 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dl.Plo@am__quote@
493 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enveloped.Plo@am__quote@
494 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/errors.Plo@am__quote@
495 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io.Plo@am__quote@
496 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keyinfo.Plo@am__quote@
497 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keys.Plo@am__quote@
498 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keysdata.Plo@am__quote@
499 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keysmngr.Plo@am__quote@
500 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Plo@am__quote@
501 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/membuf.Plo@am__quote@
502 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nodeset.Plo@am__quote@
503 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser.Plo@am__quote@
504 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soap.Plo@am__quote@
505 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strings.Plo@am__quote@
506 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/templates.Plo@am__quote@
507 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transforms.Plo@am__quote@
508 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x509.Plo@am__quote@
509 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xkms.Plo@am__quote@
510 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmldsig.Plo@am__quote@
511 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlenc.Plo@am__quote@
512 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlsec.Plo@am__quote@
513 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmltree.Plo@am__quote@
514 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xpath.Plo@am__quote@
515 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xslt.Plo@am__quote@
516
517 .c.o:
518 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
519 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
520 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
521 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
522 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
523
524 .c.obj:
525 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
526 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
527 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
528 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
529 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
530
531 .c.lo:
532 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
533 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
534 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
535 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
536 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
537
538 mostlyclean-libtool:
539         -rm -f *.lo
540
541 clean-libtool:
542         -rm -rf .libs _libs
543
544 # This directory's subdirectories are mostly independent; you can cd
545 # into them and run `make' without going through this Makefile.
546 # To change the values of `make' variables: instead of editing Makefiles,
547 # (1) if the variable is set in `config.status', edit `config.status'
548 #     (which will cause the Makefiles to be regenerated when you run `make');
549 # (2) otherwise, pass the desired values on the `make' command line.
550 $(RECURSIVE_TARGETS):
551         @failcom='exit 1'; \
552         for f in x $$MAKEFLAGS; do \
553           case $$f in \
554             *=* | --[!k]*);; \
555             *k*) failcom='fail=yes';; \
556           esac; \
557         done; \
558         dot_seen=no; \
559         target=`echo $@ | sed s/-recursive//`; \
560         list='$(SUBDIRS)'; for subdir in $$list; do \
561           echo "Making $$target in $$subdir"; \
562           if test "$$subdir" = "."; then \
563             dot_seen=yes; \
564             local_target="$$target-am"; \
565           else \
566             local_target="$$target"; \
567           fi; \
568           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
569           || eval $$failcom; \
570         done; \
571         if test "$$dot_seen" = "no"; then \
572           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
573         fi; test -z "$$fail"
574
575 $(RECURSIVE_CLEAN_TARGETS):
576         @failcom='exit 1'; \
577         for f in x $$MAKEFLAGS; do \
578           case $$f in \
579             *=* | --[!k]*);; \
580             *k*) failcom='fail=yes';; \
581           esac; \
582         done; \
583         dot_seen=no; \
584         case "$@" in \
585           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
586           *) list='$(SUBDIRS)' ;; \
587         esac; \
588         rev=''; for subdir in $$list; do \
589           if test "$$subdir" = "."; then :; else \
590             rev="$$subdir $$rev"; \
591           fi; \
592         done; \
593         rev="$$rev ."; \
594         target=`echo $@ | sed s/-recursive//`; \
595         for subdir in $$rev; do \
596           echo "Making $$target in $$subdir"; \
597           if test "$$subdir" = "."; then \
598             local_target="$$target-am"; \
599           else \
600             local_target="$$target"; \
601           fi; \
602           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
603           || eval $$failcom; \
604         done && test -z "$$fail"
605 tags-recursive:
606         list='$(SUBDIRS)'; for subdir in $$list; do \
607           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
608         done
609 ctags-recursive:
610         list='$(SUBDIRS)'; for subdir in $$list; do \
611           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
612         done
613
614 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
615         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
616         unique=`for i in $$list; do \
617             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
618           done | \
619           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
620               END { if (nonempty) { for (i in files) print i; }; }'`; \
621         mkid -fID $$unique
622 tags: TAGS
623
624 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
625                 $(TAGS_FILES) $(LISP)
626         set x; \
627         here=`pwd`; \
628         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
629           include_option=--etags-include; \
630           empty_fix=.; \
631         else \
632           include_option=--include; \
633           empty_fix=; \
634         fi; \
635         list='$(SUBDIRS)'; for subdir in $$list; do \
636           if test "$$subdir" = .; then :; else \
637             test ! -f $$subdir/TAGS || \
638               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
639           fi; \
640         done; \
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         shift; \
648         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
649           test -n "$$unique" || unique=$$empty_fix; \
650           if test $$# -gt 0; then \
651             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
652               "$$@" $$unique; \
653           else \
654             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
655               $$unique; \
656           fi; \
657         fi
658 ctags: CTAGS
659 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
660                 $(TAGS_FILES) $(LISP)
661         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
662         unique=`for i in $$list; do \
663             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
664           done | \
665           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
666               END { if (nonempty) { for (i in files) print i; }; }'`; \
667         test -z "$(CTAGS_ARGS)$$unique" \
668           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
669              $$unique
670
671 GTAGS:
672         here=`$(am__cd) $(top_builddir) && pwd` \
673           && $(am__cd) $(top_srcdir) \
674           && gtags -i $(GTAGS_ARGS) "$$here"
675
676 distclean-tags:
677         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
678
679 distdir: $(DISTFILES)
680         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
681         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
682         list='$(DISTFILES)'; \
683           dist_files=`for file in $$list; do echo $$file; done | \
684           sed -e "s|^$$srcdirstrip/||;t" \
685               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
686         case $$dist_files in \
687           */*) $(MKDIR_P) `echo "$$dist_files" | \
688                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
689                            sort -u` ;; \
690         esac; \
691         for file in $$dist_files; do \
692           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
693           if test -d $$d/$$file; then \
694             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
695             if test -d "$(distdir)/$$file"; then \
696               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
697             fi; \
698             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
699               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
700               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
701             fi; \
702             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
703           else \
704             test -f "$(distdir)/$$file" \
705             || cp -p $$d/$$file "$(distdir)/$$file" \
706             || exit 1; \
707           fi; \
708         done
709         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
710           if test "$$subdir" = .; then :; else \
711             test -d "$(distdir)/$$subdir" \
712             || $(MKDIR_P) "$(distdir)/$$subdir" \
713             || exit 1; \
714           fi; \
715         done
716         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
717           if test "$$subdir" = .; then :; else \
718             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
719             $(am__relativize); \
720             new_distdir=$$reldir; \
721             dir1=$$subdir; dir2="$(top_distdir)"; \
722             $(am__relativize); \
723             new_top_distdir=$$reldir; \
724             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
725             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
726             ($(am__cd) $$subdir && \
727               $(MAKE) $(AM_MAKEFLAGS) \
728                 top_distdir="$$new_top_distdir" \
729                 distdir="$$new_distdir" \
730                 am__remove_distdir=: \
731                 am__skip_length_check=: \
732                 am__skip_mode_fix=: \
733                 distdir) \
734               || exit 1; \
735           fi; \
736         done
737 check-am: all-am
738 check: check-recursive
739 all-am: Makefile $(LTLIBRARIES)
740 installdirs: installdirs-recursive
741 installdirs-am:
742         for dir in "$(DESTDIR)$(libdir)"; do \
743           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
744         done
745 install: install-recursive
746 install-exec: install-exec-recursive
747 install-data: install-data-recursive
748 uninstall: uninstall-recursive
749
750 install-am: all-am
751         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
752
753 installcheck: installcheck-recursive
754 install-strip:
755         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
756           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
757           `test -z '$(STRIP)' || \
758             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
759 mostlyclean-generic:
760
761 clean-generic:
762
763 distclean-generic:
764         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
765         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
766
767 maintainer-clean-generic:
768         @echo "This command is intended for maintainers to use"
769         @echo "it deletes files that may require special tools to rebuild."
770 clean: clean-recursive
771
772 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
773         mostlyclean-am
774
775 distclean: distclean-recursive
776         -rm -rf ./$(DEPDIR)
777         -rm -f Makefile
778 distclean-am: clean-am distclean-compile distclean-generic \
779         distclean-tags
780
781 dvi: dvi-recursive
782
783 dvi-am:
784
785 html: html-recursive
786
787 html-am:
788
789 info: info-recursive
790
791 info-am:
792
793 install-data-am:
794
795 install-dvi: install-dvi-recursive
796
797 install-dvi-am:
798
799 install-exec-am: install-libLTLIBRARIES
800
801 install-html: install-html-recursive
802
803 install-html-am:
804
805 install-info: install-info-recursive
806
807 install-info-am:
808
809 install-man:
810
811 install-pdf: install-pdf-recursive
812
813 install-pdf-am:
814
815 install-ps: install-ps-recursive
816
817 install-ps-am:
818
819 installcheck-am:
820
821 maintainer-clean: maintainer-clean-recursive
822         -rm -rf ./$(DEPDIR)
823         -rm -f Makefile
824 maintainer-clean-am: distclean-am maintainer-clean-generic
825
826 mostlyclean: mostlyclean-recursive
827
828 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
829         mostlyclean-libtool
830
831 pdf: pdf-recursive
832
833 pdf-am:
834
835 ps: ps-recursive
836
837 ps-am:
838
839 uninstall-am: uninstall-libLTLIBRARIES
840
841 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
842         install-am install-strip tags-recursive
843
844 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
845         all all-am check check-am clean clean-generic \
846         clean-libLTLIBRARIES clean-libtool ctags ctags-recursive \
847         distclean distclean-compile distclean-generic \
848         distclean-libtool distclean-tags distdir dvi dvi-am html \
849         html-am info info-am install install-am install-data \
850         install-data-am install-dvi install-dvi-am install-exec \
851         install-exec-am install-html install-html-am install-info \
852         install-info-am install-libLTLIBRARIES install-man install-pdf \
853         install-pdf-am install-ps install-ps-am install-strip \
854         installcheck installcheck-am installdirs installdirs-am \
855         maintainer-clean maintainer-clean-generic mostlyclean \
856         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
857         pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
858         uninstall-libLTLIBRARIES
859
860
861 # Tell versions [3.59,3.63) of GNU make to not export all variables.
862 # Otherwise a system limit (for SysV at least) may be exceeded.
863 .NOEXPORT: