]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/stepmake.make
* cygwin/changelog:
[lilypond.git] / make / stepmake.make
index e860f1fb83ec392b72838130672eaa391ee27504..dee7d048351c3dd8bbd3c5ca873866f1c4831d92 100644 (file)
@@ -1,15 +1,7 @@
 # make/Stepmake.make
 
-
-all: foe
-
-foe:
-       @echo one=.$(shell cd $(builddir); pwd).
-       @echo two=.$(shell cd $(depth); pwd).
-
 include $(depth)/make/toplevel-version.make
 
-
 # Use alternate configurations alongside eachother:
 #
 #     ./configure --enable-config=debug
@@ -34,12 +26,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
 
@@ -49,9 +41,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