Allow targets from imported projects to be overridden.
[mcs.git] / class / System.IdentityModel / Makefile
blobda40b0c67a81126ff31eabea87b82c047592d011
1 thisdir = class/System.IdentityModel
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.IdentityModel.dll
6 LIB_MCS_FLAGS = \
7 /d:NET_3_0 \
8 /r:System.dll \
9 /r:System.Xml.dll \
10 /r:System.Security.dll \
11 /r:System.Web.dll \
12 /r:Mono.Security.dll \
13 /r:System.Runtime.Serialization.dll
15 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
17 EXTRA_DISTFILES = \
18 Test/Resources/test.cer \
19 Test/Resources/test.pfx \
20 Test/Resources/test2.pfx
22 VALID_PROFILE := $(filter net_2_0 net_4_0, $(PROFILE))
23 ifndef VALID_PROFILE
24 LIBRARY_NAME = dummy-System.IdentityModel.dll
25 NO_INSTALL = yes
26 NO_SIGN_ASSEMBLY = yes
27 NO_TEST = yes
28 endif
30 include ../../build/library.make