2014-02-01 11:20:06 +00:00
|
|
|
|
template-files :=
|
2014-01-09 15:57:38 +00:00
|
|
|
|
|
2013-12-10 14:54:34 +00: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 =
|
|
|
|
|
|
2014-02-01 11:20:06 +00:00
|
|
|
|
clean-files += $(1)
|
2013-12-10 14:54:34 +00:00
|
|
|
|
|
|
|
|
|
endef
|
|
|
|
|
|
|
|
|
|
%: %.in
|
2014-01-10 21:31:38 +00:00
|
|
|
|
$(trace-gen) ./config.status --quiet --file $@
|