Mercurial > vba-clojure
view src/lua/Makefile.am @ 493:783a09c84a28
can now display a single color :)
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 07 Jun 2012 23:03:05 -0500 |
parents | f6ff410a87fd |
children |
line wrap: on
line source
1 noinst_LTLIBRARIES = libgblua.la3 libgblua_la_SOURCES = \4 lapi.h \5 lauxlib.h \6 lcode.h \7 ldebug.h \8 ldo.h \9 lfunc.h \10 lgc.h \11 llex.h \12 llimits.h \13 lmem.h \14 lobject.h \15 lopcodes.h \16 lparser.h \17 lstate.h \18 lstring.h \19 ltable.h \20 ltm.h \21 lua.h \22 luaconf.h \23 lualib.h \24 lundump.h \25 lvm.h \26 lzio.h \27 \28 lapi.c \29 lauxlib.c \30 lbaselib.c \31 lcode.c \32 ldblib.c \33 ldebug.c \34 ldo.c \35 ldump.c \36 lfunc.c \37 lgc.c \38 linit.c \39 liolib.c \40 llex.c \41 lmathlib.c \42 lmem.c \43 loadlib.c \44 lobject.c \45 lopcodes.c \46 loslib.c \47 lparser.c \48 lstate.c \49 lstring.c \50 lstrlib.c \51 ltable.c \52 ltablib.c \53 ltm.c \54 lundump.c \55 lvm.c \56 lzio.c \57 print.c