d46df268454428326dff800cee795250cb365896
[mono.git] / mcs / class / System.ServiceModel.Discovery / Makefile
1 thisdir = class/System.ServiceModel.Discovery
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.ServiceModel.Discovery.dll
6 LIB_REFS = System System.Xml System.Runtime.Serialization System.ServiceModel System.Core System.Xml.Linq
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 endif
13
14 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
15
16 EXTRA_DISTFILES = $(RESOURCE_FILES)
17
18 VALID_PROFILE := $(filter 2 4, $(FRAMEWORK_VERSION_MAJOR))
19 ifndef VALID_PROFILE
20 LIBRARY_NAME = dummy-System.ServiceModel.Discovery.dll
21 NO_INSTALL = yes
22 NO_SIGN_ASSEMBLY = yes
23 endif
24
25 include ../../build/library.make