source: trunk/server/source3/lib/pthreadpool/Makefile

Last change on this file was 745, checked in by Silvan Scherrer, 13 years ago

Samba Server: updated trunk to 3.6.0

File size: 213 bytes
Line 
1all: tests
2
3CFLAGS=-O3 -g -Wall
4
5pthreadpool.o: pthreadpool.c pthreadpool.h
6 gcc -c -O3 -o pthreadpool.o pthreadpool.c -I../../..
7
8tests: tests.o pthreadpool.o
9 gcc -o tests tests.o pthreadpool.o -lpthread
Note: See TracBrowser for help on using the repository browser.