about summary refs log blame commit diff
path: root/templates.mk
blob: 01b9d9d749a1b54f2da8e1e7e654fedff90111f2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12

                 









                                                                     
template_files :=

# 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 $@