]> git.donarmstrong.com Git - lilypond.git/blob - flower/test/Makefile.am.wild
release: 0.1.49
[lilypond.git] / flower / test / Makefile.am.wild
1 #
2 # project  LilyPond -- the musical typesetter
3 # title    makefile for flowertest
4 # file     flower/test/Makefile.am.wild
5 #
6 # Copyright (c) 1997 by
7 #       Jan Nieuwenhuizen <jan@digicash.com>
8 #       Han-Wen Nienhuys <hanwen@stack.nl>
9 #
10
11 # bin_PROGRAMS = test
12
13 # TEST = test
14
15 # can't link to libflower: has not been created yet...
16 # test_SOURCES = $(wildcard *.cc)
17
18 EXTRA_SOURCES = $(wildcard *.cc)
19
20 EXTRA_DIST = result Makefile.am.wild $(EXTRA_SOURCES)
21
22 noinst_HEADERS = $(wildcard *.hh)
23
24 INCLUDES = -I../include
25