From b2241e1a75bd346e25eb1e35c05578ea2ac7ada6 Mon Sep 17 00:00:00 2001
From: thomasl <thomasl@eurecom.fr>
Date: Tue, 9 Dec 2014 15:59:51 +0000
Subject: [PATCH] iadded a generic goal print-xxx that allow to print any
 variable

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6213 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 common/utils/Makefile.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/common/utils/Makefile.inc b/common/utils/Makefile.inc
index e804f88772..79c35de00b 100644
--- a/common/utils/Makefile.inc
+++ b/common/utils/Makefile.inc
@@ -51,3 +51,5 @@ UTILS_incl = 				\
     -I$(COMMON_UTILS_DIR)   \
     -I$(HASHTABLE_DIR)      \
     -I$(ITTI_DIR)
+
+print-%  : ; @echo $* = $($*)
-- 
GitLab