blob: 776d9137945423588c28553a3d4009b44e6635b8 [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 \
nethercoteb030c6c2004-09-11 18:27:43 +00004 -I$(top_srcdir)/include/$(VG_ARCH)
nethercoteb35a8b92004-09-11 16:45:27 +00005
6AM_CPPFLAGS = $(add_includes)
nethercotecf4d9972004-10-25 15:21:00 +00007AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -O -g @ARCH_TOOL_AM_CFLAGS@
nethercoteb35a8b92004-09-11 16:45:27 +00008AM_CCASFLAGS = $(add_includes)
9