[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce dupli...
[mono-project.git] / mcs / class / Facades / System.Threading.Tasks / Makefile
blob824f75b61e2fcbcdbd8b6310c37389fdb77a200f
1 MCS_BUILD_DIR = ../../../build
3 thisdir = class/Facades/System.Threading.Tasks
4 SUBDIRS =
5 include $(MCS_BUILD_DIR)/rules.make
7 LIBRARY_SUBDIR = Facades
8 LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
10 LIBRARY = System.Threading.Tasks.dll
12 KEY_FILE = ../../msfinal.pub
13 SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
14 LIB_REFS = System.Core
15 LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib
17 PLATFORM_DEBUG_FLAGS =
19 NO_TEST = yes
21 include $(MCS_BUILD_DIR)/library.make