merge -r 60439:60440
[mono.git] / mcs / class / System.Xml.XLinq / Makefile
1 thisdir = class/System.Xml.XLinq
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Xml.XLinq.dll
6 LIB_MCS_FLAGS = \
7                 /r:System.dll \
8                 /r:System.Query.dll \
9                 /r:System.Xml.dll \
10                 /d:LIST_BASED
11
12 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
13
14 EXTRA_DISTFILES =
15
16 # This is a .NET 2.0 only assembly
17 VALID_PROFILE := $(filter net_2_0_bootstrap net_2_0, $(PROFILE))
18 ifndef VALID_PROFILE
19 LIBRARY_NAME = dummy-System.Xml.XLinq.dll
20 NO_INSTALL = yes
21 NO_SIGN_ASSEMBLY = yes
22 NO_TEST = yes
23 endif
24
25 include ../../build/library.make