]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/stepmake.make
(sarabandeA):
[lilypond.git] / make / stepmake.make
index 5377d10533d4d8fb9273bc16dfc98f3dbac225c8..6b54d35c6034b5ff8001f1c4f6bcd01ce205c013 100644 (file)
@@ -1,7 +1,6 @@
 # make/Stepmake.make
 
 include $(depth)/make/toplevel-version.make
-
 # Use alternate configurations alongside eachother:
 #
 #     ./configure --enable-config=debug
@@ -26,12 +25,12 @@ else
 endif
 
 ifdef config
-  configuration=$(config)
+  config_make=$(config)
 else
   ifeq ($(builddir),)
-    configuration=$(depth)/config$(CONFIGSUFFIX).make
+    config_make=$(depth)/config$(CONFIGSUFFIX).make
   else
-    configuration=$(builddir)/config$(CONFIGSUFFIX).make
+    config_make=$(builddir)/config$(CONFIGSUFFIX).make
   endif
 endif
 
@@ -41,9 +40,11 @@ else
   outroot=$(builddir)/$(patsubst $(shell cd $(depth); pwd)%,%,$(pwd))
 endif
 
-include $(configuration)
+include $(config_make)
 
 outdir=$(outroot)/$(outbase)
+
+# why not generic ?? 
 config_h=$(builddir)/config$(CONFIGSUFFIX).h
 
 # The outdir that was configured for: best guess to find binaries