2006-04-21 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System.Runtime.Serialization / Makefile
1 thisdir = class/System.Runtime.Serialization
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Runtime.Serialization.dll
6 LIB_MCS_FLAGS = \
7                 /r:System.dll \
8                 /r:System.Xml.dll
9
10 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
11
12 EXTRA_DISTFILES =
13
14 # This is a WinFX only assembly
15 VALID_PROFILE := $(filter net_2_0 net_3_0, $(PROFILE))
16 ifndef VALID_PROFILE
17 LIBRARY_NAME = dummy-System.Runtime.Serialization.dll
18 NO_INSTALL = yes
19 NO_SIGN_ASSEMBLY = yes
20 NO_TEST = yes
21 endif
22
23 include ../../build/library.make