Comparison

util-src/GNUmakefile @ 12354:3ce3633527af

util.struct: Import Roberto 'struct' library v0.3 Downloaded from http://www.inf.puc-rio.br/~roberto/struct/ This is for compatibility with Lua 5.2 (and 5.1). Eventually we can replace this with string.pack/string.unpack which are available in 5.3+.
author Matthew Wild <mwild1@gmail.com>
date Fri, 04 Mar 2022 15:03:02 +0000
parent 11166:51e5149ed0ad
child 12693:7c5afbdcbc77
comparison
equal deleted inserted replaced
12353:5ace23519e71 12354:3ce3633527af
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 \ 9 ALL=encodings.so hashes.so net.so pposix.so signal.so table.so \
10 ringbuffer.so time.so poll.so compat.so strbitop.so 10 ringbuffer.so time.so poll.so compat.so strbitop.so \
11 struct.so
11 12
12 ifdef RANDOM 13 ifdef RANDOM
13 ALL+=crand.so 14 ALL+=crand.so
14 endif 15 endif
15 16