2009-01-22 Zoltan Varga <vargaz@gmail.com>
[mcs.git] / class / Mono.Web / Makefile
blobe1f565ca1e81cc99164701b1b492fd9814152904
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_bootstrap net_2_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