Create a new module, m_vkiscnums, and move all the system call numbers
into that.  Mostly this means moving vki_unistd-<plat>.h to
include/vki/vki-scnums-<plat>.h.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6224 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am
index 4727318..8d216b3 100644
--- a/coregrind/Makefile.am
+++ b/coregrind/Makefile.am
@@ -108,11 +108,7 @@
 	pub_core_transtab.h	\
 	pub_core_transtab_asm.h	\
 	pub_core_ume.h		\
-	vki_unistd.h		\
-	vki_unistd-amd64-linux.h\
-	vki_unistd-ppc32-linux.h\
-	vki_unistd-ppc64-linux.h\
-	vki_unistd-x86-linux.h	\
+	pub_core_vkiscnums.h	\
 	m_coredump/priv_elf.h	\
 	m_debuginfo/priv_storage.h	\
 	m_debuginfo/priv_readstabs.h	\
@@ -166,6 +162,7 @@
 	m_translate.c \
 	m_transtab.c \
 	m_ume.c \
+	m_vkiscnums.c \
 	m_aspacemgr/aspacemgr.c \
 	m_debuginfo/storage.c \
 	m_debuginfo/readdwarf.c \