about summary refs log tree commit diff
path: root/mk/templates.mk
blob: 3575b6d95614c53dc7b5e40dd38f562416221f24 (plain) (blame)
1
2
3
4
5
6
7
8
# 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)

endef