5c009acb56608c1d391e86faea97071af7e3f33e
[mono.git] / mcs / class / System.Security / Makefile
1 thisdir = class/System.Security
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Security.dll
6 LIB_REFS = secxml/System bare/System.Xml Mono.Security
7 LIB_MCS_FLAGS = -nowarn:618 \
8         -d:SECURITY_DEP \
9         -nowarn:414
10
11 LOCAL_MCS_FLAGS =
12
13 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:168,169,183,219,414
14
15 EXTRA_DISTFILES = \
16         Test/System.Security.Cryptography.Xml/sample.pfx \
17         Test/System.Security.Cryptography.Xml/EncryptedXmlSample1.xml \
18         Test/System.Security.Cryptography.Xml/EncryptedXmlSample2.xml \
19         Test/System.Security.Cryptography.Xml/EncryptedXmlSample3.xml \
20         Test/System.Security.Cryptography.Pkcs/detached.data \
21         Test/System.Security.Cryptography.Pkcs/detached.p7
22
23 include ../../build/library.make
24
25 $(build_lib): $(secxml_libdir)/System.dll $(the_libdir_base)/Mono.Security.dll
26
27 $(secxml_libdir)/System.dll:
28         (cd ../System; $(MAKE) $@)
29
30 $(the_libdir_base)/Mono.Security.dll:
31         (cd ../Mono.Security; $(MAKE))
32
33 .NOTPARALLEL: $(secxml_libdir)/System.dll $(bare_libdir)/Mono.Security.dll