2009-05-21 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Web.Abstractions / Makefile
1 thisdir = class/System.Web.Abstractions
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Web.Abstractions.dll
6 LIB_MCS_FLAGS = \
7                 /r:System.dll \
8                 /r:System.Core.dll \
9                 /r:System.Web.dll
10
11 ifeq (2.0, $(FRAMEWORK_VERSION))
12 # This is a .NET 3.5 only assembly, but built during the 2.0 build
13 LIB_MCS_FLAGS += -d:NET_3_5
14 endif
15
16 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
17
18 EXTRA_DISTFILES =
19
20 ifneq (net_2_0, $(PROFILE))
21 LIBRARY_NAME = dummy-System.Web.Abstractions.dll
22 NO_INSTALL = yes
23 NO_SIGN_ASSEMBLY = yes
24 NO_TEST = yes
25 endif
26
27 include ../../build/library.make