X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fstepmake.make;h=604341be638c6b0d0ec55ed27a599ae38e6b26c8;hb=1cbd558eea13d742beae758fb6031a630a84ae07;hp=6ca2126168d234aaf06abc6bb1619b0cf0bbed26;hpb=078703a6ab29f75983a55ac2cc35fe5f315da574;p=lilypond.git diff --git a/make/stepmake.make b/make/stepmake.make index 6ca2126168..604341be63 100644 --- a/make/stepmake.make +++ b/make/stepmake.make @@ -30,13 +30,10 @@ $(MAKE_TARGETS): scons scons: @echo "warning: $(SCONS_USER) detected, rerouting to scons" cd $(depth) && scons $(here) $(MAKECMDGOALS) - false + false endif endif -include $(depth)/make/toplevel-version.make -MICRO_VERSION=$(PATCH_LEVEL) -BUILD_VERSION=1 # Use alternate configurations alongside eachother: # @@ -71,9 +68,22 @@ outroot=. include $(config_make) +include $(depth)/make/toplevel-version.make + +# +# suggested settings +# +# CPU_COUNT=2 ## for SMP/Multicore machine +# +-include $(depth)/local.make + +MICRO_VERSION=$(PATCH_LEVEL) +BUILD_VERSION=1 + + outdir=$(outroot)/$(outbase) -# why not generic ?? +# why not generic ?? config_h=$(top-build-dir)/config$(CONFIGSUFFIX).hh # The outdir that was configured for: best guess to find binaries @@ -85,7 +95,7 @@ stepdir = $(stepmake)/stepmake # for stepmake package # stepdir = $(depth)/stepmake -STEPMAKE_TEMPLATES := generic $(STEPMAKE_TEMPLATES) +STEPMAKE_TEMPLATES := generic $(STEPMAKE_TEMPLATES) LOCALSTEPMAKE_TEMPLATES:= generic $(LOCALSTEPMAKE_TEMPLATES) # Don't try to outsmart us, you puny computer! @@ -107,11 +117,11 @@ all: include $(addprefix $(stepdir)/,$(addsuffix -vars.make, $(STEPMAKE_TEMPLATES))) -# ugh. need to do this because of PATH :=$(top-src-dir)/..:$(PATH) -include $(addprefix $(depth)/make/,$(addsuffix -vars.make, $(LOCALSTEPMAKE_TEMPLATES))) +# ugh. need to do this because of PATH :=$(top-src-dir)/..:$(PATH) +include $(addprefix $(depth)/make/,$(addsuffix -vars.make, $(LOCALSTEPMAKE_TEMPLATES))) -include $(addprefix $(depth)/make/,$(addsuffix -rules.make, $(LOCALSTEPMAKE_TEMPLATES))) -include $(addprefix $(stepdir)/,$(addsuffix -rules.make, $(STEPMAKE_TEMPLATES))) -include $(addprefix $(depth)/make/,$(addsuffix -targets.make, $(LOCALSTEPMAKE_TEMPLATES))) -include $(addprefix $(stepdir)/,$(addsuffix -targets.make, $(STEPMAKE_TEMPLATES))) +include $(addprefix $(depth)/make/,$(addsuffix -rules.make, $(LOCALSTEPMAKE_TEMPLATES))) +include $(addprefix $(stepdir)/,$(addsuffix -rules.make, $(STEPMAKE_TEMPLATES))) +include $(addprefix $(depth)/make/,$(addsuffix -targets.make, $(LOCALSTEPMAKE_TEMPLATES))) +include $(addprefix $(stepdir)/,$(addsuffix -targets.make, $(STEPMAKE_TEMPLATES)))