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
)
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
32 MonoTODOAttribute.cs \
33 basic-profile-check.cs
48 $(COMMON_SRCS
:%=common
/%) \
49 $(PLATFORMS
:%=platforms
/%.make
) $(PROFILES
:%=profiles
/%.make
)
51 dist-local
: dist-default