diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -67,7 +67,7 @@ CORE_O= lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o \ | |||
67 | ltm.o lundump.o lvm.o lzio.o ltests.o | 67 | ltm.o lundump.o lvm.o lzio.o ltests.o |
68 | AUX_O= lauxlib.o | 68 | AUX_O= lauxlib.o |
69 | LIB_O= lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o \ | 69 | LIB_O= lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o \ |
70 | lbitlib.o loadlib.o linit.o | 70 | lbitlib.o loadlib.o lcorolib.o linit.o |
71 | 71 | ||
72 | LUA_T= lua | 72 | LUA_T= lua |
73 | LUA_O= lua.o | 73 | LUA_O= lua.o |
@@ -126,6 +126,7 @@ lbitlib.o: lbitlib.c lua.h luaconf.h lauxlib.h lualib.h | |||
126 | lcode.o: lcode.c lua.h luaconf.h lcode.h llex.h lobject.h llimits.h \ | 126 | lcode.o: lcode.c lua.h luaconf.h lcode.h llex.h lobject.h llimits.h \ |
127 | lzio.h lmem.h lopcodes.h lparser.h ldebug.h lstate.h ltm.h ldo.h lgc.h \ | 127 | lzio.h lmem.h lopcodes.h lparser.h ldebug.h lstate.h ltm.h ldo.h lgc.h \ |
128 | lstring.h ltable.h | 128 | lstring.h ltable.h |
129 | lcorolib.o: lcorolib.c lua.h luaconf.h lauxlib.h lualib.h | ||
129 | lctype.o: lctype.c lctype.h lua.h luaconf.h llimits.h | 130 | lctype.o: lctype.c lctype.h lua.h luaconf.h llimits.h |
130 | ldblib.o: ldblib.c lua.h luaconf.h lauxlib.h lualib.h | 131 | ldblib.o: ldblib.c lua.h luaconf.h lauxlib.h lualib.h |
131 | ldebug.o: ldebug.c lua.h luaconf.h lapi.h llimits.h lstate.h lobject.h \ | 132 | ldebug.o: ldebug.c lua.h luaconf.h lapi.h llimits.h lstate.h lobject.h \ |
@@ -136,8 +137,8 @@ ldo.o: ldo.c lua.h luaconf.h lapi.h llimits.h lstate.h lobject.h ltm.h \ | |||
136 | lstring.h ltable.h lundump.h lvm.h | 137 | lstring.h ltable.h lundump.h lvm.h |
137 | ldump.o: ldump.c lua.h luaconf.h lobject.h llimits.h lstate.h ltm.h \ | 138 | ldump.o: ldump.c lua.h luaconf.h lobject.h llimits.h lstate.h ltm.h \ |
138 | lzio.h lmem.h lundump.h | 139 | lzio.h lmem.h lundump.h |
139 | lfunc.o: lfunc.c lua.h luaconf.h lfunc.h lobject.h llimits.h lgc.h lmem.h \ | 140 | lfunc.o: lfunc.c lua.h luaconf.h lfunc.h lobject.h llimits.h lgc.h \ |
140 | lopcodes.h lstate.h ltm.h lzio.h | 141 | lstate.h ltm.h lzio.h lmem.h |
141 | lgc.o: lgc.c lua.h luaconf.h ldebug.h lstate.h lobject.h llimits.h ltm.h \ | 142 | lgc.o: lgc.c lua.h luaconf.h ldebug.h lstate.h lobject.h llimits.h ltm.h \ |
142 | lzio.h lmem.h ldo.h lfunc.h lgc.h lstring.h ltable.h | 143 | lzio.h lmem.h ldo.h lfunc.h lgc.h lstring.h ltable.h |
143 | linit.o: linit.c lua.h luaconf.h lualib.h lauxlib.h | 144 | linit.o: linit.c lua.h luaconf.h lualib.h lauxlib.h |