Search
lxdream.org :: lxdream/src/sh4/Makefile.am
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/Makefile.am
changeset 1:eea311cfd33e
author nkeynes
date Sun Dec 11 05:15:36 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Add CPU disasembly options to mode dropdown
Split sh4/mem.c into core mem.c and sh4/mem.c
Start adding copyright comments to file headers
view annotate diff log raw
     1 ## Process this file with automake to produce Makefile.in
     3 INCLUDES = \
     4 	-I$(top_srcdir)/intl -I$(top_srcdir)/src
     6 noinst_LIBRARIES = libsh4.a
     7 libsh4_a_SOURCES = mem.c mem.h sh4core.c sh4core.h sh4dasm.c sh4dasm.h \
     8                    sh4mmio.c sh4mmio.h mmio.h intc.c intc.h
    10 AM_CFLAGS = -D_ISOC99_SOURCE -D_BSD_SOURCE
.