aboutsummaryrefslogtreecommitdiff
path: root/Makefile.core-AM_CPPFLAGS.am
blob: 03c313ff4873701fe3e7261065553f5cb36fd7b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
add_includes = -I$(top_builddir)/coregrind -I$(top_srcdir)/coregrind \
		-I$(top_srcdir)/coregrind/$(VG_ARCH) \
		-I$(top_srcdir)/coregrind/$(VG_OS) \
		-I$(top_srcdir)/coregrind/$(VG_PLATFORM) \
		-I$(top_builddir)/include -I$(top_srcdir)/include \
		-I$(top_srcdir)/include/$(VG_ARCH) \
		-I$(top_srcdir)/include/$(VG_OS) \
		-I$(top_srcdir)/include/$(VG_PLATFORM) \
		-I@VEX_DIR@/pub

AM_CPPFLAGS = $(add_includes)
AM_CCASFLAGS = $(add_includes) @ARCH_CORE_AM_CCASFLAGS@