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.3.143
[lilypond.git]
/
input
/
Makefile
blob
90fade98c1a4058cec78c2249e0b6ad7ee327c98
1
# input/Makefile
2
3
depth
=
..
4
5
SUBDIRS
=
test
bugs
6
7
examples
=
example-3 twinkle-pop praeludium-fuga-E twinkle
8
flexamples
=
example-1 example-2
9
10
LOCALMAKEFILES
=
Mutopia
11
12
13
include
$(
depth
)/
make
/
Stepmake.make
14
15
local-check
: $(
addsuffix
.
dvi
, $(
addprefix
$(
outdir
)/, $(
examples
)))
16