summaryrefslogtreecommitdiffstats
path: root/src/Makefile
blob: 366e84e6a0149065ee58beecb7aab586ef69033b (plain)
1
2
3
4
5
6
7
8
9
10
CFLAGS=-Wall -pipe -ansi -D_GNU_SOURCE

all: idxset.o queue.o strbuf.o mainloop.o iochannel.o packet.o \
	memblock.o sample.o socket-server.o memblockq.o client.o \
	core.o main.o outputstream.o inputstream.o source.o sink.o \
	pstream.o protocol-simple.o protocol-simple-tcp.o sink-pipe.o \
	module.o

clean:
	rm -f *.o