]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.43
authorfred <fred>
Sun, 24 Mar 2002 19:35:23 +0000 (19:35 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:35:23 +0000 (19:35 +0000)
flower/include/Makefile [new file with mode: 0644]
lib/include/Makefile
lily/include/Makefile
make/Include.make

diff --git a/flower/include/Makefile b/flower/include/Makefile
new file mode 100644 (file)
index 0000000..e783a73
--- /dev/null
@@ -0,0 +1,18 @@
+# flower/lib/include/Makefile
+
+# subdir level:
+#
+depth = ../..
+#
+
+# generic stuff/Makefile
+#
+include ./$(depth)/make/Include.make
+include ./$(depth)/flower/.version
+
+# identify module:
+#
+MODULE_NAME = flower
+
+#
+
index 7477d7a316d901f978833edac92eaf9a631e06f0..43a98084f3ca4e548a45ec90bd5c90ca11531bf0 100644 (file)
@@ -8,16 +8,10 @@ depth = ../..
 # identify module:
 #
 MODULE_NAME = lilypond
-MAJOR_VERSION = $(TOPLEVEL_MAJOR_VERSION)
-MINOR_VERSION = $(TOPLEVEL_MINOR_VERSION)
-PATCH_LEVEL = $(TOPLEVEL_PATCH_LEVEL)
-# use to send patches, always empty for released version:
-MY_PATCH_LEVEL = $(TOPLEVEL_MY_PATCH_LEVEL)
-build = ./$(depth)/lily/$(outdir)/.build
-#
 
 # generic stuff/Makefile
 #
+
 include ./$(depth)/make/Include.make
-#
+
 
index 89f5b189e556eeffc45543cc1ca612fe6d33ad0f..da392fe30fbfcbdd1e480ef9c888bf9baf6aa252 100644 (file)
@@ -8,16 +8,5 @@ depth = ../..
 # identify module:
 #
 MODULE_NAME = lilypond
-MAJOR_VERSION = $(TOPLEVEL_MAJOR_VERSION)
-MINOR_VERSION = $(TOPLEVEL_MINOR_VERSION)
-PATCH_LEVEL = $(TOPLEVEL_PATCH_LEVEL)
-# use to send patches, always empty for released version:
-MY_PATCH_LEVEL = $(TOPLEVEL_MY_PATCH_LEVEL)
-build = ./$(depth)/lily/$(outdir)/.build
-#
-
-# generic stuff/Makefile
-#
 include ./$(depth)/make/Include.make
-#
 
index b8f1255cf2f84f97acfefa1b2fdb7e630054597c..0416201c7827ed5d099455d722f676968bccc704 100644 (file)
@@ -1,4 +1,4 @@
-#
+
 # project  LilyPond -- the musical typesetter
 # title           generic red tape for include/Makefile
 # file    make/Include.make
@@ -9,43 +9,10 @@
 
 # identify module:
 #
-NAME = generic-include
-MAJOR_VERSION = $(TOPLEVEL_MAJOR_VERSION)
-MINOR_VERSION = $(TOPLEVEL_MINOR_VERSION)
-PATCH_LEVEL = $(TOPLEVEL_PATCH_LEVEL)
-# use to send patches, always empty for released version:
-MY_PATCH_LEVEL = $(TOPLEVEL_MY_PATCH_LEVEL)
-build = ./$(depth)/lily/$(outdir)/.build
-#
 
-# generic variables:
-#
-include ./$(depth)/make/Variables.make 
-#
-
-# list of c++ header files:
-# 
-HHFILES = $(shell ls *.hh $(ERROR_LOG))
-#
-
-# list of c++ inline files:
-# 
-INLFILES = $(shell ls *.inl $(ERROR_LOG))
-#
 
-# list of c++ template files:
-# 
-TCCFILES = $(shell ls *.tcc $(ERROR_LOG))
-#
-
-# list of distribution files:
-#
-DISTFILES = Makefile $(HHFILES) $(INLFILES) $(TCCFILES)
-#
-
-# generic targets and rules:
-#
+include ./$(depth)/make/Variables.make
+include ./$(depth)/make/Version.make 
+include ./$(depth)/make/Files.make
 include ./$(depth)/make/Targets.make
 include ./$(depth)/make/Rules.make
-#
-