last merge 100420:100549
[mono.git] / mcs / tools / compiler-tester / Makefile
1 thisdir = tools/compiler-tester
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 PROGRAM = $(topdir)/class/lib/$(PROFILE)/compiler-tester.exe
6 NO_INSTALL = yes
7
8 LOCAL_MCS_FLAGS = /r:System.Xml
9
10 ifeq (net_2_1, $(PROFILE))
11
12 all-local: $(PROGRAM)
13 clean-local:
14         rm -f $(PROGRAM)
15
16 $(PROGRAM): $(dir $(PROGRAM))/.stamp
17 $(PROGRAM): $(topdir)/class/lib/net_2_1_raw/compiler-tester.exe
18         cp $< $@
19
20 dist-local: dist-default
21 install-local uninstall-local test-local run-test-local run-test-ondotnet-local: ; @:
22
23 else
24
25 include $(topdir)/build/executable.make
26
27 endif