annotate src/Makefile.am @ 249:99227bec1123

Reworked the hxc definitions; they are now fns that optionally take a single rom arg and dynamically grab the data. Their commonalities are also consolidated into a single template function, hxc-thunk. Minor fixes include stripping pokenames of their padding and splitting the huge hxc-dialog string into a list.
author Dylan Holmes <ocsenave@gmail.com>
date Mon, 26 Mar 2012 03:45:24 -0500
parents efa68261dba1
children
rev   line source
rlm@47 1 SUBDIRS = SFMT lua gb gba common filters prof sdl clojure
rlm@26 2
rlm@32 3 dist_sysconf_DATA = VisualBoyAdvance.cfg
rlm@32 4
rlm@46 5 noinst_HEADERS = Port.h NLS.h AutoBuild.h version.h \
rlm@46 6 ../java/headers/com_aurellem_gb_Gb.h
rlm@46 7