mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-12 06:11:37 +00:00
are only required for regression testing. If this breaks something, please mail me first instead of reverting. Thank you. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1530
14 lines
239 B
Makefile
14 lines
239 B
Makefile
|
|
SUBDIRS = .
|
|
|
|
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/coregrind
|
|
|
|
AM_CFLAGS = $(WERROR) -DVG_LIBDIR="\"$(libdir)"\" \
|
|
-Winline -Wall -O -g
|
|
|
|
bin_PROGRAMS = valgrind-listener
|
|
|
|
valgrind_listener_SOURCES = \
|
|
valgrind-listener.c
|
|
|