blob: 01b2a8e62d54b260229435127a23b49c13dc9d0c [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) \
6 -I$(top_srcdir)/include/$(VG_PLATFORM)
nethercoteb35a8b92004-09-11 16:45:27 +00007
8AM_CPPFLAGS = $(add_includes)
nethercotecf4d9972004-10-25 15:21:00 +00009AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -O -g @ARCH_TOOL_AM_CFLAGS@
nethercoteb35a8b92004-09-11 16:45:27 +000010AM_CCASFLAGS = $(add_includes)
11