mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-13 22:46:59 +00:00
'alvis' last night. I don't no why it worked on the other machines, must be an automake version thing. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7083
14 lines
313 B
Makefile
14 lines
313 B
Makefile
|
|
# For AM_FLAG_M3264_PRI
|
|
include $(top_srcdir)/Makefile.flags.am
|
|
|
|
EXTRA_DIST = \
|
|
many-xpts.vgperf
|
|
|
|
check_PROGRAMS = \
|
|
many-xpts
|
|
|
|
AM_CFLAGS = $(WERROR) -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)
|