Use ObjectPool in SplitOrderedList
[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_MCS_FLAGS = -r:System.dll -r:System.Xml.dll -r:System.Runtime.Serialization.dll -r:System.Core.dll -r:System.Xml.Linq.dll
7
8 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
9
10 EXTRA_DISTFILES = $(RESOURCE_FILES)
11
12 VALID_PROFILE := $(filter 2.0 4.0, $(FRAMEWORK_VERSION))
13 ifndef VALID_PROFILE
14 LIBRARY_NAME = dummy-System.Runtime.DurableInstancing.dll
15 NO_INSTALL = yes
16 NO_SIGN_ASSEMBLY = yes
17 endif
18
19 include ../../build/library.make