]> rtime.felk.cvut.cz Git - l4.git/blob - l4/mk/makehelpers.inc
update: sync
[l4.git] / l4 / mk / makehelpers.inc
1 # -*- Makefile -*-
2 # vim:set ft=make:
3 #
4 # DROPS (Dresden Realtime OPerating System) Component
5 #
6 # Makefile-include to extract variables from Makefile-compatible files
7 #
8 # We use this file to browse doxygen files in the doc.mk rules.
9
10 BID_print:
11         @echo $($(VAR))
12 BID_printm:
13         @$(foreach v, $(VARS), echo '$(v)=$($(v))';)
14
15 .PHONY: BID_print BID_printm