2014-01-09 16:57:38 +01:00
|
|
|
|
template_files :=
|
|
|
|
|
|
2013-12-10 15:54:34 +01:00
|
|
|
|
# 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
|
2014-01-10 22:31:38 +01:00
|
|
|
|
$(trace-gen) ./config.status --quiet --file $@
|