fix for different results message
[mono.git] / mcs / build / Makefile
1 thisdir = build
2 SUBDIRS = 
3 include ../build/rules.make
4
5 all-local install-local test-local run-test-local run-test-ondotnet-local uninstall-local:
6         @:
7
8 clean-local:
9         -rm -f deps/*
10
11 PLATFORMS = linux win32
12 PROFILES = \
13         basic net_1_1_bootstrap default net_2_0_bootstrap net_2_0 \
14         atomic net_1_0
15
16 DISTFILES = \
17         README.makefiles                \
18         README.platforms                \
19         README.configury                \
20         config-default.make             \
21         executable.make                 \
22         library.make                    \
23         rules.make                      \
24         common/Locale.cs                \
25         common/MonoTODOAttribute.cs     \
26         $(PLATFORMS:%=platforms/%.make) $(PROFILES:%=profiles/%.make)
27
28 dist-local: dist-default
29         $(MKINSTALLDIRS) $(distdir)/deps