Search
lxdream.org :: lxdream/src/Makefile.am
lxdream 0.9.1
released Jun 29
Download Now
filename src/Makefile.am
changeset 67:1f59399bbf17
prev54:d8b73031289c
next87:11208d725b61
author nkeynes
date Mon Jan 16 11:18:29 2006 +0000 (18 years ago)
permissions -rw-r--r--
last change Add 's3m' mode (for testing) and also headless mode
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         mem.c mem.h mmio.h watch.c \
    14         asic.c asic.h \
    15         pvr2.c pvr2.h \
    16         gdrom/ide.c gdrom/ide.h \
    17         video.c dreamcast.c dreamcast.h \
    18         sh4/intc.c sh4/intc.h sh4/sh4mem.c sh4/timer.c sh4/dmac.c \
    19         sh4/sh4core.c sh4/sh4core.h sh4/sh4dasm.c sh4/sh4dasm.h \
    20         sh4/sh4mmio.c sh4/sh4mmio.h sh4/scif.c \
    21         aica/armcore.c aica/armcore.h aica/armdasm.c aica/armmem.c \
    22         aica/aica.c aica/aica.h aica/audio.c aica/audio.h \
    23 	aica/audio_null.c aica/audio_esd.c \
    24         maple/maple.c maple/maple.h \
    25         maple/controller.c maple/controller.h \
    26         gui/support.c gui/support.h \
    27         gui/interface.c gui/interface.h \
    28         gui/callbacks.c gui/callbacks.h \
    29         gui/gui.c gui/gui.h gui/mmr_win.c \
    30         gui/debug_win.c gui/dump_win.c \
    31         loader.c bootstrap.c util.c
    33 dream_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) -lesd
    35 AM_CFLAGS = -D_ISOC99_SOURCE -D_BSD_SOURCE 
.