mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-11 01:46:17 +00:00
16 lines
269 B
Makefile
16 lines
269 B
Makefile
|
|
include $(top_srcdir)/Makefile.tool-tests.am
|
|
|
|
dist_noinst_SCRIPTS = \
|
|
filter_stderr filter_minimal
|
|
|
|
EXTRA_DIST = \
|
|
bug341419.vgtest bug341419.stderr.exp
|
|
|
|
check_PROGRAMS = \
|
|
bug341419
|
|
|
|
AM_CFLAGS += @FLAG_M64@
|
|
AM_CXXFLAGS += @FLAG_M64@
|
|
AM_CCASFLAGS += @FLAG_M64@
|