]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/stepmake.make
Add '-dcrop' option to ps and svg backends
[lilypond.git] / make / stepmake.make
index 14d357cc8f40413ae0fec74343028509bf2ffc1b..1de2e2b2d0df4ab0ba60b5888b31168cb361bc01 100644 (file)
@@ -69,6 +69,14 @@ 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
 
@@ -100,6 +108,9 @@ ifeq ($(BUILTINS_REMOVED),)
 endif
 .SUFFIXES:
 
+# Keep this empty to prevent make from removing intermediate files.
+.SECONDARY:
+
 all:
 
 -include $(addprefix $(depth)/make/,$(addsuffix -inclusions.make, $(LOCALSTEPMAKE_TEMPLATES)))