importing messaging-2008 branch to trunk [continued]
[mono.git] / mcs / build / Makefile
1 thisdir = build
2 SUBDIRS = 
3 include ../build/rules.make
4
5 BUILT_FILES = common/Consts.cs
6
7 all-local install-local test-local run-test-local run-test-ondotnet-local uninstall-local doc-update-local: $(BUILT_FILES)
8         @:
9
10 clean-local:
11         -rm -f $(BUILT_FILES) deps/*
12
13 common/Consts.cs: common/Consts.cs.in $(wildcard config.make)
14         test -n '$(MONO_VERSION)'
15         sed -e 's,@''MONO_VERSION@,$(MONO_VERSION),' $< > $@
16
17 PLATFORMS = linux win32
18 PROFILES = \
19         basic \
20         net_1_1_bootstrap \
21         net_1_1 \
22         net_2_0_bootstrap \
23         net_2_0 \
24         net_2_1_bootstrap \
25         net_2_1_raw \
26         net_2_1 \
27         net_1_0 \
28         net_3_5
29
30 COMMON_SRCS = \
31         Consts.cs.in                    \
32         Locale.cs                       \
33         MonoTODOAttribute.cs
34
35 DISTFILES = \
36         README.makefiles                \
37         README.platforms                \
38         README.configury                \
39         config-default.make             \
40         corcompare.make                 \
41         corcompare-api.xsl              \
42         executable.make                 \
43         library.make                    \
44         nunit-summary.xsl               \
45         rules.make                      \
46         $(COMMON_SRCS:%=common/%)       \
47         $(PLATFORMS:%=platforms/%.make) $(PROFILES:%=profiles/%.make)
48
49 dist-local: dist-default
50