mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-07 12:44:45 +00:00
13 lines
263 B
Makefile
13 lines
263 B
Makefile
noinst_SCRIPTS = filter_stderr
|
|
|
|
EXTRA_DIST = $(noinst_SCRIPTS) \
|
|
fpu-28-108.vgtest fpu-28-108.stderr.exp
|
|
|
|
check_PROGRAMS = \
|
|
fpu-28-108
|
|
|
|
AM_CFLAGS = $(WERROR) @FLAG_M32@ -Winline -Wall -Wshadow -g
|
|
AM_CCASFLAGS = @FLAG_M32@
|
|
|
|
fpu_28_108_SOURCES = fpu-28-108.S
|