filename | src/Makefile.am |
changeset | 10:c898b37506e0 |
prev | 9:2784c7660165 |
next | 11:0a82ef380c45 |
author | nkeynes |
date | Sun Dec 11 05:15:36 2005 +0000 (15 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 -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
5 -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
6 -Ish4 \
7 @PACKAGE_CFLAGS@
9 bin_PROGRAMS = dream
11 dream_SOURCES = \
12 main.c \
13 support.c support.h \
14 interface.c interface.h \
15 callbacks.c callbacks.h \
16 gui.c gui.h mmr_win.c debug_win.c dump_win.c \
17 mem.c mem.h mmio.h \
18 asic.c asic.h pvr2.c pvr2.h ide.c ide.h \
19 video.c dreamcast.c dreamcast.h aica.c aica.h\
20 maple.c maple.h maple/controller.c maple/controller.h \
21 sh4/intc.c sh4/intc.h sh4/sh4mem.c \
22 sh4/sh4core.c sh4/sh4core.h sh4/sh4dasm.c sh4/sh4dasm.h \
23 sh4/sh4mmio.c sh4/sh4mmio.h sh4/watch.c \
24 fileio.c ipbin.c
25 ## aica/armcore.c aica/armcore.h aica/armdasm.c \
27 dream_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)
29 AM_CFLAGS = -D_ISOC99_SOURCE -D_BSD_SOURCE
.