Facilitate the merge
[mono.git] / mcs / class / System.Xml.Serialization / Makefile
1 thisdir = class/System.Xml.Serialization
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Xml.Serialization.dll
6 LIB_MCS_FLAGS =  -unsafe -r:System.dll -r:System.Core.dll -r:System.Xml.dll -d:NET_2_1 -d:NET_2_0 -d:NET_1_1
7
8 ifneq (2.1, $(FRAMEWORK_VERSION))
9 LIB_MCS_FLAGS += -d:NET_3_5 -nowarn:1720
10 endif
11
12 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
13
14 EXTRA_DISTFILES =
15
16 VALID_PROFILE := $(filter 2.1, $(FRAMEWORK_VERSION))
17 ifndef VALID_PROFILE
18 LIBRARY_NAME = dummy-System.Xml.Serialization.dll
19 NO_INSTALL = yes
20 NO_SIGN_ASSEMBLY = yes
21 NO_TEST = yes
22 endif
23
24 include ../../build/library.make