merge -r 58784:58785
[mono.git] / mcs / class / Mono.Security / Test / tools / tlstest / Makefile
1 thisdir = class/Mono.Security/Test/tools/tlstest
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
17
18 sources = tlstest.cs tlsmulti.cs tlsasync.cs tlssave.cs
19
20 DISTFILES = $(sources)
21
22 dist-local: dist-default
23
24 all: tlstest.exe tlsmulti.exe tlsasync.exe tlssave.exe
25
26 tlstest.exe: tlstest.cs
27         $(CSCOMPILE) /target:exe /out:$@ $^
28
29 tlsmulti.exe: tlsmulti.cs
30         $(CSCOMPILE) /target:exe /out:$@ $^
31
32 tlsasync.exe: tlsasync.cs
33         $(CSCOMPILE) /target:exe /out:$@ $^
34
35 tlssave.exe: tlssave.cs
36         $(CSCOMPILE) /target:exe /out:$@ $^