filename | src/Makefile.am |
changeset | 99:78cbd52afb8d |
prev | 94:8d80d9c7cc7d |
next | 100:995e42e96cc9 |
author | nkeynes |
date | Wed Feb 15 12:41:02 2006 +0000 (17 years ago) |
permissions | -rw-r--r-- |
last change | Reorg files slightly (move audio drivers into drivers, pvr2 code into its own directory) |
file | annotate | diff | log | raw |
1.1 --- a/src/Makefile.am Sun Feb 05 04:05:27 2006 +00001.2 +++ b/src/Makefile.am Wed Feb 15 12:41:02 2006 +00001.3 @@ -12,7 +12,6 @@1.4 main.c \1.5 mem.c mem.h mmio.h watch.c \1.6 asic.c asic.h \1.7 - pvr2.c pvr2.h \1.8 bios.c bios.h \1.9 gdrom/ide.c gdrom/ide.h \1.10 dreamcast.c dreamcast.h \1.11 @@ -21,7 +20,7 @@1.12 sh4/sh4mmio.c sh4/sh4mmio.h sh4/scif.c \1.13 aica/armcore.c aica/armcore.h aica/armdasm.c aica/armmem.c \1.14 aica/aica.c aica/aica.h aica/audio.c aica/audio.h \1.15 - aica/audio_null.c aica/audio_esd.c \1.16 + pvr2/pvr2.c pvr2/pvr2.h \1.17 maple/maple.c maple/maple.h \1.18 maple/controller.c maple/controller.h \1.19 gui/support.c gui/support.h \1.20 @@ -30,6 +29,7 @@1.21 gui/gui.c gui/gui.h gui/mmr_win.c \1.22 gui/debug_win.c gui/dump_win.c \1.23 loader.c bootstrap.c util.c \1.24 + drivers/audio_null.c drivers/audio_esd.c \1.25 drivers/video_gtk.c drivers/video_gtk.h \1.26 drivers/video_x11.c drivers/video_x11.h \1.27 drivers/gl_glx.c
.