]> git.donarmstrong.com Git - lilypond.git/blob - flower/Makefile
release: 0.0.45
[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 #
31 CXXFLAGS+=-O2
32 # descent order into subdirectories:
33 #
34 SUBDIRS = include test 
35 #
36
37 # list of distribution files:
38 #
39 SCRIPTS = 
40 README_FILES = NEWS README TODO
41 EXTRA_DISTFILES= configure config.hh.in configure.in .version $(README_FILES) $(SCRIPTS)
42 #
43
44
45 # generic targets and rules:
46 #
47 include ./$(depth)/make/Targets.make
48 include ./$(depth)/make/Rules.make
49 #
50
51 # version:
52 #
53
54 localdist: configure
55
56 -include /dev/null $(DEPFILES)
57 #