Merge pull request #2874 from lateralusX/jlorenss/win-x64-support
[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 LIB_MCS_FLAGS = -unsafe -nowarn:1030,3009
9 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,618,672
10
11 CC_PROFILE := $(filter monotouch% xammac, $(PROFILE))
12 ifdef CC_PROFILE
13
14 BUILT_SOURCES = \
15         ../corlib/CommonCrypto/SHA224Managed.g.cs \
16         ../corlib/CommonCrypto/MD2Managed.g.cs \
17         ../corlib/CommonCrypto/MD4Managed.g.cs
18
19 ../corlib/CommonCrypto/%.g.cs:
20         $(MAKE) -C ../corlib/CommonCrypto
21
22 endif
23
24 include ../../build/library.make
25
26 $(build_lib): $(the_libdir_base)bare/System.dll
27
28 $(the_libdir_base)bare/System.dll:
29         (cd ../System; $(MAKE) $@)
30
31 .NOTPARALLEL: $(the_libdir_base)bare/System.dll
32
33 EXTRA_DISTFILES = Mono.Security.Interface/README.md
34
35 #
36 # Update this comment to trigger a build in System
37 # +3
38 #