2009-09-02 Jb Evain <jbevain@novell.com>
[mcs.git] / build / Makefile
blobe6df754547ea2af5b75abf97fe0bfbef80062ed2
1 thisdir = build
2 SUBDIRS =
3 include ../build/rules.make
5 BUILT_FILES = common/Consts.cs
7 all-local install-local test-local run-test-local run-test-ondotnet-local uninstall-local doc-update-local: $(BUILT_FILES)
8 @:
10 clean-local:
11 -rm -f $(BUILT_FILES) deps/*
13 common/Consts.cs: common/Consts.cs.in $(wildcard config.make)
14 test -n '$(MONO_VERSION)'
15 sed -e 's,@''MONO_VERSION@,$(MONO_VERSION),' $< > $@
17 PLATFORMS = darwin 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 net_4_0_bootstrap \
30 net_4_0
32 COMMON_SRCS = \
33 Consts.cs.in \
34 Locale.cs \
35 MonoTODOAttribute.cs
37 DISTFILES = \
38 README.makefiles \
39 README.platforms \
40 README.configury \
41 config-default.make \
42 corcompare.make \
43 corcompare-api.xsl \
44 executable.make \
45 library.make \
46 nunit-summary.xsl \
47 rules.make \
48 tests.make \
49 $(COMMON_SRCS:%=common/%) \
50 $(PLATFORMS:%=platforms/%.make) $(PROFILES:%=profiles/%.make)
52 dist-local: dist-default