2010-04-08 Jb Evain <jbevain@novell.com>
[mcs.git] / tools / compiler-tester / Makefile
blob062bc5acaa6bd6e2badb291eff5d483546c392fa
1 thisdir = tools/compiler-tester
2 SUBDIRS =
3 include ../../build/rules.make
5 PROGRAM = $(topdir)/class/lib/$(PROFILE)/compiler-tester.exe
6 NO_INSTALL = yes
8 ifeq (moonlight, $(PROFILE))
10 all-local: $(PROGRAM)
11 clean-local:
12 rm -f $(PROGRAM)
14 $(PROGRAM): $(dir $(PROGRAM))/.stamp
15 $(PROGRAM): $(topdir)/class/lib/moonlight_raw/compiler-tester.exe
16 cp $< $@
18 dist-local: dist-default
19 install-local uninstall-local test-local run-test-local run-test-ondotnet-local: ; @:
21 else
23 include $(topdir)/build/executable.make
25 endif