Software / code / prosody
Comparison
util-src/GNUmakefile @ 9162:8ad1fe9d26d4
util.time: Convert to C
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 09 Mar 2017 04:34:28 +0100 |
| parent | 8592:bd4f8a2b72c7 |
| child | 9313:b95ef295c66d |
comparison
equal
deleted
inserted
replaced
| 9161:da154ced7de4 | 9162:8ad1fe9d26d4 |
|---|---|
| 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 | 9 ALL=encodings.so hashes.so net.so pposix.so signal.so table.so ringbuffer.so time.so |
| 10 | 10 |
| 11 ifdef RANDOM | 11 ifdef RANDOM |
| 12 ALL+=crand.so | 12 ALL+=crand.so |
| 13 endif | 13 endif |
| 14 | 14 |