]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/files.make
release: 1.0.4
[lilypond.git] / stepmake / stepmake / files.make
1 # Files.make
2
3
4
5 DEP_FILES := $(wildcard $(outdir)/*.dep)
6
7 # (Why not Makefile too?)
8 #
9 #
10
11 IN_FILES := $(wildcard *.in)
12 SOURCE_FILES += $(IN_FILES)
13
14 # Preprocessed .in documentation _FILES:
15 #
16 OUTIN_FILES = $(addprefix $(outdir)/, $(IN_FILES:%.in=%))
17 #
18
19 ALL_SOURCES = $(SOURCE_FILES)
20