[threadpool] Added dynamic concurrent queue implementation
[mono.git] / mcs / class / System.ServiceModel.Web.Extensions / Makefile
1 thisdir = class/System.ServiceModel.Web.Extensions
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.ServiceModel.Web.Extensions.dll
6 LIB_MCS_FLAGS = -r:System.dll -r:System.Xml.dll -r:System.Runtime.Serialization.dll -r:System.ServiceModel.dll -r:System.Core.dll -r:System.ServiceModel.Web.dll
7
8 ifeq (2.1, $(FRAMEWORK_VERSION))
9 LIB_MCS_FLAGS += /r:System.Xml.Serialization.dll /r:System.Net.dll
10 endif
11
12 ifneq (2.1, $(FRAMEWORK_VERSION))
13 LIB_MCS_FLAGS += /r:System.Configuration.dll
14 endif
15
16 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
17
18 EXTRA_DISTFILES = $(RESOURCE_FILES)
19
20 VALID_PROFILE := $(filter 2.1, $(FRAMEWORK_VERSION))
21 ifndef VALID_PROFILE
22 LIBRARY_NAME = dummy-System.ServiceModel.Web.Extensions.dll
23 NO_INSTALL = yes
24 NO_SIGN_ASSEMBLY = yes
25 endif
26
27 include ../../build/library.make