]> git.donarmstrong.com Git - lilypond.git/blob - flower/Makefile.am.wild
release: 0.1.50
[lilypond.git] / flower / Makefile.am.wild
1 # project  FlowerSoft C++ library
2 # title    top level makefile for FlowerLib
3 # file     flower/Makefile.am.wild
4 #
5 # Copyright (c) 1997 by    
6 #       Jan Nieuwenhuizen <jan@digicash.com>
7 #       Han-Wen Nienhuys <hanwen@stack.nl>
8 #               ...your sort order here, or how to comment-out a comment
9
10 SUBDIRS = include test 
11
12 lib_LTLIBRARIES = libflower.la
13
14 README_FILES = ONEWS NEWS README TODO VERSION
15 EXTRA_DIST = Makefile.am.wild aclocal.m4 configure config.hh.in configure.in $(README_FILES)
16
17 libflower_la_SOURCES = $(wildcard *.cc)
18
19 libflower_la_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@
20
21 INCLUDES = -I$(srcdir)/include
22