mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-09 13:18:15 +00:00
12 lines
236 B
Makefile
12 lines
236 B
Makefile
|
|
noinst_SCRIPTS = filter_stderr
|
|
|
|
EXTRA_DIST = $(noinst_SCRIPTS) \
|
|
lsw.stderr.exp lsw.stdout.exp lsw.vgtest
|
|
|
|
check_PROGRAMS = \
|
|
lsw
|
|
|
|
AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -g -I$(top_srcdir)/include
|
|
AM_CXXFLAGS = $(AM_CFLAGS)
|