mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
- In Cachegrind, abstract out x86-specific use of CPUID to find cache configuration. Required adding a cachegrind/x86/ directory, and fiddling a bit with the build system. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2698
20 lines
458 B
Makefile
20 lines
458 B
Makefile
##include $(top_srcdir)/Makefile.tool.am
|
|
include $(top_srcdir)/Makefile.all.am
|
|
include $(top_srcdir)/Makefile.tool-flags.am
|
|
include $(top_srcdir)/Makefile.tool-inplace.am
|
|
|
|
SUBDIRS = $(VG_ARCH) . tests docs
|
|
|
|
bin_SCRIPTS = cg_annotate
|
|
|
|
EXTRA_DIST = cg_sim.c
|
|
|
|
noinst_HEADERS = cg_arch.h
|
|
|
|
val_PROGRAMS = vgskin_cachegrind.so
|
|
|
|
vgskin_cachegrind_so_SOURCES = cg_main.c
|
|
vgskin_cachegrind_so_LDFLAGS = -shared
|
|
vgskin_cachegrind_so_LDADD = ${VG_ARCH}/libcgarch.a
|
|
|