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/*
other options include:
+ --enable-shared
--enable-printing
--enable-optimise
--enable-profiling
#
NAME = flower
MODULE_NAME = flower
+include out/Flower-flags.make
#
# edit .version only
include ./$(depth)/.version
include ./$(depth)/make/Variables.make
include ./$(depth)/make/Files.make
+
#
-CXXFLAGS+=-O2
# descent order into subdirectories:
#
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
#
include ./$(depth)/make/Targets.make
include ./$(depth)/make/Rules.make
#
+default: shared-lib
+
+shared-lib: $(SHAREDLIBRARY)
# version:
#
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}