]> git.donarmstrong.com Git - lilypond.git/blob - flowertest/Makefile.am.wild
partial: 0.1.57.jcn
[lilypond.git] / flowertest / Makefile.am.wild
1 # project  LilyPond -- the musical typesetter
2 # title    makefile for flowertest
3 # file     flowertest/Makefile.am.wild
4
5 bin_PROGRAMS = test
6
7 TESTS = $(top_srcdir)/flowertest/check.sh
8
9 test_SOURCES = $(wildcard *.cc)
10
11 test_LDADD = $(top_builddir)/flower/libflower.la @LEXLIB@
12
13 EXTRA_DIST = result Makefile.am.wild GNUmakefile check.sh
14
15 noinst_HEADERS = $(wildcard *.hh)
16
17 INCLUDES = -I$(top_srcdir)/flower/include
18
19 # override default target for all-am: to get an extra dependency
20 all-am: Makefile $(PROGRAMS) wild-check
21
22 # dummy target for non-GNU makes; is overridden in GNUmakefile
23 wild-check:
24