blob: f270c000e37ae8b5a47c970a351d3d89fbc344b5 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
depth = ..
SUBDIRS=build
SEXECUTABLES=convert-ly lilypond-book abc2ly etf2ly midi2ly lilypond-invoke-editor musicxml2ly lilysong lilymidi
STEPMAKE_TEMPLATES=script help2man po
LOCALSTEPMAKE_TEMPLATES = lilypond
HELP2MAN_EXECS = $(SEXECUTABLES)
AT_FILES=relocate-preamble
at-ext=.py
at-dir=$(top-build-dir)/python/$(outdir)
include $(depth)/make/stepmake.make
include $(stepdir)/executable-targets.make
|