]> git.donarmstrong.com Git - lilypond.git/blob - flower/Makefile.am.wild
release: 0.1.49
[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_LIBRARIES = libflower.a
13 # lib_LIBRARIES = libflower.la
14
15 README_FILES = ONEWS NEWS README TODO VERSION
16 EXTRA_DIST = Makefile.am.wild aclocal.m4 configure config.hh.in configure.in $(README_FILES)
17
18 libflower_a_SOURCES = $(wildcard *.cc)
19
20 INCLUDES = -Iinclude
21