Comparison

util-src/GNUmakefile @ 11163:37a6a535343e 0.11

util.strbitop: Library for bitwise operations on strings
author Kim Alvefur <zash@zash.se>
date Sat, 07 Sep 2019 13:37:47 +0200
parent 9561:cfc7b2f7251e
child 11166:51e5149ed0ad
comparison
equal deleted inserted replaced
11162:ee399a0522cc 11163:37a6a535343e
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 10 ringbuffer.so time.so poll.so compat.so strbitop.so
11 11
12 ifdef RANDOM 12 ifdef RANDOM
13 ALL+=crand.so 13 ALL+=crand.so
14 endif 14 endif
15 15