Mercurial > vba-clojure
view src/sdl/Makefile.am @ 5:8fe0c57e53d2
concentrating on lua first
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 03 Mar 2012 10:39:40 -0600 |
parents | f9f4f1b99eed |
children |
line wrap: on
line source
1 bin_PROGRAMS = VisualBoyAdvance3 noinst_PROGRAMS = TestEmu5 VisualBoyAdvance_SOURCES = \6 SDL.cpp \7 debugger.cpp \8 debugger.h \9 expr-lex.cpp \10 expr.cpp \11 expr.cpp.h \12 exprNode.cpp \13 exprNode.h \14 getopt.c \15 getopt.h \16 getopt1.c \17 ../AutoBuild.h \18 ../NLS.h \19 ../Port.h21 VisualBoyAdvance_LDADD = @VBA_LIBS@ @SDL_LIBS@23 VisualBoyAdvance_DEPENDENCIES = @VBA_LIBS@25 TestEmu_SOURCES = \26 TestEmu.cpp \27 debugger.cpp \28 debugger.h \29 expr-lex.cpp \30 expr.cpp \31 expr.cpp.h \32 exprNode.cpp \33 exprNode.h \34 ../AutoBuild.h \35 ../NLS.h \36 ../Port.h38 TestEmu_LDADD = @VBA_LIBS@ @SDL_LIBS@40 TestEmu_DEPENDENCIES = @VBA_LIBS@42 AM_CPPFLAGS = \43 -I$(top_srcdir)/src \44 -DSDL \45 -DSYSCONFDIR=\"$(sysconfdir)\"47 AM_CXXFLAGS = -fno-exceptions @SDL_CFLAGS@