Comparison

util-src/makefile @ 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 9661:8154a8841bb2
child 11166:51e5149ed0ad
comparison
equal deleted inserted replaced
11162:ee399a0522cc 11163:37a6a535343e
4 4
5 INSTALL_DATA=install -m644 5 INSTALL_DATA=install -m644
6 TARGET?=../util/ 6 TARGET?=../util/
7 7
8 ALL=encodings.so hashes.so net.so pposix.so signal.so table.so \ 8 ALL=encodings.so hashes.so net.so pposix.so signal.so table.so \
9 ringbuffer.so time.so poll.so compat.so 9 ringbuffer.so time.so poll.so compat.so strbitop.so
10 10
11 .ifdef $(RANDOM) 11 .ifdef $(RANDOM)
12 ALL+=crand.so 12 ALL+=crand.so
13 .endif 13 .endif
14 14