Merge pull request #960 from ermshiperete/ShowHelp
[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 = -lib:$(the_libdir_base)bare
7 LIB_MCS_FLAGS = -r:System.dll -unsafe -nowarn:1030 
8 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,618,672
9
10 include ../../build/library.make
11
12 $(build_lib): $(the_libdir_base)bare/System.dll
13
14 $(the_libdir_base)bare/System.dll:
15         (cd ../System; $(MAKE) $@)
16
17 .NOTPARALLEL: $(the_libdir_base)bare/System.dll