1*cdf0e10cSrcweir--- misc/xmlsec1-1.2.14/src/mscrypto/Makefile.am	2009-06-26 05:53:18.000000000 +0900
2*cdf0e10cSrcweir+++ misc/build/xmlsec1-1.2.14/src/mscrypto/Makefile.am	2009-09-30 18:53:05.373000000 +0900
3*cdf0e10cSrcweir@@ -35,6 +35,7 @@
4*cdf0e10cSrcweir 	csp_oid.h \
5*cdf0e10cSrcweir 	globals.h \
6*cdf0e10cSrcweir 	xmlsec-mingw.h \
7*cdf0e10cSrcweir+	akmngr.c \
8*cdf0e10cSrcweir 	$(NULL)
9*cdf0e10cSrcweir
10*cdf0e10cSrcweir if SHAREDLIB_HACK
11*cdf0e10cSrcweir--- misc/xmlsec1-1.2.14/src/mscrypto/Makefile.in	2009-06-26 05:53:32.000000000 +0900
12*cdf0e10cSrcweir+++ misc/build/xmlsec1-1.2.14/src/mscrypto/Makefile.in	2009-09-30 19:00:50.107375000 +0900
13*cdf0e10cSrcweir@@ -72,7 +72,8 @@
14*cdf0e10cSrcweir am__libxmlsec1_mscrypto_la_SOURCES_DIST = app.c certkeys.c ciphers.c \
15*cdf0e10cSrcweir 	crypto.c digests.c keysstore.c kt_rsa.c signatures.c symkeys.c \
16*cdf0e10cSrcweir 	x509.c x509vfy.c csp_calg.h csp_oid.h globals.h xmlsec-mingw.h \
17*cdf0e10cSrcweir-	../strings.c
18*cdf0e10cSrcweir+	../strings.c \
19*cdf0e10cSrcweir+	akmngr.c
20*cdf0e10cSrcweir am__objects_1 =
21*cdf0e10cSrcweir @SHAREDLIB_HACK_TRUE@am__objects_2 =  \
22*cdf0e10cSrcweir @SHAREDLIB_HACK_TRUE@	libxmlsec1_mscrypto_la-strings.lo
23*cdf0e10cSrcweir@@ -86,7 +87,8 @@
24*cdf0e10cSrcweir 	libxmlsec1_mscrypto_la-signatures.lo \
25*cdf0e10cSrcweir 	libxmlsec1_mscrypto_la-symkeys.lo \
26*cdf0e10cSrcweir 	libxmlsec1_mscrypto_la-x509.lo \
27*cdf0e10cSrcweir-	libxmlsec1_mscrypto_la-x509vfy.lo $(am__objects_1) \
28*cdf0e10cSrcweir+	libxmlsec1_mscrypto_la-x509vfy.lo \
29*cdf0e10cSrcweir+	libxmlsec1_mscrypto_la-akmngr.lo $(am__objects_1) \
30*cdf0e10cSrcweir 	$(am__objects_2)
31*cdf0e10cSrcweir libxmlsec1_mscrypto_la_OBJECTS = $(am_libxmlsec1_mscrypto_la_OBJECTS)
32*cdf0e10cSrcweir libxmlsec1_mscrypto_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
33*cdf0e10cSrcweir@@ -338,6 +340,7 @@
34*cdf0e10cSrcweir libxmlsec1_mscrypto_la_SOURCES = app.c certkeys.c ciphers.c crypto.c \
35*cdf0e10cSrcweir 	digests.c keysstore.c kt_rsa.c signatures.c symkeys.c x509.c \
36*cdf0e10cSrcweir 	x509vfy.c csp_calg.h csp_oid.h globals.h xmlsec-mingw.h \
37*cdf0e10cSrcweir+	akmngr.c \
38*cdf0e10cSrcweir 	$(NULL) $(am__append_1)
39*cdf0e10cSrcweir libxmlsec1_mscrypto_la_LIBADD = \
40*cdf0e10cSrcweir 	../libxmlsec1.la \
41*cdf0e10cSrcweir@@ -441,6 +444,7 @@
42*cdf0e10cSrcweir @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxmlsec1_mscrypto_la-symkeys.Plo@am__quote@
43*cdf0e10cSrcweir @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxmlsec1_mscrypto_la-x509.Plo@am__quote@
44*cdf0e10cSrcweir @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxmlsec1_mscrypto_la-x509vfy.Plo@am__quote@
45*cdf0e10cSrcweir+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxmlsec1_mscrypto_la-akmngr.Plo@am__quote@
46*cdf0e10cSrcweir
47*cdf0e10cSrcweir .c.o:
48*cdf0e10cSrcweir @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
49*cdf0e10cSrcweir@@ -470,6 +474,13 @@
50*cdf0e10cSrcweir @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
51*cdf0e10cSrcweir @am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-app.lo `test -f 'app.c' || echo '$(srcdir)/'`app.c
52*cdf0e10cSrcweir
53*cdf0e10cSrcweir+libxmlsec1_mscrypto_la-akmngr.lo: akmngr.c
54*cdf0e10cSrcweir+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-akmngr.lo -MD -MP -MF "$(DEPDIR)/libxmlsec1_mscrypto_la-akmngr.Tpo" -c -o libxmlsec1_mscrypto_la-akmngr.lo `test -f 'akmngr.c' || echo '$(srcdir)/'`akmngr.c; \
55*cdf0e10cSrcweir+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libxmlsec1_mscrypto_la-akmngr.Tpo" "$(DEPDIR)/libxmlsec1_mscrypto_la-akmngr.Plo"; else rm -f "$(DEPDIR)/libxmlsec1_mscrypto_la-akmngr.Tpo"; exit 1; fi
56*cdf0e10cSrcweir+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='akmngr.c' object='libxmlsec1_mscrypto_la-akmngr.lo' libtool=yes @AMDEPBACKSLASH@
57*cdf0e10cSrcweir+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
58*cdf0e10cSrcweir+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-akmngr.lo `test -f 'akmngr.c' || echo '$(srcdir)/'`akmngr.c
59*cdf0e10cSrcweir+
60*cdf0e10cSrcweir libxmlsec1_mscrypto_la-certkeys.lo: certkeys.c
61*cdf0e10cSrcweir @am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-certkeys.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-certkeys.Tpo -c -o libxmlsec1_mscrypto_la-certkeys.lo `test -f 'certkeys.c' || echo '$(srcdir)/'`certkeys.c
62*cdf0e10cSrcweir @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-certkeys.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-certkeys.Plo
63