]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.1
authorfred <fred>
Mon, 10 Aug 1998 11:39:47 +0000 (11:39 +0000)
committerfred <fred>
Mon, 10 Aug 1998 11:39:47 +0000 (11:39 +0000)
stepmake/make/Toplevel.make.in [new file with mode: 0644]

diff --git a/stepmake/make/Toplevel.make.in b/stepmake/make/Toplevel.make.in
new file mode 100644 (file)
index 0000000..244f56d
--- /dev/null
@@ -0,0 +1,40 @@
+# -*-Makefile-*-
+# title         specific top level makefile for StepMake
+
+# subdir level:
+#
+depth = .
+#
+
+# descent order into subdirectories:
+#
+SUBDIRS = bin make stepmake Documentation
+#
+
+# bootstrap stepmake:
+#
+include $(depth)/make/Stepmake.make 
+#
+
+# list of distribution files:
+#
+SCRIPTS = configure aclocal.m4
+README_FILES = NEWS README TODO
+README_TXT_FILES = AUTHORS.txt INSTALL.txt
+EXTRA_DIST_FILES = $(IN_FILES) VERSION $(README_FILES)  $(SCRIPTS) 
+NON_ESSENTIAL_DIST_FILES = $(README_TXT_FILES)
+
+#
+
+include $(stepdir)/Toplevel.make
+
+
+
+localdist: do-top-doc
+
+do-top-doc:
+       -$(MAKE) -C Documentation/topdocs/ README_TOP_FILES="$(README_TXT_FILES)" copy-to-top
+
+$(README_TXT_FILES): do-top-doc
+
+