]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.1
authorfred <fred>
Sun, 19 Jul 1998 12:37:43 +0000 (12:37 +0000)
committerfred <fred>
Sun, 19 Jul 1998 12:37:43 +0000 (12:37 +0000)
make/Stepmake.make [new file with mode: 0644]

diff --git a/make/Stepmake.make b/make/Stepmake.make
new file mode 100644 (file)
index 0000000..883b34e
--- /dev/null
@@ -0,0 +1,26 @@
+# make/Stepmake.make
+
+include $(depth)/make/Toplevel_version.make
+
+# Don't try to outsmart us, you puny computer!
+ifeq (0,${MAKELEVEL})
+  MAKE:=$(MAKE) --no-builtin-rules
+endif
+
+ifndef config
+  configuration=config
+else
+  configuration=config-$(config)
+endif
+
+include $(depth)/$(configuration).make
+
+stepdir = $(depth)/$(stepmake)/stepmake
+include $(stepdir)/Include.make
+
+# ugh. 
+$(depth)/$(configuration).make: $(depth)/configure
+       @echo "**************************************"
+       @echo "configure changed! You should probably reconfigure manually."
+       @echo "**************************************"
+       (cd $(depth); ./config.status)