1.1 --- a/src/Makefile.am Tue Mar 24 11:15:57 2009 +0000
1.2 +++ b/src/Makefile.am Tue Apr 07 10:55:03 2009 +0000
1.4 check_PROGRAMS = test/testxlt
1.8 EXTRA_DIST=drivers/genkeymap.pl checkver.pl
1.9 AM_CFLAGS = -D__EXTENSIONS__ -D_BSD_SOURCE -D_GNU_SOURCE
1.12 sh4/sh4trans.c sh4/sh4x86.c xlat/xltcache.c \
1.13 xlat/xltcache.h mem.c util.c
1.15 -check_PROGRAMS += test/testsh4x86
1.16 +test_testsh4xir_LDADD = @GLIB_LIBS@ @GTK_LIBS@ @LIBPNG_LIBS@
1.17 +test_testsh4xir_SOURCES = test/testsh4xir.c xlat/xir.c xlat/xir.h sh4/sh4xir.c xlat/x86/x86target.c xlat/x86/x86gen.c
1.19 +test_testxir_LDADD = @GLIB_LIBS@ @GTK_LIBS@ @LIBPNG_LIBS@
1.20 +test_testxir_SOURCES = test/testxir.c xlat/xir.c xlat/xir.h xlat/xirsup.c xlat/xiropt.c xlat/xiropt.h
1.22 +check_PROGRAMS += test/testsh4x86 test/testsh4xir test/testxir
1.27 sh4/sh4x86.c: gendec sh4/sh4.def sh4/sh4x86.in
1.28 mkdir -p `dirname $@`
1.29 ./gendec $(srcdir)/sh4/sh4.def $(srcdir)/sh4/sh4x86.in -o $@
1.30 +sh4/sh4xir.c: gendec sh4/sh4.def sh4/sh4xir.in
1.31 + mkdir -p `dirname $@`
1.32 + ./gendec $(srcdir)/sh4/sh4.def $(srcdir)/sh4/sh4xir.in -o $@
1.33 sh4/sh4stat.c: gendec sh4/sh4.def sh4/sh4stat.in
1.34 mkdir -p `dirname $@`
1.35 ./gendec $(srcdir)/sh4/sh4.def $(srcdir)/sh4/sh4stat.in -o $@