[eglib] Prefer <langinfo.h> to <localcharset.h>
[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,1595
15
16 VALID_PROFILE := $(filter moonlight_raw net_4_5, $(PROFILE))
17
18 EXTRA_DISTFILES = \
19         Test/System.Security.Cryptography.Xml/sample.pfx \
20         Test/System.Security.Cryptography.Xml/EncryptedXmlSample1.xml \
21         Test/System.Security.Cryptography.Xml/EncryptedXmlSample2.xml \
22         Test/System.Security.Cryptography.Xml/EncryptedXmlSample3.xml \
23         Test/System.Security.Cryptography.Pkcs/detached.data \
24         Test/System.Security.Cryptography.Pkcs/detached.p7
25
26 include ../../build/library.make
27
28 $(build_lib): $(secxml_libdir)/System.dll $(the_libdir_base)/Mono.Security.dll
29
30 $(secxml_libdir)/System.dll:
31         (cd ../System; $(MAKE) $@)
32
33 $(the_libdir_base)/Mono.Security.dll:
34         (cd ../Mono.Security; $(MAKE))
35
36 .NOTPARALLEL: $(secxml_libdir)/System.dll $(bare_libdir)/Mono.Security.dll