Software /
code /
prosody
Comparison
util-src/makefile @ 9662:27b62234792a
Merge 0.11->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 30 Nov 2018 16:03:09 +0100 |
parent | 9661:8154a8841bb2 |
child | 11009:74ef9f2334f3 |
child | 11163:37a6a535343e |
comparison
equal
deleted
inserted
replaced
9659:86c431650dfd | 9662:27b62234792a |
---|---|
3 CFLAGS+=-I$(LUA_INCDIR) | 3 CFLAGS+=-I$(LUA_INCDIR) |
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 ringbuffer.so time.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 | 10 |
10 .ifdef $(RANDOM) | 11 .ifdef $(RANDOM) |
11 ALL+=crand.so | 12 ALL+=crand.so |
12 .endif | 13 .endif |
13 | 14 |