[sgen] Scan pinned objects in nursery as part of concurrent mark
[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 = System System.Xml Mono.Security
7 LIB_MCS_FLAGS = -nowarn:618 \
8         -d:SECURITY_DEP \
9         -r:$(corlib) \
10         -nowarn:414
11
12 LOCAL_MCS_FLAGS = -lib:$(secxml_libdir) -lib:$(bare_libdir)
13
14 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:168,169,183,219,414
15
16 EXTRA_DISTFILES = \
17         Test/System.Security.Cryptography.Xml/sample.pfx \
18         Test/System.Security.Cryptography.Xml/EncryptedXmlSample1.xml \
19         Test/System.Security.Cryptography.Xml/EncryptedXmlSample2.xml \
20         Test/System.Security.Cryptography.Xml/EncryptedXmlSample3.xml \
21         Test/System.Security.Cryptography.Pkcs/detached.data \
22         Test/System.Security.Cryptography.Pkcs/detached.p7
23
24 include ../../build/library.make
25
26 $(build_lib): $(secxml_libdir)/System.dll $(the_libdir_base)/Mono.Security.dll
27
28 $(secxml_libdir)/System.dll:
29         (cd ../System; $(MAKE) $@)
30
31 $(the_libdir_base)/Mono.Security.dll:
32         (cd ../Mono.Security; $(MAKE))
33
34 .NOTPARALLEL: $(secxml_libdir)/System.dll $(bare_libdir)/Mono.Security.dll