* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / Mono.Security / Test / tools / mutual / Makefile
1 thisdir = class/Mono.Security/Test/tools/mutual
2 SUBDIRS = 
3 include ../../../../../build/rules.make
4
5 LOCAL_MCS_FLAGS = /r:System.dll /r:Mono.Security.dll
6
7 all-local install-local uninstall-local:
8
9 test-local:
10
11 # ??? What do we run here?
12
13 run-test-local:
14
15 clean-local:
16         rm -f *.exe *.pdb *.mdb
17
18 sources = mutual.cs
19
20 DISTFILES = $(sources) ca.pem client.p12 client.pem server_cert.pem \
21         server_key.pem server.sh README
22
23 dist-local: dist-default
24
25 all: mutual.exe
26
27 mutual.exe: mutual.cs
28         $(CSCOMPILE) /target:exe /out:$@ $^