update readme (#21797)
[mono-project.git] / mcs / class / System.Reactive.Interfaces / Makefile
blob9edbd350a13fb4da429e85fbf6db51b1067082f7
1 thisdir = class/System.Reactive.Interfaces
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.Reactive.Interfaces.dll
6 LIB_REFS = System System.Core
7 KEYFILE = ../reactive.pub
8 LIB_MCS_FLAGS = -d:SIGNED -delaysign
10 ifeq (2.1, $(FRAMEWORK_VERSION))
11 LIB_MCS_FLAGS += -d:NO_TASK_DELAY -d:HAS_AWAIT
12 endif
14 NET_4_5 := $(filter 4.5, $(FRAMEWORK_VERSION))
15 ifdef NET_4_5
16 LIB_MCS_FLAGS += -d:HAS_EDI -d:PREFERASYNC -d:PREFER_ASYNC -d:HAS_AWAIT
17 endif
19 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
21 EXTRA_DISTFILES =
23 INSTALL_PROFILE := $(filter net_4_x, $(PROFILE))
24 ifndef INSTALL_PROFILE
25 NO_INSTALL = yes
26 endif
28 NO_TEST = yes
30 include ../../build/library.make