Allow schema files that are missing checksums on the !!SCHEMAMATIC line.
[versaplex.git] / wvdotnet / Makefile
blob04b2150a34556ede8f35eb19612c6a12efd4e7a2
1 WVDOTNET=.
2 include rules.mk
3 include monorules.mk
5 all: wv.dll
7 tests: all streamtest servtest httpservtest htmlgentest t/tests
9 PKGS += /r:System.Data /r:System.Web
11 servtest.exe: PKGS += /r:System.ServiceProcess /r:System.Configuration.Install
13 streamtest.exe servtest.exe httpservtest.exe htmlgentest.exe: wv.dll
15 wv.dll: assemblyinfo.cs \
16 wvutils.cs wvtest.cs wvdata.cs wvmoniker.cs wvurl.cs \
17 wvdbi.cs wvini.cs \
18 wveventer.cs wvbuf.cs \
19 wvstream.cs wvstreamstream.cs wvsockstream.cs \
20 wvloopback.cs wvlog.cs wvhexdump.cs \
21 wvextensions.cs wvweb.cs wvhtml.cs wvhttpserver.cs \
22 wvcsv.cs \
23 ndesk-options.cs mono-getline.cs
25 test: tests t/test
27 clean:: t/clean
28 rm -f *.pass servtest streamtest httpservtest htmlgentest