]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/make/Stepmake.make
release: 1.0.2
[lilypond.git] / stepmake / make / Stepmake.make
1 # make/Stepmake.make
2
3 include $(depth)/make/Toplevel_version.make
4
5 # Don't try to outsmart us, you puny computer!
6 ifeq (0,${MAKELEVEL})
7   MAKE:=$(MAKE) --no-builtin-rules
8 endif
9
10 ifndef config
11   configuration=config
12 else
13   configuration=config-$(config)
14 endif
15
16 include $(depth)/$(configuration).make
17
18 stepdir = $(depth)/$(stepmake)/stepmake
19 -include $(stepdir)/Include.make
20