Search
lxdream.org :: lxdream/src/Makefile.am
lxdream 0.9.1
released Jun 29
Download Now
filename src/Makefile.am
changeset 26:ad258e3daaa5
prev25:fa2d21d57942
next43:0cf3e339cc59
author nkeynes
date Mon Dec 26 03:11:14 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Open video window before debug window (so debug is on top by default)
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 \
    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 \
    19         sh4/sh4core.c sh4/sh4core.h sh4/sh4dasm.c sh4/sh4dasm.h \
    20         sh4/sh4mmio.c sh4/sh4mmio.h sh4/scif.c sh4/watch.c \
    21         aica/armcore.c aica/armcore.h aica/armdasm.c aica/armmem.c \
    22         aica/aica.c aica/aica.h \
    23         maple/maple.c maple/maple.h \
    24         maple/controller.c maple/controller.h \
    25         gui/support.c gui/support.h \
    26         gui/interface.c gui/interface.h \
    27         gui/callbacks.c gui/callbacks.h \
    28         gui/gui.c gui/gui.h gui/mmr_win.c \
    29         gui/debug_win.c gui/dump_win.c \
    30         loader.c bootstrap.c util.c
    32 dream_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)
    34 AM_CFLAGS = -D_ISOC99_SOURCE -D_BSD_SOURCE 
.