Mercurial > vba-clojure
view src/sdl/Makefile.am @ 29:2fa26addb901
added version.h
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 04 Mar 2012 21:09:22 -0600 |
parents | 2efb971df515 |
children | 48369c6aeaa0 |
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 = \22 ../lua/libgblua.a \23 ../common/libgbcom.a \24 ../gb/libgb.a \25 ../gba/libgba.a \26 ../filters/lib386.a \27 ../filters/libfilter.a29 # TestEmu_SOURCES = \30 # TestEmu.cpp \31 # debugger.cpp \32 # debugger.h \33 # expr-lex.cpp \34 # expr.cpp \35 # expr.cpp.h \36 # exprNode.cpp \37 # exprNode.h \38 # ../AutoBuild.h \39 # ../NLS.h \40 # ../Port.h42 # TestEmu_LDADD = @VBA_LIBS@ @SDL_LIBS@44 # TestEmu_DEPENDENCIES = @VBA_LIBS@46 AM_CPPFLAGS = \47 -I$(top_srcdir)/src \48 -DSDL \49 -DSYSCONFDIR=\"$(sysconfdir)\"51 AM_CXXFLAGS = -fno-exceptions