filename | src/sh4/Makefile.am |
changeset | 1:eea311cfd33e |
author | nkeynes |
date | Sat Mar 13 00:03:32 2004 +0000 (19 years ago) |
permissions | -rw-r--r-- |
last change | This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches. |
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
.