Search
lxdream.org :: lxdream/src/sh4/Makefile.am :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/Makefile.am
changeset 1:eea311cfd33e
author nkeynes
date Wed Mar 22 14:27:40 2006 +0000 (18 years ago)
permissions -rw-r--r--
last change Fix FMOV for writes to the back bank (ie FMOV @R1, XD2)
file annotate diff log raw
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/src/sh4/Makefile.am Wed Mar 22 14:27:40 2006 +0000
1.3 @@ -0,0 +1,10 @@
1.4 +## Process this file with automake to produce Makefile.in
1.5 +
1.6 +INCLUDES = \
1.7 + -I$(top_srcdir)/intl -I$(top_srcdir)/src
1.8 +
1.9 +noinst_LIBRARIES = libsh4.a
1.10 +libsh4_a_SOURCES = mem.c mem.h sh4core.c sh4core.h sh4dasm.c sh4dasm.h \
1.11 + sh4mmio.c sh4mmio.h mmio.h intc.c intc.h
1.12 +
1.13 +AM_CFLAGS = -D_ISOC99_SOURCE -D_BSD_SOURCE
.