Merge pull request #1896 from meum/patch-1
[mono.git] / mcs / class / System.Web / Test / TestMonoWeb / Makefile
1 thisdir = class/System.Web/Test/TestMonoWeb
2 SUBDIRS = 
3 include ../../../../build/rules.make
4
5 LOCAL_MCS_FLAGS = /nowarn:0168 /nowarn:0162 /unsafe \
6  /r:System.dll /r:System.Web.dll \
7  /r:System.Drawing.dll /r:System.Xml.dll
8
9 all-local install-local uninstall-local doc-update-local csproj-local:
10
11 # it doesn't compile for me.
12 # test-local: TestMonoWeb.exe
13
14 test-local:
15
16 # ??? What do we run here?
17
18 run-test-local run-test-ondotnet-local:
19
20 clean-local:
21         rm -f *.exe
22
23 sources = \
24         AsyncHandler.cs         \
25         AsyncModule.cs          \
26         AsyncOperation.cs       \
27         SyncHandler.cs          \
28         SyncModule.cs           \
29         Test1.cs
30
31 DISTFILES = $(sources) README
32
33 dist-local: dist-default
34
35 # The thingie
36
37 TestMonoWeb.exe: $(sources)
38         $(CSCOMPILE) /target:exe /out:$@ $(sources)