Makefile: Use xsp.vsdisco instead of xsp.disco.
[mono.git] / mcs / class / System.Web.Services / Test / standalone / Makefile
1 MCS=mcs -g
2 sourcefile = proxies.sources
3
4 %.dll: %.cs
5         $(MCS) /r:System.Web.dll /target:library $<
6
7 all: tools update gen proxies tests
8
9 tools: wstest.exe
10
11 proxies: proxies.dll
12
13 wstest.exe: wstest.cs
14         $(MCS) wstest.cs /r:System.Web.Services.dll
15         
16 clean:
17         rm -f *.dll *.exe *~ *.pdb
18         rm error/*
19
20 proxies.dll:
21         $(MCS) /r:System.Web.Services.dll /target:library -out:proxies.dll @proxies.sources
22
23 tests: proxies
24         $(MCS) /r:proxies.dll /r:System.Web.Services.dll /r:NUnit.Framework.dll /target:library -out:testclient.dll @client.sources WebServiceTest.cs
25
26 update:
27         mono --debug wstest.exe ur http://www.xmethods.net/default.disco wsdl.ignore
28         mono --debug wstest.exe ur http://localhost:8080/xsp.vsdisco
29
30 gen:
31         mono --debug wstest.exe gp
32         mono --debug wstest.exe gc
33
34 regen:
35         mono --debug wstest.exe gp all
36
37 cls:
38         mono --debug wstest.exe clean