mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
11 lines
293 B
Makefile
11 lines
293 B
Makefile
add_includes = -I$(top_srcdir)/include \
|
|
-I@VEX_DIR@/pub \
|
|
-DVGA_$(VG_ARCH)=1 \
|
|
-DVGO_$(VG_OS)=1 \
|
|
-DVGP_$(VG_ARCH)_$(VG_OS)=1
|
|
|
|
AM_CPPFLAGS = $(add_includes)
|
|
AM_CFLAGS = $(WERROR) -Wmissing-prototypes -Winline -Wall -Wshadow -O -g @ARCH_TOOL_AM_CFLAGS@
|
|
AM_CCASFLAGS = $(add_includes)
|
|
|