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