[sgen] Don't reallocate mod_union at each major
[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 include ../../build/library.make
12
13 $(build_lib): $(the_libdir_base)bare/System.dll
14
15 $(the_libdir_base)bare/System.dll:
16         (cd ../System; $(MAKE) $@)
17
18 .NOTPARALLEL: $(the_libdir_base)bare/System.dll
19
20 EXTRA_DISTFILES = Mono.Security.Interface/README.md
21
22 #
23 # Update this comment to trigger a build in System
24 # +3
25 #