Search
lxdream.org :: lxdream/src/Makefile.am
lxdream 0.9.1
released Jun 29
Download Now
filename src/Makefile.am
changeset 1:eea311cfd33e
next2:42349f6ea216
author nkeynes
date Sat Mar 13 00:03:32 2004 +0000 (19 years ago)
permissions -rw-r--r--
last change This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.
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 gui_mmr.c \
    17         asic.c asic.h pvr2.c pvr2.h \
    18         video.c machine.c aica.c aica.h\
    19         fileio.c ipbin.c
    21 dream_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) sh4/libsh4.a 
    23 AM_CFLAGS = -D_ISOC99_SOURCE -D_BSD_SOURCE 
.