diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -78,7 +78,7 @@ CORE_O= lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o \ | |||
78 | ltm.o lundump.o lvm.o lzio.o ltests.o | 78 | ltm.o lundump.o lvm.o lzio.o ltests.o |
79 | AUX_O= lauxlib.o | 79 | AUX_O= lauxlib.o |
80 | LIB_O= lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o \ | 80 | LIB_O= lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o \ |
81 | lutf8lib.o lbitlib.o loadlib.o lcorolib.o linit.o | 81 | lutf8lib.o loadlib.o lcorolib.o linit.o |
82 | 82 | ||
83 | LUA_T= lua | 83 | LUA_T= lua |
84 | LUA_O= lua.o | 84 | LUA_O= lua.o |
@@ -134,7 +134,6 @@ lapi.o: lapi.c lprefix.h lua.h luaconf.h lapi.h llimits.h lstate.h \ | |||
134 | ltable.h lundump.h lvm.h | 134 | ltable.h lundump.h lvm.h |
135 | lauxlib.o: lauxlib.c lprefix.h lua.h luaconf.h lauxlib.h | 135 | lauxlib.o: lauxlib.c lprefix.h lua.h luaconf.h lauxlib.h |
136 | lbaselib.o: lbaselib.c lprefix.h lua.h luaconf.h lauxlib.h lualib.h | 136 | lbaselib.o: lbaselib.c lprefix.h lua.h luaconf.h lauxlib.h lualib.h |
137 | lbitlib.o: lbitlib.c lprefix.h lua.h luaconf.h lauxlib.h lualib.h | ||
138 | lcode.o: lcode.c lprefix.h lua.h luaconf.h lcode.h llex.h lobject.h \ | 137 | lcode.o: lcode.c lprefix.h lua.h luaconf.h lcode.h llex.h lobject.h \ |
139 | llimits.h lzio.h lmem.h lopcodes.h lparser.h ldebug.h lstate.h ltm.h \ | 138 | llimits.h lzio.h lmem.h lopcodes.h lparser.h ldebug.h lstate.h ltm.h \ |
140 | ldo.h lgc.h lstring.h ltable.h lvm.h | 139 | ldo.h lgc.h lstring.h ltable.h lvm.h |
@@ -184,7 +183,7 @@ ltests.o: ltests.c lprefix.h lua.h luaconf.h lapi.h llimits.h lstate.h \ | |||
184 | lparser.h lctype.h ldebug.h ldo.h lfunc.h lstring.h lgc.h ltable.h \ | 183 | lparser.h lctype.h ldebug.h ldo.h lfunc.h lstring.h lgc.h ltable.h \ |
185 | lualib.h | 184 | lualib.h |
186 | ltm.o: ltm.c lprefix.h lua.h luaconf.h ldebug.h lstate.h lobject.h \ | 185 | ltm.o: ltm.c lprefix.h lua.h luaconf.h ldebug.h lstate.h lobject.h \ |
187 | llimits.h ltm.h lzio.h lmem.h ldo.h lstring.h lgc.h ltable.h lvm.h | 186 | llimits.h ltm.h lzio.h lmem.h ldo.h lgc.h lstring.h ltable.h lvm.h |
188 | lua.o: lua.c lprefix.h lua.h luaconf.h lauxlib.h lualib.h | 187 | lua.o: lua.c lprefix.h lua.h luaconf.h lauxlib.h lualib.h |
189 | lundump.o: lundump.c lprefix.h lua.h luaconf.h ldebug.h lstate.h \ | 188 | lundump.o: lundump.c lprefix.h lua.h luaconf.h ldebug.h lstate.h \ |
190 | lobject.h llimits.h ltm.h lzio.h lmem.h ldo.h lfunc.h lstring.h lgc.h \ | 189 | lobject.h llimits.h ltm.h lzio.h lmem.h ldo.h lfunc.h lstring.h lgc.h \ |