]> git.donarmstrong.com Git - lilypond.git/blob - flower/Makefile
release: 0.0.47
[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 default: shared-lib
52
53 shared-lib: $(SHAREDLIBRARY) 
54
55 # version:
56 #
57
58 localdist: configure
59
60 -include /dev/null $(DEPFILES)
61 #
62
63 localdistclean:
64         rm -f config.cache config.status
65
66 localinstall: $(LIBFLOWER)
67         $(INSTALL) -d $(libdir)
68         $(INSTALL) $(LIBFLOWER) $(libdir)
69 #       ln -s $(libdir)/libflower.so.$(VERSION) $(libdir
70
71 localuninstall:
72         rm -f $(libdir)/libflower.{so,a}