blob: 9c607e6fb9af1d71a941ed9a2c8e7ecf51461e6a [file] [log] [blame]
##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
DIST_SUBDIRS = $(VG_ARCH_ALL) . tests docs
AM_CPPFLAGS += -I$(top_srcdir)/cachegrind/$(VG_ARCH)
bin_SCRIPTS = cg_annotate
EXTRA_DIST = cg_sim.c
noinst_HEADERS = cg_arch.h
val_PROGRAMS = vgtool_cachegrind.so
vgtool_cachegrind_so_SOURCES = cg_main.c
vgtool_cachegrind_so_LDFLAGS = -shared
vgtool_cachegrind_so_LDADD = ${VG_ARCH}/libcgarch.a