blob: 95c972a8d9c7292cae62d0340421754e98e90a0d [file] [log] [blame]
njn53044572009-02-19 09:52:05 +00001include $(top_srcdir)/Makefile.flags.am # For AM_FLAG_M3264_PRI
2
3AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/include \
4 -I$(top_srcdir)/coregrind -I$(top_builddir)/include \
5 -I@VEX_DIR@/pub \
6 -DVGA_$(VGCONF_ARCH_PRI)=1 \
7 -DVGO_$(VGCONF_OS)=1 \
8 -DVGP_$(VGCONF_ARCH_PRI)_$(VGCONF_OS)=1
njn07891f92009-02-22 23:38:10 +00009# Nb: Tools need to augment these flags with an arch-selection option, such
10# as $(AM_FLAG_M3264_PRI).
11AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -g
12AM_CXXFLAGS = $(WERROR) -Winline -Wall -Wshadow -g
njn53044572009-02-19 09:52:05 +000013