2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/System.Xml.Linq
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = System.Xml.Linq.dll
|
2016-08-03 10:59:49 +00:00
|
|
|
LIB_REFS = System System.Core System.Xml
|
2018-08-07 15:19:03 +00:00
|
|
|
LIB_MCS_FLAGS = -unsafe -nowarn:436
|
2014-08-13 10:39:27 +01:00
|
|
|
|
2016-08-03 10:59:49 +00:00
|
|
|
NO_SERIALIZATION_PROFILE := $(filter basic build, $(PROFILE))
|
|
|
|
ifndef NO_SERIALIZATION_PROFILE
|
|
|
|
LIB_REFS += System.Runtime.Serialization
|
|
|
|
LIB_MCS_FLAGS += -d:FEATURE_SERIALIZATION
|
|
|
|
endif
|
|
|
|
|
2015-08-26 07:17:56 -04:00
|
|
|
ifeq (2.1, $(FRAMEWORK_VERSION))
|
|
|
|
LIB_MCS_FLAGS += -d:MONO_HYBRID_SYSTEM_XML
|
2014-08-13 10:39:27 +01:00
|
|
|
endif
|
|
|
|
|
2018-05-10 08:37:03 +00:00
|
|
|
TEST_LIB_REFS = System.Core System.Xml System
|
|
|
|
TEST_MCS_FLAGS =
|
2018-08-07 15:19:03 +00:00
|
|
|
|
|
|
|
XTEST_LIB_REFS = System.Core System.Xml System Facades/System.Reflection Facades/System.Threading.Tasks
|
|
|
|
XTEST_LIB_FLAGS = -unsafe
|
|
|
|
|
2014-08-13 10:39:27 +01:00
|
|
|
EXTRA_DISTFILES =
|
|
|
|
|
2018-08-07 15:19:03 +00:00
|
|
|
RESX_RESOURCE_STRING = \
|
|
|
|
../../../external/corefx/src/System.Private.Xml.Linq/src/Resources/Strings.resx
|
|
|
|
|
2014-08-13 10:39:27 +01:00
|
|
|
include ../../build/library.make
|