]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.13
authorfred <fred>
Tue, 26 Mar 2002 21:29:43 +0000 (21:29 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:29:43 +0000 (21:29 +0000)
make/toplevel.make.in
scm/GNUmakefile [new file with mode: 0644]

index ae6073e89cbd18abe6595e4d291b69846a5dce09..90b98e9ecb242741082ea4c3b98d3e063ec1544b 100644 (file)
@@ -10,7 +10,7 @@ depth = .
 #
 SUBDIRS = scripts buildscripts  flower lib lily mf mi2mu po debian \
        Documentation init input tex make mutopia test intl stepmake\
-       ps 
+       ps  scm
 #
 
 SCRIPTS = configure aclocal.m4
diff --git a/scm/GNUmakefile b/scm/GNUmakefile
new file mode 100644 (file)
index 0000000..419ac4c
--- /dev/null
@@ -0,0 +1,14 @@
+# scm/Makefile
+
+depth = ..
+
+SCM_FILES = $(wildcard *.scm)
+EXTRA_DIST_FILES = $(SCM_FILES)
+
+INSTALLATION_DIR=$(datadir)/scm/
+INSTALLATION_FILES=$(SCM_FILES)
+
+STEPMAKE_TEMPLATES=install
+
+include $(depth)/make/stepmake.make 
+