Mercurial > vba-linux
view src/lua/Makefile.am @ 11:27763b933818
raise lua sources up one level
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 03 Mar 2012 11:07:39 -0600 |
parents | f9f4f1b99eed |
children | 32bb141d34de |
line wrap: on
line source
1 noinst_LIBRARIES = libgblua.a3 libgblua_a_SOURCES = \4 lapi.c \5 lapi.h \6 lauxlib.c \7 lauxlib.h \8 lbaselib.c \9 lcode.c \10 lcode.h \11 ldblib.c \12 ldebug.c \13 ldebug.h \14 ldo.c \15 ldo.h \16 ldump.c \17 lfunc.c \18 lfunc.h \19 lgc.c \20 lgc.h \21 linit.c \22 liolib.c \23 llex.c \24 llex.h \25 llimit.h \26 lmathlib.c \27 lmem.c \28 lmem.h \29 loadlib.c \30 lobject.c \31 lobject.h \32 lopcodes.c \33 lopcodes.h \34 loslib.c \35 lparser.c \36 lparser.h \37 lstate.c \38 lstate.h \39 lstring.c \40 lstring.h \41 lstrlib.c \42 ltable.c \43 ltable.h \44 ltablib.c \45 ltm.c \46 ltm.h \47 lua.h \48 luaconf.h \49 lualib.h \50 lundump.c \51 lundump.h \52 lvm.c \53 lvm.h \54 lzio.c \55 lzio.h \56 print.c