Modularise printing functions in m_libcprint.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3840 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am
index 723436c1..d5c2ef9 100644
--- a/coregrind/Makefile.am
+++ b/coregrind/Makefile.am
@@ -47,6 +47,7 @@
 	pub_core_execontext.h	\
 	pub_core_hashtable.h	\
 	pub_core_libcbase.h	\
+	pub_core_libcprint.h	\
 	pub_core_main.h		\
 	pub_core_mallocfree.h	\
 	pub_core_options.h	\
@@ -89,6 +90,7 @@
 	m_execontext.c \
 	m_hashtable.c \
 	m_libcbase.c \
+	m_libcprint.c \
 	m_main.c \
 	m_mallocfree.c \
 	m_options.c \
@@ -102,7 +104,6 @@
 	m_transtab.c \
 	\
 	ume.c \
-	vg_messages.c \
 	vg_mylibc.c \
 	vg_threadmodel.c \
 	vg_pthreadmodel.c