74ca70da3a
git-subtree-dir: mk git-subtree-mainline:6ef32bddc1
git-subtree-split:1eff3ad37f
13 lines
274 B
Makefile
13 lines
274 B
Makefile
template-files :=
|
||
|
||
# Create the file $(1) from $(1).in by running config.status (which
|
||
# substitutes all ‘@var@’ variables set by the configure script).
|
||
define instantiate-template =
|
||
|
||
clean-files += $(1)
|
||
|
||
endef
|
||
|
||
%: %.in
|
||
$(trace-gen) ./config.status --quiet --file $@
|