(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System.Web / Test / TestMonoWeb / Makefile
blob20dac100f5cafa2d6b9657532ea692c3e6a2a6eb
1 thisdir = class/System.Web/Test/TestMonoWeb
2 SUBDIRS =
3 include ../../../../build/rules.make
5 LOCAL_MCS_FLAGS = /nowarn:0168 /nowarn:0162 /unsafe \
6 /noconfig /r:System.dll /r:System.Web.dll \
7 /r:System.Drawing.dll /r:System.Xml.dll
9 all-local install-local uninstall-local:
11 # it doesn't compile for me.
12 # test-local: TestMonoWeb.exe
14 test-local:
16 # ??? What do we run here?
18 run-test-local:
20 clean-local:
21 rm -f *.exe
23 sources = \
24 AsyncHandler.cs \
25 AsyncModule.cs \
26 AsyncOperation.cs \
27 SyncHandler.cs \
28 SyncModule.cs \
29 Test1.cs
31 DISTFILES = $(sources) README
33 dist-local: dist-default
35 # The thingie
37 TestMonoWeb.exe: $(sources)
38 $(CSCOMPILE) /target:exe /out:$@ $(sources)