blob: 32b3b85f6c990a15f52c858b0a4fd6ec968ae4e0 [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)
sewardjb5f6f512005-03-10 23:59:00 +000010AM_CFLAGS = $(WERROR) -Wmissing-prototypes -Winline -Wall -Wshadow -O -g @ARCH_TOOL_AM_CFLAGS@
nethercoteb35a8b92004-09-11 16:45:27 +000011AM_CCASFLAGS = $(add_includes)
12