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
)
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
49 $(COMMON_SRCS
:%=common
/%) \
50 $(PLATFORMS
:%=platforms
/%.make
) $(PROFILES
:%=profiles
/%.make
)
52 dist-local
: dist-default