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