Style
[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_MCS_FLAGS = \
10                 /nowarn:414,169,67,3005,436 \
11                 /unsafe \
12                 /r:System.dll \
13                 /r:System.Xml.dll \
14                 /r:System.Configuration.dll \
15                 /r:../lib/net_3_0/System.Runtime.Serialization.dll \
16                 /r:System.Security.dll \
17                 /r:../lib/net_3_0/System.IdentityModel.dll \
18                 /r:../lib/net_3_0/System.IdentityModel.Selectors.dll \
19                 /r:../lib/net_3_0/System.ServiceModel.dll \
20                 /r:System.Transactions.dll \
21                 /r:System.Web.dll \
22                 /r:System.Web.Services.dll \
23                 /r:Mono.Security.dll \
24                 $(RESOURCE_FILES:%=/resource:%)
25
26 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
27
28 TEST_EXT_RESOURCES = \
29                 Test/resources/managed.xml \
30                 Test/resources/rupert.crds \
31                 Test/resources/rupert.xml
32
33 EXTRA_DISTFILES = $(RESOURCE_FILES) $(TEST_EXT_REOURCES)
34
35 # This is a WinFX only assembly
36 VALID_PROFILE := $(filter net_3_0, $(PROFILE))
37 ifndef VALID_PROFILE
38 LIBRARY_NAME = dummy-Mono.ServiceModel.IdentitySelectors.dll
39 NO_INSTALL = yes
40 NO_SIGN_ASSEMBLY = yes
41 NO_TEST = yes
42 endif
43
44 include ../../build/library.make