of being removed with extreme prejudice.
Also added a couple of necessary Makefile.am files.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1100
-SUBDIRS = core . docs tests include \
+SUBDIRS = coregrind . docs tests include \
addrcheck \
memcheck \
cachegrind \
# Process this file with autoconf to produce a configure script.
-AC_INIT(core/vg_clientmalloc.c) # give me a source file, any source file...
+AC_INIT(coregrind/vg_clientmalloc.c) # give me a source file, any source file...
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(valgrind, HEAD)
docs/Makefile
tests/Makefile
include/Makefile
- core/Makefile
- core/demangle/Makefile
- core/docs/Makefile
- core/valgrind
+ coregrind/Makefile
+ coregrind/demangle/Makefile
+ coregrind/docs/Makefile
+ coregrind/valgrind
addrcheck/Makefile
memcheck/Makefile
memcheck/tests/Makefile
-INCLUDES = -I$(top_srcdir)/core -I$(top_srcdir)/include
+INCLUDES = -I$(top_srcdir)/coregrind -I$(top_srcdir)/include
CFLAGS = $(WERROR) -Winline -Wall -Wshadow -O -fomit-frame-pointer -g
--- /dev/null
+EXTRA_DIST = \
+ valgrind.h \
+ vg_constants_skin.h \
+ vg_profile.c \
+ vg_skin.h
+
definitions.
------------------------------------------------------------------ */
-#include "core/vg_kerneliface.h"
+#include "coregrind/vg_kerneliface.h"
/*====================================================================*/
--- /dev/null
+
+noinst_SCRIPTS = \
+ filter_addresses \
+ filter_discards \
+ filter_stderr_basic \
+ filter_test_paths
+ vg_regtest
+
+EXTRA_DIST = \
+ $(noinst_SCRIPTS) \
+ blocked_syscall.c \
+ clientperm.c \
+ clientstackperm.c \
+ discard.c \
+ resolv.c