X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=flower%2FMakefile;h=e6ef878895d51b10fb898e4a95acd931d382e7a7;hb=1cf3d59c1559fb9774c4c1c8cae155cfe54a927c;hp=c970266bd6440c2d1f9f3caf00e0a81cda864612;hpb=1e95a0be01466d1c98644f7705c8e07e41cc645c;p=lilypond.git diff --git a/flower/Makefile b/flower/Makefile index c970266bd6..e6ef878895 100644 --- a/flower/Makefile +++ b/flower/Makefile @@ -1,65 +1,20 @@ -# -# project FlowerSoft C++ library # title top level makefile for FlowerLib # file flower/Makefile -# -# Copyright (c) 1997 by -# Jan Nieuwenhuizen -# Han-Wen Nienhuys -# ...your sort order here, or how to comment-out a comment -# subdir level: -# +# should reinstate versioning if shared libs are enabled. + depth = .. -# -# identify module: -# NAME = flower MODULE_NAME = flower SUBDIRS = include -# -# list of distribution files: -# SCRIPTS = -README_FILES = ONEWS NEWS README TODO -EXTRA_DISTFILES= VERSION $(README_FILES) $(SCRIPTS) - -include ./$(depth)/VERSION -include ./$(depth)/flower/VERSION - -include ./$(depth)/make/Variables.make -include ./$(depth)/make/Files.make -include ./$(depth)/make/Targets.make -include ./$(depth)/make/Rules.make - -default: the-lib - -THE_LIB=$(outdir)/$(LIB_PREFIX)flower$(LIB_SUFFIX) -the-lib: $(THE_LIB) - -# version: -# - -localdist: - --include /dev/null $(DEPFILES) -# - -localdistclean: - rm -f config.cache config.status config.log - -localinstall: $(LIBFLOWER) -ifeq ($(LIB_SUFFIX),.so) - $(INSTALL) -d $(libdir) - $(INSTALL) $(LIBFLOWER).$(VERSION) $(libdir) - ln -s $(LIB_PREFIX)flower$(LIB_SUFFIX).$(VERSION) $(libdir)/$(LIB_PREFIX)flower$(LIB_SUFFIX).$(MAJOR_VERSION) - ln -s $(LIB_PREFIX)flower$(LIB_SUFFIX).$(VERSION) $(libdir)/$(LIB_PREFIX)flower$(LIB_SUFFIX) -endif +README_FILES = NEWS-1.0 NEWS-1.1.46 README TODO +EXTRA_DIST_FILES= VERSION $(README_FILES) $(SCRIPTS) -localuninstall: - rm -f $(libdir)/libflower.{so*,a} +include $(depth)/make/Stepmake.make +include $(stepdir)/C++.make +include $(stepdir)/Library.make -$(outdir)/flower-version.o: $(outdir)/version.hh