view src/clojure/Makefile.am @ 308:de172acc5a03

moved the memory manipulation functions out of world.practice and into a separate location, gb.mem-utils, to avoid cyclic load dependency. will adjust the dependent files shortly.
author Dylan Holmes <ocsenave@gmail.com>
date Sat, 31 Mar 2012 04:25:49 -0500
parents 139178c4d843
children
line wrap: on
line source
1 lib_LTLIBRARIES = libvba.la
3 libvba_la_SOURCES = \
4 clojure.cpp
6 libvba_la_LIBADD = \
7 ../common/libgbcom.la \
8 ../gb/libgb.la \
9 ../gba/libgba.la \
10 ../filters/lib386.la \
11 ../filters/libfilter.la \
12 ../prof/libprof.la \
13 ../sdl/libgui.la \
14 ../lua/libgblua.la
16 AM_CPPFLAGS = \
17 -I$(top_srcdir)/java/headers -I$(JAVA_INCLUDE_PATH) \
18 -I$(JAVA_INCLUDE_PATH2)