2013-11-25 10:16:07 +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 =
|
|
|
|
|
|
|
|
|
|
$(1): $(1).in
|
|
|
|
|
./config.status --file $(1)
|
|
|
|
|
|
2013-11-25 11:29:13 +00:00
|
|
|
|
clean_files += $(1)
|
|
|
|
|
|
2013-11-25 10:16:07 +00:00
|
|
|
|
endef
|