Mercurial > vba-clojure
view src/sdl/Makefile.am @ 467:ac0ed5c1a1c4
working on drums.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 04 May 2012 05:17:18 -0500 |
parents | efa68261dba1 |
children |
line wrap: on
line source
1 noinst_LTLIBRARIES = libgui.la3 #noinst_PROGRAMS = TestEmu5 libgui_la_SOURCES = \6 Array.h \7 debugger.h \8 expr.cpp.h \9 getopt.h \10 RingBuffer.h \11 SoundDriver.h \12 SoundSDL.h \13 Types.h \14 exprNode.h \15 \16 debugger.cpp \17 expr.cpp \18 expr-lex.cpp \19 exprNode.cpp \20 getopt1.c \21 getopt.c \22 SDL.cpp \23 SoundSDL.cpp26 #TestEmu.cpp29 # libvba_la_LIBADD = \30 # ../common/libgbcom.la \31 # ../gb/libgb.la \32 # ../gba/libgba.la \33 # ../filters/lib386.la \34 # ../filters/libfilter.la \35 # ../prof/libprof.la \36 # ../clojure/libgbclojure.la \37 # ../lua/libgblua.la39 # TestEmu_SOURCES = \40 # TestEmu.cpp \41 # debugger.cpp \42 # debugger.h \43 # expr-lex.cpp \44 # expr.cpp \45 # expr.cpp.h \46 # exprNode.cpp \47 # exprNode.h \48 # ../AutoBuild.h \49 # ../NLS.h \50 # ../Port.h52 # TestEmu_LDADD = @VBA_LIBS@ @SDL_LIBS@54 # TestEmu_DEPENDENCIES = @VBA_LIBS@56 AM_CPPFLAGS = \57 -I$(top_srcdir)/src \58 -DSDL \59 -DSYSCONFDIR=\"$(sysconfdir)\"61 AM_CXXFLAGS = -fno-exceptions @SDL_CFLAGS@