2007-10-17 Geoff Norton <gnorton@novell.com>
[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: $(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         default \
22         net_2_0_bootstrap \
23         net_2_0 \
24         net_2_1 \
25         net_1_0
26
27 COMMON_SRCS = \
28         Consts.cs.in                    \
29         Locale.cs                       \
30         MonoTODOAttribute.cs
31
32 DISTFILES = \
33         README.makefiles                \
34         README.platforms                \
35         README.configury                \
36         config-default.make             \
37         corcompare.make                 \
38         corcompare-api.xsl              \
39         executable.make                 \
40         library.make                    \
41         rules.make                      \
42         $(COMMON_SRCS:%=common/%)       \
43         $(PLATFORMS:%=platforms/%.make) $(PROFILES:%=profiles/%.make)
44
45 dist-local: dist-default
46