[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / System.Runtime.DurableInstancing / Makefile
1 thisdir = class/System.Runtime.DurableInstancing
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Runtime.DurableInstancing.dll
6 LIB_REFS = System System.Xml System.Core System.Xml.Linq System.Transactions System.ServiceModel.Internals System.Runtime.Serialization
7 LIB_MCS_FLAGS =
8
9 ifdef MOBILE_PROFILE
10 KEYFILE = ../silverlight.pub
11 else
12 KEYFILE = ../winfx.pub
13 endif
14
15 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
16
17 EXTRA_DISTFILES = $(RESOURCE_FILES)
18
19 VALID_PROFILE := $(filter 2.0 4.0 4.5, $(FRAMEWORK_VERSION))
20 ifndef VALID_PROFILE
21 LIBRARY_NAME = dummy-System.Runtime.DurableInstancing.dll
22 NO_INSTALL = yes
23 NO_SIGN_ASSEMBLY = yes
24 endif
25
26 include ../../build/library.make