Lines Matching +full:- +full:c
4 ------------
6 controlled from the top-level Makefile.
23 --------------
53 -------------
55 - Where and how to install Lua -- edit Makefile.
56 - How to build Lua -- edit src/Makefile.
57 - Lua features -- edit src/luaconf.h.
71 -----------------------------------------
77 library: lapi.c lcode.c ldebug.c ldo.c ldump.c lfunc.c lgc.c llex.c
78 lmem.c lobject.c lopcodes.c lparser.c lstate.c lstring.c
79 ltable.c ltm.c lundump.c lvm.c lzio.c
80 lauxlib.c lbaselib.c ldblib.c liolib.c lmathlib.c loslib.c
81 ltablib.c lstrlib.c loadlib.c linit.c
83 interpreter: library, lua.c
85 compiler: library, luac.c print.c
90 If all you want is to build the Lua interpreter, you may put all .c files
91 in a single project, except for luac.c and print.c. Or just use etc/all.c.