Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / class / Mono.Security / Makefile
1 thisdir = class/Mono.Security
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Mono.Security.dll
6 LOCAL_MCS_FLAGS =
7 LIB_REFS = bare/System
8 KEYFILE = ../mono.pub
9 LIB_MCS_FLAGS = -unsafe -nowarn:1030,3009
10 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,618,672
11
12 CC_PROFILE := $(filter monotouch% xammac, $(PROFILE))
13 ifdef CC_PROFILE
14
15 BUILT_SOURCES = \
16         ../corlib/CommonCrypto/SHA224Managed.g.cs \
17         ../corlib/CommonCrypto/MD2Managed.g.cs \
18         ../corlib/CommonCrypto/MD4Managed.g.cs
19
20 ../corlib/CommonCrypto/%.g.cs:
21         $(MAKE) -C ../corlib/CommonCrypto
22
23 endif
24
25 include ../../build/library.make
26
27 $(build_lib): $(the_libdir_base)bare/System.dll
28
29 $(the_libdir_base)bare/System.dll:
30         (cd ../System; $(MAKE) $@)
31
32 .NOTPARALLEL: $(the_libdir_base)bare/System.dll
33
34 EXTRA_DISTFILES = Mono.Security.Interface/README.md
35
36 #
37 # Update this comment to trigger a build in System
38 # +3
39 #