blob: 71192012b00c85d6a6ce27425a075f03b1f7329c [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
9AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -g $(AM_FLAG_M3264_PRI)
10AM_CXXFLAGS = $(AM_CFLAGS)
11
12