Comparison

util-src/GNUmakefile @ 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 12354:3ce3633527af
comparison
equal deleted inserted replaced
11161:f51ed2652602 11166:51e5149ed0ad
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