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

                                                                     
                           
 
                     


     


                                                        
       
                                                      
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

%.h: %.h.in
	$(trace-gen) ./config.status --quiet --header=$@

%: %.in
	$(trace-gen) ./config.status --quiet --file=$@