removed TARGET_JVM
[mono.git] / mcs / class / System.Web.Extensions / Makefile
1 thisdir = class/System.Web.Extensions
2 SUBDIRS = Test
3 include ../../build/rules.make
4
5 LIBRARY = System.Web.Extensions.dll
6
7 RESOURCE_FILES= \
8         ../MicrosoftAjaxLibrary/System.Web.Extensions/1.0.61025.0/MicrosoftAjax.debug.js        \
9         ../MicrosoftAjaxLibrary/System.Web.Extensions/1.0.61025.0/MicrosoftAjax.js              \
10         ../MicrosoftAjaxLibrary/System.Web.Extensions/1.0.61025.0/MicrosoftAjaxTimer.debug.js   \
11         ../MicrosoftAjaxLibrary/System.Web.Extensions/1.0.61025.0/MicrosoftAjaxTimer.js         \
12         ../MicrosoftAjaxLibrary/System.Web.Extensions/1.0.61025.0/MicrosoftAjaxWebForms.debug.js\
13         ../MicrosoftAjaxLibrary/System.Web.Extensions/1.0.61025.0/MicrosoftAjaxWebForms.js
14
15 LIB_MCS_FLAGS = \
16         -unsafe \
17         -define:SYSTEM_WEB_EXTENSIONS   \
18         -r:$(corlib)                    \
19         -r:System.dll                   \
20         -r:System.Drawing.dll           \
21         -r:System.Data.dll              \
22         -r:System.Xml.dll               \
23         -r:System.Web.dll               \
24         -r:System.Web.Services.dll      \
25         -r:System.Configuration.dll     \
26         -r:System.EnterpriseServices.dll \
27         $(OTHER_LIB_MCS_FLAGS) \
28         $(RESOURCE_FILES:%=/resource:%)
29
30 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -doc:$(test_lib:.dll=.xml)  -nowarn:219 -nowarn:169 $(NUNIT_RESOURCE_FILES:%=/resource:%)
31
32 EXTRA_DISTFILES = $(RESOURCE_FILES) 
33
34 include ../../build/library.make
35