19234507ba
Former-commit-id: 3494343bcc9ddb42b36b82dd9ae7b69e85e0229f
29 lines
670 B
Makefile
29 lines
670 B
Makefile
thisdir = class/Mono.Security
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = Mono.Security.dll
|
|
LOCAL_MCS_FLAGS =
|
|
API_BIN_REFS = System
|
|
KEYFILE = ../mono.pub
|
|
LIB_MCS_FLAGS = -unsafe -nowarn:1030,3009
|
|
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,618,672
|
|
LIBRARY_WARN_AS_ERROR = yes
|
|
|
|
CC_PROFILE := $(filter monotouch% xammac, $(PROFILE))
|
|
ifdef CC_PROFILE
|
|
|
|
BUILT_SOURCES = \
|
|
../corlib/CommonCrypto/SHA224Managed.g.cs \
|
|
../corlib/CommonCrypto/MD2Managed.g.cs \
|
|
../corlib/CommonCrypto/MD4Managed.g.cs
|
|
|
|
../corlib/CommonCrypto/%.g.cs:
|
|
$(MAKE) -C ../corlib/CommonCrypto
|
|
|
|
endif
|
|
|
|
include ../../build/library.make
|
|
|
|
EXTRA_DISTFILES = Mono.Security.Interface/README.md
|