]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/makedir-vars.make
Build: end directories in their bare names and avoid some double slashes in logs.
[lilypond.git] / stepmake / stepmake / makedir-vars.make
1
2 MAKE_FILES := $(call src-wildcard,*.make)
3 LSM_FILES:= $(call src-wildcard,*.lsm.in)
4 SPEC_FILES:= $(call src-wildcard,*.spec.in)
5
6 OUTLSM_FILES=$(addprefix $(outdir)/,$(basename $(LSM_FILES)))
7 OUTSPEC_FILES=$(addprefix $(outdir)/,$(basename $(SPEC_FILES)))
8 OUT_DIST_FILES= $(strip $(OUTLSM_FILES) $(OUTSPEC_FILES))
9
10 EXTRA_DIST_FILES += $(MAKE_FILES)
11
12 # these two outdir FILES are distributed, since they make sense to have
13 # without running configure and make.
14
15 at-dir = $(doc-dir)
16 at-ext = .in
17
18