diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lua/makefile (renamed from src/lua-5.3/makefile) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lua-5.3/makefile b/src/lua/makefile index 0835d9c..397c817 100644 --- a/src/lua-5.3/makefile +++ b/src/lua/makefile | |||
| @@ -44,7 +44,7 @@ LOCAL = $(TESTS) $(CWARNS) -g | |||
| 44 | 44 | ||
| 45 | 45 | ||
| 46 | # enable Linux goodies | 46 | # enable Linux goodies |
| 47 | MYCFLAGS= $(LOCAL) -std=c99 -DLUA_COMPAT_5_2 -DLUA_COMPAT_5_1 | 47 | MYCFLAGS= $(LOCAL) -std=c99 |
| 48 | MYLDFLAGS= $(LOCAL) -Wl | 48 | MYLDFLAGS= $(LOCAL) -Wl |
| 49 | MYLIBS= -ldl -lreadline | 49 | MYLIBS= -ldl -lreadline |
| 50 | 50 | ||
| @@ -68,7 +68,7 @@ CORE_O= lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o \ | |||
| 68 | ltm.o lundump.o lvm.o lzio.o | 68 | ltm.o lundump.o lvm.o lzio.o |
| 69 | AUX_O= lauxlib.o | 69 | AUX_O= lauxlib.o |
| 70 | LIB_O= lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o \ | 70 | LIB_O= lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o \ |
| 71 | lutf8lib.o lbitlib.o loadlib.o lcorolib.o linit.o | 71 | lutf8lib.o loadlib.o lcorolib.o linit.o |
| 72 | 72 | ||
| 73 | ALL_T= $(CORE_T) | 73 | ALL_T= $(CORE_T) |
| 74 | ALL_O= $(CORE_O) $(AUX_O) $(LIB_O) | 74 | ALL_O= $(CORE_O) $(AUX_O) $(LIB_O) |
| @@ -117,7 +117,6 @@ lapi.o: lapi.c lprefix.h lua.h luaconf.h lapi.h llimits.h lstate.h \ | |||
| 117 | ltable.h lundump.h lvm.h | 117 | ltable.h lundump.h lvm.h |
| 118 | lauxlib.o: lauxlib.c lprefix.h lua.h luaconf.h lauxlib.h | 118 | lauxlib.o: lauxlib.c lprefix.h lua.h luaconf.h lauxlib.h |
| 119 | lbaselib.o: lbaselib.c lprefix.h lua.h luaconf.h lauxlib.h lualib.h | 119 | lbaselib.o: lbaselib.c lprefix.h lua.h luaconf.h lauxlib.h lualib.h |
| 120 | lbitlib.o: lbitlib.c lprefix.h lua.h luaconf.h lauxlib.h lualib.h | ||
| 121 | lcode.o: lcode.c lprefix.h lua.h luaconf.h lcode.h llex.h lobject.h \ | 120 | lcode.o: lcode.c lprefix.h lua.h luaconf.h lcode.h llex.h lobject.h \ |
| 122 | llimits.h lzio.h lmem.h lopcodes.h lparser.h ldebug.h lstate.h ltm.h \ | 121 | llimits.h lzio.h lmem.h lopcodes.h lparser.h ldebug.h lstate.h ltm.h \ |
| 123 | ldo.h lgc.h lstring.h ltable.h lvm.h | 122 | ldo.h lgc.h lstring.h ltable.h lvm.h |
