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