Xamarin Public Jenkins (auto-signing) 7d05485754 Imported Upstream version 5.8.0.22
Former-commit-id: df344e34b07851d296efb3e6604c8db42b6f7aa3
2017-10-19 20:04:20 +00:00

41 lines
873 B
Makefile

thisdir = class/System.IdentityModel
SUBDIRS =
include ../../build/rules.make
ifndef NO_MONO_SECURITY
MONO_SECURITY=Mono.Security
endif
LIBRARY = System.IdentityModel.dll
LIB_REFS = System System.Xml System.Security $(MONO_SECURITY) System.Runtime.Serialization
KEYFILE = ../ecma.pub
LIB_MCS_FLAGS = \
/d:NET_3_0 \
$(OTHER_LIB_MCS_FLAGS)
ifneq (2.1, $(FRAMEWORK_VERSION))
LIB_REFS += System.Configuration
endif
ifndef NO_SYSTEM_WEB_DEPENDENCY
ifneq (2.1, $(FRAMEWORK_VERSION))
LIB_REFS += System.Web
endif
endif
ifndef NO_SYSTEM_WEB_APPSERVICES_DEPENDENCY
ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
LIB_REFS += System.Web.ApplicationServices
endif
endif
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
EXTRA_DISTFILES = \
Test/Resources/test.cer \
Test/Resources/test_neg_serial.cer \
Test/Resources/test.pfx \
Test/Resources/test2.pfx
include ../../build/library.make