2014-01-09 15:57:38 +00:00
|
|
|
|
template_files :=
|
|
|
|
|
|
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 =
|
|
|
|
|
|
|
|
|
|
clean_files += $(1)
|
|
|
|
|
|
|
|
|
|
endef
|
|
|
|
|
|
|
|
|
|
%: %.in
|
|
|
|
|
$(QUIET) ./config.status --quiet --file $@
|