blob: 6b47ff6f89baf268f10fa90f7541b3c0b09ed606 [file] [log] [blame]
nethercoteb35a8b92004-09-11 16:45:27 +00001## Need $(top_builddir)/include because tool.h is built from tool.h.base;
2## otherwise it will not work if builddir != srcdir.
3add_includes = -I$(top_builddir)/include -I$(top_srcdir)/include \
nethercote73b526f2004-10-31 18:48:21 +00004 -I$(top_srcdir)/include/$(VG_ARCH) \
5 -I$(top_srcdir)/include/$(VG_OS) \
sewardj50629ec2004-11-22 13:44:11 +00006 -I$(top_srcdir)/include/$(VG_PLATFORM) \
7 -I@VEX_DIR@/pub
nethercoteb35a8b92004-09-11 16:45:27 +00008
9AM_CPPFLAGS = $(add_includes)
nethercotecf4d9972004-10-25 15:21:00 +000010AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -O -g @ARCH_TOOL_AM_CFLAGS@
nethercoteb35a8b92004-09-11 16:45:27 +000011AM_CCASFLAGS = $(add_includes)
12