diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -59,7 +59,7 @@ CORE_O= lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o \ | |||
59 | ltm.o lundump.o lvm.o lzio.o ltests.o | 59 | ltm.o lundump.o lvm.o lzio.o ltests.o |
60 | AUX_O= lauxlib.o | 60 | AUX_O= lauxlib.o |
61 | LIB_O= lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o \ | 61 | LIB_O= lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o \ |
62 | loadlib.o linit.o | 62 | lbitlib.o loadlib.o linit.o |
63 | 63 | ||
64 | LUA_T= lua | 64 | LUA_T= lua |
65 | LUA_O= lua.o | 65 | LUA_O= lua.o |
@@ -112,6 +112,7 @@ lapi.o: lapi.c lua.h luaconf.h lapi.h llimits.h lstate.h lobject.h ltm.h \ | |||
112 | lvm.h makefile | 112 | lvm.h makefile |
113 | lauxlib.o: lauxlib.c lua.h luaconf.h lauxlib.h makefile | 113 | lauxlib.o: lauxlib.c lua.h luaconf.h lauxlib.h makefile |
114 | lbaselib.o: lbaselib.c lua.h luaconf.h lauxlib.h lualib.h makefile | 114 | lbaselib.o: lbaselib.c lua.h luaconf.h lauxlib.h lualib.h makefile |
115 | lbitlib.o: lbitlib.c lua.h luaconf.h lauxlib.h lualib.h makefile | ||
115 | lcode.o: lcode.c lua.h luaconf.h lcode.h llex.h lobject.h llimits.h \ | 116 | lcode.o: lcode.c lua.h luaconf.h lcode.h llex.h lobject.h llimits.h \ |
116 | lzio.h lmem.h lopcodes.h lparser.h ldebug.h lstate.h ltm.h ldo.h lgc.h \ | 117 | lzio.h lmem.h lopcodes.h lparser.h ldebug.h lstate.h ltm.h ldo.h lgc.h \ |
117 | ltable.h makefile | 118 | ltable.h makefile |