]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.53
authorfred <fred>
Thu, 2 Apr 1998 17:42:31 +0000 (17:42 +0000)
committerfred <fred>
Thu, 2 Apr 1998 17:42:31 +0000 (17:42 +0000)
GNUmakefile [new file with mode: 0644]

diff --git a/GNUmakefile b/GNUmakefile
new file mode 100644 (file)
index 0000000..088d3b2
--- /dev/null
@@ -0,0 +1,37 @@
+# GNUmakefile
+
+#ugh
+Makefile=$(wildcard Makefile)
+# are we configured here, or are we using --srcdir
+ifeq ($(Makefile),Makefile)
+
+include Makefile
+
+biltdir=.
+
+else
+
+#ugh
+#ugh
+biltdir=../build
+
+make-in-build: wild-check
+       exec $(MAKE) -C $(biltdir)
+
+# include Makefile
+include $(biltdir)/Makefile
+
+SUBDIRS :=
+
+clean: wild-check
+       exec $(MAKE) -C $(biltdir) $@
+
+dist: wild-check
+       exec $(MAKE) -C $(biltdir) $@
+
+distclean: wild-check
+       exec $(MAKE) -C $(biltdir) $@
+
+endif
+
+wild-check: