[SRE] Improved token fixups processing.
[mono.git] / mcs / class / System.IdentityModel.Selectors / Makefile
1 thisdir = class/System.IdentityModel.Selectors
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.IdentityModel.Selectors.dll
6 LIB_REFS = System System.Xml System.Security System.Runtime.Serialization System.IdentityModel
7 LIB_MCS_FLAGS = /d:NET_3_0
8
9 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
10
11 EXTRA_DISTFILES =
12
13 VALID_PROFILE := $(filter net_4_5 xammac_net_4_5, $(PROFILE))
14 ifndef VALID_PROFILE
15 LIBRARY_NAME = dummy-System.IdentityModel.Selectors.dll
16 NO_INSTALL = yes
17 NO_SIGN_ASSEMBLY = yes
18 NO_TEST = yes
19 endif
20
21 include ../../build/library.make