Search
lxdream.org :: lxdream/src/Makefile.am :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/Makefile.am
changeset 24:87219209d93e
prev23:1ec3acd0594d
next25:fa2d21d57942
author nkeynes
date Sat Dec 24 03:27:55 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Rearrange directory structure to be a little neater
remove tst & tst1
file annotate diff log raw
1.1 --- a/src/Makefile.am Fri Dec 23 11:44:55 2005 +0000
1.2 +++ b/src/Makefile.am Sat Dec 24 03:27:55 2005 +0000
1.3 @@ -10,19 +10,23 @@
1.4
1.5 dream_SOURCES = \
1.6 main.c \
1.7 - support.c support.h \
1.8 - interface.c interface.h \
1.9 - callbacks.c callbacks.h \
1.10 - gui.c gui.h mmr_win.c debug_win.c dump_win.c \
1.11 mem.c mem.h mmio.h \
1.12 - asic.c asic.h pvr2.c pvr2.h ide.c ide.h \
1.13 + asic.c asic.h \
1.14 + pvr2.c pvr2.h \
1.15 + gdrom/ide.c gdrom/ide.h \
1.16 video.c dreamcast.c dreamcast.h \
1.17 - maple.c maple.h maple/controller.c maple/controller.h \
1.18 sh4/intc.c sh4/intc.h sh4/sh4mem.c sh4/timer.c \
1.19 sh4/sh4core.c sh4/sh4core.h sh4/sh4dasm.c sh4/sh4dasm.h \
1.20 sh4/sh4mmio.c sh4/sh4mmio.h sh4/scif.c sh4/watch.c \
1.21 aica/armcore.c aica/armcore.h aica/armdasm.c aica/armmem.c \
1.22 aica/aica.c aica/aica.h \
1.23 + maple/maple.c maple/maple.h
1.24 + maple/controller.c maple/controller.h \
1.25 + gui/support.c gui/support.h \
1.26 + gui/interface.c gui/interface.h \
1.27 + gui/callbacks.c gui/callbacks.h \
1.28 + gui/gui.c gui/gui.h gui/mmr_win.c
1.29 + gui/debug_win.c gui/dump_win.c \
1.30 fileio.c ipbin.c util.c
1.31
1.32 dream_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)
.