[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce dupli...
[mono-project.git] / mcs / class / Mono.ServiceModel.IdentitySelectors / Makefile
blob42f1432b07bb825c527f1d5488d6caaf0c6fd725
1 thisdir = class/Mono.ServiceModel.IdentitySelectors
2 SUBDIRS =
3 include ../../build/rules.make
5 RESOURCE_FILES = \
6 resources/schemas-xmlsoap-or-ws-2005-05-identity.rnc
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 LIB_MCS_FLAGS = \
11 /nowarn:414,169,67,3005,436 \
12 /unsafe \
13 $(RESOURCE_FILES:%=/resource:%)
15 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
17 TEST_EXT_RESOURCES = \
18 Test/resources/managed.xml \
19 Test/resources/rupert.crds \
20 Test/resources/rupert.xml
22 EXTRA_DISTFILES = $(RESOURCE_FILES) $(TEST_EXT_REOURCES)
24 # This is a WinFX only assembly
25 VALID_PROFILE := $(filter net_3_0, $(PROFILE))
26 ifndef VALID_PROFILE
27 LIBRARY_NAME = dummy-Mono.ServiceModel.IdentitySelectors.dll
28 NO_INSTALL = yes
29 NO_SIGN_ASSEMBLY = yes
30 NO_TEST = yes
31 endif
33 include ../../build/library.make