]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 23 Oct 2006 14:35:36 +0000 (14:35 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 23 Oct 2006 14:35:36 +0000 (14:35 +0000)
flower/include/GNUmakefile [new file with mode: 0644]
lily/include/GNUmakefile [new file with mode: 0644]

diff --git a/flower/include/GNUmakefile b/flower/include/GNUmakefile
new file mode 100644 (file)
index 0000000..5273325
--- /dev/null
@@ -0,0 +1,11 @@
+# flower/lib/include/Makefile
+
+
+# force refresh in CVS. 
+depth = ../..
+
+STEPMAKE_TEMPLATES=c++
+
+include $(depth)/make/stepmake.make
+
+
diff --git a/lily/include/GNUmakefile b/lily/include/GNUmakefile
new file mode 100644 (file)
index 0000000..5b42ac3
--- /dev/null
@@ -0,0 +1,9 @@
+# lily/include/Makefile
+
+#force refresh in CVS.
+depth = ../..
+STEPMAKE_TEMPLATES=c++
+
+include $(depth)/make/stepmake.make
+
+