[sgen] Scan pinned objects in nursery as part of concurrent mark
[mono.git] / mcs / class / System.ServiceModel.Routing / Makefile
1 thisdir = class/System.ServiceModel.Routing
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.ServiceModel.Routing.dll
6 LIB_REFS = System System.Xml System.Runtime.Serialization System.ServiceModel System.Core
7 LIB_MCS_FLAGS =
8
9 ifneq (2.1, $(FRAMEWORK_VERSION))
10 LIB_REFS += System.Configuration
11 LIB_MCS_FLAGS += -d:NET_3_5 -d:NET_3_0  \
12                         -r:System.Configuration.dll
13 endif
14
15 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
16
17 EXTRA_DISTFILES = $(RESOURCE_FILES)
18
19 VALID_PROFILE := $(filter 2 4, $(FRAMEWORK_VERSION_MAJOR))
20 ifndef VALID_PROFILE
21 LIBRARY_NAME = dummy-System.ServiceModel.Routing.dll
22 NO_INSTALL = yes
23 NO_SIGN_ASSEMBLY = yes
24 endif
25
26 include ../../build/library.make