Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / class / System.Xml.Linq / Makefile
1 thisdir = class/System.Xml.Linq
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Xml.Linq.dll
6 LIB_REFS = System System.Core System.Xml
7 LIB_MCS_FLAGS =
8
9 NO_SERIALIZATION_PROFILE := $(filter basic build, $(PROFILE))
10 ifndef NO_SERIALIZATION_PROFILE
11 LIB_REFS += System.Runtime.Serialization
12 LIB_MCS_FLAGS += -d:FEATURE_SERIALIZATION
13 endif
14
15 ifeq (2.1, $(FRAMEWORK_VERSION))
16 LIB_MCS_FLAGS += -d:MONO_HYBRID_SYSTEM_XML
17 endif
18
19 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
20
21 EXTRA_DISTFILES =
22
23 include ../../build/library.make