2009-09-03 Jb Evain <jbevain@novell.com>
[mcs.git] / class / Mono.Web / Makefile
blobd69422eeeb478ad44cff9add5977e278020ed68d
1 thisdir = class/Mono.Web
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = Mono.Web.dll
7 NO_TEST = yes
9 # This is a .NET 2.0+ only assembly
10 VALID_PROFILE := $(filter net_2_0 net_4_0, $(PROFILE))
11 ifdef VALID_PROFILE
13 LIB_MCS_FLAGS = -r:$(corlib) \
14 -r:System.dll \
15 -r:System.Xml.dll \
16 -r:System.Web.dll \
17 -r:System.Configuration.dll
19 else
20 LIBRARY_NAME = dummy-Mono.Web.dll
21 NO_INSTALL = yes
22 NO_SIGN_ASSEMBLY = yes
23 NO_TEST = yes
24 endif
26 include ../../build/library.make