repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lilypond-1.1.21
[lilypond.git]
/
input
/
GNUmakefile
blob
cb057c2c796b029175cbd5db137d12713cfc37aa
1
# input/Makefile
2
3
depth
=
..
4
5
SUBDIRS
=
test
bugs
6
7
examples
=
praeludium-fuga-E star-spangled-banner twinkle-pop
8
flexamples
=
9
10
LOCALSTEPMAKE_TEMPLATES
=
mutopia
11
12
13
include
$(
depth
)/
make
/
stepmake.make
14
15
local-check
: $(
addsuffix
.
dvi
, $(
addprefix
$(
outdir
)/, $(
examples
)))
16