mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-10 17:36:21 +00:00
26 lines
692 B
Makefile
26 lines
692 B
Makefile
|
|
include $(top_srcdir)/Makefile.tool-tests.am
|
|
|
|
dist_noinst_SCRIPTS = filter_stderr
|
|
|
|
EXTRA_DIST = \
|
|
context_fpu.stderr.exp context_fpu.stdout.exp context_fpu.vgtest \
|
|
context_gpr.stderr.exp context_gpr.stdout.exp context_gpr.vgtest \
|
|
context_rflags.stderr.exp context_rflags.stdout.exp context_rflags.vgtest \
|
|
context_rflags2.stderr.exp context_rflags2.stdout.exp context_rflags2.vgtest \
|
|
context_sse.stderr.exp context_sse.stdout.exp context_sse.vgtest \
|
|
ldsoexec.stderr.exp ldsoexec.vgtest
|
|
|
|
check_PROGRAMS = \
|
|
context_fpu \
|
|
context_gpr \
|
|
context_rflags \
|
|
context_rflags2 \
|
|
context_sse \
|
|
ldsoexec
|
|
|
|
AM_CFLAGS += @FLAG_M64@
|
|
AM_CXXFLAGS += @FLAG_M64@
|
|
AM_CCASFLAGS += @FLAG_M64@
|
|
|