lilypond-0.1.16
[lilypond.git] / flower / Makefile
blob13daeba0b8aab387f5d08605199d30ede6513dc7
2 # project FlowerSoft C++ library
3 # title top level makefile for FlowerLib
4 # file flower/Makefile
6 # Copyright (c) 1997 by
7 # Jan Nieuwenhuizen <jan@digicash.com>
8 # Han-Wen Nienhuys <hanwen@stack.nl>
9 # ...your sort order here, or how to comment-out a comment
11 # subdir level:
13 depth = ..
16 # identify module:
18 NAME = flower
19 MODULE_NAME = flower
21 # edit VERSION only
22 include ./$(depth)/VERSION
23 include ./$(depth)/flower/VERSION
25 # generic variables:
27 include ./$(depth)/make/Variables.make
28 include ./$(depth)/make/Files.make
30 include $(flowerout)/Flower-flags.make
34 # descent order into subdirectories:
36 SUBDIRS = include test
39 # list of distribution files:
41 SCRIPTS =
42 README_FILES = ONEWS NEWS README TODO
43 EXTRA_DISTFILES= aclocal.m4 configure config.hh.in configure.in VERSION $(README_FILES) $(SCRIPTS) Flower-flags.make.in
47 # generic targets and rules:
49 include ./$(depth)/make/Targets.make
50 include ./$(depth)/make/Rules.make
53 default: the-lib
55 THE_LIB=$(outdir)/$(LIB_PREFIX)flower$(LIB_SUFFIX)
56 the-lib: $(THE_LIB)
58 # version:
61 localdist: configure
63 -include /dev/null $(DEPFILES)
66 localdistclean:
67 rm -f config.cache config.status
69 localinstall: $(LIBFLOWER)
70 ifeq ($(LIB_SUFFIX),.so)
71 $(INSTALL) -d $(libdir)
72 $(INSTALL) $(LIBFLOWER) $(libdir)
73 endif
75 localuninstall:
76 rm -f $(libdir)/libflower.{so,a}
79 $(outdir)/flower-version.o: $(outdir)/version.hh