svn path=/branches/mono-1-1-9/mono/; revision=51217
[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 COMMON_SRCS = \
17         Consts.cs                       \
18         Consts.cs.in                    \
19         Locale.cs                       \
20         MonoTODOAttribute.cs            \
21         TestConfiguration.cs
22
23 DISTFILES = \
24         README.makefiles                \
25         README.platforms                \
26         README.configury                \
27         config-default.make             \
28         executable.make                 \
29         library.make                    \
30         rules.make                      \
31         $(COMMON_SRCS:%=common/%)       \
32         $(PLATFORMS:%=platforms/%.make) $(PROFILES:%=profiles/%.make)
33
34 dist-local: dist-default
35         $(MKINSTALLDIRS) $(distdir)/deps