Merge pull request #1603 from iainx/coverage-null-protect
[mono.git] / mcs / class / System.Runtime.Caching / Makefile
1 thisdir = class/System.Runtime.Caching
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Runtime.Caching.dll
6 LIB_REFS = System System.Data System.Configuration System.Core
7 LIB_MCS_FLAGS = -r:System.dll \
8                 -r:System.Data.dll \
9                 -r:System.Configuration.dll \
10                 -r:System.Core.dll
11
12 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
13
14 EXTRA_DISTFILES = $(RESOURCE_FILES)
15
16 VALID_PROFILE := $(filter 4, $(FRAMEWORK_VERSION_MAJOR))
17 ifndef VALID_PROFILE
18 LIBRARY_NAME = dummy-System.Runtime.Caching.dll
19 NO_INSTALL = yes
20 NO_SIGN_ASSEMBLY = yes
21 NO_TEST = yes
22 endif
23
24 include ../../build/library.make