repo.or.cz
/
lilypond
/
mpolesky.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use ly:warning for syntax error message with chord names.
[lilypond/mpolesky.git]
/
make
/
abc-vars.make
blob
f8fda6c5b1ce7ef213c439ea7885a9cf753196bf
1
# rules for directories with ABC files.
2
3
ABC_FILES
= $(
call src-wildcard
,*
.abc
)
4
OUT_LY_FILES
= $(
sort
${
ABC_FILES
:%
.abc
=$(
outdir
)/%
.ly
})
5
OUT_FILES
= $(
OUT_LY_FILES
)
6
7
EXTRA_DIST_FILES
+= $(
ABC_FILES
)