[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce dupli...
[mono-project.git] / mcs / class / System.Web.Abstractions / Makefile
blobbf8cbe5d8e4d91c3c41fe4366fd5415ce5b4d9ab
1 thisdir = class/System.Web.Abstractions
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.Web.Abstractions.dll
6 LIB_REFS = System System.Core System.Web
7 LIB_MCS_FLAGS =
9 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
11 EXTRA_DISTFILES =
13 # This is a .NET 3.5+ assembly
14 VALID_PROFILE := $(filter net_4_5, $(PROFILE))
15 ifndef VALID_PROFILE
16 LIBRARY_NAME = dummy-System.Web.Abstractions.dll
17 NO_INSTALL = yes
18 NO_SIGN_ASSEMBLY = yes
19 NO_TEST = yes
20 endif
22 include ../../build/library.make