Merge pull request #1900 from esdrubal/cyclic-ref
[mono-project.git] / mcs / build / Makefile
blobe6d2d0a68afacb7f7ae7b6d2aa6402fc0707c015
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 csproj-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 build \
21 binary_reference_assemblies \
22 net_4_5 \
23 xbuild_12 \
24 xbuild_14
26 COMMON_SRCS = \
27 Consts.cs.in \
28 Locale.cs \
29 MonoTODOAttribute.cs \
30 basic-profile-check.cs \
31 SR.cs
33 DISTFILES = \
34 README.makefiles \
35 README.platforms \
36 README.configury \
37 config-default.make \
38 corcompare.make \
39 corcompare-api.xsl \
40 executable.make \
41 gensources.sh \
42 library.make \
43 nunit-summary.xsl \
44 rules.make \
45 tests.make \
46 $(COMMON_SRCS:%=common/%) \
47 $(PLATFORMS:%=platforms/%.make) $(PROFILES:%=profiles/%.make)
49 dist-local: dist-default