Merge commit 'release-4-0-0alpha15' into master4-tmp
[amitay/samba.git] / source3 / lib / pthreadpool / Makefile
1 all: tests
2
3 CFLAGS=-O3 -g -Wall
4
5 pthreadpool.o: pthreadpool.c pthreadpool.h
6         gcc -c -O3 -o pthreadpool.o pthreadpool.c -I../../..
7
8 tests: tests.o pthreadpool.o
9         gcc -o tests tests.o pthreadpool.o -lpthread