blob: 82f9d6025557c602afc8be333b3ca6716c89c818 (
plain) (
tree)
|
|
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 $@
|