2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / build / Makefile
blobb22890b2c6dc17a246be24512f211fc2683f63b1
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: $(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 = linux win32
18 PROFILES = \
19 basic net_1_1_bootstrap default net_2_0_bootstrap net_2_0 \
20 atomic net_1_0
22 COMMON_SRCS = \
23 Consts.cs.in \
24 Locale.cs \
25 MonoTODOAttribute.cs
27 DISTFILES = \
28 README.makefiles \
29 README.platforms \
30 README.configury \
31 config-default.make \
32 executable.make \
33 library.make \
34 rules.make \
35 $(COMMON_SRCS:%=common/%) \
36 $(PLATFORMS:%=platforms/%.make) $(PROFILES:%=profiles/%.make)
38 dist-local: dist-default
39 $(MKINSTALLDIRS) $(distdir)/deps