]> git.donarmstrong.com Git - lilypond.git/blob - test/Makefile.am.wild
release: 0.1.54
[lilypond.git] / test / Makefile.am.wild
1 # project  LilyPond -- the musical typesetter
2 # title    makefile for test
3 # file     test/Makefile.am.wild
4
5 TEST_SCHRIFTEN = $(wildcard *.sh)
6
7 # ugh ugh
8 TESTS = $(top_srcdir)/test/check-lily-midi.sh $(top_srcdir)/test/check-lily-paper.sh $(top_srcdir)/test/check-mi2mu.sh
9
10 INPUTS = test.midi
11
12 RESULTS = ok.midi ok.tex ok.ly
13
14 EXTRA_DIST = Makefile.am.wild GNUmakefile $(TEST_SCHRIFTEN) $(INPUTS) $(RESULTS)
15
16 # override default target for all-am: to get an extra dependency
17 all-am: Makefile $(PROGRAMS) wild-check
18
19 # dummy target for non-GNU makes; is overridden in GNUmakefile
20 wild-check:
21