blob: 435e81e2d97895a6bda9f026c4d4bf7fdf7d8c7b [file] [log] [blame]
## Need $(top_builddir)/include because tool.h is built from tool.h.base;
## otherwise it will not work if builddir != srcdir.
add_includes = -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_srcdir)/include/$(VG_ARCH)
AM_CPPFLAGS = $(add_includes)
AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -O \
@PREFERRED_STACK_BOUNDARY@ -g
AM_CCASFLAGS = $(add_includes)