mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-12 14:20:04 +00:00
errors on all platforms is very difficult. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9267
14 lines
303 B
Makefile
14 lines
303 B
Makefile
|
|
# For AM_FLAG_M3264_PRI
|
|
include $(top_srcdir)/Makefile.flags.am
|
|
|
|
EXTRA_DIST = \
|
|
many-xpts.vgperf
|
|
|
|
check_PROGRAMS = \
|
|
many-xpts
|
|
|
|
AM_CFLAGS = -Winline -Wall -Wshadow -g -O $(AM_FLAG_M3264_PRI)
|
|
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_builddir)/include
|
|
AM_CXXFLAGS = $(AM_CFLAGS)
|