build:dist: call build-manpages-nogit for make dist and package generated files
[Samba/gebeck_regimport.git] / source3 / lib / pthreadpool / Makefile
blob48626bd2c0a86abd47e7fe5ccb530ffb27aac359
1 all: tests
3 CFLAGS=-O3 -g -Wall
5 pthreadpool.o: pthreadpool.c pthreadpool.h
6 gcc -c -O3 -o pthreadpool.o pthreadpool.c -I../../..
8 tests: tests.o pthreadpool.o
9 gcc -o tests tests.o pthreadpool.o -lpthread