Merge pull request #1542 from ninjarobot/UriTemplateMatchException
[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_MCS_FLAGS = -nowarn:618 \
7         -d:SECURITY_DEP \
8         -r:$(corlib) -r:System.dll -r:System.Xml.dll \
9         -r:Mono.Security.dll -nowarn:414
10
11 LOCAL_MCS_FLAGS = -lib:$(secxml_libdir) -lib:$(bare_libdir)
12
13 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:168,169,183,219,414,1595
14
15 VALID_PROFILE := $(filter moonlight_raw net_4_5, $(PROFILE))
16
17 EXTRA_DISTFILES = \
18         Test/System.Security.Cryptography.Xml/sample.pfx \
19         Test/System.Security.Cryptography.Xml/EncryptedXmlSample1.xml \
20         Test/System.Security.Cryptography.Xml/EncryptedXmlSample2.xml \
21         Test/System.Security.Cryptography.Xml/EncryptedXmlSample3.xml \
22         Test/System.Security.Cryptography.Pkcs/detached.data \
23         Test/System.Security.Cryptography.Pkcs/detached.p7
24
25 include ../../build/library.make
26
27 $(build_lib): $(secxml_libdir)/System.dll $(the_libdir_base)/Mono.Security.dll
28
29 $(secxml_libdir)/System.dll:
30         (cd ../System; $(MAKE) $@)
31
32 $(the_libdir_base)/Mono.Security.dll:
33         (cd ../Mono.Security; $(MAKE))
34
35 .NOTPARALLEL: $(secxml_libdir)/System.dll $(bare_libdir)/Mono.Security.dll