Comparison

util-src/makefile @ 11166:51e5149ed0ad

Merge 0.11->trunk
author Matthew Wild <mwild1@gmail.com>
date Thu, 15 Oct 2020 14:25:09 +0100
parent 11009:74ef9f2334f3
parent 11163:37a6a535343e
child 12364:261ce358e436
comparison
equal deleted inserted replaced
11161:f51ed2652602 11166:51e5149ed0ad
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