[utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742)
[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 KEYFILE = ../msfinal.pub
8 LIB_MCS_FLAGS = -nowarn:414
9
10 RESX_RESOURCE_STRING = \
11         ../referencesource/System.Runtime.Caching/R.resx
12
13 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
14
15 EXTRA_DISTFILES = $(RESOURCE_FILES)
16
17 VALID_PROFILE := $(filter 4, $(FRAMEWORK_VERSION_MAJOR))
18 ifndef VALID_PROFILE
19 LIBRARY_NAME = dummy-System.Runtime.Caching.dll
20 NO_INSTALL = yes
21 NO_SIGN_ASSEMBLY = yes
22 NO_TEST = yes
23 endif
24
25 include ../../build/library.make