Comparison

util-src/GNUmakefile @ 9561:cfc7b2f7251e

util.xpcall, util.compat: Add non-hacky multi-argument xpcall() for Lua 5.1
author Matthew Wild <mwild1@gmail.com>
date Fri, 26 Oct 2018 19:29:08 +0100
parent 9313:b95ef295c66d
child 11009:74ef9f2334f3
child 11163:37a6a535343e
comparison
equal deleted inserted replaced
9560:cb92e1c8b6db 9561:cfc7b2f7251e
4 CFLAGS+=-I$(LUA_INCDIR) 4 CFLAGS+=-I$(LUA_INCDIR)
5 5
6 INSTALL_DATA=install -m644 6 INSTALL_DATA=install -m644
7 TARGET?=../util/ 7 TARGET?=../util/
8 8
9 ALL=encodings.so hashes.so net.so pposix.so signal.so table.so ringbuffer.so time.so poll.so 9 ALL=encodings.so hashes.so net.so pposix.so signal.so table.so \
10 ringbuffer.so time.so poll.so compat.so
10 11
11 ifdef RANDOM 12 ifdef RANDOM
12 ALL+=crand.so 13 ALL+=crand.so
13 endif 14 endif
14 15