2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/Mono.Security
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = Mono.Security.dll
|
|
|
|
LOCAL_MCS_FLAGS = -lib:$(the_libdir_base)bare
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_REFS = System
|
2016-02-22 11:00:01 -05:00
|
|
|
LIB_MCS_FLAGS = -unsafe -nowarn:1030,3009
|
2014-08-13 10:39:27 +01:00
|
|
|
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,618,672
|
|
|
|
|
|
|
|
include ../../build/library.make
|
|
|
|
|
|
|
|
$(build_lib): $(the_libdir_base)bare/System.dll
|
|
|
|
|
|
|
|
$(the_libdir_base)bare/System.dll:
|
|
|
|
(cd ../System; $(MAKE) $@)
|
|
|
|
|
2015-08-26 07:17:56 -04:00
|
|
|
.NOTPARALLEL: $(the_libdir_base)bare/System.dll
|
2016-02-22 11:00:01 -05:00
|
|
|
|
|
|
|
EXTRA_DISTFILES = Mono.Security.Interface/README.md
|
|
|
|
|
|
|
|
#
|
|
|
|
# Update this comment to trigger a build in System
|
2016-03-16 12:38:19 -04:00
|
|
|
# +2
|
2016-02-22 11:00:01 -05:00
|
|
|
#
|