1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2025-07-26 02:39:46 +02:00

use libtool

This commit is contained in:
lxsang
2019-11-14 18:46:49 +01:00
parent 53e2a2c2ef
commit 92ff433198
27 changed files with 2501 additions and 841 deletions

7
3rd/Makefile.am Normal file
View File

@ -0,0 +1,7 @@
EXTRA_DIST = lua-5.3.4/*.c lua-5.3.4/*.h lua-5.3.4/Makefile
all:
cd lua-5.3.4 && make linux
clean-local:
cd lua-5.3.4 && make clean

View File

@ -71,6 +71,10 @@ clean:
depend:
@$(CC) $(CFLAGS) -MM l*.c
distdir:
install:
echo:
@echo "PLAT= $(PLAT)"
@echo "CC= $(CC)"