]> git.donarmstrong.com Git - lilypond.git/blob - make/Stepmake.make
release: 1.0.2
[lilypond.git] / 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
21 # ugh. 
22 $(depth)/$(configuration).make: $(depth)/configure
23         @echo "**************************************"
24         @echo "configure changed! You should probably reconfigure manually."
25         @echo "**************************************"
26         (cd $(depth); ./config.status)