Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / class / Mono.ServiceModel.IdentitySelectors / Makefile
1 thisdir = class/Mono.ServiceModel.IdentitySelectors
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 RESOURCE_FILES = \
6                 resources/schemas-xmlsoap-or-ws-2005-05-identity.rnc
7
8 LIBRARY = Mono.ServiceModel.IdentitySelectors.dll
9 LIB_REFS = System System.Xml System.Configuration System.Security System.Transactions System.Web System.Web.Services Mono.Security
10 KEYFILE = ../mono.pub
11 LIB_MCS_FLAGS = \
12                 /nowarn:414,169,67,3005,436 \
13                 /unsafe \
14                 $(RESOURCE_FILES:%=/resource:%)
15
16 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
17
18 TEST_EXT_RESOURCES = \
19                 Test/resources/managed.xml \
20                 Test/resources/rupert.crds \
21                 Test/resources/rupert.xml
22
23 EXTRA_DISTFILES = $(RESOURCE_FILES) $(TEST_EXT_REOURCES)
24
25 # This is a WinFX only assembly
26 VALID_PROFILE := $(filter net_3_0, $(PROFILE))
27 ifndef VALID_PROFILE
28 LIBRARY_NAME = dummy-Mono.ServiceModel.IdentitySelectors.dll
29 NO_INSTALL = yes
30 NO_SIGN_ASSEMBLY = yes
31 NO_TEST = yes
32 endif
33
34 include ../../build/library.make