From: fred Date: Sun, 24 Mar 2002 19:38:03 +0000 (+0000) Subject: lilypond-0.0.47 X-Git-Tag: release/1.5.59~5029 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0649aae26b70d0482f8e6e1963d004b3814c0840;p=lilypond.git lilypond-0.0.47 --- diff --git a/Documentation/INSTALL.pod b/Documentation/INSTALL.pod index 3c1b07819b..4a0701b8b0 100644 --- a/Documentation/INSTALL.pod +++ b/Documentation/INSTALL.pod @@ -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 diff --git a/flower/Makefile b/flower/Makefile index 7de4c58459..6272c5f509 100644 --- a/flower/Makefile +++ b/flower/Makefile @@ -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}