...and they also need EXTRA_DISTFILES for tarballs.
[mono-project.git] / mcs / class / System.Reactive.Debugger / Makefile
blobe62c349586162e7afca554fccf094892033a4b22
1 thisdir = class/System.Reactive.Debugger
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.Reactive.Debugger.dll
6 LIB_MCS_FLAGS = \
7 @more_build_args \
8 -r:System.dll \
9 -r:System.Core.dll \
10 -r:System.Reactive.Interfaces.dll \
11 -r:System.Reactive.Core.dll \
12 -r:System.Reactive.Linq.dll
14 ifeq (2.1, $(FRAMEWORK_VERSION))
15 LIB_MCS_FLAGS += -d:NO_TASK_DELAY
16 endif
18 NET_4_5 := $(filter 4.5, $(FRAMEWORK_VERSION))
19 ifdef NET_4_5
20 LIB_MCS_FLAGS += -d:HAS_EDI -d:PREFERASYNC -d:PREFER_ASYNC
21 endif
23 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
25 EXTRA_DISTFILES = more_build_args
27 VALID_PROFILE := $(filter 2 4, $(FRAMEWORK_VERSION_MAJOR))
28 ifndef VALID_PROFILE
29 LIBRARY_NAME = dummy-System.System.Reactive.Debugger.dll
30 NO_INSTALL = yes
31 endif
33 NO_SIGN_ASSEMBLY = yes
34 NO_TEST = yes
36 include ../../build/library.make