2004-02-23 Sebastien Pouliot <sebastien@ximian.com>
[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
19
20 DISTFILES = $(sources)
21
22 dist-local: dist-default
23
24 all: tlstest.exe
25
26 tlstest.exe: $(sources)
27         $(CSCOMPILE) /target:exe /out:$@ $(sources)