Search
lxdream.org :: lxdream/src/Makefile.am
lxdream 0.9.1
released Jun 29
Download Now
filename src/Makefile.am
changeset 19:9da7a8e38f9d
prev17:944f75eea496
next23:1ec3acd0594d
author nkeynes
date Thu Dec 22 13:52:02 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Implement status clearing correctly
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 \
    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/scif.c sh4/watch.c \
    24         aica/armcore.c aica/armcore.h aica/armdasm.c aica/armmem.c \
    25         aica/aica.c aica/aica.h \
    26         fileio.c ipbin.c util.c
    28 dream_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)
    30 AM_CFLAGS = -D_ISOC99_SOURCE -D_BSD_SOURCE 
.