]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.47
authorfred <fred>
Sun, 24 Mar 2002 19:38:03 +0000 (19:38 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:38:03 +0000 (19:38 +0000)
Documentation/INSTALL.pod
flower/Makefile

index 3c1b07819baf253307446aa931ca9b43c373e398..4a0701b8b02333884f0f0ffbaf819a5b00c33108 100644 (file)
@@ -74,6 +74,7 @@ to install LilyPond, simply type:
 This will install the following files:
 
        /usr/local/man/man1/lilypond.1
+       /usr/local/lib/libflower.{so,a}
        /usr/local/bin/lilypond
        /usr/local/bin/mi2mu
        /usr/local/share/lilypond/*
@@ -102,6 +103,7 @@ Since LilyPond currently is beta, You are advised to also use
 
 other options include:
 
+       --enable-shared
        --enable-printing
        --enable-optimise
        --enable-profiling
index 7de4c58459c9bebbe2f6a1a159e6b4a903424d60..6272c5f509f066ed67b1cd2a455952bcda1efbe5 100644 (file)
@@ -17,6 +17,7 @@ depth = ..
 #
 NAME = flower
 MODULE_NAME = flower
+include out/Flower-flags.make
 #
 # edit .version only
 include ./$(depth)/.version
@@ -27,8 +28,8 @@ include ./$(depth)/flower/.version
 include ./$(depth)/make/Variables.make
 include ./$(depth)/make/Files.make 
 
+
 #
-CXXFLAGS+=-O2
 # descent order into subdirectories:
 #
 SUBDIRS = include test 
@@ -38,7 +39,7 @@ SUBDIRS = include test
 #
 SCRIPTS = 
 README_FILES = NEWS README TODO
-EXTRA_DISTFILES= configure config.hh.in configure.in .version $(README_FILES) $(SCRIPTS)
+EXTRA_DISTFILES= configure config.hh.in configure.in .version $(README_FILES) $(SCRIPTS) Flower-flags.make.in
 #
 
 
@@ -47,6 +48,9 @@ EXTRA_DISTFILES= configure config.hh.in configure.in .version $(README_FILES) $(
 include ./$(depth)/make/Targets.make
 include ./$(depth)/make/Rules.make
 #
+default: shared-lib
+
+shared-lib: $(SHAREDLIBRARY) 
 
 # version:
 #
@@ -58,3 +62,11 @@ localdist: configure
 
 localdistclean:
        rm -f config.cache config.status
+
+localinstall: $(LIBFLOWER)
+       $(INSTALL) -d $(libdir)
+       $(INSTALL) $(LIBFLOWER) $(libdir)
+#      ln -s $(libdir)/libflower.so.$(VERSION) $(libdir
+
+localuninstall:
+       rm -f $(libdir)/libflower.{so,a}