You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

23 regels
773 B

  1. include $(top_srcdir)/build/autotools/common.am
  2. noinst_LIBRARIES = liblol-lua.a
  3. liblol_lua_a_SOURCES = $(lua_sources)
  4. liblol_lua_a_CPPFLAGS = $(AM_CPPFLAGS) -DLUA_ANSI
  5. lua_sources = \
  6. lapi.c lapi.h lauxlib.c lauxlib.h lbaselib.c lbitlib.c \
  7. lcode.c lcode.h lcorolib.c lctype.c lctype.h ldblib.c \
  8. ldebug.c ldebug.h ldo.c ldo.h ldump.c lfunc.c lfunc.h \
  9. lgc.c lgc.h linit.c liolib.c llex.c llex.h llimits.h \
  10. lmathlib.c lmem.c lmem.h loadlib.c lobject.c lobject.h \
  11. lopcodes.c lopcodes.h loslib.c lparser.c lparser.h \
  12. lstate.c lstate.h lstring.c lstring.h lstrlib.c lprefix.h \
  13. ltable.c ltable.h ltablib.c ltm.c ltm.h lutf8lib.c \
  14. luaconf.h lua.h lualib.h lundump.c lundump.h lvm.c lvm.h \
  15. lzio.c lzio.h
  16. lua_sources += lua.hpp