Merge pull request #3240 from alexanderkyte/aot_compiler_leaks
[mono.git] / mcs / class / Facades / System.ServiceModel.Primitives / Makefile
1 MCS_BUILD_DIR = ../../../build
2
3 thisdir = class/Facades/System.ServiceModel.Primitives
4 SUBDIRS = 
5 include $(MCS_BUILD_DIR)/rules.make
6
7 LIBRARY_SUBDIR = Facades
8 LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
9
10 LIBRARY = System.ServiceModel.Primitives.dll
11
12 KEY_FILE = ../../msfinal.pub
13 SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
14 LIB_REFS = System System.ServiceModel System.Xml Facades/System.Security.Cryptography.X509Certificates
15
16 ifneq (2.1, $(FRAMEWORK_VERSION))
17 LIB_REFS += System.IdentityModel
18 endif
19
20 LIB_MCS_FLAGS = $(SIGN_FLAGS) 
21
22 PLATFORM_DEBUG_FLAGS =
23
24 NO_TEST = yes
25
26 include $(MCS_BUILD_DIR)/library.make
27
28