Changed lots of files for the new core/ + skin/ directory structure:

   - changed lots of Makefile.am files
   - changed configure.in
   - changed lots of #include lines for changed file names
   - changed lots of file headers n footers for changed file names
   - changed vg_regtest to handle new directory structure -- recursively
     traverses subdirectories for .vgtest test files
   - changed lots of paths in memcheck/ regression test expected outputs


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1090 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/memcheck/mc_include.h b/memcheck/mc_include.h
index 82bcae7..61ed261 100644
--- a/memcheck/mc_include.h
+++ b/memcheck/mc_include.h
@@ -1,6 +1,6 @@
 /*--------------------------------------------------------------------*/
 /*--- A header file for all parts of the MemCheck skin.            ---*/
-/*---                                        vg_memcheck_include.h ---*/
+/*---                                                 mc_include.h ---*/
 /*--------------------------------------------------------------------*/
 
 /*
@@ -28,8 +28,8 @@
    The GNU General Public License is contained in the file COPYING.
 */
 
-#ifndef __VG_MEMCHECK_INCLUDE_H
-#define __VG_MEMCHECK_INCLUDE_H
+#ifndef __MC_INCLUDE_H
+#define __MC_INCLUDE_H
 
 #include "vg_skin.h"
 
@@ -204,6 +204,6 @@
 #endif
 
 /*--------------------------------------------------------------------*/
-/*--- end                                    vg_memcheck_include.h ---*/
+/*--- end                                             mc_include.h ---*/
 /*--------------------------------------------------------------------*/