blob: d96294931f582a3f41af59073964174050dbfb08 [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 \
4 -I$(top_srcdir)/include/$(VG_ARCH) \
5 -I./$(VG_ARCH)
6
7AM_CPPFLAGS = $(add_includes)
8AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -O -fomit-frame-pointer \
9 @PREFERRED_STACK_BOUNDARY@ -g
10AM_CCASFLAGS = $(add_includes)
11