]> git.donarmstrong.com Git - lilypond.git/blob - flower/Makefile
release: 0.0.49
[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 include out/Flower-flags.make
21 #
22 # edit .version only
23 include ./$(depth)/.version
24 include ./$(depth)/flower/.version
25
26 # generic variables:
27 #
28 include ./$(depth)/make/Variables.make
29 include ./$(depth)/make/Files.make 
30
31
32 #
33 # descent order into subdirectories:
34 #
35 SUBDIRS = include test 
36 #
37
38 # list of distribution files:
39 #
40 SCRIPTS = 
41 README_FILES = NEWS README TODO
42 EXTRA_DISTFILES= configure config.hh.in configure.in .version $(README_FILES) $(SCRIPTS) Flower-flags.make.in
43 #
44
45
46 # generic targets and rules:
47 #
48 include ./$(depth)/make/Targets.make
49 include ./$(depth)/make/Rules.make
50 #
51
52 default: the-lib
53
54 THE_LIB=$(outdir)/$(LIB_PREFIX)flower$(LIB_SUFFIX)
55 the-lib: $(THE_LIB) 
56
57 # version:
58 #
59
60 localdist: configure
61
62 -include /dev/null $(DEPFILES)
63 #
64
65 localdistclean:
66         rm -f config.cache config.status
67
68 localinstall: $(LIBFLOWER)
69         $(INSTALL) -d $(libdir)
70         $(INSTALL) $(LIBFLOWER) $(libdir)
71 #       ln -s $(libdir)/libflower.so.$(VERSION) $(libdir
72
73 localuninstall:
74         rm -f $(libdir)/libflower.{so,a}