Software /
code /
prosody
Comparison
util-src/GNUmakefile @ 9313:b95ef295c66d
util.poll: Import poll library with epoll and select support
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 16 May 2018 23:56:34 +0200 |
parent | 9162:8ad1fe9d26d4 |
child | 9561:cfc7b2f7251e |
comparison
equal
deleted
inserted
replaced
9312:6cab07323274 | 9313:b95ef295c66d |
---|---|
4 CFLAGS+=-I$(LUA_INCDIR) | 4 CFLAGS+=-I$(LUA_INCDIR) |
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 ringbuffer.so time.so | 9 ALL=encodings.so hashes.so net.so pposix.so signal.so table.so ringbuffer.so time.so poll.so |
10 | 10 |
11 ifdef RANDOM | 11 ifdef RANDOM |
12 ALL+=crand.so | 12 ALL+=crand.so |
13 endif | 13 endif |
14 | 14 |