]> git.donarmstrong.com Git - lilypond.git/blob - flower/Makefile
patch::: 0.1.48: Re: lily 0.1.59
[lilypond.git] / flower / Makefile
1 #
2 # project  FlowerSoft C++ library
3 # title    top level makefile for FlowerLib
4 # file     flower/Makefile
5 #
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
10
11 # subdir level:
12 #
13 depth = ..
14 #
15
16 # identify module:
17 #
18 NAME = flower
19 MODULE_NAME = flower
20 #
21 # edit VERSION only
22 include ./$(depth)/VERSION
23 include ./$(depth)/flower/VERSION
24
25 # generic variables:
26 #
27 include ./$(depth)/make/Variables.make
28 include ./$(depth)/make/Files.make 
29
30 include $(flowerout)/Flower-flags.make
31
32
33 #
34 # descent order into subdirectories:
35 #
36 SUBDIRS = include test 
37 #
38
39 # list of distribution files:
40 #
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
44 #
45
46
47 # generic targets and rules:
48 #
49 include ./$(depth)/make/Targets.make
50 include ./$(depth)/make/Rules.make
51 #
52
53 default: the-lib
54
55 THE_LIB=$(outdir)/$(LIB_PREFIX)flower$(LIB_SUFFIX)
56 the-lib: $(THE_LIB) 
57
58 # version:
59 #
60
61 localdist: configure
62
63 -include /dev/null $(DEPFILES)
64 #
65
66 localdistclean:
67         rm -f config.cache config.status config.log
68
69 localinstall: $(LIBFLOWER)
70 ifeq ($(LIB_SUFFIX),.so)
71         $(INSTALL) -d $(libdir)
72         $(INSTALL) $(LIBFLOWER).$(VERSION) $(libdir)
73         ln -sf $(LIB_PREFIX)flower$(LIB_SUFFIX).$(VERSION) $(libdir)/$(LIB_PREFIX)flower$(LIB_SUFFIX).$(MAJOR_VERSION)
74         ln -sf $(LIB_PREFIX)flower$(LIB_SUFFIX).$(VERSION) $(libdir)/$(LIB_PREFIX)flower$(LIB_SUFFIX)
75 endif
76
77 localuninstall:
78         rm -f $(libdir)/libflower.{so*,a}
79
80
81 $(outdir)/flower-version.o: $(outdir)/version.hh