]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.57
authorfred <fred>
Sun, 24 Mar 2002 20:08:37 +0000 (20:08 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:08:37 +0000 (20:08 +0000)
input/Makefile [new file with mode: 0644]

diff --git a/input/Makefile b/input/Makefile
new file mode 100644 (file)
index 0000000..45c1320
--- /dev/null
@@ -0,0 +1,25 @@
+# input/Makefile
+
+# subdir level:
+#
+depth = ..
+#
+
+build = ./$(depth)/lily/$(outdir)/.build
+
+# generic stuff/Makefile
+#
+include ./$(depth)/make/Include.make
+#
+
+# list of distribution files:
+# 
+LYFILES = $(wildcard *.ly)
+TEXFILES = $(wildcard *.tex)
+M4FILES = $(wildcard *.m4)
+DISTFILES = Makefile TODO $(LYFILES) $(TEXFILES) $(wildcard *.m4)
+#
+
+OUTFILES = $(addprefix $(outdir)/,$(M4FILES:%.m4=%))
+
+all: $(OUTFILES)