From 4fbe7358c7747a9165f776eb19addbb9baf7def2 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 27 Jul 2013 22:07:53 +0000 Subject: rename libdde_linux26 into libdde-linux26 to make dpkg-source happy --- libdde-linux26/libdde_linux26/mk/makehelpers.inc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 libdde-linux26/libdde_linux26/mk/makehelpers.inc (limited to 'libdde-linux26/libdde_linux26/mk/makehelpers.inc') diff --git a/libdde-linux26/libdde_linux26/mk/makehelpers.inc b/libdde-linux26/libdde_linux26/mk/makehelpers.inc new file mode 100644 index 00000000..60030cf3 --- /dev/null +++ b/libdde-linux26/libdde_linux26/mk/makehelpers.inc @@ -0,0 +1,15 @@ +# -*- Makefile -*- +# vim:set ft=make: +# +# DROPS (Dresden Realtime OPerating System) Component +# +# Makefile-include to extract variables from Makefile-compatible files +# +# We use this file to browse doxygen files in the doc.mk rules. + +BID_print: + @echo $($(VAR)) +BID_printm: + @$(foreach v, $(VARS), echo '$(v)=$($(v))';) + +.PHONY: BID_print BID_printm -- cgit v1.2.3