[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce dupli...
[mono-project.git] / mcs / class / Mono.Parallel / Makefile
blobe2f587ed5e6b7ece3c9dcc9aaade968855c36736
1 thisdir = class/Mono.Parallel
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = Mono.Parallel.dll
7 include ../../build/library.make
9 TEST_MCS_FLAGS = /r:System.Core.dll
11 LIB_REFS += System.Core System
12 LIB_MCS_FLAGS += -d:INSIDE_MONO_PARALLEL -r:$(corlib)